/* =====================================================
   MOVIDO A SOL
   ESTILO PRINCIPAL
===================================================== */

:root{

    --azul:#062B69;
    --azul-sec:#0B3F9C;
    --amarelo:#FFC400;
    --verde:#25D366;
    --texto:#1E293B;
    --cinza:#F5F7FA;
    --branco:#FFFFFF;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;
    color:var(--texto);
    background:#ffffff;
    overflow-x:hidden;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;

}

.container{

    width:100%;
    max-width:1250px;
    margin:auto;

}

/* =====================================================
   HEADER
===================================================== */

.header{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;

}

.header .container{

    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:28px 25px;

}

.logo img{

    height:140px;

}

.menu ul{

    list-style:none;
    display:flex;
    gap:32px;

}

.menu a{

    color:#ffffff;
    font-weight:500;
    transition:.3s;

}

.menu a:hover{

    color:var(--amarelo);

}

.btn-header{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:var(--amarelo);

    color:var(--azul);

    font-weight:600;

    padding:10px 16px;

    border-radius:999px;

    transition:
        transform .25s ease,
        filter .25s ease;

}

.btn-header i{

    font-size:22px;

    line-height:1;

}

.btn-header:hover{

    transform:translateY(-2px);

    filter:brightness(1.05);

}

/* =====================================================
   HERO
===================================================== */

.hero{

    min-height:820px;
    max-height:none;

    padding-top:170px;
    padding-bottom:50px;

    background:linear-gradient(
        135deg,
        #041B49 0%,
        #0B3F9C 100%
    );

    position:relative;
    overflow:hidden;

}

.hero-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(255,196,0,.12),
        transparent 35%
    );

}

.hero-grid{

    position:relative;

    min-height:650px;

    z-index:2;

}

.hero-content{

    position:relative;

    z-index:10;

    max-width:520px;

    padding-top:40px;

    color:#fff;

}

.hero-content h1{

    font-size:50px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:28px;

}

.hero-content h1 span{

    display:block;

    color:var(--amarelo);

}

.hero-content p{

    font-size:22px;

    line-height:1.8;

    max-width:650px;

    margin-bottom:40px;

}

.btn-principal{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    background:var(--verde);

    color:#fff;

    padding:18px 38px;

    border-radius:999px;

    font-weight:700;

    font-size:22px;

    transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;

}

.btn-principal:hover{

    transform:translateY(-3px) scale(1.03);

    box-shadow:0 12px 24px rgba(0,0,0,.18);

    filter:brightness(1.06);

}

/* FOTO HERO */

.hero-image{

    position:absolute;

    top:0;

    right:-60px;

    width:75%;

    height:100%;

    z-index:1;

}

.hero-image::before{

    display:none;

}

.hero-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center 40px;

    display:block;
-webkit-mask-image:linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,.2) 8%,
    rgba(0,0,0,.5) 15%,
    rgba(0,0,0,.85) 25%,
    rgba(0,0,0,1) 40%
);

mask-image:linear-gradient(
    to right,
    transparent 0%,
    rgba(0,0,0,.2) 8%,
    rgba(0,0,0,.5) 15%,
    rgba(0,0,0,.85) 25%,
    rgba(0,0,0,1) 40%
);

}


/* =====================================================
   TITULOS DAS SECOES
===================================================== */

.section-title{

    text-align:center;
    margin-bottom:60px;

}

.section-title span{

    display:block;

    color:var(--azul-sec);

    font-weight:700;

    font-size:15px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.section-title h2{

    color:var(--azul);

    font-size:42px;

    line-height:1.2;

    font-weight:800;

    max-width:850px;

    margin:auto;

}

/* =====================================================
   VANTAGENS
===================================================== */

.vantagens{

    padding:75px 0 60px;

    background:#ffffff;

    scroll-margin-top:-40px;

}


@media (max-width:768px){

    .vantagens{

        scroll-margin-top:30px;

    }

}

.vantagens-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.vantagem-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

}

.icone{

    font-size:42px;

    color:var(--amarelo);

    margin-bottom:18px;

}

.vantagem-card:hover{

    transform:translateY(-8px);

}

.vantagem-card:hover .icone{

     transform:scale(1.12) rotate(8deg);

}

.icone-bahia{

    width:42px;

    height:42px;

    margin-bottom:18px;

    transition:.35s;

    position:relative;

    top:8px;

}

.hero-indicador:hover .icone-bahia{

    transform:scale(1.12);

}

.vantagem-card h3{

    color:var(--azul);

    margin-bottom:12px;

    font-size:22px;

}

.vantagem-card p{

    color:#64748B;

    line-height:1.7;

}

/* =====================================================
   QUEM SOMOS
===================================================== */

.quem-somos{

    padding:60px 0;

    background:#F8FAFC;

    scroll-margin-top:0px;

}

.quem-grid{

    display:grid;

    grid-template-columns:500px 1fr;

    gap:60px;

    align-items:center;

}

.quem-image img{

    border-radius:28px;

    width:100%;

    box-shadow:
    0 20px 50px rgba(0,0,0,.15);

}

.tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:20px;

    background:#FFF0A8;

    color:var(--azul);

    font-size:17px;

    font-weight:700;

    margin-bottom:20px;

}

.quem-content h2{

    color:var(--azul);

    font-size:44px;

    line-height:1.2;

    margin-bottom:24px;

}

.quem-content p{

    font-size:17px;

    line-height:1.9;

    margin-bottom:18px;

    color:#334155;

}

.assinatura{

    margin-top:17px;

}

.assinatura strong{

    display:block;

    font-size:24px;

    color:var(--azul);

}

.assinatura span{

    color:#64748B;

}

/* =====================================================
   PROJETOS
===================================================== */

.projetos .container{

    padding:0 40px;

}

.projetos{

    padding:30px 0;

    background:#ffffff;

}

.projetos .section-title p{

    max-width:870px;

    margin:18px auto 40px;

    font-size:18px;

    line-height:0.7;

    color:#64748B;

    text-align:center;

}

.projetos-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:24px;

}

.projeto-card{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    background:#fff;

    box-shadow:
        none;

    transition:
        transform .35s,
        box-shadow .35s;

}

.projeto-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 25px 45px rgba(0,0,0,.18);

}

.projeto-card:hover img{

    transform:scale(1.08);

}

.projeto-card img{

    width:100%;
    height:auto;

    object-fit:cover;

    transition:.45s;

}

.projeto-info{

    padding:24px;

}

.projeto-info h3{

    color:var(--azul);

    margin-bottom:8px;

}

.projeto-info p{

    color:#64748B;

    margin-bottom:16px;

}

.projeto-info span{

    position:absolute;

    top:18px;

    right:18px;

    background:#EDF5FF;

    color:var(--azul);

    font-weight:700;

    padding:8px 16px;

    border-radius:14px;

    box-shadow:0 6px 14px rgba(0,0,0,.10);

    text-align:center;

    line-height:1.35;

    font-size:14px;

    min-width:145px;

}

/* =====================================================
   COMO FUNCIONA
===================================================== */

.como-funciona{

    padding:50px 0;

    background:#F8FAFC;

}

.processo-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;


}

.processo-card{

    background:#ffffff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

}

.processo-card:hover{

    transform:translateY(-8px);

}

.numero{

    width:70px;
    height:70px;

    margin:0 auto 24px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--amarelo);

    color:var(--azul);

    font-size:24px;
    font-weight:800;

}

.processo-card h3{

    color:var(--azul);

    font-size:22px;

    margin-bottom:14px;

}

.processo-card p{

    color:#64748B;

    line-height:1.8;

}

/* =====================================================
   POS VENDA
===================================================== */

.pos-venda{

    padding:100px 0;

    background:linear-gradient(
        135deg,
        #041B49 0%,
        #0B3F9C 100%
    );

}

.pos-venda-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.pos-venda-texto span{

    color:var(--amarelo);

    font-weight:700;

    letter-spacing:1px;

}

.pos-venda-texto h2{

    color:#ffffff;

    font-size:42px;

    line-height:1.2;

    margin:18px 0 24px;

}

.pos-venda-texto p{

    color:#E2E8F0;

    font-size:18px;

    line-height:1.9;

}

.pos-venda-itens{

    display:grid;

    gap:18px;

}

.item{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);

    border-radius:18px;

    padding:22px 24px;

    color:#ffffff;

    font-weight:600;

    backdrop-filter:blur(8px);

}

.pos-venda .item{

    display:flex;

    align-items:center;

    gap:14px;

}

.pos-venda .item i{

    color:var(--amarelo);

    font-size:20px;

    flex-shrink:0;

}

.pos-venda .item span{

    flex:1;

}

/* =====================================================
   FAQ
===================================================== */

.faq{

    padding:75px 0;

    background:#ffffff;

}

.faq-container{

    max-width:900px;

    margin:0 auto;

}

.faq-item{

    border:1px solid #E2E8F0;

    border-radius:18px;

    margin-bottom:18px;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 8px 25px rgba(0,0,0,.04);

}

.faq-question{

    width:100%;

    background:#ffffff;

    border:none;

    cursor:pointer;

    padding:24px 30px;

    text-align:left;

    font-size:18px;

    font-weight:600;

    color:var(--azul);

    transition:.3s;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.faq-question::after{

    content:"⌄";

    font-size:24px;

    color:var(--amarelo);

    transition:.3s;

}

.faq-question.active::after{

    transform:rotate(180deg);

}

.faq-question:hover{

    background:#F8FAFC;

}

.faq-answer{

    display:none;

    padding:0 30px 24px;

    color:#475569;

    line-height:1.9;

    font-size:16px;

}

/* =====================================================
   CTA FINAL
===================================================== */

.cta-final{

    padding:50px 0 90px;

    background:
    linear-gradient(
        135deg,
        #041B49 0%,
        #0B3F9C 100%
    );

    position:relative;
    overflow:hidden;

}

.cta-final::before{

    content:"";

    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(255,196,0,.12),
        transparent 35%
    );

    pointer-events:none;

}

.cta-content{

    position:relative;
    z-index:2;

    max-width:1100px;
    margin:0 auto;

    text-align:center;

    color:#fff;

}

.cta-content h2{

    font-size:48px;
    line-height:1.15;
    font-weight:800;

    margin-bottom:18px;

    color:#fff;

}

.cta-content p{

    font-size:20px;
    line-height:1.8;

    color:rgba(255,255,255,.92);

    max-width:760px;
    margin:0 auto 34px;

}

.cta-content .btn-principal{

    margin-bottom:42px;

    box-shadow:
    0 18px 40px rgba(0,0,0,.22);

}

.telefone{

    font-size:16px;
    color:rgba(255,255,255,.9);

    font-weight:500;

}

.contato-redes{

    display:flex;

    gap:16px;

    margin-top:18px;

}

.contato-redes a{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.08);

    color:#fff;

    font-size:22px;

    transition:.3s;

}

.contato-redes a:hover{

    background:var(--amarelo);

    color:var(--azul);

    transform:translateY(-3px);

}

/* ===============================
   SELO INSTITUCIONAL
================================ */

.cta-selo{

    margin-top:48px;

    text-align:center;

    color:rgba(255,255,255,.75);

    font-size:14px;

    letter-spacing:.3px;

    line-height:1.8;

}

.cta-selo i{

    color:var(--amarelo);

    margin:0 6px 0 18px;

}

.cta-selo i:first-child{

    margin-left:0;

}


/* =====================================================
   FOOTER
===================================================== */

.footer{

    background:#031B49;
    color:#ffffff;
    padding:70px 0 0;

}

.footer-grid{

    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:80px;
    align-items:start;

}

.footer-col h4{

    font-size:28px;
    font-weight:700;
    margin-bottom:24px;
    color:#ffffff;

}

.footer-logo{

    width:200px;
    margin-bottom:28px;

}

.footer-desc{

    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.88);
    margin-bottom:16px;
    max-width:420px;

}

.footer-cnpj{

    font-size:18px;
    font-weight:600;
    color:#ffffff;
    margin-top:10px;

}

.footer-list{

    list-style:none;
    padding:0;
    margin:0;

}

.footer-list li{

    font-size:18px;
    line-height:1.9;
    color:rgba(255,255,255,.90);
    margin-bottom:10px;

}

.footer-links a{

    color:rgba(255,255,255,.90);
    transition:.3s;

}

.footer-links a:hover{

    color:var(--amarelo);

}

.footer-bottom{

    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.12);
    padding:22px 0;
    text-align:center;
    font-size:15px;
    color:rgba(255,255,255,.72);

}

.footer-link{

    color:inherit;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.footer-link:hover{

    color:var(--amarelo);

}

.footer-list .bi-telephone-fill{

    color:var(--amarelo);

    margin-right:4px;

}

.footer-list .bi-whatsapp{

    color:#25D366;

    margin-right:10px;

}

.footer-list .bi-envelope-fill,

.footer-list .bi-share-fill{

    color:var(--amarelo);

    margin-right:10px;

}

/* =====================================================
   ANIMAÇÕES
===================================================== */

.reveal{

    opacity:0;

    transform:translateY(35px);

    transition:
        opacity .8s ease,
        transform .8s ease;

}

.reveal.show{

    opacity:1;

    transform:translateY(0);

}

/* =====================================================
   MENU MOBILE
===================================================== */

.menu-toggle{

    display:none;

    position:fixed;

    top:10px;

    right:18px;

    width:40px;

    height:40px;

    border:none;

    border-radius:50%;

    background:#062B69;

    color:#fff;

    font-size:28px;

    cursor:pointer;

    z-index:99999;

    box-shadow:0 6px 20px rgba(0,0,0,.25);

}

@media(max-width:768px){

   .menu-toggle{

    display:flex;

    align-items:center;

    justify-content:center;

}

    .menu{

        position:fixed;

        top:0;

        right:-100%;

        width:200px;

        height:48vh;

        background:#062B69;

        transition:.35s;

        padding-top:70px;

        z-index:1000;

        box-shadow:-10px 0 30px rgba(0,0,0,.25);

    }

    .menu.active{

        right:0;

    }

    .menu ul{

        flex-direction:column;

        gap:28px;

        align-items:center;

    }

.menu ul li a{

    font-size:20px !important;

}

    .btn-header{

        display:none;

    }

}

/* =====================================================
   SWIPER - PROJETOS
===================================================== */

.projetos-slider{

    width:calc(100% - 80px);

    margin:40px auto 0;

    padding:40px 50px;

    background:#EDF5FF;

    border:28px solid #EDF5FF;

    border-radius:58px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}


.swiper{

    width:100%;

}

.projetos-slider .swiper-slide{

    height:auto;

}

.projetos-slider .swiper-button-next,
.projetos-slider .swiper-button-prev{

    color:var(--azul);

    width:46px;
    height:46px;

    background:#ffffff;

    border-radius:50%;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.projetos-slider .swiper-button-next::after,
.projetos-slider .swiper-button-prev::after{

    font-size:18px;
    font-weight:700;

}

.projetos-slider .swiper-pagination-bullet{

    width:12px;
    height:12px;

    background:#bfc8d8;

    opacity:1;

}

.projetos-slider .swiper-pagination-bullet-active{

    background:var(--amarelo);

}

/* =====================================================
   INDICADORES DENTRO DO HERO
===================================================== */

.hero-indicadores{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    margin-top:-115px;

    position:relative;

    z-index:10;

}


/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:1100px){

    /* HEADER */
    .header .container{
        gap:20px;
    }

   .menu ul{

    display:flex;

    flex-wrap:nowrap;

    justify-content:center;

    gap:12px;

    }

.menu a{

    font-size:16px;

}

.logo img{

    height:100px;

}

.btn-header{

    padding:10px 16px;

    font-size:12px;

}


    /* HERO */
    .hero{
        min-height:auto;
        padding-top:190px;
        padding-bottom:80px;
    }

    .hero-grid{
        min-height:560px;
    }

    .hero-content h1{
        font-size:42px;
    }

    .hero-content p{
        font-size:19px;
        line-height:1.7;
    }

    .hero-image{
        width:100%;
        right:0px;
    }

    .container{

    padding-left:20px;

    padding-right:20px;

    }


    /* INDICADORES HERO TABLET */

    .hero-indicadores{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin-top:-70px;

    justify-items:start;

    padding-left:25px;
    
    padding-right:25px;

    }

    .hero-content{

    padding-left:25px;

    padding-right:25px;

    }
   
    .hero-indicador{

    	display:flex;

    	justify-content:flex-start;

    }


    .hero-indicador i{

        font-size:32px;

    }


    .hero-indicador strong{

        font-size:18px;

    }


    .hero-indicador span{

        font-size:12px;

    }



    /* TÍTULOS */
    .section-title h2{
        font-size:36px;
    }


    /* VANTAGENS */
    .vantagens-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* QUEM SOMOS */
    .quem-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .quem-image{
        max-width:520px;
        margin:0 auto;
    }


    /* PROJETOS */
    .projetos-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* COMO FUNCIONA */
    .processo-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* PÓS-VENDA */
    .pos-venda-grid{
        grid-template-columns:1fr;
        gap:36px;
    }


    /* CTA FINAL */
    .cta-content h2{
        font-size:42px;
    }


    /* FOOTER */
    .footer-grid{
        grid-template-columns:1fr 1fr;
        gap:40px;
        align-items:start;
    }


    .footer-col:first-child{

        grid-column:1 / -1;

        max-width:700px;

    }



}


@media(max-width:600px){


    /* HEADER */

    .header{
        position:absolute;
    }


    .header .container{

        flex-direction:column;

        gap:16px;

        padding:18px 0;

    }


    .logo img{

        height:90px;

    }


    .menu ul{

        flex-wrap:wrap;

        justify-content:center;

        gap:14px;

    }


    .menu a{

        font-size:14px;

    }


    .btn-header{

        padding:12px 20px;

        font-size:14px;

    }


    /* HERO */

    .hero{

        min-height:auto;

        padding-top:170px;

        padding-bottom:60px;

    }


    .hero-grid{

        min-height:auto;

    }


    .hero-content{

        max-width:100%;

        padding-top:0;

    }


    .hero-content h1{

        font-size:34px;

        line-height:1.1;

    }


    .hero-content p{

        font-size:17px;

        line-height:1.7;

        max-width:100%;

    }


    .btn-principal{

        padding:16px 28px;

        font-size:16px;

    }


    .hero-image{

        position:relative;

        top:auto;

        right:auto;

        width:100%;

        height:320px;

        margin-top:36px;

    }


    .hero-image img{

        object-position:center;

        border-radius:24px;

    }



    /* INDICADORES HERO MOBILE */

    .hero-indicadores{

       display:grid;

       grid-template-columns:1fr;

       gap:18px;

       margin-top:-300px;

    }


    .hero-indicador{

        gap:10px;

        justify-content:center;

    }


    .hero-indicador i{

        font-size:26px;

    }


    .hero-indicador strong{

        font-size:16px;

    }


    .hero-indicador span{

        font-size:11px;

    }

    .hero-indicadores{

    padding-left:20px;

    padding-right:20px;

    }


    /* TÍTULOS */

    
       .section-title{

	margin-top:60px;

        margin-bottom:40px;

    }


    .section-title h2{

        font-size:26px;

	margin-top:-70px;

        margin-bottom:10px;

        line-height:1.2;

    }


    /* VANTAGENS */

    .vantagens{

        padding:60px 0 80px;

    }


    .vantagens-grid{

        grid-template-columns:1fr;

    }


    .vantagem-card{

        padding:32px 24px;

    }


    /* QUEM SOMOS */

    .quem-somos{

        padding:60px 0;

    }


    .quem-content h2{

        font-size:32px;

    }


    .quem-content p{

        font-size:16px;

        line-height:1.8;

    }


/* =====================================================
   PROCESSO - MOBILE
===================================================== */

.processo{

    padding:30px 0 60px;

}


.timeline::before{

    left:3% !important;

    transform:none !important;

}

.timeline{

    width:100%;

}


.timeline-item,
.timeline-item:nth-child(even){

    width:100% !important;

}


.timeline-content{

    flex:1;

    width:auto !important;

}


.timeline-item,
.timeline-item:nth-child(even){

    display:flex;

    flex-direction:row !important;

    justify-content:flex-start !important;

    align-items:flex-start;

    padding-left:40px;

    width:100%;

    margin-bottom:35px;

}


.timeline-item:nth-child(even) .timeline-content{

    margin-left:0 !important;

    margin-right:0 !important;

    transform:none !important;

}

.timeline-content{

    width:calc(100vw - 100px);

    max-width:none;

    padding:24px 20px;

}


.timeline-number{

    left:3% !important;

    transform:translateX(-50%) !important;

    width:46px;

    height:46px;

    font-size:15px;

}


.timeline-content i{

    font-size:32px;

}


.timeline-content h3{

    font-size:19px;

}


.timeline-content p{

    font-size:16px;

    line-height:1.6;

}


.processo-prazo{

    margin-top:40px;

    font-size:16px;

    padding:18px;

}


    /* PROJETOS */

    .projetos{

        padding:60px 0;

    }


    .projetos-grid{

        grid-template-columns:1fr;

    }


    /* COMO FUNCIONA */

    .processo-grid{

        grid-template-columns:1fr;

    }


    /* PÓS-VENDA */

    .pos-venda{

        padding:60px 0;

    }


    /* FAQ */

    .faq-question{

        padding:20px 22px;

        font-size:16px;

    }


    .faq-answer{

        padding:0 22px 22px;

        font-size:15px;

        line-height:1.7;

    }


    /* CTA FINAL */

    .cta-final{

        padding:80px 0 70px;

    }


    .cta-content h2{

        font-size:32px;

        line-height:1.2;

    }


    .cta-content p{

        font-size:17px;

        line-height:1.7;

    }


    .telefone{

        font-size:16px;

    }



    /* FOOTER */

    .footer{

        padding:60px 0 30px;

    }


    .footer-grid{

        grid-template-columns:1fr;

        gap:32px;

    }


    .footer-col:first-child{

        grid-column:auto;

        max-width:100%;

    }


    .footer-logo{

        width:220px;

    }


    .footer-col h4{

        margin-bottom:14px;

    }

}


.hero-indicador{

    display:flex;

    align-items:center;

    gap:18px;

    color:#fff;

    transition:.35s ease;

}


.hero-indicador:hover{

    transform:translateY(-5px);

}


.hero-indicador i{

    font-size:38px;

    color:var(--amarelo);

}


.hero-indicador strong{

    display:block;

    font-size:22px;

    color:#fff;

}


.hero-indicador span{

    display:block;

    font-size:14px;

    color:#fff;

    opacity:.9;

}



/* =====================================================
   BOTÃO VOLTAR AO TOPO
===================================================== */

#voltarTopo{

    position:fixed;

    right:30px;

    bottom:30px;

    width:48px;

    height:48px;

    border-radius:50%;

    border:none;

    background:var(--azul);

    color:var(--amarelo);

    font-size:22px;

    cursor:pointer;

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    visibility:hidden;

    transition:.3s;

    z-index:999;

}


#voltarTopo.show{

    opacity:1;

    visibility:visible;

}


#voltarTopo:hover{

    transform:translateY(-4px);

}

/* =====================================================
   COMO FUNCIONA - TIMELINE
===================================================== */

.processo{

    padding:80px 0;

    background:#ffffff;

    scroll-margin-top:-40px;

}


@media (max-width:768px){

    .processo{

        scroll-margin-top:40px;

    }

}


.processo .section-title{

    text-align:center;

    max-width:800px;

    margin:0 auto 70px;

}


.processo .section-title p{

    color:#64748B;

    font-size:18px;

    line-height:1.7;

}


/* TIMELINE */

.timeline{

    position:relative;

    max-width:1000px;

    margin:auto;

}


.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:3px;

    height:100%;

    background:var(--azul);

}


.timeline-item{

    display:flex;

    justify-content:flex-end;

    width:100%;

    position:relative;

    margin-bottom:55px;

}


.timeline-item:nth-child(even){

    justify-content:flex-start;

}


.timeline-number{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    width:54px;

    height:54px;

    border-radius:50%;

    background:var(--amarelo);

    color:var(--azul);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    font-weight:700;

    z-index:2;

}


.timeline-content{

    width:42%;

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.12);

}


.timeline-content i{

    font-size:38px;

    color:var(--amarelo);

    margin-bottom:15px;

}


.timeline-content h3{

    color:var(--azul);

    font-size:22px;

    margin-bottom:12px;

}


.timeline-content p{

    color:#64748B;

    line-height:1.7;

}


/* PRAZO */

.processo-prazo{

    margin:60px auto 0;

    max-width:600px;

    text-align:center;

    background:#f8fafc;

    padding:22px;

    border-radius:16px;

    color:var(--azul);

    font-size:18px;

}


.processo-prazo i{

    color:var(--amarelo);

    font-size:22px;

    margin-right:8px;

}


/* =====================================================
   PÁGINA WHATSAPP
===================================================== */

.pagina-whatsapp{

    margin:0;

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
    180deg,
    #FFFFFF 0%,
    #F8FBFF 55%,
    #EEF5FF 100%
    );

    font-family:inherit;

    padding:20px;

}

.whatsapp-box{

    background:#fff;

    width:90%;

    max-width:520px;

    padding:70px 45px 60px;

    border-radius:28px;

    text-align:center;

    box-shadow:
    0 20px 60px rgba(6,43,105,.08),
    0 6px 20px rgba(0,0,0,.05);

    animation:fadeUp .6s ease;

}

.logo-whatsapp{

    width:220px;

    margin-bottom:35px;

}

.whatsapp-icon{

    font-size:70px;

    color:#25D366;

    display:block;

    margin-bottom:25px;

    animation:pulseWhatsapp 1.8s infinite;

}

.whatsapp-box h1{

    color:var(--azul);

    font-size:32px;

    line-height:1.3;

    margin-bottom:18px;

}

.whatsapp-box p{

    color:#64748B;

    font-size:18px;

    line-height:1.7;

    margin-bottom:35px;

}

.btn-whatsapp{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:#25D366;

    border:2px solid #25D366;

    color:#fff;

    text-decoration:none;

    padding:18px 34px;

    border-radius:999px;

    font-weight:700;

    transition:.30s ease;

    cursor:pointer;

}

.btn-whatsapp:hover{

    background:#22C55E;

    border-color:#22C55E;

    transform:translateY(-3px) scale(1.03);

    box-shadow:0 14px 32px rgba(37,211,102,.30);

}

.whatsapp-box small{

    display:block;

    margin-top:28px;

    color:#64748B;

    font-size:14px;

    line-height:1.6;

}

.redirecionando{

    margin-top:26px;

    color:#94A3B8;

    font-size:14px;

    letter-spacing:.4px;

    animation:fadeLoop 1.4s infinite;

}


/* =====================================================
   ANIMAÇÕES
===================================================== */

@keyframes pulseWhatsapp{

    0%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.12);

    }

    100%{

        transform:scale(1);

    }

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(20px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes fadeLoop{

    0%{

        opacity:.35;

    }

    50%{

        opacity:1;

    }

    100%{

        opacity:.35;

    }

}


/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:768px){

    .whatsapp-box{

        padding:45px 25px;

    }

    .logo-whatsapp{

        width:180px;

        margin-bottom:28px;

    }

    .whatsapp-icon{

        font-size:60px;

        margin-bottom:20px;

    }

    .whatsapp-box h1{

        font-size:28px;

    }

    .whatsapp-box p{

        font-size:16px;

        margin-bottom:30px;

    }

    .btn-whatsapp{

        width:100%;

        padding:16px;

        font-size:15px;

    }

    .whatsapp-box small{

        font-size:13px;

    }

}