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

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

:root{

    --azul:#0B7DDB;
    --azulEscuro:#073B6F;
    --verde:#74C000;
    --branco:#fff;
    --cinza:#666;
    --preto:#111;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;

    background:#f7f9fc;

    color:#222;

    overflow-x:hidden;

}

img{

    display:block;

    max-width:100%;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

/*====================================
HEADER
====================================*/

header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:90px;

    background:#fff;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    z-index:999;

}

header .container{

    height:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

/*====================================
LOGO
====================================*/

.logo img{

    width:80px;

    height:80px;

    border-radius:50%;

    border:4px solid var(--verde);

    object-fit:cover;

}

/*====================================
MENU
====================================*/

nav ul{

    display:flex;

    gap:35px;

}

nav a{

    color:#222;

    font-weight:600;

    transition:.3s;

}

nav a:hover{

    color:var(--azul);

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

.hero{

    margin-top:90px;

    padding:90px 0;

    background:linear-gradient(135deg,#f7fbff,#e8f3ff);

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}

.hero-texto h4{

    color:var(--azul);

    font-size:20px;

    margin-bottom:15px;

    font-weight:600;

}

.hero-texto h1{

    font-size:56px;

    color:var(--preto);

    line-height:65px;

    margin-bottom:25px;

    font-weight:800;

}

.hero-texto p{

    font-size:18px;

    color:var(--cinza);

    line-height:34px;

    margin-bottom:35px;

}

.hero-botoes{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

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

.btn-laranja{

    background:linear-gradient(135deg,var(--azul),var(--azulEscuro));

    color:#fff;

    padding:16px 35px;

    border-radius:10px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 10px 25px rgba(11,125,219,.30);

}

.btn-laranja:hover{

    transform:translateY(-4px);

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

}

.btn-preto{

    background:#111;

    color:#fff;

    padding:16px 35px;

    border-radius:10px;

    font-weight:600;

    transition:.35s;

}

.btn-preto:hover{

    background:var(--verde);

    color:#111;

}

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

.hero-imagem{

    display:flex;

    justify-content:center;

}

.hero-imagem img{

    width:100%;

    max-width:540px;

    border-radius:25px;

    border:5px solid var(--verde);

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

    transition:.4s;

}

.hero-imagem img:hover{

    transform:scale(1.03);

}
/*====================================
SEÇÕES
====================================*/

section{

    padding:90px 0;

}

section h2{

    font-size:42px;

    text-align:center;

    color:var(--preto);

    margin-bottom:20px;

    font-weight:800;

}

.subtitulo{

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

    color:var(--cinza);

    line-height:32px;

    font-size:18px;

}

/*====================================
QUEM SOMOS
====================================*/

.sobre{

    background:#fff;

}

.sobre p{

    max-width:950px;

    margin:auto;

    text-align:center;

    line-height:36px;

    color:#555;

    font-size:18px;

}

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

.servicos{

    background:#f5f9fd;

}

.cards{

    display:grid;

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

    gap:30px;

}

.card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

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

    transition:.35s;

}

.card:hover{

    transform:translateY(-10px);

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

}

.card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.card h3{

    margin:25px 25px 15px;

    color:var(--azulEscuro);

    font-size:24px;

}

.card p{

    margin:0 25px 30px;

    color:#666;

    line-height:28px;

}

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

.diferenciais{

    background:linear-gradient(135deg,var(--azulEscuro),var(--azul));

    color:#fff;

}

.diferenciais h2{

    color:#fff;

}

.diferenciais-grid{

    display:grid;

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

    gap:30px;

}

.item{

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

    backdrop-filter:blur(10px);

    padding:35px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

}

.item:hover{

    transform:translateY(-8px);

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

}

.item i{

    width:75px;

    height:75px;

    margin:auto auto 20px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:var(--verde);

    color:#fff;

    font-size:30px;

}

.item h3{

    margin-bottom:15px;

    font-size:24px;

}

.item p{

    line-height:30px;

    color:#f2f2f2;

}
/*====================================
NÚMEROS
====================================*/

.numeros{

    background:#ffffff;

}

.numeros .cards{

    display:grid;

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

    gap:30px;

}

.numeros .card{

    text-align:center;

    padding:40px 25px;

}

.numeros .card h2{

    font-size:52px;

    color:var(--azul);

    margin-bottom:10px;

    font-weight:800;

}

.numeros .card p{

    color:#666;

    font-size:18px;

    margin:0;

}

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

.cta{

    background:linear-gradient(135deg,#0B7DDB,#073B6F);

    color:#fff;

}

.cta .hero-grid{

    align-items:center;

}

.cta h2{

    color:#fff;

    font-size:42px;

    margin-bottom:20px;

    text-align:left;

}

.cta p{

    color:#f1f1f1;

    line-height:32px;

    margin-bottom:20px;

}

.cta .hero-imagem img{

    max-width:500px;

    border-radius:25px;

    border:5px solid var(--verde);

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

}

/*====================================
GALERIA
====================================*/

/*=========================
GALERIA
=========================*/

.galeria{

    background:#f7f9fc;

}

.galeria .cards{

    display:grid;

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

    gap:30px;

}

.galeria .card{

    overflow:hidden;

    border-radius:18px;

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

    transition:.35s;

    padding:0;

}

.galeria .card:hover{

    transform:translateY(-8px);

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

}

.galeria .card img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

}

/*====================================
AVALIAÇÕES
====================================*/

.avaliacoes{

    background:#ffffff;

}

.avaliacoes .cards{

    display:grid;

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

    gap:30px;

}

.estrelas{

    color:#FFD700;

    font-size:24px;

    margin-bottom:15px;

}

.avaliacoes .card{

    padding:35px;

}

.avaliacoes .card small{

    color:#888;

    display:block;

    margin-bottom:20px;

}

.avaliacoes .card p{

    margin:0;

    line-height:30px;

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

.contato{

    background:#eef5fb;

}

.contato h2{

    margin-bottom:20px;

}

.contato .subtitulo{

    margin-bottom:50px;

}

form{

    max-width:800px;

    margin:0 auto;

    display:flex;

    flex-direction:column;

    gap:20px;

}

input,
textarea{

    width:100%;

    padding:18px;

    border:2px solid #d9e4ef;

    border-radius:12px;

    font-size:16px;

    font-family:'Poppins',sans-serif;

    transition:.3s;

    outline:none;

}

input:focus,
textarea:focus{

    border-color:var(--azul);

    box-shadow:0 0 10px rgba(11,125,219,.15);

}

textarea{

    min-height:180px;

    resize:vertical;

}

form button{

    border:none;

    cursor:pointer;

}

/*====================================
MAPA
====================================*/

.mapa{

    padding:0;

}

.mapa iframe{

    width:100%;

    height:420px;

    border:0;

}

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

.footer{

    background:#07284d;

    color:#fff;

    padding:60px 0 25px;

}

.footer-container{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:60px;

    flex-wrap:wrap;

}

.footer-logo{

    max-width:420px;

}

.footer-logo img{

    width:95px;

    height:95px;

    border-radius:50%;

    border:4px solid var(--verde);

    margin-bottom:20px;

}

.footer-logo h3{

    margin-bottom:15px;

    font-size:24px;

}

.footer-logo p{

    color:#d7d7d7;

    line-height:30px;

}

.footer-contato h3{

    color:var(--verde);

    margin-bottom:20px;

}

.footer-contato p{

    margin-bottom:15px;

    color:#e7e7e7;

}

.footer-contato i{

    width:22px;

    color:var(--azul);

}

.footer-copy{

    margin-top:45px;

    padding-top:20px;

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

    text-align:center;

    color:#c7c7c7;

    font-size:15px;

}

/*====================================
WHATSAPP
====================================*/

.whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

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

    z-index:999;

    transition:.3s;

}

.whatsapp:hover{

    transform:scale(1.1);

}

/*====================================
BOTÃO TOPO
====================================*/

.btn-topo{

    position:fixed;

    left:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:var(--azul);

    color:#fff;

    cursor:pointer;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

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

    transition:.3s;

}

.btn-topo:hover{

    background:var(--verde);

    color:#111;

}
/*====================================
ANIMAÇÕES
====================================*/

.card,
.item,
.hero-imagem img,
.galeria-grid img,
.avaliacoes .card{

    transition:.35s ease;

}

.card:hover,
.item:hover{

    transform:translateY(-10px);

}

.hero-imagem img:hover{

    transform:scale(1.03);

}

.galeria-grid img:hover{

    transform:scale(1.05);

}

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

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#edf4fb;

}

::-webkit-scrollbar-thumb{

    background:var(--azul);

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:var(--azulEscuro);

}

/*====================================
SELEÇÃO DE TEXTO
====================================*/

::selection{

    background:var(--azul);

    color:#fff;

}

/*====================================
FOCUS
====================================*/

button:focus,
input:focus,
textarea:focus,
a:focus{

    outline:none;

}

/*====================================
TRANSIÇÕES GERAIS
====================================*/

button,
a,
img{

    transition:.30s;

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

@media(max-width:1100px){

.hero-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.hero-botoes{

    justify-content:center;

}

.hero-imagem{

    margin-top:40px;

}

.cta .hero-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.cta h2{

    text-align:center;

}

}

@media(max-width:900px){

header{

    height:auto;

    padding:15px 0;

}

header .container{

    flex-direction:column;

    gap:15px;

}

nav ul{

    flex-wrap:wrap;

    justify-content:center;

    gap:18px;

}

.hero{

    margin-top:150px;

}

.hero-texto h1{

    font-size:42px;

    line-height:52px;

}

section h2{

    font-size:34px;

}

.footer-container{

    flex-direction:column;

    text-align:center;

    align-items:center;

}

}

@media(max-width:768px){

.cards{

    grid-template-columns:1fr;

}

.diferenciais-grid{

    grid-template-columns:1fr;

}

.galeria-grid{

    grid-template-columns:1fr;

}

.hero-texto p{

    font-size:16px;

}

.btn-laranja,
.btn-preto{

    width:100%;

    text-align:center;

}

.hero-botoes{

    flex-direction:column;

}

}

@media(max-width:480px){

.logo img{

    width:70px;

    height:70px;

}

.hero-texto h1{

    font-size:34px;

    line-height:42px;

}

.hero-texto h4{

    font-size:18px;

}

section{

    padding:70px 0;

}

.whatsapp{

    width:60px;

    height:60px;

}

.btn-topo{

    width:50px;

    height:50px;

}

}
/*====================================
ACABAMENTO PROFISSIONAL
====================================*/

/* Títulos */

h1,h2,h3,h4{

    letter-spacing:-0.5px;

}

/* Linha abaixo dos títulos */

section h2::after{

    content:"";

    display:block;

    width:90px;

    height:5px;

    margin:18px auto 0;

    border-radius:30px;

    background:linear-gradient(
        90deg,
        var(--azul),
        var(--verde)
    );

}

/* Cards */

.card{

    border:1px solid rgba(11,125,219,.08);

}

.card:hover{

    border-color:rgba(11,125,219,.25);

}

/* Imagens */

.card img,
.galeria-grid img{

    transition:.45s;

}

/* Logo */

.logo img{

    transition:.4s;

}

.logo img:hover{

    transform:rotate(-4deg) scale(1.05);

}

/* Botões */

.btn-laranja,
.botao-menu{

    background:linear-gradient(
        135deg,
        var(--azul),
        var(--azulEscuro)
    );

}

.btn-laranja:hover,
.botao-menu:hover{

    filter:brightness(1.08);

}

/* Campos */

input:hover,
textarea:hover{

    border-color:var(--azul);

}

/* Footer */

.footer{

    background:linear-gradient(
        180deg,
        #07284d,
        #051b33
    );

}

/* Links Footer */

.footer a{

    color:#d8d8d8;

    transition:.3s;

}

.footer a:hover{

    color:var(--verde);

}

/* Hero */

.hero{

    overflow:hidden;

}

/* Fade */

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.hero-texto{

    animation:fadeUp .8s ease;

}

.hero-imagem{

    animation:fadeUp 1.1s ease;

}

.card{

    animation:fadeUp .8s ease;

}

.item{

    animation:fadeUp .8s ease;

}

/* Sombra elegante */

.hero-imagem img,
.card,
.item,
.footer{

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

}

/* Seleção */

::selection{

    background:var(--azul);

    color:#fff;

}
/* ===== CORREÇÃO CTA FINAL ===== */

.cta-final{
    padding:90px 0;
    text-align:center;
}

.cta-final h2{
    margin-bottom:25px;
}

.cta-final p{
    max-width:800px;
    margin:0 auto 40px;
    font-size:22px;
    line-height:1.7;
}

.cta-botao{
    display:flex;
    justify-content:center;
    align-items:center;
}

.cta-botao .btn-laranja{
    position:static !important;
    transform:none !important;
    margin:0 !important;
    float:none !important;
    display:inline-flex;
}