.elementor-10751 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-10751 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ===================== TOKENS ===================== */
:root{
  /* verdes da marca */
  --verde-sage:#8ea494;
  --verde-medio:#4b6c62;
  --verde-grafite:#34413c;
  --verde-escuro:#253530;

  /* botão / whatsapp */
  --wa:#25d366;
  --wa-hover:#1fb857;

  /* neutros */
  --tinta:#2f2b36;
  --tinta-60:#5c5865;
  --roxo:#372875;
  --branco:#fff;
  --gelo:#f6f8f7;
  --linha:rgba(47,43,54,.18);
  --linha-clara:rgba(255,255,255,.45);

  /* tipografia */
  --serif:"Playfair Display",Georgia,serif;
  --sans:"Poppins",system-ui,-apple-system,sans-serif;

  /* escala de texto */
  --t-h1:clamp(2.05rem,1.25rem + 3.3vw,2.6rem);
  --t-h2:clamp(1.85rem,1.2rem + 2.7vw,2.5rem);
  --t-h3:clamp(1.2rem,1.06rem + .62vw,2.1rem);
  --t-lead:clamp(1rem,.95rem + .28vw,1.15rem);
  --t-body:clamp(.95rem,.92rem + .16vw,1.02rem);
  --t-small:clamp(.88rem,.86rem + .1vw,.94rem);

  --wrap:1260px;
  --r-card:16px;
}

/* ===================== BASE ===================== */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);font-weight:400;
  font-size:var(--t-body);line-height:1.7;color:var(--tinta);
  background:var(--branco);overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{margin:0;font-family:var(--serif);font-weight:500;line-height:1.14;letter-spacing:-.005em}
h1{font-size:var(--t-h1)}
h2{font-size:var(--t-h2)}
h3{font-size:var(--t-h3);line-height:1.22}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}
:focus-visible{outline:3px solid var(--wa);outline-offset:3px;border-radius:4px}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.25rem,4.5vw,3rem)}
.sec{padding-block:clamp(3.25rem,7vw,6.5rem)}
.center{text-align:center}
.measure{max-width:62ch}
.measure-center{max-width:70ch;margin-inline:auto}

/* eyebrow "PELVIS KLINIC" */
.eyebrow{
  font-family:var(--sans);font-size:.78rem;font-weight:500;
  letter-spacing:.28em;text-transform:uppercase;
  margin:0 0 1rem;color:inherit;opacity:.9;
  display:flex;align-items:center;gap:1.15rem;
}
.eyebrow::after{content:"";flex:0 0 76px;height:1px;background:currentColor;opacity:.55}
.eyebrow--center{justify-content:center}
.eyebrow--center::before{content:"";flex:0 0 76px;height:1px;background:currentColor;opacity:.55}

/* ===================== BOTÃO ===================== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  font-family:var(--sans);font-size:.98rem;font-weight:600;line-height:1;
  color:var(--branco);background:var(--wa);
  text-decoration:none;padding:1.05em 2.1em;border-radius:100px;border:0;cursor:pointer;
  transition:background-color .2s ease,transform .2s ease;
}
.btn:hover{background:var(--wa-hover);transform:translateY(-1px)}
.btn--sm{font-size:.86rem;padding:.85em 1.6em}
.btn svg{width:18px;height:18px;flex:none;fill:currentColor}

/* ===================== HERO ===================== */
.hero{position:relative;isolation:isolate;background:#e6eeee}
.hero__bg{position:absolute;inset:0;z-index:-1}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:right center}
.hero__bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,#e9f0f0 0%,rgba(233,240,240,.94) 30%,rgba(233,240,240,.55) 50%,rgba(233,240,240,0) 68%);
}
.hero__inner{
  display:grid;grid-template-columns:minmax(0,.82fr) 1fr;
  min-height:clamp(520px,72vh,760px);align-items:center;
  padding-block:clamp(2.5rem,6vw,4rem);
}
.hero__logo{width:clamp(150px,13vw,100px);margin-bottom:clamp(1.75rem,3.5vw,1.75rem)}
.hero h1{text-transform:uppercase;font-weight:500;line-height:1.13;max-width:45ch}
.hero__sub{
  font-size:var(--t-lead);color:var(--tinta-60);font-weight:300;
  margin-top:clamp(1.25rem,2.5vw,1.75rem);max-width:44ch;
}
.hero .btn{margin-top:clamp(1.5rem,3vw,2.25rem)}

/* ===================== MANIFESTO ===================== */
.manifesto{position:relative;background:var(--gelo);text-align:center;isolation:isolate}
.manifesto__bg{position:absolute;inset:0;z-index:-1;opacity:.35}
.manifesto__bg img{width:100%;height:100%;object-fit:cover}
.manifesto h2{max-width:22ch;margin-inline:auto;line-height:1.2}
.manifesto h2 em{font-style:normal;color:var(--roxo)}
.manifesto__sub{
  font-size:var(--t-lead);color:var(--tinta-60);font-weight:300;
  margin-top:1.5rem;max-width:78ch;margin-inline:auto;
}
.manifesto .btn{margin-top:2rem}

/* ===================== PILARES ===================== */
.pilares{background:var(--verde-medio);color:var(--branco)}
.pilares h2{color:var(--branco);text-align:center;margin-bottom:clamp(2.5rem,5vw,3.75rem)}
.pilares .eyebrow{justify-content:center;color:var(--branco)}
.pilares .eyebrow::before{content:"";flex:0 0 76px;height:1px;background:currentColor;opacity:.55}
.pilares__grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(2rem,4vw,3.5rem) clamp(2.5rem,6vw,5rem);
  max-width:1000px;margin-inline:auto;
}
.pilar{display:flex;flex-direction:column;border-bottom:1px solid var(--linha-clara);padding-bottom:1.75rem}
.pilar img{width:38px;height:auto;margin-bottom:1.15rem}
.pilar h3{color:var(--branco);margin-bottom:.75rem}
.pilar p{font-size:var(--t-small);font-weight:400;color:rgba(255,255,255,.88);line-height:1.65}
.pilares__cta{text-align:center;margin-top:clamp(2.5rem,5vw,3.5rem)}

/* ===================== SINAIS ===================== */
.sinais{background:var(--branco)}
.sinais__head{
  display:grid;grid-template-columns:auto minmax(240px,340px);
  gap:clamp(1.5rem,5vw,5rem);align-items:start;
  margin-bottom:clamp(2.5rem,5vw,4rem);
}
.sinais__head h2{max-width:8ch}
.sinais__head p{font-size:var(--t-small);color:var(--tinta-60);font-weight:300;padding-top:.75rem}
.sinais__grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));
  gap:clamp(1.25rem,2.5vw,2rem);
}
.card-escuro{
  background:var(--verde-escuro);color:var(--branco);
  border-radius:var(--r-card);padding:clamp(1.75rem,3vw,2.5rem);
  display:flex;flex-direction:column;align-items:flex-start;
}
.card-escuro h3{color:var(--branco);margin-bottom:.85rem}
.card-escuro p{font-size:var(--t-small);color:rgba(255,255,255,.82);font-weight:400;margin-bottom:1.75rem}
.card-escuro .btn{margin-top:auto}

/* ===================== RECURSOS ===================== */
.recursos{background:var(--verde-sage);color:var(--branco)}
.recursos__head{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1.5rem;margin-bottom:clamp(2.25rem,4.5vw,3.5rem);
}
.recursos h2{color:var(--branco);max-width:12ch}
.recursos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(1.5rem,3vw,2.25rem)}
.card-borda{
  border:1px solid var(--linha-clara);border-radius:var(--r-card);
  padding:clamp(1.5rem,2.6vw,2.25rem);display:flex;flex-direction:column;align-items:flex-start;
}
.card-borda__media{width:100%;aspect-ratio:16/11;border-radius:6px;overflow:hidden;margin-bottom:1.5rem;background:rgba(255,255,255,.2)}
.card-borda__media img{width:100%;height:100%;object-fit:cover}
.card-borda h3{color:var(--branco);margin-bottom:.8rem}
.card-borda p{font-size:var(--t-small);color:rgba(255,255,255,.9);margin-bottom:1.6rem}
.card-borda .btn{margin-top:auto}

/* ===================== SOBRE ===================== */
.sobre__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}
.sobre .eyebrow{color:var(--tinta)}
.sobre p{color:var(--tinta-60);font-weight:300;margin-top:1.35rem}
.sobre h2{margin-bottom:.25rem}
.sobre .btn{margin-top:2rem}
.sobre__media img{width:100%;border-radius:var(--r-card)}

/* ===================== O QUE TRATAMOS ===================== */
.tratamos{background:var(--verde-medio);color:var(--branco)}
.tratamos .eyebrow{justify-content:center;color:var(--branco)}
.tratamos .eyebrow::before{content:"";flex:0 0 76px;height:1px;background:currentColor;opacity:.55}
.tratamos h2{color:var(--branco);text-align:center;margin-bottom:clamp(2.25rem,4.5vw,3.25rem)}
.tratamos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.25rem,2.5vw,2rem)}
.card-claro{
  background:var(--branco);color:var(--tinta);border-radius:6px;
  padding:clamp(1.75rem,3vw,2.5rem);
}
.card-claro h3{border-bottom:1px solid var(--linha);padding-bottom:.85rem;margin-bottom:1.25rem}
.card-claro ul{margin:0;padding:0;list-style:none}
.card-claro li{position:relative;padding-left:1.4rem;font-size:var(--t-small);color:var(--tinta-60);margin-bottom:.85rem}
.card-claro li:last-child{margin-bottom:0}
.card-claro li::before{content:"";position:absolute;left:.15rem;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--verde-medio)}
.tratamos__cta{text-align:center;margin-top:clamp(2.25rem,4.5vw,3rem)}

/* ===================== ATENDIMENTO ===================== */
.atendimento{background:var(--verde-grafite);color:var(--branco);text-align:center}
.atendimento h2{color:var(--branco);margin-bottom:1.75rem;max-width:22ch;margin-inline:auto}
.atendimento p{color:rgba(255,255,255,.9);font-size:var(--t-lead);font-weight:300;max-width:76ch;margin-inline:auto;margin-bottom:1.35rem}
.atendimento .btn{margin-top:1.5rem}

/* ===================== DIFERENCIAIS ===================== */
.dif h2{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.75rem)}
.dif .eyebrow{justify-content:center;color:var(--tinta)}
.dif .eyebrow::before{content:"";flex:0 0 76px;height:1px;background:currentColor;opacity:.55}
.dif__grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:clamp(2rem,4vw,3.25rem) clamp(2rem,5vw,4rem);
  max-width:1040px;margin-inline:auto;
}
.dif__item{text-align:center;display:flex;flex-direction:column;align-items:center}
.dif__item svg{width:46px;height:46px;stroke:var(--tinta);fill:none;stroke-width:1.4;margin-bottom:1.25rem}
.dif__item p{
  font-size:var(--t-small);color:var(--tinta-60);
  border-top:1px solid var(--linha);padding-top:1.1rem;width:100%;
}

/* ===================== RODAPÉ ===================== */
.pre-footer{background:var(--verde-sage);color:var(--branco);padding-block:clamp(2.5rem,5vw,3.75rem)}
.pre-footer__cta{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:1.5rem;margin-bottom:clamp(2.25rem,4.5vw,3.25rem);
}
.pre-footer__cta h2{
  font-size:clamp(1.25rem,1rem + 1.1vw,1.9rem);color:var(--branco);
  text-transform:uppercase;font-weight:600;letter-spacing:.01em;
}
.pre-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.2fr;gap:clamp(1.75rem,4vw,3rem);align-items:start}
.pre-footer h3{font-size:1.15rem;color:var(--branco);margin-bottom:1rem}
.pre-footer__marca{text-align:center}
.pre-footer__marca img{width:150px;margin:0 auto .85rem}
.pre-footer__crefito{font-size:.98rem;font-weight:600;color:var(--branco)}
.pre-footer ul{list-style:none;margin:0;padding:0}
.pre-footer li{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.5rem;font-size:var(--t-small)}
.pre-footer a{text-decoration:none}
.pre-footer a:hover{text-decoration:underline}
.pre-footer svg{width:22px;height:22px;flex:none;fill:currentColor;margin-top:.1rem}
.pre-footer__mapa{width:100%;max-width:300px;aspect-ratio:4/3;border:0;border-radius:6px}

.footer{background:var(--verde-escuro);color:var(--branco);padding-block:1.5rem}
.footer__inner{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;
  border-top:1px solid rgba(255,255,255,.28);padding-top:1.5rem;
}
.footer__marca{font-family:var(--serif);font-size:clamp(1.25rem,1rem + 1vw,1.7rem)}
.footer__copy{font-size:var(--t-small);font-weight:500}

/* ===================== WHATSAPP FLUTUANTE ===================== */
.wa-float{
  position:fixed;right:clamp(1rem,2.5vw,1.75rem);bottom:clamp(1rem,2.5vw,1.75rem);z-index:90;
  width:60px;height:60px;border-radius:50%;background:var(--wa);color:var(--branco);
  display:grid;place-items:center;text-decoration:none;
  box-shadow:0 8px 24px rgba(37,53,48,.28);transition:transform .2s ease,background-color .2s ease;
}
.wa-float:hover{background:var(--wa-hover);transform:scale(1.06)}
.wa-float svg{width:32px;height:32px;fill:currentColor}

/* ===================== REVEAL ===================== */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}
.reveal.is-visible{opacity:1;transform:none}

/* ===================== RESPONSIVO ===================== */
@media (max-width:1000px){
  .pre-footer__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .hero__inner{grid-template-columns:1fr;min-height:0;padding-block:clamp(2.5rem,8vw,4rem)}
  .hero__bg img{object-position:70% center}
  .hero__bg::after{background:linear-gradient(180deg,rgba(233,240,240,.96) 0%,rgba(233,240,240,.9) 55%,rgba(233,240,240,.55) 100%)}
  .hero h1{max-width:none}
  .sinais__head{grid-template-columns:1fr}
  .sinais__head h2{max-width:none}
  .sobre__grid{grid-template-columns:1fr}
  .sobre__media{order:-1}
  .recursos h2{max-width:none}
}
@media (max-width:560px){
  .pre-footer__grid{grid-template-columns:1fr;text-align:center}
  .pre-footer li{justify-content:center}
  .pre-footer__mapa{margin-inline:auto}
  .pre-footer__cta{flex-direction:column;text-align:center}
  .footer__inner{justify-content:center;text-align:center}
  .eyebrow::after,.eyebrow--center::before{flex-basis:40px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}/* End custom CSS */