.brand-logo {
    display: block;
    text-align: center;
}

.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: 50%;
    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: 700;
    font-size: 3rem;

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






.banner {
    position: relative;

}

.botao {
    border: none;
    background: #000F4A;
    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;
}

.box-descricao {
    max-width: 800px;
    margin: auto;
}

.titulo {
    font-size: 3rem;
    font-family: "DM Sans", sans-serif !important;
    line-height: 118.023%;
    margin-bottom: 0;
    font-weight: bold;
    color: #000F4A;
    text-align: center;
}

.motivos {
    padding: 80px 0;
    background: #f3f6fa;
}

.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 {
    text-align: center;
    margin-bottom: 50px;
}

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

    height: 7px;

    background: #d9d9d9;

    margin-block: 30px;
}

.motivos .descricao .motivo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 50px;

    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    height: 100%;
}

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

.motivos .descricao .descricao_motivo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;

}

/* .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 !important;

    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 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 4 colunas iguais */
    gap: 20px;
    /* espaço entre os itens */
    align-items: center;
    /* alinha os itens verticalmente */
}

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

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

.motivos .descricao .descricao_motivo img {
    max-width: 60px;
    max-height: 60px;
}

.descricao_motivo h2 {

    font-size: 20px;
}

.descricao_motivo p {
    height: 60px;
    font-size: 17px;
}

.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 {
    padding-inline: 30px;
    margin-bottom: 100px;
}


.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: flex;
    flex-direction: column;
    gap: 50px;
}

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

.escritorio .grid-imagens img {
    max-width: 100%;
    height: auto;
}

.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: 50px;
}

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

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

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

    gap: 40px;
}

.nosso-time .card-time {
    display: flex;

    flex-direction: column;

    gap: 15px;
    flex: 1;
}

.nosso-time .card-time img {

    /* max-height: 400px; */
    object-fit: cover;
    object-position: top;
}

.card-time h3 {
    color: #000F4A
}

.card-time p,
.card-time ul li {
    color: gray;
    font-size: 20px;
}

.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;
}


.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;

}

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

    font-size: 1.875rem;
}

.perguntas-box summary .pergunta {
    font-size: 20px;
    font-weight: bold;
    color: #000F4A
}

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

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




.perguntas-box .questions p {
    text-align: justify;
    margin-top: 5px;
    font-size: 1.25rem;
    margin-bottom: 0;
    color: gray
}

.questions {
    background: #F3F6FA;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    cursor: auto;
}

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

    /* background imagem */
    background-image: url('https://www.bateriasexpressudi.com.br/wp-content/uploads/2025/09/hero-banner-z3LpQWmM.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;

    /* altura inicial */
    min-height: 600px;

    display: flex;
    align-items: center;
    padding-top:80px;
    padding-bottom: 40px;
}

.destaque-metragem .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 15, 74, 0.9),
        rgba(0, 15, 74, 0.8)
    );
    z-index: 1;
}





.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.card-item {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-icone {
    margin-bottom: 15px;
}

.card-icone img {
    filter: brightness(0) invert(1) !important;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.card-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.card-item p {
    font-size: 20px;
    line-height: 21px;
    margin: 0;
    color: #fff;
}

.txt-orange {
    color: #dd3c3c;
}

.destaque-metragem .box-container {
    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 {
    width: 100%;
    text-align: justify;
}

.destaque-metragem .descricao h2,
.destaque-metragem .descricao h2 span {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

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

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

.destaque-metragem .descricao .botao {
    margin-top: 40px;
    color: #000F4A;
    border-color: #fff;
    background: #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) {

    .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) {

    footer ul li a, footer ul li, footer h5{
        padding: 10px 0;
    }
    .como-entregamos{
        margin-top: 0 !important;
    }

        .motivos .descricao .motivo {
            width: 100%;
        }

    .cards,
    .cards-grid,
    .motivos .descricao {
        display: flex !important;
        flex-direction: column;
    }

    .contatos {
        margin-top: 30px;
    }




    .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 .questions p {
        font-size: 1.125rem !important;
    }

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

        margin-top: 40px;
    }

    .video iframe {
        width: 500px;

        height: 300px;
    }


    .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 .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 !important;
    }

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

    .localidade img {
        height: 251px;

        object-fit: cover;
    }

    .card-icone img {
        width: 60px;
        height: 60px;
    }


}

@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 .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 !important;
    }

    .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: 18px;
    }
}

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

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



    .motivos .descricao .descricao_motivo,
    .escritorio .descricao p,
    .nosso-time .card-time span,
    .perguntas-box .questions 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 .questions 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 !important;
    }

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

    .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 !important;

        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: 20px;
}

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

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

.depoimentos {
    padding: 80px 0;
}

.depoimentos h2 {
    margin-bottom: 30px;
}

.como-entregamos {
    background: #f5f8fc;
    padding: 80px 0px;
    border-radius: 12px;
    text-align: center;
    margin-top: 80px;
}

.condicoes h2 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #004a99;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.card h3 {
    color: #000F4A;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #444;
    margin: 4px 0;
}

.destaque-servicos {
    background: #F3F6FA;
    padding-top: 80px;
}

.destaque-servicos .card-item {
    background: #000F4A;
}

.destaque-servicos .botao {
    border: 2px solid #000f4a;
    background: transparent !important;
    color: #000f4a;
    transform: background 0.3 ease;
}


.destaque-servicos .botao:hover {
    border: 2px solid #000f4a;
    background: #000f4a !important;
    color: #fff;
    opacity: 1 !important;
}



@media(max-width:769px){
    .destaque-metragem .descricao h2, .destaque-metragem .descricao h2 span{
        font-size: 35px !important;
    }
}

/* Mostra desktop, esconde mobile */
.desktop-only { display: block; }
.mobile-only { display: none; }

/* Mobile: esconde desktop, mostra mobile */
@media (max-width: 767px) {
    .desktop-only { display: none; }
    .mobile-only { display: block; }
    .mobile-only img {
        width: 100%;
        height: auto;
        display: block;
    }
}
