/* Estilo automático para a página: home */
#display{
    margin-top: -200px;
    position: relative;
    z-index: 0;

    .card-display{
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    h2{
        z-index: 5;
        text-transform: uppercase;
        color: rgb(182, 162, 129);
        white-space: nowrap;
        text-align: inherit;
        line-height: 38px;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 38px;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
        margin-bottom: 20px;
    }
    h1{
        z-index: 7;
        text-transform: uppercase;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        white-space: nowrap;
        text-align: inherit;
        line-height: 102px;
        letter-spacing: 8px;
        font-weight: 700;
        font-size: 102px;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
    }
    p{
        z-index: 8;
        color: rgb(222, 222, 222);
        white-space: normal;
        text-align: center;
        line-height: 38px;
        letter-spacing: 0px;
        font-weight: 500;
        font-size: 20px;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
        margin-bottom: 60px;
    }
    .btn-display{
        z-index: 9;
        background: linear-gradient(rgb(131, 102, 62) 0%, rgb(176, 150, 106) 100%);
        font-family: Poppins;
        text-transform: uppercase;
        cursor: pointer;
        box-sizing: border-box;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        text-align: inherit;
        line-height: 17px;
        letter-spacing: 2px;
        font-weight: 700;
        font-size: 12px;
        border-color: transparent;
        padding: 14px 17px 16px 23px;
        border-radius: 3px;
        transform-origin: 90.7031px 23.5px;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        border-width: 0px;
    }


    .owl-nav {
        position: relative;
        top: -340px;
        display: flex;
        justify-content: space-between;
        height: 0;
        
        .owl-prev {
            font-size: 65px;
            color: #fff;
            position: relative;
            left: 50px;
            font-weight: 200;
        }
        .owl-next {
            font-size: 65px;
            color: #fff;
            position: relative;
            right: 50px;
            font-weight: 200;
        }
    }
    .owl-theme .owl-nav [class*=owl-]:hover{
        background-color: transparent !important;
    }

}


#destaques {
    margin-top: -140px;
    z-index: 10;
    position: relative;

    .img-fundo-dest{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        .card-destaques{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 360px;
            padding: 0 30px;
    
            img{
                object-fit: contain;
                width: 34px;
            }
    
            h2{
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 2px;
                color: #fff;
                text-transform: uppercase;
                margin: 20px 0;
            }
            p{
                font-size: 15px;
                font-weight: 400;
                color: #fff;
                text-align: center;
                line-height: 1.7;
            }
        }
    }

    

}


#sobre{
    padding: 260px 0 0 0;
    margin-top: -230px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    .alinhar-fim{
        display: flex;
        align-items: flex-end;
    }
    
    h2{
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: none;
        color: #ffffff;
    }

    .img-sobre {
        width: 100%;
        object-fit: contain;
        height: 510px;
    }

    .text-sobre{
        font-style: normal;
        letter-spacing: 0px;
        color: #c9c9c9;
        margin-top: 42px;
        text-align: center;
        margin-bottom: 40px;
    }

    .cargo{
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #ffffff;
        margin-bottom: 60px;
    }
}

#praticas {
    padding: 80px 0px 100px;
    text-align: center;

    .centralizar{
        display: flex;
        flex-direction: column;
        align-items: center;
   
        h3{
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #a8a8a8;
            margin-bottom: 5px;
        }
    
        h2{
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 0px;
            text-transform: none;
            color: #303030;
            position: relative;
        }

        .barra {
            height: 27px;
            width: 1px;
            background-color: #b1976b;
            margin: 8px 0px 32px;
        }
    }

    .card-pratica{

        .img-pratica {
            width: 100%;
            object-fit: cover;
            height: 220px;
            margin-bottom: 30px;
        }

        h4{
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 3px;
            color: #303030;
            text-transform: uppercase;
            margin-bottom: 20px;
        }
        p{
            font-style: normal;
            letter-spacing: 0px;
            color: #6d6d6d;
            font-size: 16px;
            margin-top: 20px;
        }

        .btn-saibaMais{
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            color: #b1976b;
            text-transform: uppercase;
        }
    }
}


#newsletter {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(0px, -75.8194px);

        .bordar-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;
    
            h2{
                font-size: 18px;
                font-weight: 700;
                font-style: normal;
                letter-spacing: 4px;
                text-transform: uppercase;
                color: #ffffff;
                margin-bottom: 20px;
            }
            h3{
                font-size: 26px;
                font-weight: 400;
                letter-spacing: 0px;
                text-transform: none;
                color: #b1976b;
                margin-bottom: 20px;
            }
            li {
                margin-left: 12px;
                margin-right: 0px;
                display: inline;
                color: #fff;
                
                i{
                    color: #b1976b;   
                }
            }
            .ponto{
                position: relative;
                top: -5px;
            }
        
            .barra {
                height: 27px;
                width: 1px;
                background-color: #b1976b;
                margin: 8px 0px 32px;
            }
            h4{
                font-size: 28px;
                font-weight: 700;
                text-transform: none;
                color: #ffffff;
                margin-bottom: 20px;
            }
            .btn-whatsapp {
                font-size: 14px;
                letter-spacing: 2px;
                line-height: 20px;
                padding: 17px 30px 20px;
                background-color: #b1976b;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
            }
        }

}


#palestrar{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 50px;
    margin-top: -80px;
    position: relative;

    &::after {
        background-color: #f2f2f2;
        background-size: auto;
        display: inline-block;
        width: 100%;
        height: 275px;
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 0;
    }


    .owl-carousel .owl-stage-outer {
        padding: 0px 0 20px 0;
    }

    .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;
            }
        }
    }


    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        padding: 20px 27px 20px 20px;
        background-color: #fefefe;
        width: 65px;
        height: 65px;
        font-size: 30px;
        color: #b1976b;
    }


    
    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 */
    }

}    







#video{
    .link-video {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .info-video {
        padding: 50px;

        h2{
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 3px;
            color: #303030;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        ul{
            margin: 0;
            padding: 0;

            li{
                list-style-type: none;
                margin-bottom: 15px;
                font-size: 15px;
                font-weight: 600;
                color: #4c4c4c;

                .icon-check{
                    width: 18px;
                    position: relative;
                    top: -1px;
                }
            }
        }

    }


    .link-video {
        position: relative;
        overflow: hidden;
        height: 500px; /* Ajuste conforme necessário */
    
    
        .link-video-parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-size: cover;
            background-position: center center;
            will-change: transform;
            transition: transform 0.1s ease-out;
            z-index: 1; /* Garante que fique atrás do conteúdo */
        }
        
        .play-video{
            z-index: 10;
            position: relative;
        }
    }
    
}


#numeros {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    .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: #f3e3c7;
                text-align: center;
            }
            h2 {
                font-size: 33px;
                font-weight: 700;
                text-transform: none;
                color: #ffffff;
                text-align: center;
            }
            .barra {
                height: 27px;
                width: 1px;
                background-color: #fff;
                margin: 8px 0px 32px;
            }
    }

    .card-numero {
        text-align: center;

        .valor {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
        }
        .text-numero {
            font-size: 17px;
            font-weight: 400;
            text-transform: none;
            color: #fff;
        }
    }
}




#depoimentos {
    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;
                    }
            }
    

            .card-depo{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 150px;

                .aspas{
                    width: 100px !important;
                    margin-bottom: 30px;
                }

                .depoimento {
                    font-size: 20px;
                    color: #c9c9c9;
                    border-color: #b1a17d;
                    font-style: italic;
                    font-family: "Merriweather", serif;
                }

                .info-depoente {
                    display: flex;
                    align-items: center;
                    margin-top: 20px;

                    .img-depoente {
                        width: 64px !important;
                        height: 64px;
                        border-radius: 40px;
                        object-fit: cover;
                    }

                    .nome-cargo {
                        margin-left: 20px;

                        .nome-dep {
                            color: #ffffff;
                            font-size: 19px;
                            font-weight: 700;
                            margin: 0;
                        }
                        .cargo-dep {
                            color: #b1a17d;
                            font-size: 15px;
                            text-align: justify;
                            margin: 0;
                        }
                    }
                }

            }

        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #b1a17d;
        }
        .owl-theme .owl-dots .owl-dot span {
            border: solid 2px #b1a17d;
            background-color: transparent;
        }
        
}

#blog{
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    h2{
        font-size: 20px;
        font-weight: 700;
        text-transform: none;
        color: #303030;
    }

    .btn-faca-consultoria{
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
        padding: 17px 30px 20px;
        background-color: #b1976b;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .card-blog {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;

        .img-blog {
            width: 130px;
            height: 110px;
            object-fit: cover;
            transition: 300ms all ease-in-out;
        }
        .info-blog{

            a{
                color: #9f8862;

                &:hover{
                    color: #303030;
                }
            }
    
            h3{
                font-size: 17px;
                font-weight: 700;
                letter-spacing: 0px;
            }
            .data-blog {
                font-weight: 400;
                margin-right: 0;
                font-size: 13px;
                text-transform: none;
                letter-spacing: 0;
                color: #959595;
            }
        }

    }

    .data-autor-catg {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 23px;

        p{
            color: #959595;
            margin-right: 24px;
            font-size: 15px;
            font-weight: 400;
        }
    }

    .btn-ver-blog {
        letter-spacing: 3px;
        color: #b1976b;
        padding: 0px 0px 0px 0px;
        -webkit-border-radius: 0px;
        font-weight: 600;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-end;
    }

    .card-blog:hover .img-blog{
        transform: scale(1.1); /* Aumenta 10% */
    }
    .moldura{
        width: 130px;
        margin-right: 10px;
        overflow: hidden;
    }

    .text-form {
        font-style: normal;
        letter-spacing: 0px;
        color: #6d6d6d;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .form-control {
        border: none;
        height: 63px;
        background-color: #f5f5f5;
        font-size: 15px;
        padding: 20px 22px;
        border-radius: 0;
    }
    .form-select {
        border: none;
        height: 63px;
        background-color: #f5f5f5;
        font-size: 15px;
        padding: 20px 22px;
        border-radius: 0;
    }
    textarea{
        height: auto !important;
    }

    .btn-enviar-form-blog{
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 20px;
        padding: 17px 30px 20px;
        background-color: #b1976b;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        width: 100%;
        border-radius: 0;
    }
}


.display-mob{
    display: none !important;
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    #display {
        .card-display {
            height: 80vh;
        }
        h1 {
            font-size: 2rem;
        }
        h2 {
            margin-bottom: -20px;
        }
        p {
            line-height: 29px;
            font-size: 18px;
            margin: 0 15px 60px;
        }
    }

    #destaques {
        .img-fundo-dest {
            .card-destaques {
                min-height: 310px;
            }
        }
    }
    
    #sobre{
        .fixar-bot{
            position: relative;
            height: 380px;

            .img-sobre {
                margin-bottom: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 380px;
            }
        }
    }

    #depoimentos {
        .barra-branca {
            margin: 0;
            padding: 15px;

            .card-depo {
                padding: 0;
            }
        }
    }

    #newsletter {
        .bordar-branca {
            margin: 15px;
        }
        .bordar-branca {
            h3 {
                font-size: 20px;
            }
            ul{
                padding: 0;
                display: flex;
                flex-direction: column;
            }
        }
    }
    #video {
        .link-video {
            height: auto;
        }
    }

    
}

/* MOBILE */
@media all and (max-width: 767px) { 
    #newsletter {
        .bordar-branca {
            margin: 15px;
        }
        .bordar-branca {
            h3 {
                font-size: 20px;
            }
            ul{
                padding: 0;
                display: flex;
                flex-direction: column;
            }
        }
    }

    #sobre{
        .fixar-bot{
            position: relative;
            height: 380px;

            .img-sobre {
                margin-bottom: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 380px;
            }
        }
    }

    #video {
        .info-video {
            padding: 25px;
        }
    }

    #numeros {
        .card-numero {
            text-align: center;
            margin-bottom: 40px;

            .valor {
                margin-bottom: 0px;
            }
            .card-numero {
                margin-bottom: 0px;
            }
            p{
                margin-bottom: 0;
            }
        }
    }

    #depoimentos {
        .barra-branca {
            margin: 0;
            padding: 15px;

            .card-depo {
                padding: 0;
            }
        }
    }

    #blog {
        .data-autor-catg {
            margin-bottom: 0;
            flex-wrap: wrap;
            p {
                margin: 0 10px 0 0;
            }
        }

        .card-blog {
            .info-blog {
                width: 100%;
            }
        }
        h2 {
            margin-top: 30px;
        }
    }

    #palestrar {
        .centralizar {
            h2 {
                text-align: center;
            }
        }
    }
}