/* Estilo automático para a página: home */


header.preto-branco{
    .logo-header.logo-branca{
        display: block;
    }
    .logo-header.logo-preta{
        display: none;
    }

    .nav-link{
        color: #fff !important;
    }
}
header{
    .icon-branco{
        display: block;
    }
    .icon-preto{
        display: none;
    }
    li{
        list-style-type: none;
    }
    .separador-mob {
        display: flex;
    }
}

.img-display {
    width: 100%;
    object-fit: cover;
    height: 810px;
}
.swiper-pagination-bullet-active {
    width: 100px !important;
    background-color: #FFFFFF;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 6px;
    width: 40px;
    border-radius: 0;
    background-color: #B7B7B7;
}
.image-text-container {
    position: relative;
    min-height: 810px; /* Ajuste conforme necessário */
    overflow: hidden; /* Para conter a imagem */
}
.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.img-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.text-overlay {
    position: relative;
    z-index: 3;
    color: white;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.text-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 2;
    mix-blend-mode: multiply; 
}
.text-overlay h2,
.text-overlay h1,
.text-overlay p,
.text-overlay .btn-display {
    position: relative;
    z-index: 3;
}
.text-overlay h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}
.text-overlay h1 {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
}
.text-overlay h1 span{
    font-weight: 700;
}
.text-overlay p {
    font-size: 18px;
}

.btn-display {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    border-radius: 0;
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    color: #000 !important; 
    background-color: #fff; 
    position: relative;
    transition: all 0.3s ease; 
    border: 1px solid #000;
}

.btn-display:hover {
    box-shadow: 
        0 0 0 2px #000, /* Borda externa (2px preta) */
        0 0 0 3px #fff,  /* Borda central (1px branca - note que é 3px total, menos os 2px da borda externa = 1px) */
        0 0 0 5px #000;  /* Borda interna (2px preta - 5px total menos 3px da borda central = 2px) */
}
#display:before {
    background-image: url(../img/efeito-1.png);
    background-size: contain;
    display: inline-block;
    width: 194px;
    height: 843px;
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.box-text-display {
    height: 89vh;
    z-index: 10;
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.img-box-display {
    position: absolute;
    z-index: 0;
    height: 100vh;
    top: 0;
}






#sobre:before {
    background-image: url(../img/efeito-2.png);
    background-size: contain;
    display: inline-block;
    width: 215px;
    height: 484px;
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 10;
}











#sobre {
    padding: 70px 0;
    border-bottom: 0.6px solid #B7B7B7;
    position: relative;
    overflow: hidden;
}
#sobre img {
    margin-right: 10px;
}
#sobre h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
#sobre h2 {
    font-weight: 500;
    font-size: 36px;
    margin: 20px 0;
    line-height: 110%;
}

#sobre p {
    font-weight: 400;
    font-size: 16px;
    color: #575756;
    line-height: 160%;
    text-align: justify;

}

#sobre iframe{
    width: 100%;
    height: 100%;
}



#emprendimentos{
    padding: 70px 0;
    border-bottom: 0.6px solid #B7B7B7;
}
#emprendimentos h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 26px;
}
#emprendimentos h3 {
    font-weight: 400;
    font-size: 21px;
    color: #575756;
    line-height: 100%;
    vertical-align: middle;
}
.img-emp-home {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.tag-emp-home {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #3B422A;
    padding: 15px 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.logo-ender {
    display: flex;
}
.img-logo-emp {
    width: 130px;
    object-fit: cover;
    margin-right: 20px;
}
.card-empreendimento h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #3B422A;
}
.endereco {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    color: #575756;
}
.logo-ender {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.resumo-emp {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    vertical-align: middle;
    color: #575756;
    text-align: justify;
}
.circulo-cinza {
    width: 35px;
    height: 35px;
    background-color: #E1DEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 8px;
}
.circulo-cinza img {
    width: 19px;
    object-fit: contain;
}
.titulo-elementos-emp {
    font-weight: 500;
    font-size: 16px;
    color: #1D1D1B;
    line-height: 100%;
    vertical-align: middle;
    margin: 0;
}
.text-elementos-emp {
    font-weight: 400;
    font-size: 16px;
    color: #575756;
    line-height: 100%;
    vertical-align: middle;
    margin-top: 8px;
}
.list-elementos-emp {
    display: flex;
    margin: 10px 0 0;
}
.btn-emp-home {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    border-radius: 0;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #000;
    display: block;
    text-align: center;
}
.btn-emp-home:hover {
    box-shadow: 
        0 0 0 2px #000, /* Borda externa (2px preta) */
        0 0 0 3px #fff,  /* Borda central (1px branca - note que é 3px total, menos os 2px da borda externa = 1px) */
        0 0 0 5px #000;  /* Borda interna (2px preta - 5px total menos 3px da borda central = 2px) */
}




#blog{
    padding: 70px 0;
}
#blog h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 26px;
}
#blog h3 {
    font-weight: 400;
    font-size: 21px;
    color: #575756;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 48px;
}
.img-blog {
    height: 247px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.cat-blog {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #1D1D1B;
    padding: 15px 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.info-blog {
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 8px 0px #0000001A;
    padding: 25px;
}
.info-blog h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #1D1D1B;
    min-height: 60px;
}
.text-blog-resumo {
    font-weight: 400;
    font-size: 16px;
    color: #575756;
    line-height: 24px;
    vertical-align: middle;
}
.autor-data {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.btn-ler-mais{
    display: block !important;
    text-align: center;
}
.btn-blog{
    width: max-content;
}
.alinhar-meio{
    display: flex;
    justify-content: center;
}
.data-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
}
.data-blog img{
    margin-right: 8px;
}
.autor-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
}
.card-blog.alt-bloc-central .img-blog {
    height: 330px;
}
.alt-bloc-central {
    margin-top: -30px;
    height: 360px !important;
}

.moldura {
    overflow: hidden;
}

.img-blog {
    width: 100%;
    height: 300px; 
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease; 
}

/* Efeito de zoom ao passar o mouse */
.card-blog:hover .img-blog {
    transform: scale(1.1); 
}


#cta{
    padding: 60px 0;
    background-color: #F8F8F8;
    position: relative;
}
#cta h2 {
    font-weight: 400;
    font-size: 31px;
    line-height: 31px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
}
#cta h2 span{
    font-weight: 500;
}
#cta h3 {
    font-weight: 400;
    font-size: 21px;
    color: #575756;
    line-height: 100%;
    vertical-align: middle;
}
#cta .text-cta{
    text-align: center;
    margin-bottom: 60px;
}


#cta:before {
    background-image: url(../img/efeito-3.png);
    background-size: contain;
    display: inline-block;
    width: 304px;
    height: 290px;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 0;
}
#cta:after {
    background-image: url(../img/efeito-4.png);
    background-size: contain;
    display: inline-block;
    width: 304px;
    height: 290px;
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}
.posicao-form{
    position: relative;
    z-index: 1;
}
#cta .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #575756;
    border-radius: 0;
    padding-left: 30px;
}
.icon-form {
    position: absolute;
    left: 15px;
    top: 8px;
}
.form-group {
    position: relative;
}
#cta .form-check {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}
#cta .form-check a {
    font-weight: 500;
    text-decoration: underline;
}
.btn-enviar-form{
    display: block !important;
    background-color: #1D1D1B !important;
    border-radius: 0 !important;
    color: #fff !important;
    width: 100%;
    height: 60px;
}


/* OCULTAR EFEITO */
@media all and (max-width: 1700px) { 
    #display:before {
        display: none;
    }
    #sobre:before {
        display: none;
    }
}





/* MOBILE */
@media all and (max-width: 767px) { 
    .navbar-toggler:focus{
       box-shadow: none; 
    }
    header.preto-branco {
        background-color: rgb(29, 29, 27) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
    }

    .btn-display{
        display: block !important;
        /* width: 100%; */
    }

    #sobre h3 {
        margin-top: 20px;
    }
    #sobre iframe {
        height: 288px;
    }
    .img-emp-home {
        margin-bottom: 30px;
        height: 470px;
    }
    #cta .form-control {
        min-height: 70px;
    }
    .icon-form {
        top: 27px;
    }
    .navbar-collapse a {
        color: #fff;
    }

    #blog{
        .blog-deskt{
            display: none !important;
        }
        .blog-none{
            display: block !important;
        }
    }

    .box-text-display {
        height: 70vh;
    }
    .image-text-container{
        height: 70vh;
    }
    .image-wrapper {
        height: 70vh;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    header{
        .navbar-collapse a {
            color: #fff;
        }
    }

    #display{
        .swiper-wrapper {
            height: 790px !important;
        }

    }

    .navbar-toggler:focus{
       box-shadow: none; 
    }
    header.preto-branco {
        background-color: rgb(29, 29, 27) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }

        .dropdown-menu li{
            color: #fff;
        }
    }
    .blog-deskt{
        display: none !important;
    }
    .blog-none{
        display: block !important;
    }

    #sobre h3 {
        margin-top: 20px;
    }

}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}


#blog{
    .blog-deskt{
        display: flex;
    }
    .blog-none{
        display: none;
    }

    .swiper-content{
        position: relative;

        .passadores{
            position: absolute;
            display: flex;
            justify-content: space-between;
            width: 100%;
            top: calc(50% - 10px);

            .swiper-button-next {
                right: -90px;
            }
            .swiper-button-prev {
                left: -90px;
            }
        }
    }
    .swiper-button-next, .swiper-button-prev {
        background-color: #000;
        padding: 30px;
        border-radius: 40px;
        color: #fff !important;
        top: 190px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 20px !important;
    }
}


.btn-sobre-ver{
    float: inline-end;
}