.banner .infos-banner.botaop.banner {
    position: relative;

    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.8) 0%,

            rgba(0, 0, 0, 0) 100%);
}

.swiper-banner-home {
    width: 100%;
    height: 100%;
}

.swiper-banner-home .swiper-slide {
    position: relative;
}

.swiper-banner-home .swiper-slide img {
    width: 100%;
    /* height: auto; */
    display: block;
}

.info-banner {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 20px;
    width: 100%;
}

.info-banner p {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 300;
    font-size: 2rem;

    line-height: 102.023%;
    margin-bottom: 10px;
    text-align: center;
}


.swiper-banner-home .swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    /* opcional: escurece a imagem para melhorar contraste do texto */
    z-index: 1;
}




.banner img {
    height: 400px;
    object-fit: cover;
}

.banner {
    position: relative;
    height: 400px;
}

.botao {
    border: none;
    background: #38342F;
    color: #fff;

    border-radius: 75px;

    max-width: 300px;

    width: 100%;

    padding-block: 20px;

    text-align: center;


    margin: 0 auto;

    transition: 0.3s;

    display: block;

}

.botao:hover {
    opacity: 0.8;
}


.infos-banner span {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700;
    font-size: 4.25rem;

    line-height: 102.023%;

    margin-bottom: 10px;
    text-align: center;
}

.infos-banner h1 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 102.023%;

    /* max-width: 545px; */

    width: 100%;

    text-align: center;

    margin-bottom: 40px;
}

.infos-banner svg {
    margin-bottom: 56px;
}

.form {
    padding-top: 50px;
}

.form .titulo {
    text-align: center;
    margin-bottom: 60px;
}

.form form {
    max-width: 1300px;

    width: 100%;

    margin: 0 auto;
}

.form .row {
    margin-bottom: 60px;

    justify-content: space-between;
}

.form .row:last-child {
    margin-bottom: 0;
}

.form .col-md-4 {
    max-width: 370px;
}

@media (min-width: 1375px) {
    .form .col-md-8 {
        width: 64%;
    }
}

.form label {
    font-size: 1.5rem;

    line-height: 130.523%;


}

.form .form-control {
    border: none;

    border-bottom: 1px solid #000;

    border-radius: 0;

    box-shadow: none;

    width: 100%;

    padding-top: 0;
}

.form .opcional {
    font-size: 14px;
}

.form .botao-form {
    margin: 0;
}

.response-form-display-none {
    display: none;
}

.response-form,
.response-form-2 {
    margin-top: 20px;
}

.titulo {
    font-size: 2.4rem;

    font-family: "DM Sans", sans-serif !important;

    line-height: 118.023%;

    margin-bottom: 0;
}

.motivos {
    /* display: grid;

    grid-template-columns: 1fr;

    gap: 60px;

    

     padding-right: 30px; */

    /* padding: 0 30px; */

    margin-bottom: 100px;
}

.motivos .box-container {
    padding: 0 30px;
}

.motivos .imagem img {
    /* max-height: 620px; */

    object-fit: cover;

    margin-bottom: 30px;
}

.motivos .infos {
    /* max-width: 650px; */

    display: flex;

    flex-direction: column;
}

.motivos .titulo {
    max-width: 825px;
}

.motivos .infos .linha {
    width: 201px;

    height: 7px;

    background: #d9d9d9;

    margin-block: 30px;
}

.motivos .descricao .motivo {
    display: flex;
    margin-bottom: 15px;
    gap: 50px;

    align-items: center;
}

.motivos .descricao .numero_motivo {
    font-size: 3.75rem;
    width: 6px;
    font-weight: bold;
}

.motivos .descricao .descricao_motivo {
    display: inline-block;
}

/* .motivos .descricao li {

    font-size: 1.275rem;

    line-height: 130%;

    text-align: left;

} */

.motivos .descricao .descricao_motivo,
.escritorio .descricao p,
.destaque-metragem .descricao span {
    font-size: 1.4rem;

    line-height: 130.523%;

    text-align: justify;

    margin-bottom: 15px;
}

.btn-link {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 30px;
    text-decoration: none;
}

.btn-link:hover {
    background: #fff;
    color: #000;
}

.motivos .descricao .descricao_motivo {
    margin-bottom: 0;
}

.motivos .infos .botao {
    margin-top: 45px;
}

.modal .modal-dialog {
    max-width: 100%;
}

.modal .modal-content {
    background-color: transparent;

    border: none;

    text-align: center;
}

.modal .close-modal {
    cursor: pointer;

    position: absolute;

    top: 20px;

    right: 20px;
}

.video,
.escritorio,
.nosso-time,
.perguntas,
.como-entregamos {
    padding-inline: 30px;

    margin-bottom: 0;
}

.box-video {
    cursor: pointer;

    position: relative;
}

.video iframe {
    border-radius: 16px;

    height: 500px;

    width: 800px;

    margin: 0 auto;

    display: flex;
}

/* .video .box-video::after {

    content: '';

    background: url(../image/icone_play.svg) no-repeat center;

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    width: 100%;

    height: 100%;

} */

.escritorio .titulo {
    text-align: center;

    margin-bottom: 60px;
}

.escritorio .box-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 60px;
}

.escritorio .grid-imagens {
    display: block;

    /* grid-template-columns: repeat(auto-fit, minmax(auto, 279px)); */

    grid-template-rows: minmax(0, 355px) minmax(0, 279px) minmax(0, 178px);

    gap: 10px;
}

.escritorio .grid-imagens img {
    width: 100%;
    object-fit: cover;
    height: 700px;
    /* object-position: top; */
}

.imagem-grid-3 {
    object-position: top;
}

.imagem-grid-1 {
    grid-column: 1 / span 2;

    grid-row: 1 / 1;
}

.imagem-grid-2 {
    grid-column: 3 / span 1;

    grid-row: 1 / 1;
}

.imagem-grid-3 {
    grid-column: 1 / 2;

    grid-row: 2 / 2;
}

.imagem-grid-4 {
    grid-column: 1 / 2;

    grid-row: 3;
}

.imagem-grid-5 {
    grid-column: 2 / span 2;

    grid-row: 2 / span 2;
}

.escritorio .botao {
    margin-top: 70px;
}

.nosso-time .titulo {
    text-align: center;
    margin-bottom: 60px;
}

.link-pagina {
    text-align: center;
    color: #38342f;
    font-weight: 700;
    text-decoration: underline;
}

.nosso-time .box-cards {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.nosso-time .card-time {
    display: flex;
    gap: 80px;
}

.nosso-time .card-time img {
    max-width: 300px;
    margin: auto;
    max-height: 700px;
    object-fit: cover;
    object-position: top;
}

.nosso-time .card-time:nth-child(3) img {
    filter: saturate(100%);
}

.nosso-time .card-time h3 {
    text-align: center;

    font-weight: bold;
}

.nosso-time .card-time span {
    font-size: 1.25rem;
    height: 190px;
    text-align: justify;
    display: block;
}


.nosso-time .botao {
    margin-top: 70px;
}

.perguntas .perguntas-box,
.container-como-entregamos {
    display: flex;

    flex-direction: column;

    gap: 18px;

    max-width: 1024px;

    width: 100%;

    margin: 0 auto;

    margin-top: 60px;
}

.container-como-entregamos ul {
    padding-left: 1rem;
}

.container-como-entregamos {
    font-size: 1.25rem;
    text-align: justify;
}

.perguntas-box summary::marker {
    display: none;
}

.perguntas-box summary {
    display: flex;

    justify-content: space-between;

    align-items: center;

    /* border-radius: 68.5px; */

    background: #eff0e9;

    padding: 20px;
}

.perguntas-box summary .indice {
    font-family: "DM Sans", sans-serif !important;

    font-size: 1.875rem;
}

.perguntas-box summary .pergunta {
    font-size: 1.125rem;
}

.perguntas-box ul {
    margin-bottom: 0;
}

.perguntas-box li {
    font-size: 1.125rem;
    text-align: justify;
}

details[open] summary {
    background: #EFAD00;

    color: #fff;
}

details[open] summary svg {
    rotate: 180deg;

    fill: #fff;
}

.box-resposta {
    padding: 30px 0;
}

.perguntas-box details p {


    text-align: justify;
    margin-top: 30px;
    font-size: 1.25rem;
}

.destaque-metragem {
    position: relative;
    z-index: 20;
}

.destaque-metragem .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.76) 74.74%);
    z-index: 2;
}

.destaque-metragem {
    background: linear-gradient(267deg,
            rgba(0, 0, 0, 0.9) 30%,

            rgba(0, 0, 0, 0.76) 74.74%);

    position: relative;
}

.destaque-metragem img {
    max-height: 500px;
    object-fit: cover;
}

.destaque-metragem .box-container {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    padding: 30px;
    color: #fff;

    z-index: 10;

}

.destaque-metragem .metragem {
    max-width: 450px;

    width: 100%;
}

.destaque-metragem .metragem span {
    display: block;

}

.destaque-metragem .metragem span:nth-child(1),
.destaque-metragem .metragem span:nth-child(3) {
    text-align: justify;

    font-size: 3rem;

    line-height: 1.1;
}

.destaque-metragem .metragem span:nth-child(2) {
    text-align: justify;

    font-size: 6.5rem;

    line-height: 1;

    font-family: "DM Sans", sans-serif !important;
}

.destaque-metragem .metragem span:nth-child(3) {
    text-align: end;
}

.destaque-metragem .descricao {
    /* max-width: 750px; */

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.destaque-metragem .descricao span {
    font-size: 1.8rem;
}

.destaque-metragem .descricao span strong {
    font-size: 1.8rem;
}

.destaque-metragem .descricao .botao {
    margin-top: 40px;

    color: #fff;

    border-color: #fff;
}

.destaque-metragem .descricao .botao:hover {
    background-color: #fff;

    color: #000;
}

.projetos {
    margin-bottom: 80px;
}

.projetos .titulo {
    text-align: center;

    font-family: "DM Sans", sans-serif !important;

    margin-bottom: 50px;
}

.projetos .botao {
    margin-top: 60px;
}

.swiper-projetos .swiper {
    width: 100%;

    max-height: 923px;

    height: 100%;
}

.swiper-projetos .swiper-slide {
    padding-inline: 190px;
}

.swiper-projetos .swiper-slide img {
    display: block;

    width: 100%;

    max-height: 450px;

    object-fit: cover;
}

.swiper-projetos .slide-projeto a {
    display: block;
    position: relative;
}

/* Overlay escuro sobre a imagem */
.swiper-projetos .slide-projeto a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Preto com 50% de opacidade */
    z-index: 1;
    /* Fica acima da imagem mas abaixo do texto */
}

.swiper-projetos .swiper-slide h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* Cor do texto - ajuste conforme necessário */
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    /* Sombra para melhor legibilidade */
    z-index: 1;
    /* Garante que o texto fique acima da imagem */
    width: 100%;
    /* Ocupa toda a largura para centralização correta */
    padding: 0 10px;
    /* Evita que o texto encoste nas bordas */
    box-sizing: border-box;
}

@media(min-width:992px) {
    .swiper-projetos .swiper-slide h4 {
        font-size: 1.5rem;
    }
}

.swiper-projetos .swiper-slide-prev {
    transform: translateX(300px) !important;
}

.swiper-projetos .swiper-slide-next {
    transform: translateX(-300px) !important;
}

.swiper-projetos .swiper-button-next::after,
.swiper-projetos .swiper-button-prev::after {
    display: none;
}

.swiper-projetos .swiper-button-next {
    width: 50px;

    right: 125px;
}

.swiper-projetos .swiper-button-prev {
    width: 50px;

    left: 125px;
}



.mapa-mobile {
    display: none;
}



.form-2 {
    background: #38342f;
    color: #fff;

    padding: 40px 30px 80px;
}

.form-2 .form-control {
    background: transparent;

    border-color: #fff;

    color: #fff;
}

.form-2 .botao-form-2 {
    color: #fff;

    border-color: #fff;
}

.form-2 .botao-form-2:hover {
    color: #000;

    background: #fff;
}

.f-button[title='Close'] svg {
    stroke-width: 3.5 !important;
}

@media (min-width: 1300px) {
    .localidade img {
        object-fit: cover;

        height: 387px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .titulo {
        font-size: 2rem;
    }

    .destaque-metragem .metragem {
        max-width: 326px;
    }

    .destaque-metragem .metragem span:nth-child(1),
    .destaque-metragem .metragem span:nth-child(3) {
        font-size: 40.915px;
    }

    .destaque-metragem .metragem span:nth-child(2) {
        font-size: 75.333px;
    }

    .localidade img {
        object-fit: cover;

        height: 315px;
    }
}

@media (max-width: 992px) {

    .contatos {
        margin-top: 30px;
    }
    .nosso-time .card-time{
        flex-direction: column;
    }




    .infos-banner span {
        font-size: 3rem;
    }

    .infos-banner h1 {
        font-size: 1.875rem;
    }

    .infos-banner svg {
        margin-bottom: 30px;
    }

    .motivos {
        grid-template-columns: 1fr;

        align-items: center;

        /* padding-inline: 30px; */
    }

    .motivos .infos {
        max-width: initial;
    }

    .titulo {
        font-size: 2rem;
    }

    .motivos .descricao .descricao_motivo,
    .escritorio .descricao p,
    .destaque-metragem .descricao span,
    .perguntas-box details p {
        font-size: 1.125rem;
    }

    .motivos .infos .botao {
        max-width: 300px;

        margin-top: 40px;
    }

    .video iframe {
        width: 500px;

        height: 300px;
    }

    .escritorio .box-grid {
        display: flex;
        flex-direction: column;
    }

    .escritorio .grid-imagens {
        max-width: 700px;

        margin: 0 auto;
    }

    .escritorio .grid-imagens img {
        object-fit: cover;
    }

    .nosso-time .box-cards {
        gap: 20px;
        flex-direction: column;
    }

    .nosso-time .card-time h3 {
        font-size: 1.125rem;
    }

    .destaque-metragem img {
        height: 600px;
    }

    .destaque-metragem .metragem {
        max-width: 266px;
    }

    .destaque-metragem .metragem span:nth-child(1),
    .destaque-metragem .metragem span:nth-child(3) {
        font-size: 2.125rem;
    }

    .destaque-metragem .metragem span:nth-child(2) {
        font-size: 3.8125rem;
    }

    .destaque-metragem .descricao span {
        font-size: 1.375rem;
    }

    .destaque-metragem .descricao span strong {
        font-size: 1.575rem;
    }

    .localidade img {
        height: 251px;

        object-fit: cover;
    }


}

@media (max-width: 768px) {

    .swiper-projetos .swiper-slide img {
        height: 200px;
    }

    .form {
        padding-bottom: 30px;

        padding-top: 40px;
    }

    .form .col-12 {
        margin-bottom: 20px;
    }

    .form .row {
        margin-bottom: 0;
    }

    .form .col-md-4 {
        max-width: 100%;
    }

    .form .botao-form {
        margin: 0 auto;
    }

    .motivos {
        gap: 30px;

        margin-bottom: 60px;
    }

    .motivos .infos .linha {
        margin-top: 40px;

        margin-bottom: 30px;
    }

    .video,
    .escritorio,
    .nosso-time,
    .destaque-metragem,
    .projetos,
    .localidade,
    .perguntas {
        margin-bottom: 60px;
    }

    .escritorio .titulo {
        margin-bottom: 30px;
    }

    .escritorio .box-grid {
        gap: 30px;
    }

    .escritorio .grid-imagens {
        grid-template-rows: initial;
    }

    .escritorio .botao,
    .nosso-time .botao {
        margin-top: 40px;
    }

    .destaque-metragem .metragem {
        max-width: 196px;
    }

    .destaque-metragem .metragem span:nth-child(1),
    .destaque-metragem .metragem span:nth-child(3) {
        font-size: 1.125rem;
    }

    .destaque-metragem .metragem span:nth-child(2) {
        font-size: 2.8125rem;
    }

    .destaque-metragem .descricao span {
        font-size: 1.275rem;
    }

    .destaque-metragem .descricao .botao {
        margin-top: 20px;

        width: max-content;

        padding-inline: 40px;

        padding-block: 8px;
    }

    .swiper-projetos .swiper-button-next {
        right: 130px;

        width: 40px;
    }

    .swiper-projetos .swiper-button-prev {
        left: 130px;

        width: 40px;
    }



    .perguntas-box summary svg {
        width: 30px;
    }

    .perguntas-box summary .pergunta {
        font-size: 1rem;

        flex: 1;
    }

    .localidade img {
        height: 150px;

        object-fit: cover;
    }

    .btn-link {
        transform: translateX(-50%);
        bottom: 0 !important;
        font-size: 13px;
        top: auto;
    }

    .info-banner p {
        font-size: 14px;
    }
}

@media (max-width: 567px) {
    .banner .infos-banner {
        bottom: 10px;
    }

    .infos-banner span,
    .titulo {
        font-size: 1.375rem;
        max-width: 400px;
        line-height: 1;
    }

    .banner img,
    .banner {
        height: 400px;
    }

    .motivos .descricao .descricao_motivo,
    .escritorio .descricao p,
    .nosso-time .card-time span,
    .perguntas-box details p,
    .perguntas-box summary .pergunta,
    .perguntas-box summary .indice,
    .perguntas-box li,
    .form label {
        font-size: 1rem;
    }

    .perguntas-box summary .pergunta {
        font-size: 0.875rem;
    }

    .motivos .descricao .motivo {
        gap: 30px;
    }

    .motivos .infos .descricao p,
    .escritorio .descricao p {
        margin-bottom: 20px;
    }

    .infos-banner h1 {
        max-width: 300px;

        font-size: 1.125rem;

        margin-bottom: 10px;

        line-height: 1.1;
    }

    .infos-banner svg {
        width: 30px;

        margin-bottom: 0px;
    }

    .botao {
        max-width: 250px;

        padding-block: 14px;
    }

    .video iframe {
        width: 100%;
    }

    /* .imagem-grid-1,
    .imagem-grid-2 {
        max-height: 220px;
    } */



    .perguntas-box summary svg {
        height: 25px;
    }

    .perguntas-box details p {
        padding: 15px 30px 0;
    }

    .perguntas-box summary {
        padding: 20px 20px;

        gap: 10px;
    }

    .perguntas-box summary .pergunta {
        text-align: center;
    }

    .destaque-metragem .metragem {
        max-width: 160px;

        margin: auto;
    }

    .destaque-metragem .metragem span:nth-child(2) {
        font-size: 2.25rem;
    }

    .destaque-metragem .descricao span {
        font-size: 1rem;
    }

    .destaque-metragem .descricao span strong {
        font-size: 1.225rem;
    }

    .swiper-projetos .swiper-slide {
        padding-inline: 70px;

        height: 210px;

        /* padding-inline: 0; */
    }

    .swiper-projetos .swiper-slide-next {
        transform: translateX(-120px) !important;
    }

    .swiper-projetos .swiper-slide-prev {
        transform: translateX(120px) !important;
    }

    .swiper-projetos .swiper-button-next svg rect,
    .swiper-projetos .swiper-button-prev svg rect {
        display: none;

        /* transform: initial !important; */
    }

    .swiper-projetos .swiper-button-prev {
        left: 45px;

        width: 30px;
    }

    .swiper-projetos .swiper-button-next {
        right: 45px;

        width: 30px;
    }

    /* .localidade iframe {

        max-height: 200px;

    } */

    .motivos .descricao .motivo {
        margin-bottom: 15px;
        flex-direction: column;
    }


}

@media (max-width: 460px) {

    .btn-link {
        transform: translateX(-50%);
        bottom: 0 !important;
        font-size: 10px;
        top: auto;
    }

    .motivos {
        padding-inline: 0;
    }

    .motivos .box-container {
        padding-inline: 30px;
    }

    /* .escritorio .grid-imagens {
        grid-template-rows: minmax(0, 220px) minmax(0, 158px) minmax(0, 141px);
    } */

    .destaque-metragem .descricao span {
        font-size: 0.875rem;

        line-height: 1;
    }

    .destaque-metragem .descricao span strong {
        font-size: 1.125rem;
    }

    .destaque-metragem .descricao .botao {
        margin-top: 10px;
    }

    .mapa-desktop {
        display: none;
    }

    .mapa-mobile {
        display: block;
    }

    .localidade {
        overflow: hidden;
    }

    .localidade img {
        width: 100%;

        object-fit: cover;

        height: auto;
    }
}

@media (max-width: 360px) {

    .btn-link {
        transform: translateX(-50%);
        bottom: 0 !important;
        font-size: 7px;
        top: auto;
    }

    .destaque-metragem .descricao span {
        font-size: 0.875rem;
    }

    .destaque-metragem .descricao span strong {
        font-size: 1rem;
    }

    .destaque-metragem .descricao .botao {
        margin-top: 10px;
    }
}

.box-botao-enviar {
    position: relative;
}

.nao_clique {
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

/* #formulario_contato_2 .nao_clique {
    background: #38342f;
} */

.linkedin-link {
    text-align: center;
    margin-top: 40px;
    display: block;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    align-items: center;
}

.nav-item.contato {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

header a.whatsapp-link {
    display: flex;
    gap: 3px;
    align-items: center;
}

.destaque-metragem .descricao span {
    font-size: 1.2rem;
    font-weight: 200;
    display: block;
    max-width: 990px;
}

.iniciar-projeto {
    /* border: 1px solid #b3a595;
    padding: 3px 10px;
    text-align: center;
    font-size: 12px; */
    line-height: 1.3;
}

/* @media (min-width: 990px) {
    .iniciar-projeto {
        position: absolute;
        top: 0;
        right: 0;
    }
} */

@media (max-width: 1440px) {

    .nav-link,
    .number {
        font-size: 1rem;
    }
}


.escritorio,
.projetos {
    margin-bottom: 0;
}

.perguntas .perguntas-box,
.container-como-entregamos {
    margin-bottom: 0;
    margin-top: 0;
}

.rodape-links li {
    font-size: 15px;
}

.navbar-brand img {
    max-width: 110px;
}