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


:root{

--verde: #20305c;
--verde2:#263863;
--bege:#f5f0e6;
--marrom:#72502d;
--texto:#1b1b1b;
--branco:#ffffff;

}


html{
scroll-behavior:smooth;
}


body{

color:var(--texto);
background:#fff;

}



a{

text-decoration:none;
color:inherit;

}




/* NAVBAR */


.hero{

min-height:100vh;

background:
linear-gradient(
90deg,
rgba(20, 25, 37, 0.85),
rgba(16, 56, 92, 0.35)
),
url("assets/ambiente/image1.jpeg");

background-size:cover;
background-position:center;

color:white;

}



.navbar{

height:90px;

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

max-width:1200px;
margin:auto;

padding:0 30px;

}



.logo{

font-size:22px;
font-weight:800;

}



.menu{

display:flex;
gap:35px;

}


.menu a{

font-weight:500;

}



.btn-nav{

background:white;
color:var(--verde);

padding:12px 25px;

border-radius:50px;

font-weight:700;

}






/* HERO */


.hero-content{

max-width:1200px;
margin:auto;

padding:120px 30px;

}



.hero-text{

max-width:650px;

}



.hero-text span,
.section-title span{

background:#ffffff22;

padding:8px 18px;

border-radius:30px;

font-size:14px;

}



.hero h1{

font-size:60px;

line-height:1.1;

margin:25px 0;

}



.hero p{

font-size:19px;

line-height:1.6;

margin-bottom:35px;

}



.btn-primary{

display:inline-block;

background:var(--verde2);

color:white;

padding:16px 35px;

border-radius:50px;

font-weight:700;

transition:.3s;

}


.btn-primary:hover{

transform:translateY(-3px);

}




.hero-info{

display:flex;

gap:30px;

margin-top:60px;

}



.hero-info strong{

font-size:25px;

}



.hero-info p{

font-size:14px;
margin:5px 0;

}




/* SEÇÕES */


section{

padding:100px 30px;

}



.section-title{

text-align:center;

max-width:750px;

margin:auto;

}



.section-title h2{

font-size:42px;

margin:25px 0;

}



.section-title p{

color:#666;

font-size:18px;

}





/* CARDS */


.cards{

max-width:1200px;

margin:60px auto;

display:grid;

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

gap:25px;

}



.card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px #00000012;

transition:.3s;

}



.card:hover{

transform:translateY(-8px);

}



.card img{

width:100%;

height:220px;

object-fit:cover;

}



.card div{

padding:25px;

}



.card h3{

font-size:24px;

margin-bottom:15px;

}



.card p{

color:#666;

line-height:1.5;

margin-bottom:20px;

}



/* SOBRE */

.sobre{

max-width:1200px;
margin:auto;

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

gap:80px;

align-items:center;

background:var(--bege);

border-radius:30px;

}



.sobre-text span{

color:var(--verde2);

font-weight:700;

}



.sobre-text h2{

font-size:42px;

margin:20px 0;

line-height:1.2;

}



.sobre-text p{

color:#555;

font-size:17px;

line-height:1.7;

margin-bottom:20px;

}



.sobre-box{

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 20px 40px #00000010;

}



.sobre-box h3{

font-size:25px;

margin-bottom:30px;

}



.sobre-box ul{

list-style:none;

display:flex;

flex-direction:column;

gap:20px;

}



.sobre-box li{

font-size:18px;

font-weight:500;

}






/* BENEFÍCIOS */


.beneficios{

background:#f8f8f8;

}



.beneficios-grid{

max-width:1200px;

margin:60px auto 0;

display:grid;

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

gap:30px;

}



.beneficio{

background:white;

padding:40px 30px;

border-radius:25px;

text-align:center;

box-shadow:0 15px 35px #00000010;

transition:.3s;

}



.beneficio:hover{

transform:translateY(-8px);

}



.icon{

font-size:45px;

margin-bottom:20px;

}



.beneficio h3{

font-size:24px;

margin-bottom:15px;

}



.beneficio p{

color:#666;

line-height:1.6;

}






/* DEPOIMENTO */


.depoimento-box{

max-width:850px;

margin:50px auto 0;

background:var(--verde);

color:white;

padding:50px;

border-radius:30px;

text-align:center;

}



.depoimento-box p{

font-size:22px;

line-height:1.6;

font-style:italic;

margin-bottom:35px;

}



.depoimento-box strong{

display:block;

font-size:20px;

}



.depoimento-box span{

opacity:.8;

}







/* CTA FINAL */


.cta{

max-width:1200px;

margin:80px auto;

background:

linear-gradient(
135deg,
rgba(19, 34, 49, 0.35),
#082241
);

border-radius:35px;

color:white;

text-align:center;

}



.cta h2{

font-size:42px;

margin-bottom:20px;

}



.cta p{

font-size:18px;

margin-bottom:35px;

}



.cta a{

display:inline-block;

background:white;

color:var(--verde);

padding:17px 40px;

border-radius:50px;

font-weight:800;

}







/* FOOTER */


footer{

background:#141925;

color:white;

padding:60px 30px 20px;

}



.footer-content{

max-width:1200px;

margin:auto;

display:flex;

justify-content:space-between;

gap:40px;

}



.footer-content h3{

font-size:25px;

margin-bottom:15px;

}



.footer-content h4{

margin-bottom:20px;

}



.footer-content p{

opacity:.8;

margin-bottom:10px;

}



.copyright{

text-align:center;

margin-top:40px;

padding-top:20px;

border-top:1px solid #ffffff22;

opacity:.7;

}






/* WHATSAPP FLUTUANTE */


.whatsapp-float{

position:fixed;

right:25px;

bottom:25px;

width:60px;

height:60px;


display:flex;

align-items:center;

justify-content:center;


background:#25D366;

color:white;

font-size:30px;

border-radius:50%;

box-shadow:0 10px 30px #0005;

z-index:99;

}



/* =============================================================
   AMBIENTE
============================================================= */

.ambiente{

    background:#f8f8f8;

}

.galeria{

    max-width:1200px;

    margin:60px auto 0;

    display:grid;

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

    gap:25px;

}

.galeria img{

    width:100%;

    height:280px;

    object-fit:cover;

    border-radius:20px;

    box-shadow:0 15px 40px #00000010;

    transition:.3s;

}

.galeria img:hover{

    transform:translateY(-8px);

}

.galeria figure{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px #00000010;

    transition:.3s;

}

.galeria figure:hover{

    transform:translateY(-8px);

}

.galeria img{

    display:block;

    width:100%;

    height:250px;

    object-fit:cover;

}

.galeria figcaption{

    padding:18px;

    text-align:center;

    font-weight:600;

    color:#555;

}


.cta h2{

font-size:30px;

}

/* ==========================================================
   Responsivo
========================================================== */

@media(max-width:1100px){

    .galeria,
    .ambiente-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:700px){

    .ambiente{
        padding:70px 6%;
    }

    .galeria,
    .ambiente-grid{
        grid-template-columns:1fr;
    }

    .galeria img{
        height:250px;
    }

}



/* RESPONSIVIDADE */


@media(max-width:1000px){


.menu{

display:none;

}


.hero h1{

font-size:45px;

}



.cards{

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

}



.sobre{

grid-template-columns:1fr;

}



.beneficios-grid{

grid-template-columns:1fr;

}



}



@media(max-width:600px){


.navbar{

padding:0 20px;

}



.logo{

font-size:18px;

}



.hero-content{

padding:80px 20px;

}



.hero h1{

font-size:36px;

}



.hero p{

font-size:16px;

}



.hero-info{

flex-direction:column;

gap:15px;

}



section{

padding:60px 20px;

}



.section-title h2{

font-size:32px;

}



.cards{

grid-template-columns:1fr;

}



.card img{

height:200px;

}



.sobre-text h2{

font-size:32px;

}


.cta h2{

font-size:30px;

}



.cta{

padding:50px 25px;

}



.footer-content{

flex-direction:column;

}

.logo img{

width: 100px;

height:auto;

display:block;

}

}
