.elementor-1529 .elementor-element.elementor-element-23e40c58{--display:flex;}.elementor-1529 .elementor-element.elementor-element-8c77061{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1529 .elementor-element.elementor-element-7bad4ae > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1529 .elementor-element.elementor-element-23e40c58{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1529 .elementor-element.elementor-element-8c77061{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1529 .elementor-element.elementor-element-7bad4ae > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3ba6fdff *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bad4ae */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --green-dark:  #132E21;
      --green-main:  #006141;
      --green-light: #00875B;
      --white:       #FFFFFF;
      --bg-light:    #EAF4EF;
      --bg-section:  #F0F7F4;
      --text-dark:   #1a2e22;
      --text-mid:    #3a5a47;
      --orange:      #F97316;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Segoe UI', Arial, sans-serif;
      color: var(--text-dark);
      background: var(--white);
      overflow-x: hidden;
    }

    /* ── NAVBAR ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: var(--white);
      box-shadow: 0 2px 12px rgba(0,0,0,.08);
      display: flex; align-items: center; justify-content: space-between;
      padding: 14px 6%;
    }
    
    /* Container da logo */
    .nav-logo {
      display: flex;
      align-items: center;
    }
    
    /* Ajuste da imagem */
.nav-logo img {
  height: 80px; /* Mais equilibrado para navegação fixa */
  width: auto;
  max-width: 100%; 
  display: block;
}
    
    /* Caso queira um ajuste específico para mobile */
    @media (max-width: 768px) {
      .nav-logo img {
        height: 80px; /* Um pouco menor em telas pequenas */
      }
    }
    
    .nav-links { display: flex; gap: 28px; list-style: none; }
    .nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: .95rem; transition: color .2s; }
    .nav-links a:hover { color: var(--green-main); }
    .nav-cta {
      background: var(--green-main); color: var(--white);
      border: none; border-radius: 8px; padding: 10px 22px;
      font-size: .9rem; font-weight: 700; cursor: pointer; transition: background .2s;
    }
    .nav-cta:hover { background: var(--green-light); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
    .hamburger span { width: 24px; height: 2px; background: var(--green-main); border-radius: 2px; }

    /* ── TICKER ── */
    .ticker {
      background: var(--green-main); color: var(--white);
      padding: 10px 0; overflow: hidden; white-space: nowrap;
    }
    .ticker-inner {
      display: inline-block;
      animation: ticker 28s linear infinite;
    }
    .ticker-inner span { margin: 0 40px; font-size: .85rem; font-weight: 500; }
    .ticker-inner span::before { content: '✦ '; }
    @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

    /* ── HERO ── */
    .hero {
      background: var(--bg-light);
      padding: 70px 6% 60px;
      display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
    }
    .hero-text h1 {
      font-size: clamp(0;2rem, 4vw, 3.2rem);
      font-weight: 900; line-height: 1.15;
      color: var(--green-dark); margin-bottom: 18px;
    }
    .hero-text h1 em { color: var(--green-main); font-style: normal; }
    .hero-text p { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 22px; line-height: 1.6; }
    .hero-checks { list-style: none; margin-bottom: 32px; }
    .hero-checks li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: .97rem; font-weight: 500; }
    .hero-checks li::before { content: '✔'; color: var(--green-main); font-size: 1rem; }
    .btn-primary {
      display: inline-block; background: var(--green-main); color: var(--white);
      padding: 16px 36px; border-radius: 10px; font-size: 1.05rem; font-weight: 700;
      text-decoration: none; border: none; cursor: pointer; transition: background .2s, transform .15s;
    }
    .btn-primary:hover { background: var(--green-light); transform: translateY(-2px); }
    .hero-social-proof {
      display: flex; align-items: center; gap: 14px;
      margin-top: 28px; padding-top: 22px; border-top: 1px solid #c8ddd4;
    }
    .hero-social-proof .big-num { font-size: 1.8rem; font-weight: 900; color: var(--green-main); }
    .hero-social-proof p { font-size: .82rem; color: var(--text-mid); max-width: 220px; line-height: 1.4; }
    .hero-images { display: grid; gridd-template-rows: auto auto; gap: 12px; }
    .hero-images img { width: 100%; border-radius: 16px; object-fit: cover; }

    /* placeholder images */
    .img-placeholder {
      background: linear-gradient(135deg, #c8ddd4 0%, #a0c4b4 100%);
      border-radius: 16px; display: flex; align-items: center; justify-content: center;
      color: var(--green-main); font-size: .8rem; font-weight: 600; text-align: center;
    }

    /* ── STATS ── */
    .stats {
      background: var(--green-dark); color: var(--white);
      display: grid; grid-template-columns: repeat(3, 1fr);
      text-align: center; padding: 48px 6%;
    }
    .stat-item { padding: 20px; border-right: 1px solid rgba(255,255,255,.15); }
    .stat-item:last-child { border-right: none; }
    .stat-item .num { font-size: 2.8rem; font-weight: 900; color: #6ee7b7; }
    .stat-item p { font-size: .9rem; opacity: .85; margin-top: 6px; line-height: 1.4; }

    /* ── SECTION GENERIC ── */
    section { padding: 72px 6%; }
    .section-label { font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--green-light); margin-bottom: 10px; }
    .section-title { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: var(--green-dark); line-height: 1.25; margin-bottom: 14px; }
    .section-sub { font-size: 1rem; color: var(--text-mid); max-width: 640px; line-height: 1.6; margin-bottom: 40px; }

    /* ── HOW IT WORKS ── */
    .how { background: var(--white); }
    .how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 2rem;}
    .how-card { background: var(--bg-section); border-radius: 16px; overflow: hidden; }
    .how-card .card-img {
      width: 100%; height: 180px;
      background: linear-gradient(135deg, #b2d8c8 0%, #7fbfa8 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 3rem;
    }
    .how-card .card-body { padding: 22px; }
    .how-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
    .how-card p { font-size: .88rem; color: var(--text-mid); line-height: 1.55; }

    /* ── RESULTS ── */
    .results { background: var(--bg-light); }
    .results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
    .result-card { background: var(--white); border-radius: 16px; padding: 32px 28px; box-shadow: 0 2px 16px rgba(0,97,65,.08); }
    .result-card .big { font-size: 2.8rem; font-weight: 900; color: var(--green-main); }
    .result-card h4 { font-size: 1rem; font-weight: 700; color: var(--green-dark); margin: 6px 0; }
    .result-card p { font-size: .85rem; color: var(--text-mid); line-height: 1.5; }

    /* ── CONDITIONS ── */
    .conditions { background: var(--green-main); color: var(--white); }
    .conditions .section-title { color: var(--white); }
    .conditions .section-sub { color: rgba(255,255,255,.85); }
    .conditions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }
    .cond-tag {
      background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
      border-radius: 8px; padding: 12px 16px; text-align: center;
      font-size: .88rem; font-weight: 600; color: var(--white);
    }
    .btn-secondary {
      display: inline-block; background: var(--white); color: var(--green-main);
      padding: 16px 36px; border-radius: 10px; font-size: 1.05rem; font-weight: 700;
      text-decoration: none; border: none; cursor: pointer; transition: background .2s;
    }
    .btn-secondary:hover { background: #e6f4ef; }

    /* ── COMPARISON ── */
    .comparison { background: var(--white); }
    .comparison-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: center; }
    .comparison-text h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: var(--green-dark); margin-bottom: 16px; }
    .comparison-text p { font-size: .95rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 28px; }
    .comp-table { width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,97,65,.1); }
    .comp-table table { width: 100%; border-collapse: collapse; }
    .comp-table th { padding: 14px 18px; font-size: .85rem; font-weight: 700; }
    .comp-table th:first-child { text-align: left; background: #f5f5f5; }
    .comp-table th:nth-child(2) { background: var(--green-main); color: var(--white); }
    .comp-table th:nth-child(3) { background: #f0f0f0; color: #888; }
    .comp-table td { padding: 13px 18px; font-size: .88rem; border-bottom: 1px solid #f0f0f0; }
    .comp-table td:first-child { color: var(--text-mid); }
    .comp-table td:nth-child(2) { text-align: center; background: #f0faf5; font-weight: 700; color: var(--green-main); }
    .comp-table td:nth-child(3) { text-align: center; color: #ccc; }
    .comp-table tr:last-child td { border-bottom: none; }
    .check-yes { color: var(--green-main); font-size: 1.1rem; }
    .check-no  { color: #e0e0e0; font-size: 1.1rem; }

    /* ── MISSION ── */
    .mission { background: var(--bg-light); }
    .mission-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
    .mission-text p { font-size: 1.1rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 28px; }
    .mission-text strong { color: var(--green-dark); }
    .mission-stats { display: flex; flex-direction: column; gap: 16px; }
    .mission-stat { border-radius: 14px; padding: 24px 28px; }
    .mission-stat.blue { background: #dbeafe; }
    .mission-stat.green { background: var(--green-main); color: var(--white); }
    .mission-stat .big { font-size: 2.2rem; font-weight: 900; }
    .mission-stat.blue .big { color: #1d4ed8; }
    .mission-stat.green .big { color: #6ee7b7; }
    .mission-stat p { font-size: .88rem; margin-top: 4px; }
    .mission-stat.blue p { color: #1e40af; }
    .mission-stat.green p { color: rgba(255,255,255,.85); }

    /* ── PLAN ── */
    .plan { background: var(--white); }
    .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .plan-card { background: var(--bg-section); border-radius: 14px; padding: 28px 24px; }
    .plan-card .icon { font-size: 2rem; margin-bottom: 14px; }
    .plan-card h3 { font-size: 1rem; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
    .plan-card p { font-size: .85rem; color: var(--text-mid); line-height: 1.55; }

    /* ── SPECIALISTS ── */
    .specialists { background: var(--bg-light); }
    .spec-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
    .spec-tag {
      background: var(--green-main); color: var(--white);
      border-radius: 50px; padding: 8px 18px; font-size: .82rem; font-weight: 600;
    }
    .spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .spec-card { border-radius: 12px; overflow: hidden; background: var(--white); box-shadow: 0 2px 12px rgba(0,0,0,.07); }
    .spec-card .spec-img {
      width: 100%; height: auto;
      background: linear-gradient(135deg, #b2d8c8 0%, #7fbfa8 100%);
      display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
    }
    .spec-card .spec-info { padding: 12px; }
    .spec-card h4 { font-size: .8rem; font-weight: 700; color: var(--green-dark); }
    .spec-card p { font-size: .72rem; color: var(--text-mid); margin-top: 2px; }

    /* ── STUDIES ── */
    .studies { background: var(--white); }
    .journals { display: flex; gap: 32px; align-items: center; margin-bottom: 40px; flex-wrap: wrap; }
    .journal-badge {
      background: #f5f5f5; border-radius: 10px; padding: 12px 24px;
      font-size: .85rem; font-weight: 700; color: #444;
    }
    .studies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .study-card { border: 1px solid #e8e8e8; border-radius: 14px; padding: 24px; }
    .study-card h3 { font-size: 1rem; font-weight: 800; color: var(--green-main); margin-bottom: 4px; }
    .study-card .source { font-size: .78rem; color: #888; font-style: italic; margin-bottom: 14px; }
    .study-card .meta { font-size: .82rem; color: var(--text-mid); margin-bottom: 12px; }
    .study-card ul { list-style: none; }
    .study-card ul li { font-size: .83rem; color: var(--text-mid); padding: 4px 0; border-bottom: 1px solid #f0f0f0; }
    .study-card ul li::before { content: '• '; color: var(--green-main); font-weight: 700; }

/* ── TESTIMONIAL ── */
.testimonial { 
  background: var(--bg-light); 
  padding: 60px 20px; 
  text-align: center; 
}

.testi-text {
  max-width: 800px;
  margin: 0 auto 40px;
}

.testi-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.testi-images {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap; /* Garante que quebre linha em telas pequenas */
}

.testi-images .timg {
  /* Tamanho ampliado conforme solicitado anteriormente */
  width: 450px; 
  height: 550px; 
  
  border-radius: 20px;
  object-fit: cover; /* Faz a imagem preencher o quadrado perfeitamente */
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  
  /* Removemos o background gradient anterior pois agora temos imagens reais */
  background: #eee; 
}

/* Responsividade para Mobile */
@media (max-width: 768px) {
  .testi-images .timg {
    width: 90%;      /* Ocupa quase toda a largura no celular */
    height: 25rem;    /* Mantém a proporção da foto no celular */
    aspect-ratio: 1/1; /* Mantém o formato quadrado */
  }
  
  .testi-images {
    gap: 20px;
  }
}

    /* ── OFFER ── */
    .offer { background: var(--green-dark); color: var(--white); text-align: center; }
    .offer .section-title { color: var(--white); }
    .offer-card {
      max-width: 520px; margin: 0 auto;
      background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
      border-radius: 20px; padding: 40px 36px;
    }
    .offer-card .price-label { font-size: .8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #6ee7b7; margin-bottom: 8px; }
    .offer-card .price { font-size: 3.5rem; font-weight: 900; color: var(--white); line-height: 1; }
    .offer-card .price sup { font-size: 1.5rem; vertical-align: super; }
    .offer-card .price-note { font-size: .85rem; color: rgba(255,255,255,.7); margin: 8px 0 24px; }
    .offer-includes { list-style: none; text-align: left; margin-bottom: 28px; }
    .offer-includes li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
    .offer-includes li::before { content: '✔'; color: #6ee7b7; flex-shrink: 0; margin-top: 2px; }
    .offer-includes li span { color: rgba(255,255,255,.6); font-size: .8rem; }
    .btn-cta-big {
      display: block; width: 100%; background: var(--green-light); color: var(--white);
      padding: 18px; border-radius: 12px; font-size: 1.1rem; font-weight: 800;
      text-decoration: none; border: none; cursor: pointer; transition: background .2s;
      text-align: center;
    }
    .btn-cta-big:hover { background: #00a06e; }
    .offer-note { font-size: .75rem; color: rgba(255,255,255,.5); margin-top: 14px; }

    /* ── FAQ ── */
    .faq { background: var(--white); }
    .faq-list { width: 100%; }
    .faq-item { border: 1px solid #e8e8e8; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
    .faq-q {
      width: 100%; background: none; border: none; text-align: left;
      padding: 18px 22px; font-size: .95rem; font-weight: 600; color: var(--green-dark);
      cursor: pointer; display: flex; justify-content: space-between; align-items: center;
    }
    .faq-q:hover { background: var(--bg-section); }
    .faq-q .arrow { font-size: 1.1rem; color: var(--green-main); transition: transform .3s; }
    .faq-a { display: none; padding: 0 22px 18px; font-size: .88rem; color: var(--text-mid); line-height: 1.6; }
    .faq-item.open .faq-a { display: block; }
    .faq-item.open .arrow { transform: rotate(180deg); }

    /* ── FOOTER ── */
    footer {
      background: var(--green-dark); color: var(--white);
      padding: 48px 6% 28px;
    }
    .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
    .footer-brand .logo { font-size: 1.4rem; font-weight: 800; color: #6ee7b7; margin-bottom: 10px; }
    .footer-brand p { font-size: .83rem; color: rgba(255,255,255,.65); line-height: 1.6; max-width: 300px; }
    .footer-col h4 { font-size: .85rem; font-weight: 700; color: #6ee7b7; margin-bottom: 14px; letter-spacing: 1px; text-transform: uppercase; }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 8px; }
    .footer-col ul li a { color: rgba(255,255,255,.65); text-decoration: none; font-size: .83rem; transition: color .2s; }
    .footer-col ul li a:hover { color: var(--white); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
    .footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.45); }
    .footer-legal { font-size: .72rem; color: rgba(255,255,255,.35); line-height: 1.5; margin-top: 16px; }

    /* ── MOBILE ── */
    @media (max-width: 900px) {
      .nav-links, .nav-cta { display: none; }
      .hamburger { display: flex; }
      .nav-links.open {
        display: flex; flex-direction: column; position: absolute;
        top: 60px; left: 0; right: 0; background: var(--white);
        padding: 20px 6%; box-shadow: 0 8px 24px rgba(0,0,0,.1); z-index: 99;
      }
      .hero { grid-template-columns: 1fr; padding: 40px 5% 48px; }
      .hero-images { grid-template-columns: 1fr 1fr; }
      .hero-images .img-main { grid-row: auto; height: 200px; }
      .hero-images .img-sm { height: 140px; }
      .stats { grid-template-columns: 1fr; }
      .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
      .stat-item:last-child { border-bottom: none; }
      .how-grid, .results-grid, .studies-grid { grid-template-columns: 1fr; }
      .conditions-grid { grid-template-columns: repeat(2, 1fr); }
      .comparison-wrap { grid-template-columns: 1fr; }
      .mission-wrap { grid-template-columns: 1fr; }
      .plan-grid { grid-template-columns: 1fr; }
      .spec-grid { grid-template-columns: repeat(3, 1fr); }
      .testi-wrap { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }

    @media (max-width: 560px) {
      section { padding: 48px 5%; }
      .conditions-grid { grid-template-columns: repeat(2, 1fr); }
      .spec-grid { grid-template-columns: repeat(1, 1fr); }
      .hero-images { grid-template-columns: 1fr; }
      .hero-images .img-main { height: 340px; }
      .hero-images .img-sm { height: 160px; }
      .testi-images { grid-template-columns: 1fr; }
          .how-card .card-img {
      width: 100%; height: 140px;
      background: linear-gradient(135deg, #b2d8c8 0%, #7fbfa8 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 3rem;
    }
    }
    
    nav {
  /* Força o comportamento de linha */
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important; /* Impede que os itens pulem para baixo */
  
  justify-content: space-between;
  align-items: center;
  
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 14px 6%;
  
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

/* Garante que os filhos não tentem ocupar a linha inteira sozinhos */
.nav-logo, .nav-links, .nav-cta {
  flex-shrink: 0; 
}

.nav-links {
  display: flex !important;
  flex-direction: row !important;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Esconde o hamburger no desktop para não empurrar os itens */
.hamburger {
  display: none;
}

@media (max-width: 768px) {
  /* Aqui sim você pode mudar para column se quiser o menu mobile empilhado */
  .nav-links {
    display: none !important; /* Esconde o menu de links no mobile */
  }
  .hamburger {
    display: flex; /* Mostra o ícone no mobile */
  }
}/* End custom CSS */
/* Start custom CSS */h1, h2, h3, h4, h5, h6 {
    color: #68ba4f;
}



@media (max-width: 768px) {
    h2 {
    font-size: 1.4rem;
}
}/* End custom CSS */