/* Estilo automático para a página: sobre-nos */
 #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;
    }
}






#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;
        }
        
}


#sobre{

    padding: 60px 0;

    .fundo-escuro {
        background-color: #1b1b1b;
        padding: 50px;

        h3 {
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #b1976b;
            margin-bottom: 20px;
        }
        h2{
            font-size: 36px;
            font-weight: 700;
            letter-spacing: 0px;
            text-transform: none;
            color: #ffffff;
            margin-bottom: 20px;
        }
        p{
            font-size: 16px;
            font-weight: 400;
            text-transform: none;
            color: #b4b4b4;
            line-height: 1.7;
        }
        .assinatura {
            margin-bottom: 10px;
            margin-top: 40px;
        }
        .cargo {
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 3px;
            color: #ffffff;
            margin-bottom: 60px;
        }
    }

        
    .link-video {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        overflow: hidden;
        height: auto; /* 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;
        }
    }

    .img-sobre-2{
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }


    .title_andamento {
        margin: 0 0 10px 0px;
    }
    .card-obra {
        display: flex;
        border-radius: 5px;
        padding: 10px 20px 10px 10px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }
    .alinhar-valor {
        width: 100%;
        position: relative;
        display: flex;
        background-color: #ddd;
        border-radius: 40px;

    }
    .porcentagem {
        margin: 0;
        right: 0;
        top: -30px;
        position: absolute;
        text-align: right;
    }
    .skills {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 0px;
        color: white;
        border-radius: 40px;

    }
}

#servir{
    padding: 80px 0;

    h2{
        position: relative;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: none;
        color: #2c2c2c;

         &:before {
            background-color: #c58938;
            background-size: auto;
            display: inline-block;
            width: 38px;
            height: 6px;
            border-radius: 15px;
            content: "";
            bottom: -20px;
            left: 0;
            position: absolute;
            z-index: 1;
        }
    }

    p{
        line-height: 1.7;
        font-size: 16px;
        text-transform: none;
        color: #6d6d6d;
    }

    .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;
            background-size: cover;
    
            img{
                object-fit: contain;
                width: 34px;
            }
    
            h3{
                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;
            }
        }
    }
}









#consultoria-sobre {
    padding: 100px 0;

    .fundo-consulta{
        box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 46px rgba(0, 0, 0,0.08);
        -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
        padding: 75px 60px 40px 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;

        h2 {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 0px;
            text-transform: none;
            color: #303030;
            text-align: center;
            margin-bottom: 20px;
        }
        p{
            font-style: normal;
            letter-spacing: 0px;
            color: #6d6d6d;
            margin-top: 15px;
            text-align: center;
            padding:  0 50px;
            margin-bottom: 30px;
        }
        .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;
        }
    }
}




/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #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;
            }
        }
    }

}

/* MOBILE */
@media all and (max-width: 767px) { 

    #cabecalho {
        h1 {
            font-size: 32px;
            line-height: 2.2;
        }
        h2 {
            line-height: 22px;
        }
    }
    #sobre {
        padding: 0;
        
        .link-video {
            height: 400px;
        }

        .fundo-escuro {
            padding: 30px;
        }
    }

    #servir {
        padding: 40px 0;

            h2 {
                margin-bottom: 40px;
            }
    }

    #depoimentos {
        .barra-branca {
            margin: 0;
            padding: 15px;

            .card-depo {
                padding: 0;
            }
        }
    }
}