/* Estilo automático para a página: palestra-entrevistas-e-livros */
#cabecalho {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    h1{
        text-align: center;
        font-size: 51px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-top: 100px;
    }
    h2{
        letter-spacing: 3px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
}


#palestrar{
    padding: 100px 0 50px;
    position: relative;

    .centralizar{
        display: flex;
        flex-direction: column;
        align-items: center;

        h2{
            font-size: 30px;
            font-weight: 700;
            text-transform: none;
            color: #2f2f2f;
        }
    
        .btn-palestra{
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #b1976b;
            padding: 13px 33px 10px 33px;
            text-transform: uppercase;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
        }
    
        .barra {
            height: 27px;
            width: 1px;
            background-color: #b1976b;
            margin: 8px 0px 32px;
        }
    }

    .card-palestrar {
        box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
   
        .info-palestrar {
            background-color: #fff;
            padding: 35px 32px 25px;
    
            h3{
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 3px;
                margin-bottom: 4px;
                color: #383838;
                text-transform: uppercase;
                text-align: center;
            }
            .categoria {
                font-size: 13px;
                font-weight: 500;
                font-style: normal;
                letter-spacing: 2px;
                text-transform: uppercase;
                text-align: center;
                color: #9d9d9d;
            }
        }
    }


    
    a:hover .img-palestrante{
        filter: grayscale(0%);
        transform: scale(1.1); /* Aumenta 10% */
    }
    .moldura{
        overflow: hidden;
    }
    .img-palestrante {
        filter: grayscale(100%);
        width: 100%;
        height: 380px;
        object-fit: cover;
        transition: transform 0.3s ease; /* Suaviza a transição */
        transform-origin: center; /* Zoom a partir do centro */
    }

}    



#escolhas {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;

        .barra-branca {
            margin: 55px 55px 55px 55px;
            border-width: 1px 1px 1px 1px;
            border-style: solid;
            border-color: #686868;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 560px;
            justify-content: center;
            padding: 50px;

            .centralizar{
                display: flex;
                flex-direction: column;
                align-items: center;
                    h3{
                        font-size: 14px;
                        font-weight: 600;
                        font-style: normal;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        color: #b1976b;
                        margin-bottom: 0px;
                    }
                    h2{
                        font-size: 33px;
                        font-weight: 700;
                        text-transform: none;
                        color: #ffffff;
                    }        
                    .barra {
                        height: 27px;
                        width: 1px;
                        background-color: #b1976b;
                        margin: 8px 0px 32px;
                    }

            }

            .text-escolha {
                line-height: 1.7;
                font-size: 17px;
                font-weight: 400;
                text-transform: none;
                color: #c4c4c4;
                text-align: justify;
                column-count: 2;
                column-gap: 20px;
            }

            .card-numero {
            text-align: center;

                .valor {
                    font-size: 48px;
                    font-weight: 700;
                    color: #fff;
                }
                .text-numero {
                    font-size: 17px;
                    font-weight: 400;
                    text-transform: none;
                    color: #b1976b;
                }
            }
    
        }
        
}

#faq-pale-entre{

    padding: 95px 0px 30px;

    iframe{
        width: 100%;
        height: 320px;
    }

    h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: none;
        color: #2f2f2f;
        margin: 20px 0 15px 0;
    }
    .text-faq {
        margin-top: 10px;
        color: #747474;
        font-size: 16px;
        line-height: 1.7;
    }

    .box-accordion {
        border: none;
        border-radius: 5px;
    }
    .box-accordion>a{
        background-color: transparent;
        padding: 13px;
        border-bottom: 1px solid transparent;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: none;
        color: #4c4c4c;
        border: none;
    }
    .box-accordion>a.active {
        border-bottom: 1px solid #d4dce6;
    }
    .box-accordion>a.active:after {
        content: '-';
    }
    .box-accordion>a:after {
        content: '+';
        display: inline-block;
        color: #787878;
    }
    .content-accordion a{
        line-height: 1.7;
        padding: 12px 15px;
        color: #555;
    }


}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #leitura {
        .img-palestrante {
            height: 210px;
        }
    }
    #escolhas {
        .barra-branca {
            padding: 30px 40px;
            margin: 15px;
            
            .text-escolha {
                column-count: 1;
            }
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 

    #cabecalho {
        h1 {
            font-size: 32px;
            line-height: 1;
        }
        h2 {
            line-height: 22px;
        }
    }

    #escolhas {
        .barra-branca {
            padding: 0;
            margin: 15px;

            .text-escolha {
                column-count: 1;
            }
        }
    }
}