*{

margin:0;

padding:0;

box-sizing:border-box;

font-family:Poppins,sans-serif;

}

body{

background:#f8faf9;

}

header{

background:white;

position:fixed;

width:100%;

top:0;

left:0;

box-shadow:0 5px 20px rgba(0,0,0,.08);

z-index:999;

}

.container{

width:90%;

margin:auto;

display:flex;

justify-content:space-between;

align-items:center;

height:80px;

}

header h2{

color:#1b6b4a;

font-size:30px;

}

nav a{

text-decoration:none;

margin-left:30px;

color:#333;

font-weight:500;

transition:.3s;

}

nav a:hover{

color:#1b6b4a;

}

.hero{

height:100vh;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

background:linear-gradient(120deg,#0d8f63,#39c18d);

color:white;

padding:20px;

}

.hero h1{

font-size:58px;

max-width:900px;

margin:auto;

}

.hero p{

margin-top:20px;

font-size:20px;

max-width:700px;

margin-left:auto;

margin-right:auto;

}

.botao{

display:inline-block;

margin-top:40px;

padding:18px 40px;

background:white;

color:#0d8f63;

text-decoration:none;

border-radius:50px;

font-weight:bold;

transition:.3s;

}

.botao:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(0,0,0,.2);

}

@media(max-width:900px){

.hero h1{

font-size:38px;

}

.hero p{

font-size:18px;

}

nav{

display:none;

}

}
section{

padding:100px 8%;

}

.sobre{

background:white;

text-align:center;

}

.sobre h2{

font-size:40px;

color:#0d8f63;

margin-bottom:25px;

}

.sobre p{

font-size:18px;

max-width:900px;

margin:auto;

line-height:1.8;

color:#555;

}

.beneficios{

background:#eef9f4;

text-align:center;

}

.beneficios h2{

font-size:40px;

margin-bottom:50px;

color:#0d8f63;

}

.cards{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

margin-top:40px;

}

.card{

background:white;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.card:hover{

transform:translateY(-10px);

}

.card h3{

margin-bottom:15px;

color:#0d8f63;

}

.card p{

color:#666;

line-height:1.6;

}

.tratamentos{

text-align:center;

background:white;

}

.tratamentos h2{

font-size:40px;

margin-bottom:50px;

color:#0d8f63;

}
.hero{

position:relative;

background:url("imagens/hero.jpg");

background-size:cover;

background-position:center;

}

.overlay{

position:absolute;

top:0;

left:0;

right:0;

bottom:0;

background:rgba(0,0,0,.45);

}

.hero-text{

position:relative;

z-index:5;

}

.galeria{

background:#eef9f4;

text-align:center;

}

.galeria h2{

font-size:40px;

margin-bottom:50px;

color:#0d8f63;

}

.galeria-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:25px;

}

.galeria img{

width:100%;

height:280px;

object-fit:cover;

border-radius:20px;

transition:.4s;

box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.galeria img:hover{

transform:scale(1.05);

}

.depoimentos{

background:white;

text-align:center;

}

.depoimentos h2{

font-size:40px;

margin-bottom:50px;

color:#0d8f63;

}
.contato{

background:#eef9f4;

text-align:center;

}

.contato h2{

font-size:42px;

color:#0d8f63;

margin-bottom:20px;

}

.contato p{

color:#555;

}

.informacoes{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:50px;

}

.info{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.info h3{

margin-bottom:15px;

color:#0d8f63;

}

.mapa iframe{

width:100%;

height:500px;

border:none;

}

footer{

background:#0d8f63;

padding:60px 20px;

text-align:center;

color:white;

}

footer h2{

font-size:34px;

margin-bottom:15px;

}

.copy{

margin-top:25px;

opacity:.7;

}

.whatsapp{

position:fixed;

right:30px;

bottom:30px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

text-decoration:none;

color:white;

box-shadow:0 15px 30px rgba(0,0,0,.3);

transition:.3s;

z-index:9999;

}

.whatsapp:hover{

transform:scale(1.15);

}
.contato{

background:#eef9f4;

text-align:center;

}

.contato h2{

font-size:42px;

color:#0d8f63;

margin-bottom:20px;

}

.contato p{

color:#555;

}

.informacoes{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:50px;

}

.info{

background:white;

padding:35px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.info h3{

margin-bottom:15px;

color:#0d8f63;

}

.mapa iframe{

width:100%;

height:500px;

border:none;

}

footer{

background:#0d8f63;

padding:60px 20px;

text-align:center;

color:white;

}

footer h2{

font-size:34px;

margin-bottom:15px;

}

.copy{

margin-top:25px;

opacity:.7;

}

.whatsapp{

position:fixed;

right:30px;

bottom:30px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

text-decoration:none;

color:white;

box-shadow:0 15px 30px rgba(0,0,0,.3);

transition:.3s;

z-index:9999;

}

.whatsapp:hover{

transform:scale(1.15);

}
.diferenciais{

padding:100px 8%;

background:#f6fbf8;

text-align:center;

}

.diferenciais h2{

font-size:42px;

color:#0d8f63;

margin-bottom:60px;

}

.diferenciais-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.diferencial{

background:white;

padding:40px 30px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.diferencial:hover{

transform:translateY(-10px);

}

.icone{

font-size:50px;

margin-bottom:20px;

}

.diferencial h3{

margin-bottom:15px;

color:#0d8f63;

}

.diferencial p{

color:#666;

line-height:1.7;

}
.cta{

padding:120px 8%;

background:linear-gradient(135deg,#0d8f63,#1fb57d);

text-align:center;

color:white;

}

.cta h2{

font-size:48px;

margin-bottom:25px;

}

.cta p{

max-width:750px;

margin:auto;

font-size:20px;

line-height:1.8;

margin-bottom:40px;

}

.estatisticas{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:30px;

padding:100px 8%;

background:white;

text-align:center;

}

.numero{

padding:40px;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.numero:hover{

transform:translateY(-8px);

}

.numero h2{

font-size:52px;

color:#0d8f63;

margin-bottom:10px;

}

.numero span{

color:#666;

font-size:18px;

}