/*======================================================================
    IG PREDIAL - STYLE.CSS
    ORGANIZAÇÃO DAS SEÇÕES

    01 - RESET
    02 - NAVBAR
    03 - HERO
    04 - SOBRE
    05 - SERVIÇOS
    06 - COMO FUNCIONA
    07 - DIFERENCIAIS
    08 - LEGISLAÇÃO (A IMPLEMENTAR)
    09 - GALERIA
    10 - DEPOIMENTOS
    11 - FAQ
    12 - SOLICITE ORÇAMENTO
    13 - RODAPÉ
    14 - RESPONSIVO
======================================================================*/

/* ===========================
   RESET
=========================== */

:root{
    --fundo1: #ffffff;
    --fundo2: #f7f9fc;

}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#0f172a;
    color:#fff;
    overflow-x:hidden;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}


/* ===========================
   TOPBAR
=========================== */
.topbar{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:38px;
    padding:0 8%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#04A4DC;
    color:#fff;
    z-index:1001;
    font-size:13px;
    font-weight:600;
}
.topbar a{color:#fff;display:inline-flex;align-items:center;gap:8px;transition:.2s ease;}
.topbar a:hover{opacity:.78;}
.topbar-left,.topbar-social{display:flex;align-items:center;}
.topbar-left{gap:26px;}
.topbar-social{gap:20px;font-size:18px;}
.topbar-left a + a{padding-left:26px;border-left:1px solid rgba(255,255,255,.35);}

/* ===========================
   NAVBAR
=========================== */

/* NAVBAR */

.navbar{

    position:fixed;

    top:38px;
    left:0;

    width:100%;

    height:90px;

    padding:0 8%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    background:rgba(15,23,42,.75);

    backdrop-filter:blur(15px);

    transition: top .25s ease;

    border-bottom:1px solid rgba(255,255,255,.08);

    z-index:999;

}

.logo{

    height:130px;

}

.menu{

    display:flex;

    align-items:center;

    gap:35px;

    list-style:none;

}

.menu a{

    color:white;

    font-weight:600;

    transition:.3s;

}

.menu a:hover{

    color:#3b82f6;

}

.btn-nav{

    background:#2563eb;

    padding:15px 28px;

    border-radius:50px;

}

.btn-nav:hover{

    background:#1d4ed8;

}

.menu-toggle{

    display:none;

    font-size:30px;

    color:white;

    cursor:pointer;

}


.nav-link{
    position: relative;
    text-decoration: none;
}

.nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    background: #04A4DC;
    border-radius: 20px;
    transition: .3s;
}

.nav-link:hover::after,
.nav-link.active::after{
    width: 100%;
}

.nav-link.active{
    color: #04A4DC;
}


/* ===========================
   HERO
=========================== */

/*==================================================
                    HERO
==================================================*/

.hero{

    position: relative;

    min-height:100vh;

    background:
    linear-gradient(rgba(6,36,83,.82),rgba(6,36,83,.82)),
    url("../img/banner.png") center/cover no-repeat;

    overflow:hidden;

}

.inicio{

    width:100%;
    max-width:1280px;

    margin:0 auto;

    padding:150px 30px 80px;

    display:grid;

    grid-template-columns:58% 42%;

    align-items:center;

    gap:60px;

}

/*==========================
      TEXTO
===========================*/

.hero-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    width:max-content;

    padding:12px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.12);

    color:#fff;

    font-weight:600;

    margin-bottom:28px;

}

.tag i{

    color:#00B4FF;

}

.hero-content h1{

    font-size:4rem;

    line-height:1.1;

    font-weight:800;

    margin-bottom:28px;

    color:#fff;

}

.hero-content p{

    max-width:650px;

    font-size:1.08rem;

    line-height:1.9;

    color:#d7dce6;

    margin-bottom:35px;

}

/*==========================
      BENEFÍCIOS
===========================*/

.hero-info{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.hero-info div{

    display:flex;

    align-items:center;

    gap:12px;

    color:#fff;

    font-weight:600;

}

.hero-info i{

    color:#00B4FF;

    font-size:18px;

}

/*==========================
      BOTÕES
===========================*/

.botoes{

    display:flex;

    gap:18px;

    margin-bottom:50px;

}

.btn{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:18px 30px;

    background:#00B4FF;

    color:#fff;

    border-radius:15px;

    font-weight:700;

    transition:.35s;

}

.btn:hover{

    background:#0095d6;

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,180,255,.35);

}

.btn-secundario{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:18px 30px;

    border:2px solid rgba(255,255,255,.25);

    color:#fff;

    border-radius:15px;

    transition:.35s;

}

.btn-secundario:hover{

    background:#fff;

    color:#062453;

}

/*==========================
      ESTATÍSTICAS
===========================*/

.estatisticas{

    display:flex;

    gap:45px;

    flex-wrap:wrap;

}

.stat{

    position:relative;

    padding-left:20px;

}

.stat::before{

    content:"";

    position:absolute;

    left:0;

    top:5px;

    width:4px;

    height:58px;

    background:#00B4FF;

    border-radius:30px;

}

.stat h2{

    font-size:2.3rem;

    font-weight:800;

    color:#fff;

    margin-bottom:5px;

}

.stat span{

    color:#dbe5f1;

    line-height:1.5;

}

/*==========================
      LADO DIREITO
===========================*/

.hero-content2{

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-image{

    width:100%;

    display:flex;

    justify-content:center;

    position:relative;

}

.hero-image img{

    width:100%;

    max-width:460px;

    filter:drop-shadow(0 25px 60px rgba(0,0,0,.35));

}
/*==================================================
                HERO RESPONSIVO
==================================================*/

/*==========================
        NOTEBOOK
===========================*/

@media (max-width:1200px){

.inicio{

    grid-template-columns:55% 45%;

    gap:40px;

    padding:140px 30px 70px;

}

.hero-content h1{

    font-size:3.2rem;

}

.hero-image img{

    max-width:380px;

}

}

/*==========================
          TABLET
===========================*/

@media (max-width:992px){

header.hero{
    margin: 0;
    padding: 120px 0 0 0;
}    


.hero{

    min-height:auto;


}

.inicio{

    grid-template-columns:1fr;

    justify-items:center;

    text-align:center;

    gap:50px;

    padding:0px 25px 70px;

}

.hero-content{

    order:2;

    width:100%;

    align-items:center;

}

.hero-content2{

    order:1;

    width:100%;

}

.hero-image{

    width:100%;

}

.hero-image img{

    max-width:300px;

}

.tag{

    margin:0 auto 25px;

}

.hero-content h1{

    font-size:2.8rem;

    max-width:700px;

}

.hero-content p{

    max-width:700px;

}

.hero-info{

    width:100%;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.hero-info div{

    justify-content:center;

}

.botoes{

    justify-content:center;

    flex-wrap:wrap;

}

.estatisticas{

    justify-content:center;

}

}

/*==========================
          CELULAR
===========================*/

@media (max-width:768px){

    header.hero{
    margin: 0;
    padding: 120px 0 0 0;
}    

.hero{

    min-height:auto;

}

.inicio{

    padding:0px 20px 60px;

    gap:35px;

}

.hero-image img{

    max-width:220px;

}

.tag{

    font-size:.85rem;

    padding:10px 18px;

}

.hero-content h1{

    font-size:2.2rem;

    line-height:1.2;

}

.hero-content p{

    font-size:1rem;

    line-height:1.8;

}

.hero-info{

    grid-template-columns:1fr;

}

.hero-info div{

    justify-content:flex-start;

    text-align:left;

}

.botoes{

    flex-direction:column;

    width:100%;

}

.btn,

.btn-secundario{

    width:100%;

}

.estatisticas{

    flex-direction:column;

    gap:30px;

    align-items:center;

}

.stat{

    padding-left:0;

    text-align:center;

}

.stat::before{

    display:none;

}

.stat h2{

    font-size:2rem;

}

}

/*==========================
      CELULARES PEQUENOS
===========================*/

@media (max-width:480px){

.hero-content h1{

    font-size:1.9rem;

}

.hero-content p{

    font-size:.95rem;

}

.hero-image img{

    max-width:180px;

}

.tag{

    width:100%;

    justify-content:center;

}

.hero-info{

    gap:15px;

}

.hero-info div{

    font-size:.95rem;

}

.stat h2{

    font-size:1.8rem;

}

}

/* /// */


/* ==================================================
   DIFERENCIAIS
================================================== */

#diferenciais{

    padding:120px 20px;

    background:var(--fundo1);

}

.diferencial-titulo{

    color:#062453 !important;

}

.dif-p{

    color:#6b7280 !important;

}

#diferenciais .container{

    max-width:1200px;

    margin:auto;

}

.diferenciais-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

    margin-top:70px;

}

.diferencial-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:20px;

    padding:40px 35px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.diferencial-card:hover{

    transform:translateY(-10px);

    background:#062453;

    box-shadow:0 20px 45px rgba(6,36,83,.18);

}

.diferencial-card i{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#062453;

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:25px;

    transition:.35s;

}

.diferencial-card h3{

    color:#062453;

    margin-bottom:15px;

    font-size:1.4rem;

    transition:.35s;

}

.diferencial-card p{

    color:#6b7280;

    line-height:1.8;

    transition:.35s;

}

/* Hover */

.diferencial-card:hover h3{

    color:#ffffff;

}

.diferencial-card:hover p{

    color:#dbeafe;

}

.diferencial-card:hover i{

    background:#00B4FF;

}

@media(max-width:768px){

    .diferenciais-grid{

        grid-template-columns:1fr;

    }

}

/*==================================================
            EXCELÊNCIA EM CAMPO
==================================================*/

/*==================================================
            EXCELÊNCIA EM CAMPO
==================================================*/

.campo{

    padding:120px 20px;

    background:var(--fundo1);

}

.campo .container{

    max-width:1200px;

    margin:auto;

}

/*==========================
        GRID
===========================*/

.campo-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    grid-auto-rows:260px;

    gap:20px;

}

/*==========================
        CARD
===========================*/

.campo-item{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    cursor:pointer;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.campo-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.campo-item:hover img{

    transform:scale(1.08);

}

/*==========================
        INFORMAÇÕES
===========================*/

.campo-info{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:26px;

    color:#fff;

    background:linear-gradient(
        to top,
        rgba(6,36,83,.98) 0%,
        rgba(6,36,83,.82) 45%,
        rgba(6,36,83,0) 100%
    );

    transition:.35s;

}

.campo-info h3{

    font-size:22px;

    font-weight:700;

    margin-bottom:8px;

}

.campo-info p{

    font-size:15px;

    line-height:1.6;

    opacity:.9;

}

/*==========================
      EFEITO HOVER
===========================*/

.campo-item::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,180,255,.12);

    opacity:0;

    transition:.35s;

    z-index:1;

}

.campo-item:hover::before{

    opacity:1;

}

.campo-info{

    z-index:2;

}

.campo-item:hover .campo-info{

    padding-bottom:32px;

}

/*==========================
      TAMANHO DAS FOTOS
===========================*/

.campo-item:nth-child(1){

    grid-row:span 2;

}

.campo-item:nth-child(4){

    grid-column:span 2;

}

/*==========================
      RESPONSIVO
===========================*/

@media(max-width:992px){

    .campo-grid{

        grid-template-columns:repeat(2,1fr);

        grid-auto-rows:240px;

    }

    .campo-item:nth-child(1),

    .campo-item:nth-child(4){

        grid-column:auto;

        grid-row:auto;

    }

}

@media(max-width:768px){

    .campo{

        padding:90px 20px;

    }

    .campo-grid{

        grid-template-columns:1fr;

        grid-auto-rows:260px;

    }

    .campo-info{

        padding:22px;

    }

    .campo-info h3{

        font-size:20px;

    }

    .campo-info p{

        font-size:14px;

    }

}

/* ==================================================
   DEPOIMENTOS
================================================== */

#depoimentos{

    padding:120px 20px;

    background:var(--fundo2);

}

#depoimentos .container{

    max-width:1200px;

    margin:auto;

}

.depoimentos-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));

    gap:30px;

}

.depoimento-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px;

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.depoimento-card:hover{

    transform:translateY(-8px);

}

.estrelas{

    color:#FFC107;

    margin-bottom:25px;

    font-size:18px;

}

.depoimento-card p{

    color:#555;

    line-height:1.9;

    margin-bottom:35px;

    font-style:italic;

}

.cliente{

    display:flex;

    align-items:center;

    gap:15px;

}

.avatar{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#062453;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}

.cliente h4{

    color:#062453;

    margin-bottom:5px;

}

.cliente span{

    color:#777;

    font-size:.95rem;

}

@media(max-width:768px){

.depoimentos-grid{

grid-template-columns:1fr;

}

}


/* ==================================================
   GALERIA / ESTADOS (RENOMEAR SE NECESSÁRIO)
================================================== */

/*==========================
      ESTADOS
===========================*/



/* ==================================================
   SOBRE
================================================== */

/*==================================================
                    SOBRE
==================================================*/

#sobre{

    padding:120px 20px;

    background:var(--fundo1);

}

#sobre .container{

    max-width:1200px;

    margin:auto;

}

.sobre-topo{

    text-align:center;

    margin-bottom:70px;

}

.badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#eaf4ff;

    color:#062453;

    font-weight:600;

    margin-bottom:25px;

}

.sobre-topo h2{

    font-size:3rem;

    color:#062453;

    margin-bottom:20px;

}

.intro{

    max-width:850px;

    margin:auto;

    color:#6b7280;

    line-height:1.8;

    font-size:18px;

}

.sobre-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:60px;

    align-items:center;

}

.sobre-texto p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:22px;

    font-size:17px;

}

.sobre-texto strong{

    color:#062453;

}

.sobre-imagens{

    display:flex;

    flex-direction:column;

    gap:25px;

    align-items:center;

}

.sobre-imagens img{

    width:220px;

    background:#fff;

    padding:20px;

    border-radius:18px;

    border:1px solid #e5e7eb;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    transition:.35s;

}

.sobre-imagens img:hover{

    transform:translateY(-6px);

}

@media(max-width:992px){

.sobre-grid{

display: flex;
flex-direction: column;
}

}


/*==================================================
            O QUE AVALIAMOS
==================================================*/

.avaliacao{

    padding:110px 20px;

    background:var(--fundo2);

}

.avaliacao .container{

    max-width:1200px;

    margin:auto;

}

.avaliacao h2{

    text-align:center;

    color:#062453;

    font-size:2.5rem;

    margin-bottom:60px;

}

.avaliacao-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:22px;

}

.avaliacao .item{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:15px;

    padding:22px;

    display:flex;

    align-items:center;

    gap:15px;

    color:#374151;

    font-weight:500;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.3s;

}

.avaliacao .item:hover{

    transform:translateY(-5px);

    border-color:#062453;

}

.avaliacao .item i{

    color:#00B4FF;

    font-size:22px;

}



/*==================================================
          ALERTA / INSPEÇÃO / LEGISLAÇÃO
==================================================*/

/*==================================================
                INFORMAÇÕES
==================================================*/

.informacoes{
    padding:120px 20px;
    background:var(--fundo1);
}

.informacoes .container{
    max-width:1200px;
    margin:0 auto;
}

/*==================================================
                BLOCO ATENÇÃO
==================================================*/

.info-atencao{
    width:100%;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-left:6px solid #00B4FF;
    border-radius:20px;
    padding:40px;
    margin-bottom:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.info-atencao h3{
    display:flex;
    align-items:center;
    gap:12px;
    color:#062453;
    font-size:30px;
    margin-bottom:20px;
}

.info-atencao h3 i{
    color:#00B4FF;
    font-size:30px;
}

.info-atencao p{
    color:#6b7280;
    font-size:17px;
    line-height:1.9;
}

/*==================================================
                GRID
==================================================*/

.info-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*==================================================
                CARDS
==================================================*/

.info-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:40px 35px;
    text-align:left;
    transition:.35s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.info-card:hover{
    transform:translateY(-8px);
    border-color:#00B4FF;
    box-shadow:0 20px 45px rgba(6,36,83,.12);
}

.info-card i{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#062453;
    color:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:25px;
}

.info-card h3{
    color:#062453;
    font-size:24px;
    margin-bottom:18px;
}

.info-card p{
    color:#6b7280;
    line-height:1.8;
    font-size:16px;
}

/*==================================================
                RESPONSIVO
==================================================*/

@media(max-width:992px){

    .info-cards{
        grid-template-columns:1fr;
    }

    .info-atencao{
        padding:30px;
    }

}

@media(max-width:768px){

    .informacoes{
        padding:80px 20px;
    }

    .info-atencao h3{
        font-size:24px;
    }

    .info-card{
        padding:30px;
    }

    .info-card h3{
        font-size:22px;
    }

}

/* ==================================================
   SERVIÇOS
================================================== */

#servicos{
    padding:120px 20px;
    background:var(--fundo1);
}

#servicos .container{
    max-width:1200px;
    margin:auto;
}

.titulo-section{
    max-width:700px;
    margin:0 auto 70px;
    text-align:center;
}

.titulo-section span{
    color:#062453;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.titulo-section h2{
    margin:15px 0 20px;
    font-size:3rem;
    color:#111827;
}

.titulo-section h2 strong{
    color:#062453;
}

.titulo-section p{
    color:#666;
    line-height:1.8;
}

.servicos-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.servico-card{
    background:#fff;
    padding:40px 35px;
    border-radius:20px;
    border:1px solid #e8edf5;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.servico-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:100%;
    background:#062453;
    transform:scaleY(0);
    transform-origin:top;
    transition:.35s;
}

.servico-card:hover::before{
    transform:scaleY(1);
}

.servico-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(6,36,83,.12);
}

.servico-card i{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    background:#062453;
    color:#fff;
    font-size:28px;
    margin-bottom:25px;
}

.servico-card h3{
    color:#062453;
    margin-bottom:15px;
    font-size:1.35rem;
}

.servico-card p{
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

    .titulo-section h2{
        font-size:2.2rem;
    }

}


/* ==================================================
   COMO FUNCIONA
================================================== */

#processo{

    padding:120px 20px;

    background:var(--fundo2);

}

#processo .container{

    max-width:1200px;

    margin:auto;

}

.processo-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

    position:relative;

}

.processo-grid::before{

    content:"";

    position:absolute;

    top:55px;

    left:7%;

    width:86%;

    height:3px;

    background:#dbe5f1;

    z-index:0;

}

.processo-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

    transition:.35s;

    z-index:1;

}

.processo-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(6,36,83,.12);

}

.numero{

    width:45px;

    height:45px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#062453;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

}

.processo-card i{

    font-size:32px;

    color:#062453;

    margin-bottom:20px;

}

.processo-card h3{

    color:#062453;

    margin-bottom:12px;

}

.processo-card p{

    color:#666;

    line-height:1.7;

    font-size:.95rem;

}

@media(max-width:992px){

.processo-grid{

grid-template-columns:1fr;

}

.processo-grid::before{

display:none;

}

}

/*==========================
      ESTADOS
===========================*/

.estados{

    padding:100px 20px;

    background:#111827;

}

.estados .container{

    max-width:1200px;

    margin:auto;

    text-align:center;

}

.estados h2{

    font-size:42px;

    margin-bottom:15px;

}

.estados .subtitulo{

    max-width:700px;

    margin:0 auto 60px;

    color:#cbd5e1;

    line-height:1.8;

    font-size:18px;

}

.estados-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:25px;

    margin-bottom:50px;

}

.estado{

    background:#1e293b;

    padding:35px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.estado:hover{

    transform:translateY(-8px);

    background:#2563eb;

}

.estado i{

    font-size:42px;

    margin-bottom:20px;

    color:#60a5fa;

}

.estado:hover i{

    color:#fff;

}

.estado h3{

    font-size:22px;

    font-weight:600;

}



/*=========================================
            SERVIÇOS
==========================================*/

.servicos{

    width:90%;
    max-width:1200px;

    margin:100px auto;

}

.servicos h2{

    text-align:center;

    font-size:42px;

    margin-bottom:60px;

}

.cards{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.card{

    background:#1e293b;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    transition:.35s;

    cursor:pointer;

}

.card:hover{

    transform:translateY(-10px);

    background:#233552;

    box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.card i{

    font-size:50px;

    color:#3b82f6;

    margin-bottom:25px;

}

.card h3{

    font-size:24px;

    margin-bottom:15px;

}

.card p{

    color:#cbd5e1;

    line-height:1.7;

}


/*=========================================
            VANTAGENS
==========================================*/

.vantagens{

    padding:100px 8%;

    background:#111827;

}

.vantagens h2{

    text-align:center;

    font-size:42px;

    margin-bottom:60px;

}

.vantagens-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:25px;


}

.vantagens-grid div{

    background:#1e293b;

    padding:30px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.05);

    transition:.35s;

    font-size:18px;

}

.vantagens-grid div:hover{

    transform:translateY(-8px);

    background:#233552;

}


/*=========================================
                CTA
==========================================*/


/* ==================================================
   SOLICITE ORÇAMENTO
================================================== */

/*==================================================
                SOLICITE ORÇAMENTO
==================================================*/

.cta{

    padding:120px 20px;

    background:var(--fundo2);

    text-align:center;

}

.cta h2{

    font-size:3rem;

    color:#062453;

    margin-bottom:20px;

    font-weight:700;

}

.cta p{

    max-width:750px;

    margin:0 auto 40px;

    font-size:18px;

    line-height:1.8;

    color:#6b7280;

}

.cta .btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 36px;

    background:#062453;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    font-size:17px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(6,36,83,.18);

}

.cta .btn:hover{

    background:#00B4FF;

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(0,180,255,.25);

}

.cta .btn i{

    font-size:22px;

}

@media(max-width:768px){

    .cta{

        padding:90px 20px;

    }

    .cta h2{

        font-size:2.2rem;

    }

    .cta p{

        font-size:16px;

    }

}


/*=========================================
                FAQ
==========================================*/


/* ==================================================
   FAQ
================================================== */

/*==================================================
                    FAQ
==================================================*/

.faq{

    padding:120px 20px;

    background:var(--fundo1);

}

.faq-container{

    max-width:900px;

    margin:auto;

}

.faq h2{

    text-align:center;

    font-size:3rem;

    color:#062453;

    margin-bottom:15px;

}

.faq-subtitulo{

    text-align:center;

    color:#6b7280;

    margin-bottom:60px;

    font-size:18px;

    line-height:1.8;

}

/* Card */

.faq details{

    background:var(--fundo1);

    border:1px solid #e5e7eb;

    border-radius:18px;

    margin-bottom:20px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.faq details:hover{

    transform:translateY(-3px);

    border-color:#062453;

    box-shadow:0 15px 35px rgba(6,36,83,.12);

}

/* Pergunta */

.faq summary{

    list-style:none;

    cursor:pointer;

    padding:22px 25px;

    font-size:18px;

    font-weight:600;

    color:#062453;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.faq summary::-webkit-details-marker{

    display:none;

}

/* Ícone */

.faq summary::after{

    content:"+";

    width:34px;

    height:34px;

    border-radius:50%;

    background:#062453;

    color:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:700;

    transition:.35s;

}

.faq details[open] summary::after{

    content:"−";

    background:#00B4FF;

}

/* Resposta */

.faq details p{

    padding:0 25px 25px;

    color:#6b7280;

    line-height:1.8;

}

/* Quando aberto */

.faq details[open]{

    border-color:#062453;

}

.faq details[open] summary{

    background:#f8fafc;

}


/*==================================================
                    CONTATO
==================================================*/

.contato-section{

    padding:120px 20px;

    background:var(--fundo1);

}

.contato-section .container{

    max-width:1200px;

    margin:auto;

}

.contato-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:40px;

    margin-top:60px;

}

.contato-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:22px;

    padding:40px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.contato-item{

    display:flex;

    gap:18px;

    margin-bottom:30px;

}

.contato-icon{

    width:60px;

    height:60px;

    background:#062453;

    color:#fff;

    border-radius:16px;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

    font-size:22px;

}

.contato-item h3{

    color:#062453;

    font-size:20px;

    margin-bottom:8px;

}

.contato-item p{

    color:#6b7280;

    line-height:1.8;

}

.contato-uteis{

    margin-top:40px;

    padding-top:30px;

    border-top:1px solid #e5e7eb;

}

.contato-uteis h3{

    color:#062453;

    margin-bottom:20px;

}

.contato-util{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 18px;

    background:#f8fafc;

    border-radius:12px;

    margin-bottom:12px;

}

.contato-util strong{

    color:#062453;

}

.contato-util span{

    color:#6b7280;

}

.contato-mapa{

    border-radius:22px;

    overflow:hidden;

    border:1px solid #e5e7eb;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    min-height:640px;

}

.contato-mapa iframe{

    width:100%;

    height:100%;

    border:none;

}

.contato-aviso{

    margin-top:40px;

    background:#f8fbff;

    border-left:5px solid #00B4FF;

    border-radius:16px;

    padding:25px 30px;

    color:#6b7280;

    line-height:1.9;

    display:flex;

    gap:15px;

    align-items:flex-start;

}

.contato-aviso i{

    color:#00B4FF;

    font-size:22px;

    margin-top:3px;

}

@media(max-width:992px){

    .contato-grid{

        grid-template-columns:1fr;

    }

    .contato-mapa{

        height:450px;

        min-height:450px;

    }

}

@media(max-width:768px){

    .contato-section{

        padding:90px 20px;

    }

    .contato-card{

        padding:30px;

    }

    .contato-item{

        flex-direction:column;

        align-items:flex-start;

    }

    .contato-util{

        flex-direction:column;

        align-items:flex-start;

        gap:5px;

    }

}

/*=========================================
        BOTÃO FLUTUANTE WHATSAPP
=========================================*/

.whatsapp-float{

    position:fixed;

    right:30px;

    bottom:30px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 18px;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

    z-index:9999;

    transition:.35s;

    animation:whatsPulse 2s infinite;

}

.whatsapp-float:hover{

    transform:translateY(-4px);

    background:#1ebe5d;

}

.whatsapp-float i{

    font-size:34px;

}

.whatsapp-float span{

    font-size:15px;

    font-weight:600;

    white-space:nowrap;

}

@keyframes whatsPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.55);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}

@media(max-width:768px){

    .whatsapp-float{

        right:18px;

        bottom:18px;

        padding:14px;

    }

    .whatsapp-float span{

        display:none;

    }

}


/*=========================================
                FOOTER
==========================================*/


/* ==================================================
   RODAPÉ
================================================== */

/*==================================================
                    FOOTER
==================================================*/

/*==================================================
                    FOOTER
==================================================*/

footer{

    background:#062453;

    color:#fff;

    padding:70px 20px 30px;

}

.footer-content{

    max-width:1200px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:50px;

    flex-wrap:wrap;

}

.footer-info{

    flex:1;

}

.footer-info h3{

    font-size:28px;

    margin-bottom:15px;

}

.footer-info p{

    color:#dbeafe;

    line-height:1.8;

    max-width:550px;

    margin-bottom:20px;

}

.footer-info span{

    color:#ffffff;

    font-weight:600;

}

.footer-info i{

    color:#00B4FF;

    margin-right:8px;

}

.footer-social{

    display:flex;

    gap:18px;

}

.footer-social a{

    width:55px;

    height:55px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    text-decoration:none;

    transition:.35s;

}

.footer-social a:hover{

    background:#00B4FF;

    transform:translateY(-5px);

}

.footer-bottom{

    margin-top:50px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.15);

    text-align:center;

}

.footer-bottom p{

    color:#dbeafe;

    margin-bottom:15px;

}

.visionario{

    color:#9cc8ff;

    text-decoration:none;

    transition:.3s;

}

.visionario:hover{

    color:#ffffff;

}

@media(max-width:768px){

    .footer-content{

        flex-direction:column;

        text-align:center;

    }

    .footer-info p{

        margin:auto auto 20px;

    }

    .footer-social{

        justify-content:center;

    }

}

/*=========================================
            SCROLLBAR
==========================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#0f172a;

}

::-webkit-scrollbar-thumb{

    background:#2563eb;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#3b82f6;

}


/*=========================================
            RESPONSIVO
==========================================*/

@media(max-width:992px){

    .inicio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;

    margin: auto;
}

.hero-content{
    align-items: center;
    margin: 0;
    width:100%;


    min-height:75vh;

    display:flex;
    justify-content:center;

}


.inicio img{
    display: none;
}



.hero h1{

    font-size:48px;
    text-align: center;

}

.hero p{

    font-size:19px;

}

}


@media(max-width:1000px){

@media(max-width:1000px){

.menu{

    position:fixed;

    top:90px;

    right:-100%;

    width:280px;

    height:calc(100vh - 90px);

    background:#111827;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;

    gap:35px;

    padding-top:50px;

    transition:.4s;

}

.menu.active{

    right:0;

}

.menu-toggle{

    display:block;

}

}

.hero{

    padding-top:220px;

}

.hero-content{

    text-align:center;

    align-items:center;

}

.hero h1{

    font-size:38px;

}

.hero p{

    font-size:18px;

}

.botoes{

    flex-direction:column;

    width:100%;

}

.btn,
.btn-secundario{

    width:100%;

    text-align:center;

}

.servicos h2,
.vantagens h2,
.cta h2{

    font-size:32px;

}

.cta{

    padding:80px 20px;

}

}


@media(max-width:480px){

.hero h1{

    font-size:30px;

}

.hero p{

    font-size:16px;

}

.servicos h2,
.vantagens h2{

    font-size:28px;

}

.card{

    padding:35px 20px;

}

.btn-nav{

    width:100%;

    justify-content:center;

}

}


/*  */

.visionario{
    padding: 6em 0 0 0;
}



.texto-degrade {
  background: linear-gradient(to right, black, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.texto-degrade {
  background: linear-gradient(
    90deg,
    black,
    gray,
    white,
    gray,
    black
  );
  background-size: 300%;
  animation: animar 4s infinite linear;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes animar {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}


/* A faixa superior pertence ao topo da página e não acompanha a rolagem.
   O menu principal sobe para o topo quando a faixa sai da tela. */
.navbar.topbar-scrolled{
  top:0;
}

/* TOPBAR RESPONSIVO */
@media (max-width: 768px){
  .topbar{height:36px;padding:0 18px;}
  .topbar-left{gap:12px;}
  .topbar-left a:first-child span{display:none;}
  .topbar-left a + a{padding-left:12px;}
  .topbar-left a + a span{font-size:11px;}
  .topbar-social{gap:15px;font-size:17px;}
  .navbar{top:36px;}
}
@media (max-width: 480px){
  .topbar-left a + a span{display:none;}
  .topbar-left a + a{border-left:0;padding-left:0;}
  .topbar{padding:0 14px;}
}


/* Botão Voltar ao topo no footer */
.footer-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-top-btn i { color: #08aeea; }
.footer-top-btn:hover {
    transform: translateY(-2px);
    background: rgba(8,174,234,.12);
    border-color: rgba(8,174,234,.55);
}
@media (max-width: 768px) {
    .footer-top-btn { min-height: 42px; padding: 0 14px; }
}


/*======================================================================
    HERO — REFORMULADO (2026)
    Substitui o layout dividido antigo por uma composição centralizada
    com vídeo de fundo. Mantém as classes usadas pelo script.js
    (.contador / .estatisticas) e não altera navbar nem topbar.
    Regras declaradas aqui vencem as antigas por ordem de cascata.
======================================================================*/

header.hero{
    margin:0;
    padding:0;
}

.hero{
    position:relative;
    min-height:100svh;
    padding:0;
    overflow:hidden;
    background:#062453;                 /* fallback final */
}

/* ---------- FUNDO EM VÍDEO ---------- */
.hero-bg{
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    background:#062453;
}

.hero-fallback,
.hero-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    border:0;
}

.hero-fallback{ z-index:0; }            /* aparece se o vídeo não pintar */
.hero-video{ z-index:1; background:transparent; }

.hero-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(
        180deg,
        rgba(6,36,83,.78) 0%,
        rgba(6,36,83,.60) 45%,
        rgba(6,36,83,.82) 100%
    );
}

/* ---------- ÁREA DE CONTEÚDO ---------- */
.inicio{
    position:relative;
    z-index:3;
    width:100%;
    max-width:960px;
    min-height:100svh;
    margin:0 auto;
    padding:150px 24px 96px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:0;
}

.hero-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
    width:100%;
    min-height:0;
    margin:0;
}

/* ---------- SELO ---------- */
.tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    max-width:100%;
    margin:0;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    font-weight:600;
    font-size:.9rem;
}
.tag i{ color:#00B4FF; }

/* ---------- TÍTULO ---------- */
.hero-content h1{
    margin:0;
    max-width:18ch;
    font-size:clamp(1.9rem, 1.1rem + 2.6vw, 3rem);
    line-height:1.18;
    font-weight:800;
    letter-spacing:-.5px;
    text-transform:uppercase;
    color:#fff;
    text-wrap:balance;
}
.hero-content h1 .destaque{ color:#00B4FF; }

/* ---------- DIFERENCIAIS ---------- */
.hero-info{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:10px 22px;
    width:auto;
    margin:0;
    padding:0;
}
.hero-info div{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    color:#e8eefc;
    font-weight:600;
    font-size:.95rem;
    text-align:center;
}
.hero-info div:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-12px;
    top:50%;
    width:1px;
    height:16px;
    transform:translateY(-50%);
    background:rgba(255,255,255,.28);
}
.hero-info i{ color:#00B4FF; font-size:15px; }

/* ---------- BOTÕES ---------- */
.botoes{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
    width:auto;
    margin:0;
}
.botoes .btn,
.botoes .btn-secundario{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:auto;
    padding:15px 28px;
    border-radius:14px;
    font-size:1rem;
    font-weight:700;
    transition:transform .3s ease, background .3s ease,
               box-shadow .3s ease, border-color .3s ease, color .3s ease;
}
.botoes .btn{
    background:#04A4DC;
    color:#fff;
    border:2px solid #04A4DC;
}
.botoes .btn:hover{
    background:#0389ba;
    border-color:#0389ba;
    transform:translateY(-3px);
    box-shadow:0 16px 34px rgba(4,164,220,.35);
}
.botoes .btn-secundario{
    background:transparent;
    color:#fff;
    border:2px solid rgba(0,180,255,.55);
}
.botoes .btn-secundario:hover{
    background:rgba(0,180,255,.12);
    border-color:#00B4FF;
    transform:translateY(-3px);
}

/* ---------- NÚMEROS / PROVA SOCIAL ---------- */
.estatisticas{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:center;
    gap:14px 34px;
    margin:0;
}
.estatisticas .stat{
    position:relative;
    padding:0 17px;
    min-width:104px;
    text-align:center;
}
.estatisticas .stat::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:44px;
    transform:translateY(-50%);
    background:rgba(255,255,255,.22);
    display:block;
}
.estatisticas .stat:first-child::before{ display:none; }
.estatisticas .stat h2{
    margin:0 0 4px;
    font-size:1.9rem;
    font-weight:800;
    line-height:1;
    color:#00B4FF;
}
.estatisticas .stat span{
    color:#d7e0f0;
    font-size:.85rem;
    line-height:1.4;
}

/* ---------- INDICADOR DE SCROLL ---------- */
.hero-scroll{
    position:absolute;
    left:50%;
    bottom:24px;
    transform:translateX(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:#cfe8f4;
    font-size:.78rem;
    font-weight:600;
    letter-spacing:.3px;
}
.hero-scroll-circle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid rgba(0,180,255,.6);
    border-radius:50%;
    color:#00B4FF;
    font-size:13px;
    animation:heroScrollBounce 2s ease-in-out infinite;
}
.hero-scroll:hover .hero-scroll-circle{
    background:rgba(0,180,255,.12);
    border-color:#00B4FF;
}

@keyframes heroScrollBounce{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(5px); }
}

/* ---------- TABLET ---------- */
@media (max-width:992px){
    .inicio{
        max-width:720px;
        padding:140px 22px 92px;
    }
    .hero-content{ gap:22px; }
    .estatisticas .stat h2{ font-size:1.7rem; }
}

/* ---------- DIFERENCIAIS EM 2 COLUNAS ---------- */
@media (max-width:600px){
    .hero-info{
        display:grid;
        grid-template-columns:repeat(2,auto);
        justify-content:center;
        gap:12px 20px;
    }
    .hero-info div:not(:last-child)::after{ display:none; }
}

/* ---------- MOBILE ---------- */
@media (max-width:768px){
    .hero{ min-height:100svh; }
    .inicio{ padding:128px 20px 92px; }
    .hero-content{ gap:20px; }
    .tag{ font-size:.82rem; padding:9px 16px; }
    .hero-content h1{ font-size:clamp(1.6rem, 1.15rem + 3.4vw, 2.05rem); }
    .hero-info div{ font-size:.9rem; }
    .botoes{
        flex-direction:column;
        width:100%;
        max-width:360px;
    }
    .botoes .btn,
    .botoes .btn-secundario{ width:100%; }
    .estatisticas{ gap:12px 18px; }
    .estatisticas .stat{ padding:0 12px; min-width:90px; }
    .estatisticas .stat h2{ font-size:1.5rem; }
    .estatisticas .stat span{ font-size:.78rem; }
}

/* ---------- CELULARES PEQUENOS ---------- */
@media (max-width:400px){
    .inicio{ padding:122px 16px 86px; }
    .estatisticas{ gap:10px 10px; }
    .estatisticas .stat{ padding:0 7px; min-width:84px; }
    .estatisticas .stat::before{ height:34px; }
    .estatisticas .stat h2{ font-size:1.3rem; }
    .estatisticas .stat span{ font-size:.72rem; }
    .hero-scroll{ bottom:14px; }
}

/* ---------- MOVIMENTO REDUZIDO ---------- */
@media (prefers-reduced-motion:reduce){
    .hero-scroll-circle{ animation:none; }
    .botoes .btn:hover,
    .botoes .btn-secundario:hover{ transform:none; }
}
