/** Shopify CDN: Minification failed

Line 2381:12 Expected identifier but found whitespace
Line 2381:14 Unexpected "{"
Line 2381:23 Expected ":"
Line 2381:57 Expected ":"
Line 2382:12 Expected identifier but found whitespace
Line 2382:14 Unexpected "{"
Line 2382:23 Expected ":"
Line 2383:13 Expected identifier but found whitespace
Line 2383:15 Unexpected "{"
Line 2383:24 Expected ":"
... and 143 more hidden warnings

**/


/* CSS from section stylesheet tags */
.bloco-autoridade-wrapper {
    position: relative;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .bloco-autoridade-container {
    max-width: 1400px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    z-index: 2;
  }

  .bloco-autoridade-text {
    max-width: 600px;
  }

  .bloco-autoridade-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    margin-right: -150px;
  }

  .bloco-autoridade-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    margin-right: -150px;
  }

  @media (max-width: 768px) {
    .bloco-autoridade-container {
      padding: 0;
      text-align: center;
    }

    .bloco-autoridade-text {
      max-width: 100%;
    }

    .bloco-autoridade-title {
      font-size: 1.8rem;
      margin: 0 auto 10px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .bloco-autoridade-subtitle {
      font-size: 1rem;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
.section-header-beneficios {
            text-align: center;
            margin-bottom: 40px;
          }

          .section-header-beneficios h2 {
            font-size: var(--section-title-font-size_mobile);
              font-weight: var(--section-title-font-weight-beneficios);
              color: var(--section-subtitle-color-beneficios);
            margin: 0;
            margin-bottom: 20px;
          }

          .section-header-beneficios p {
            font-size: var(--section-subtitle-font-size_mobile);
            font-weight: var(--section-subtitle-font-weight-beneficios);
            color: var(--section-subtitle-color-beneficios);
          }
            .card-beneficios-wrapper {
              padding: 20px;
              max-width: 1200px;
              margin: 0 auto;
            }
            .card-beneficios-mobile {
              display: block;
            }
            .card-beneficios-desktop {
              display: none;
            }

            .card-beneficios-sticky-container {
              position: sticky;
              top: 0;
              z-index: 20;
              display: flex;
              flex-direction: column;
            }

      .benefit-stacked {
        background: #FFF;
        color: #E33170;
        font-weight: 700;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        border-radius: 8px;
        padding: 8px 16px;
        margin-bottom: 4px;
        transform: translateY(10px);
        opacity: 0;
        animation: fadeInStack 0.5s ease forwards;
      }

      .benefit-stacked.exit {
        animation: fadeOutStack 0.3s ease forwards;
      }

      @keyframes fadeInStack {
        0% {
          opacity: 0;
          transform: translateY(10px);
        }
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes fadeOutStack {
        0% {
          opacity: 1;
          transform: translateY(0);
        }
        100% {
          opacity: 0;
          transform: translateY(10px);
        }
      }

            .benefit-card {
              margin-bottom: 40px;
            }
            .benefit-card-header {
              background: #fff;
              padding: 12px 16px;
              border-radius: var(--card-radius-beneficios);
              margin-bottom: 16px;
              box-shadow: 0 4px 10px rgba(0,0,0,0.1);
              display: flex;
              align-items: flex-start;
              gap: 12px;
              background: linear-gradient(-180deg, #F487A4, #E33170);
              flex-direction: column;
            }

      .benefit-block-image img {
        border-radius: var(--card-radius-beneficios);
    }
            .benefit-card-header .benefit-icon {
              width: 32px;
              height: 32px;
              flex-shrink: 0;
            }
            .benefit-card-header h3 {
              margin: 0;
              font-size: var(--title-font-size-beneficios);
              font-weight: var(--title-font-weight-beneficios);
              color: var(--title-color-beneficios);
            }
            .benefit-card-header p {
              margin: var(--title-subtitle-gap-beneficios) 0 0;
              font-size: var(--subtitle-font-size-beneficios);
              font-weight: var(--subtitle-font-weight-beneficios);
              color: var(--subtitle-color-beneficios);
            }

            .card-beneficios-illustration {
              margin-top: 30px;
              text-align: center;
            }
            .card-beneficios-illustration img {
              max-width: 100%;
              height: auto;
              border-radius: 12px;
            }

            /* Desktop layout */
            @media (min-width: 1024px) {
              .card-beneficios-mobile {
                display: none;
              }
              .card-beneficios-desktop {
                display: block;
              }
              .card-beneficios-desktop-inner {
                display: flex;
                flex-direction: row-reverse;
                gap: 60px;
                align-items: flex-start;
              }

              .section-header-beneficios h2 {
            font-size: var(--section-title-font-size_desktop);
              font-weight: var(--section-title-font-weight-beneficios);
            margin: 0;
            margin-bottom: 20px;
          }

          .section-header-beneficios p {
            font-size: var(--section-subtitle-font-size_desktop);
            font-weight: var(--section-subtitle-font-weight-beneficios);
          }

              .sticky-image {
                position: sticky;
                top: 100px;
                flex: 1;
                text-align: center;
              }

              .sticky-image img {
                max-width: 100%;
                height: auto;
              }

              .benefits-cards-left {
                flex: 1;
                display: flex;
                flex-direction: column;
                gap: 40px;
              }
              .card-beneficios-bg {
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
              }
            .benefit-block-image {
                margin-bottom: 16px;
                text-align: center;
              }
            .benefit-block-image img {
                max-width: 100%;
                height: auto;
                border-radius: 8px;
            }
              .benefit-desktop-card {
                opacity: 0;
                border-radius: var(--card-radius-beneficios);
                padding: 20px 30px;
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
                transform: translateY(40px);
                transition: opacity 0.6s ease, transform 0.6s ease;
                background: linear-gradient(-180deg, #F487A4, #E33170);
              }

              .benefit-desktop-card.show {
                opacity: 1;
                transform: translateY(0);
              }

              .benefit-desktop-card-header {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                margin-bottom: 16px;
              }

              .benefit-desktop-card-header .benefit-icon {
                width: 32px;
                height: 32px;
                flex-shrink: 0;
              }

              .benefit-desktop-card-header h3 {
                font-size: var(--title-font-size-beneficios);
                font-weight: var(--title-font-weight-beneficios);
                color: var(--title-color-beneficios);
                margin: 0;
              }

              .benefit-desktop-card-header p {
                font-size: var(--subtitle-font-size-beneficios);
                font-weight: var(--subtitle-font-weight-beneficios);
                margin-top: var(--title-subtitle-gap-beneficios);
                color: var(--subtitle-color-beneficios);
              }
            }

    .cta-beneficios-container {
    margin-top: 40px;
    text-align: center;
    padding: 0px 0px 50px 0px;
  }

  .cta-beneficios-button {
    background-color: #3eb04a;
    color: white;
    padding: 16px 32px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    animation: pulseCTA 2s infinite;
    transition: background-color 0.3s ease;
    display: inline-block;
  }

  .cta-beneficios-button:hover {
    background-color: #3eb04a;
  }

  @keyframes pulseCTA {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(227, 49, 112, 0.7);
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 10px rgba(227, 49, 112, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(227, 49, 112, 0);
    }
  }
.captacaov2-hero {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        background-size: cover;
        background-position: center;
        margin-top: -40px;
      }

      .captacaov2-container {
        max-width: 700px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;

      }

      .captacaov2-center h1{
        font-size: var(--font-size-desktop-h1);
        color: var(--color-h1);
        font-weight: var(--font-weight-h1);
        text-align: center;
        padding-bottom: 30px;
        text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
      }

      .captacaov2-center {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .captacaov2-timer {
        display: flex;
        gap: 10px;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
      }

      .timer-box-captacaov2 {
        background: #000;
        color: #fff;
        padding: 10px 15px;
        border-radius: 12px;
        min-width: 70px;
      }

      .captacaov2-form {
        width: 100%;
        max-width: 360px;
      }

      .captacaov2-form h4 {
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-weight: 700;
      }

      .captacaov2-form input {
        width: 100%;
        margin-bottom: 10px;
        padding: 12px 15px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight:400;
        box-sizing: border-box;
        background-color: #fff;
        color: #000;
      }

      .captacaov2-button {
        width: 100%;
        padding: 15px;
        font-size: 20px;
        font-weight: 700;
        border: none;
        border-radius: 32px;
        cursor: pointer;
        transition: background 0.3s ease;
        text-align: center;
      }

      .captacaov2-button.pulse {
        animation: pulse 1.6s infinite;
      }

      @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
      }

      .form-status {
        margin-top: 10px;
        font-size: 14px;
        color: green;
        text-align: center;
      }

  .captacaov2-timer-bg {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 15px 10px;
      border-radius: 20px;
  }

  .captacaov2-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 34px;       /* tamanho da área */
  border-radius: 30px;     /* pill perfeito */
  /* vidro transparente */
  background: rgba(255, 255, 255, 0.08); /* leve névoa */
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  /* borda branca suave */
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* sombra externa sutil pra destacar */
  box-shadow:
    0 4px 20px rgba(0,0,0,0.25),
    0 1px 4px rgba(0,0,0,0.15);
  color: #111;
  font-weight: 700;
  overflow: hidden;
}

/* borda interna fina pra dar volume */
.captacaov2-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    inset 0 1px 6px rgba(255, 255, 255, 0.3),
    inset 0 -4px 8px rgba(0, 0, 0, 0.15);
}

      /* Responsivo mobile */
      @media (max-width: 768px) {
        .captacaov2-container {
          flex-direction: column;
          align-items: center;
          padding: 30px 15px;
        }

         .captacaov2-center {
          flex: unset;
          width: 100%;
          text-align: center;
        }

        .captacaov2-center h1 {
          font-size: var(--font-size-mobile-h1);
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          color: white;
        }
        
        .timer-box-captacaov2 {
        padding: 5px 10px;
        font-size: 17px;
    }
        .captacaov2-hero{
          padding: 30px 10px;
          height: 100%;
          
        }

        .captacaov2-button {
          padding: 5px;
          font-size: 22px;
        }

        .captacaov2-timer-bg {
          padding: 10px 10px;
      }
      .faq-image-section{
        padding: 20px 20px;
      }
      .faq-image-section{
        background-position: center ;
    }
  }
.section-header-empilhamento {
              text-align: center;
              margin-bottom: 40px;
            }

            .section-header-empilhamento h2 {
              font-size: var(--section-title-font-size_mobile);
                font-weight: var(--section-title-font-weight-empilhamento);
                color: var(--section-subtitle-color-empilhamento);
              margin: 0;
              margin-bottom: 20px;
            }

            .section-header-empilhamento p {
              font-size: var(--section-subtitle-font-size_mobile);
              font-weight: var(--section-subtitle-font-weight-empilhamento);
              color: var(--section-subtitle-color-empilhamento);
            }
              .card-empilhamento-wrapper {
                padding: 20px;
                max-width: 1200px;
                margin: 0 auto;
              }
              .card-empilhamento-mobile {
                display: block;
              }
              .card-empilhamento-desktop {
                display: none;
              }

              .card-empilhamento-sticky-container {
                position: sticky;
                top: 0;
                z-index: 20;
                display: flex;
                flex-direction: column;
              }

              .benefit-stacked-empilhamento {
                background: #fff;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
                border-radius: 8px;
                padding: 8px 16px;
                margin-bottom: 4px;
                font-weight: 700;
                transition: transform 0.3s ease, opacity 0.3s ease;
                opacity: 0;
                transform: translateY(10px);
                background: #FFF;
                Color: #E33170;
              }
              .benefit-stacked-empilhamento.enter {
                opacity: 1;
                transform: translateY(0);
              }

              .benefit-card-empilhamento {
                margin-bottom: 40px;
              }
              .benefit-card-header-empilhamento {
                background: #fff;
                padding: 12px 16px;
                border-radius: var(--card-radius-empilhamento);
                margin-bottom: 16px;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
                display: flex;
                align-items: flex-start;
                gap: 12px;
                background: linear-gradient(-180deg, #F487A4, #E33170);
                min-height: 350px;
              }
              .benefit-card-header-empilhamento .benefit-icon-empilhamento {
                width: 32px;
                height: 32px;
                flex-shrink: 0;
              }
              .benefit-card-header-empilhamento h3 {
                margin: 0;
                font-size: var(--title-font-size-empilhamento);
                font-weight: var(--title-font-weight-empilhamento);
                color: var(--title-color-empilhamento);
              }
              .benefit-card-header-empilhamento p {
                margin: var(--title-subtitle-gap-empilhamento) 0 0;
                font-size: var(--subtitle-font-size-empilhamento);
                font-weight: var(--subtitle-font-weight-empilhamento);
                color: var(--subtitle-color-empilhamento);
              }

            .card-empilhamento-illustration {
      margin-top: 5px;
      text-align: center;
    }

    @media (min-width: 1024px) {
      .card-empilhamento-illustration {
        margin-top: 100px;
      }
    }
              .card-empilhamento-illustration-empilhamento img {
                max-width: 100%;
                height: auto;
                border-radius: 12px;
              }

              /* Desktop layout */
              @media (min-width: 1024px) {
                .card-empilhamento-mobile {
                  display: none;
                }
                .card-empilhamento-desktop {
                  display: block;
                }
                .card-empilhamento-desktop-inner {
                  display: flex;
                  flex-direction: row-reverse;
                  gap: 60px;
                  align-items: flex-start;
                }

                .section-header-empilhamento h2 {
              font-size: var(--section-title-font-size_desktop-empilhamento);
                font-weight: var(--section-title-font-weight-empilhamento);
              margin: 0;
              margin-bottom: 20px;
            }

            .section-header-empilhamento p {
              font-size: var(--section-subtitle-font-size_desktop-empilhamento);
              font-weight: var(--section-subtitle-font-weight-empilhamento);
            }

                .sticky-image-empilhamento {
                  position: sticky;
                  top: 100px;
                  flex: 1;
                  text-align: center;
                }

                .sticky-image-empilhamento img {
                  max-width: 100%;
                  height: auto;
                }

                .benefits-cards-left-empilhamento {
                  flex: 1;
                  display: flex;
                  flex-direction: column;
                  gap: 40px;
                }
                .card-empilhamento-bg {
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
          }

                .benefit-desktop-card-empilhamento {
                  opacity: 1;
                  border-radius: var(--card-radius-empilhamento);
                  padding: 20px 30px;
                  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
                  transform: none !important;
                  background: linear-gradient(-180deg, #F487A4, #E33170);
                }

                .benefit-desktop-card-empilhamento.show {
                  opacity: 1;
                  transform: translateY(0);
                }

                .benefit-desktop-card-header-empilhamento {
                  display: flex;
                  align-items: flex-start;
                  gap: 12px;
                  margin-bottom: 16px;
                }

                .benefit-desktop-card-header-empilhamento .benefit-icon {
                  width: 32px;
                  height: 32px;
                  flex-shrink: 0;
                }

                .benefit-desktop-card-header-empilhamento h3 {
                  font-size: var(--title-font-size-empilhamento);
                  font-weight: var(--title-font-weight-empilhamento);
                  color: var(--title-color-empilhamento);
                  margin: 0;
                }

                .benefit-desktop-card-header-empilhamento p {
                  font-size: var(--subtitle-font-size-empilhamento);
                  font-weight: var(--subtitle-font-weight-empilhamento);
                  margin-top: var(--title-subtitle-gap-empilhamento);
                  color: var(--subtitle-color-empilhamento);
                }
              }

          .grid-mobile-2col {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 16px;
        }

        @media (min-width: 1024px) {
          .grid-mobile-2col {
            display: block;
          }
        }

          .benefit-card-empilhamento {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }

        .carousel-mobile {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
      }
      .carousel-mobile::-webkit-scrollbar {
        display: none;
      }

  .benefit-card-empilhamento.swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    border-radius: 12px;
  }
.custom-benefits-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
  }
  @media(max-width:768px) {
    .custom-benefits-section {
      flex-direction:column-reverse;
    }
  }

  .custom-benefits-left {
    flex: 1;
    max-width: 600px;
  }

  .custom-benefits-left h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .custom-benefits-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .custom-benefit-card {
    background-color: #fdf3e9;
    border-radius: 20px;
    padding: 24px;
    width: calc(50% - 12px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .custom-benefit-card img {
    width: 32px;
    height: auto;
  }

  .custom-benefit-card p {
    margin: 0;
    color: #2d1f0f;
    font-size: 16px;
    line-height: 1.4;
  }

  .custom-benefits-image {
    flex: 1;
    max-width: 480px;
  }

  .custom-benefits-image img {
    width: 100%;
    border-radius: 24px;
  }
.custom-benefits-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
  }
  @media(max-width:768px) {
    .custom-benefits-section {
      flex-direction:column-reverse;
    }
  }

  .custom-benefits-left {
    flex: 1;
    max-width: 600px;
  }

  .custom-benefits-left h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .custom-benefits-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .custom-benefit-card {
    background-color: #fdf3e9;
    border-radius: 20px;
    padding: 24px;
    width: calc(50% - 12px);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .custom-benefit-card img {
    width: 32px;
    height: auto;
  }

  .custom-benefit-card p {
    margin: 0;
    color: #2d1f0f;
    font-size: 16px;
    line-height: 1.4;
  }

  .custom-benefits-image {
    flex: 1;
    max-width: 480px;
  }

  .custom-benefits-image img {
    width: 100%;
    border-radius: 24px;
  }
.como-tomar-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
  }
  .como-tomar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: 'Montserrat', sans-serif;
  }
  .como-tomar-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .como-tomar-texts {
    flex: 1;
  }
  .como-tomar-title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .como-tomar-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .como-tomar-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }
  .como-tomar-block p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
  }
  .como-tomar-image {
    flex: 1;
    max-width: 600px;
  }
  .como-tomar-image img {
    width: 100%;
    border-radius: 20px;
  }
  .como-tomar-title{
  font-size: 24px;
  color: white;
  }

  .como-tomar-block p{
    color: #fff;
  }

  @media (min-width: 1024px) {
    .como-tomar-inner {
      flex-direction: row;
      align-items: center;
    }
      .como-tomar-title{
  font-size: 40px;
  }
  }
.faq-image-section {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      padding: 60px 20px;
      align-items: center;
      justify-content:center;
    }

    .faq-image-left {
      flex: 1;
      max-width: 500px;
    }

    .faq-image-left img {
      width: 100%;
      border-radius: 24px;
      height: 100% !important;
    }

    .faq-right {
      flex: 1;
      max-width: 600px;
    }

    .faq-right h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .faq-right p {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .faq-item {
      border: 1px solid #ccc;
      padding: 16px 10px;
      cursor: pointer;
      background:#fff9
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 16px;
      color: #7c0000;
    }
    @media(max-width:768px) {
      .faq-image-section {
        flex-direction:column;
      }
    }

   .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding-top: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
  }


    .faq-item.active .faq-answer {
      display: block;
    }
  .faq-item.active .faq-answer {
    max-height: 300px; /* valor grande o suficiente */
    padding-top: 10px;
  }
    .faq-item.active .faq-toggle::after {
      content: "−";
    }

    .faq-toggle::after {
      content: "+";
      margin-left: 10px;
      font-weight: bold;
    }
.learning-section-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-top: -50px !important;
    padding-top: 0 !important;
  }

  .learning-section-title {
    text-align: center;
    font-weight: 900;
    font-size: 3.6rem;
    padding: 60px 40px 20px;
  }

  .learning-section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 0 40px;
  }

  .learning-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin-bottom: 0;
  }

  .learning-block:last-child {
    margin-bottom: 0 !important;
  }

  .learning-block img {
    max-width: 100%;
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
  }

  .learning-text {
    max-width: 600px;
    text-align: left;
    padding: 0 20px;
  }

  .learning-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .learning-text p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 20px;
  }

  @media(min-width: 768px) {
    .learning-block {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: -68px;
    }

    .learning-block.reverse {
      flex-direction: row-reverse;
    }
  }

  @media(max-width: 767px) {
    .learning-section-title {
      font-size: 2rem;
    }

    .learning-block {
      margin-bottom: 32px;
    }

    .learning-text {
      text-align: center;
      padding: 0;
    }

    .learning-block img {
      max-width: 200px;
      margin: 0 auto;
    }
  }
.custom-progress-section-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    background-color: #0f0f11;
    background-size: cover;
  }

  .custom-progress-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  @media(min-width: 768px) {
    .custom-progress-container {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }

  .progress-text-content {
    flex: 1;
  }

  .main-title {
    font-weight: 900;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .progress-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .progress-label {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
    gap: 8px;
  }

  .progress-subtext {
    font-weight: normal;
    font-size: 0.9rem;
    margin: 4px 0 0;
  }

  .percent-number {
    white-space: nowrap;
  }

  .progress-bar-wrapper {
    position: relative;
    background-color: #2a2a2a;
    border-radius: 50px;
    height: 26px;
    overflow: hidden;
  }

  .progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 50px;
    transition: width 1.4s ease;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 768px) {
    .main-title {
      font-size: 2.1rem;
    }

    p.description {
      font-size: 1.4rem;
    }
  }
.custom-cards-section-wrapper {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-cards-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
    margin-top:-40px;
    position:relative;
    z-index:10;

  }

  .custom-cards-header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1d1d1d;
  }

  .custom-cards-header p {
    font-size: 3rem;
    color: #82152E;
    line-height:1;
    font-weight:bold;
    margin-top:20px;
  }

  .custom-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width:1200px;
    margin:0 auto;
  }

  .custom-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .custom-card img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .custom-card h3 {
    font-size: 2rem;
    margin: 10px 0 10px;
    font-weight: 700;
    color: #3b2e2a;
    line-height:1;

  }

  .custom-card p {
    font-size: 1rem;
    color: #4e4e4e;
    line-height: 1.5;
  }

    @media (min-width: 768px) {
    .custom-cards-grid {
      grid-template-columns: repeat(3, 1fr); /* Desktop: 3 por linha */
    }
      .custom-card {
  box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
  -webkit-box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
      }
      .custom-card.card-2 {
        margin-top:50px;
      }
  .custom-card.card-4, .custom-card.card-6 {
    margin-top:-45px;
  }
      .custom-card.card-5 {
        margin-top:10px;
      }
      .custom-card {
        height:720px;
        transition:300ms;
      }
      .custom-card:hover {
        transform:scale(1.03)
      }
  }
.custom-cards-section-wrapper {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-cards-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
    margin-top:-40px;
    position:relative;
    z-index:10;

  }

  .custom-cards-header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1d1d1d;
  }

  .custom-cards-header p {
    font-size: 3rem;
    color: #82152E;
    line-height:1;
    font-weight:bold;
    margin-top:20px;
  }

  .custom-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width:1200px;
    margin:0 auto;
  }

  .custom-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .custom-card img {
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .custom-card h3 {
    font-size: 2rem;
    margin: 10px 0 10px;
    font-weight: 700;
    color: #3b2e2a;
    line-height:1;

  }

  .custom-card p {
    font-size: 1rem;
    color: #4e4e4e;
    line-height: 1.5;
  }

    @media (min-width: 768px) {
    .custom-cards-grid {
      grid-template-columns: repeat(3, 1fr); /* Desktop: 3 por linha */
    }
      .custom-card {
  box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
  -webkit-box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 10px 10px 46px 0px rgba(0,0,0,0.17);
      }
      .custom-card.card-2 {
        margin-top:50px;
      }
  .custom-card.card-4, .custom-card.card-6 {
    margin-top:-45px;
  }
      .custom-card.card-5 {
        margin-top:10px;
      }
      .custom-card {
        height:720px;
        transition:300ms;
      }
      .custom-card:hover {
        transform:scale(1.03)
      }
  }
*, *::before, *::after {
    box-sizing: border-box;
  }

  .results-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
  }

  .results-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 100px;
  }

  .results-video iframe {
    width: 480px;
    aspect-ratio: 9 / 16;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    border: none;
    max-width: 100%;
  }

  .results-content {
    flex: 1;
    min-width: 300px;
  }

  .results-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 12px;
  }

  .results-subtitle {
    font-size: 1.14rem;
    font-weight: 400;
    margin-bottom: 32px;
  }

  .results-topics {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .results-topic {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--topic-bg, #1a1a1a);
    color: var(--topic-color, #fff);
    border-radius: 12px;
    padding: 15px 20px;
    min-height: 88px;
  }

  .results-topic img {
    width: 40px;
    height: 55px;
  }

  .results-topic-content h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .results-topic-content p {
    margin: 4px 0 0;
    font-size: 0.95rem;
  }

  @media (max-width: 768px) {
    .results-container {
      flex-direction: column-reverse;
      text-align: center;
      padding: 50px 16px;
    }

    .results-topic {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .results-content {
      width: 100%;
      max-width: 90%;
    }

    .results-video iframe {
      width: 90vw;
    }
  }
.faq-centralizado-wrapper {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .faq-centralizado-wrapper h2 {
      font-size: var(--faq-titulo-desktop);
      font-weight: 900;
      color: var(--faq-cor-titulo);
      margin-bottom: 10px;
    }

    .faq-centralizado-wrapper p {
      font-size: var(--faq-subtitulo-desktop);
      color: var(--faq-cor-subtitulo);
      margin-bottom: 40px;
    }

    .faq-centralizado-item {
      border: 1px solid #fff;
      padding: 16px;
      cursor: pointer;
      text-align: left;
    }

    .faq-centralizado-pergunta {
      display: flex;
      justify-content: space-between;
      font-weight: 600;
      font-size: 16px;
      color: var(--faq-cor-pergunta);
    }

    .faq-centralizado-resposta {
      max-height: 0;
      overflow: hidden;
      padding-top: 0;
      transition: all 0.4s ease;
      font-size: 15px;
      color: var(--faq-cor-pergunta);
      line-height: 1.5;
    }

    .faq-centralizado-item.active .faq-toggle::after {
      content: "−";
      color: var(--faq-cor-toggle);
    }

    .faq-toggle::after {
      content: "+";
      margin-left: 10px;
      font-weight: bold;
      color: var(--faq-cor-toggle);
    }

    .faq-centralizado-bg {
    width: 100%;
  }

    @media (max-width: 768px) {
      .faq-centralizado-wrapper h2 {
        font-size: var(--faq-titulo-mobile);
      }

      .faq-centralizado-wrapper p {
        font-size: var(--faq-subtitulo-mobile);
      }
    }
.faq-image-section {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      padding: 60px 20px;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .faq-image-left {
      flex: 1;
      max-width: 500px;
    }

    .faq-image-left img {
      width: 100%;
      border-radius: 24px;
      height: 700px;
    }

    .faq-right {
      flex: 1;
      max-width: 600px;
    }

    .faq-right h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .faq-right p {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .faq-item {
      border: 1px solid #ccc;
      padding: 16px 10px;
      cursor: pointer;
      background: #fff9;
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      font-weight: bold;
      font-size: 16px;
      color: #7c0000;
    }

    @media(max-width: 768px) {
      .faq-image-section {
        flex-direction: column;
      }
    }

    .faq-image-left img {
    height: 400px;
    object-fit: cover;
  }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding-top: 0;
      color: #333;
      font-size: 15px;
      line-height: 1.5;
    }

    .faq-item.active .faq-answer {
      max-height: 300px;
      padding-top: 10px;
    }

    .faq-item.active .faq-toggle::after {
      content: "−";
    }

    .faq-toggle::after {
      content: "+";
      margin-left: 10px;
      font-weight: bold;
    }
.landing-fullscreen-section-colageno {
          background-size: cover;
          background-position: center;
          display: flex;
          align-items: center;
          width: 100%;
          height: 100%;
          padding-top: var(--padding-hero-mobile-top);
          padding-right: var(--padding-hero-mobile-right);
          padding-bottom: var(--padding-hero-mobile-bottom);
          padding-left: var(--padding-hero-mobile-left);
        }

        @media (min-width: 1024px) {
          .landing-fullscreen-section-colageno {
            padding-top: var(--padding-hero-desktop-top);
            padding-right: var(--padding-hero-desktop-right);
            padding-bottom: var(--padding-hero-desktop-bottom);
            padding-left: var(--padding-hero-desktop-left);
          }
        }

        .landing-container-colageno {
          display: flex;
          flex-direction: column;
          gap: 40px;
          width: 100%;
          height: 100%;
          max-width: 1600px;
          margin: 0 auto;
        }

    @media (max-width: 768px) {
    .landing-image-colageno img{
      height: 400px !important;
    }
  }

        @media (min-width: 1024px) {
          .landing-container-colageno {
            flex-direction: row;
            justify-content: space-between;
          }

          .landing-text-colageno,
          .landing-image-colageno {
            width: 50%;
          }
        }

        .landing-text-colageno {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: left;
        }

     .landing-text-inner-colageno {
      max-width: 600px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: var(--gap-entre-elementos);
    }

        .template-page #MainContent {
          padding-bottom: 0px !important;
        }

        .landing-image-colageno {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
        }

        .landing-image-colageno img {
          width: auto;
          max-height: 100vh;
          height: 100%;
          object-fit: contain;
          background: transparent;
          border: none;
          box-shadow: none;
        }

        /* Pulse Zoom Effect */
        .pulse-effect {
          animation: pulse-zoom 2s ease-in-out infinite;
          transition: transform 0.3s ease;
          display: inline-block;
          will-change: transform;
        }

        @keyframes pulse-zoom {
          0% {
            transform: scale(1);
          }
          50% {
            transform: scale(1.05);
          }
          100% {
            transform: scale(1);
          }
        }

        /* Fontes dinâmicas com variáveis */
      .landing-text-inner-colageno h1 {
        font-size: var(--titulo-font-size-mobile);
      }
      .landing-text-inner-colageno h2 {
        font-size: var(--subtitulo-font-size-mobile);
      }
      .landing-text-inner-colageno div {
        font-size: var(--texto-font-size-mobile);
      }
      .landing-text-inner-colageno a {
        font-size: var(--botao-font-size-mobile);
      }

      @media (min-width: 1024px) {
        .landing-text-inner-colageno h1 {
          font-size: var(--titulo-font-size-desktop);
        }
        .landing-text-inner-colageno h2 {
          font-size: var(--subtitulo-font-size-desktop);
        }
        .landing-text-inner-colageno div {
          font-size: var(--texto-font-size-desktop);
        }
        .landing-text-inner-colageno a {
          font-size: var(--botao-font-size-desktop);
        }
      }
.hero-responsive-section-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    background-color: #000;
    min-height: 100vh;
  }

  .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .hero-background img {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover !important;
  }

  .hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }

  .hero-content {
    width: 100%;
  }

  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
  }

  .hero-buttons a {
    padding: 12px 24px;
    background-color: #28a745;
    border: 1px solid #01E59C;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1rem;
    white-space: nowrap;
    display: inline-block;
  }

  .carousel-wrapper {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  .hero-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: transform 0.6s ease-in-out;
    padding-right: 600px;
  }

  .carousel-slide {
    flex: 0 0 auto;
    width: 220px;
    opacity: 0.4;
    transform: scale(0.8);
    filter: blur(4px);
    transition: all 0.6s ease-in-out;
  }

  .carousel-slide:nth-child(2) {
    width: 320px;
    opacity: 1;
    transform: scale(1);
    filter: none;
    z-index: 2;
  }

  .carousel-slide img {
    width: 350px;
    display: block;
    border-radius: 16px;
    height: 170px;
  }

  @media (max-width: 768px) {
    .hero-responsive-section-wrapper {
      min-height: 100vh;
    }

    .hero-overlay {
      padding: 20px 16px 0;
      align-items: center;
      text-align: center;
      margin-top: 200px !important;
    }
    .hero-content {
      margin-top: -100px;
    }
    .hero-content h1 {
      font-size: 1rem;
    }
    .hero-content p {
      font-size: 1rem;
    }
    .hero-buttons {
      justify-content: center;
    }
    .carousel-wrapper {
      margin-top: 16px;
    }
    .hero-carousel {
      padding-right: 0;
      gap: 8px;
    }
    .carousel-slide {
      width: 300px;
      height: 200px;
    }
    .carousel-slide:nth-child(2) {
      width: 350px;
    }
  }
section .hero-responsive-section-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
  }
    .hero-responsive-section-wrapper picture {
      max-height: 840px;
      position: relative;
      width: 100%;
      display: block;
      min-height: 840px;
    }
  .hero-responsive-section-wrapper picture
  .hero-responsive-section {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .hero-overlay {
    position: relative;
    z-index: 2;
    color: white;
    text-align: left;
    padding: 100px 20px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width:1200px;
    margin:0 auto;
    height:100%;
  }

  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .hero-buttons a {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    background-color: #000;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
    .hero-content {
      max-width:590px;
    }

  .hero-responsive-section {
    position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .hero-buttons a:hover {
    background-color: #333;
  }

    .hero-overlay {
      position: absolute;
      z-index: 2;
      color: #fff;
      text-align: left;
      padding: 100px 20px;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: start;
      max-width: 1200px;
      margin: 0 auto;
      height: 100%;
      width: 100%;
    }

    @media(max-width:768px){
      .hero-overlay {
        margin-top:135px;
      }
      .hero-buttons a {
        font-size:16px !important;
      }
    }
.hero-responsive-section-wrapper {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      overflow: hidden;
      background-color: #000;
      min-height: 100vh;
    }

    .hero-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .hero-background img {
      width: 100% !important;
      height: 100vh !important;
      object-fit: cover !important;
    }

    .hero-overlay {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1200px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 60px 20px 20px;
      box-sizing: border-box;
    }

    .hero-content {
      width: 100%;
    }

    .hero-content h1 {
      margin-bottom: 10px;
      line-height: 1.2;
    }

    .hero-content p {
      margin-bottom: 20px;
      line-height: 1.4;
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 20px;
      border: 0px !important;
    }

    /* Animação SUAVE customizada */
    @keyframes pulse-subtle-custom {
      0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(1, 229, 156, 0.5);
      }
      50% {
        transform: scale(1.05);
        box-shadow: 0 0 18px 4px rgba(1, 229, 156, 0.3);
      }
    }

  .hero-buttons a {
    color: white;
    text-decoration: none;
    border: none !important; /* força remoção de borda */
    outline: none !important; /* previne fallback */
    border-radius: 30px;
    white-space: nowrap;
    display: inline-block;
    animation: none !important;
    animation: pulse-subtle-custom 2.5s ease-in-out infinite !important;
  }

    .carousel-wrapper {
      width: 100%;
      margin-top: 20px;
      overflow: hidden;
    }

    .hero-carousel {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      transition: transform 0.6s ease-in-out;
      padding-right: 600px;
    }

    .carousel-slide {
      flex: 0 0 auto;
      width: 220px;
      opacity: 0.4;
      transform: scale(0.8);
      filter: blur(4px);
      transition: all 0.6s ease-in-out;
    }

    .carousel-slide:nth-child(2) {
      width: 320px;
      opacity: 1;
      transform: scale(1);
      filter: none;
      z-index: 2;
    }

    .carousel-slide img {
      width: 350px;
      display: block;
      border-radius: 16px;
      height: 170px;
    }

    @media (max-width: 768px) {
      .hero-responsive-section-wrapper {
        min-height: 100vh;
      }

      .hero-overlay {
        padding: 20px 16px 0;
        align-items: center;
        text-align: center;
        margin-top: 200px !important;
      }

      .hero-content {
        margin-top: -40px;
      }

      .hero-buttons {
        justify-content: center;
      }

      .carousel-wrapper {
        margin-top: 16px;
      }

      .hero-carousel {
        padding-right: 0;
        gap: 8px;
      }

      .carousel-slide {
        width: 300px;
        height: 200px;
      }

      .carousel-slide:nth-child(2) {
        width: 300px;
      }
    }
*, *::before, *::after {
    box-sizing: border-box;
  }

  .why-choose-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
  }

  .why-choose-header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
  }

  .why-choose-header h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .why-choose-header p {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 auto;
    padding: 0px 20px;
  }

  .why-choose-container {
    display: grid;
    grid-template-columns: minmax(0, 460px) auto minmax(0, 460px);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    gap: 1px;
    align-items: center;
    padding-bottom: 60px;
  }

  .why-choose-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 460px;
  }

  .why-choose-image {
    margin-bottom: -63px !important;
    min-width: 100px !important;
  }

  .why-choose-image img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 16px;
  }

  .why-choose-topic {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--topic-color, #fff);
    border-radius: 16px;
    padding: 20px;
    min-height: 88px;
    max-width: 400px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .why-choose-topic:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  }

  .why-choose-topic img {
    width: 40px;
    height: 55px;
  }

  .why-choose-topic-content h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .why-choose-topic-content p {
    margin: 4px 0 0;
    font-size: 0.95rem;
  }

  @media (max-width: 768px) {
    .why-choose-container {
      grid-template-columns: 1fr;
    }

    .why-choose-image {
      order: -1;
      margin-bottom: 32px;
      text-align: center;
    }

    .why-choose-column {
      flex-direction: column;
      width: 100%;
      max-width: 90%;
      margin: 0 auto;
    }

    .why-choose-topic {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
.lm-wrap {
  --lm-maxw: {{ section.settings.container_max_width }}px;
  --lm-text: {{ section.settings.color_text }};
  --lm-muted: {{ section.settings.color_muted }};
  --lm-accent: {{ section.settings.color_accent }};
  --lm-btn-bg: {{ section.settings.button_bg }};
  --lm-btn-text: {{ section.settings.button_text }};
  --lm-btn-bg-hover: {{ section.settings.button_bg_hover }};
  --lm-btn-text-hover: {{ section.settings.button_text_hover }};
  --lm-overlay: {{ section.settings.overlay_color }};
  --lm-overlay-op: {{ section.settings.overlay_opacity | divided_by: 100.0 }};
  --lm-gap: {{ section.settings.block_gap }}px;

  color: var(--lm-text);
  position: relative;
  overflow: hidden;
}

.lm-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
}
.lm-bg::after{
  content:"";
  position:absolute; inset:0;
  background: var(--lm-overlay);
  opacity: var(--lm-overlay-op);
}

.lm-container {
  max-width: var(--lm-maxw);
  margin: 0 auto;
  padding: {{ section.settings.pad_v_mobile }}px {{ section.settings.pad_h_mobile }}px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .lm-container {
    padding: {{ section.settings.pad_v_desktop }}px {{ section.settings.pad_h_desktop }}px;
  }
}

/* Header topo (logo + nav simples) */
.lm-header {
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: clamp(24px, 4vw, 56px);
}
.lm-logo img{display:block; height:{{ section.settings.logo_height_mobile }}px;}
@media (min-width:1024px){ .lm-logo img{height:{{ section.settings.logo_height_desktop }}px;} }
.lm-nav{
  display:flex; gap: clamp(12px, 3vw, 28px); font-weight: {{ section.settings.nav_weight }};
  color: var(--lm-muted);
}
.lm-nav a{color:inherit; text-decoration:none; transition:opacity .2s;}
.lm-nav a:hover{opacity:.7}

/* HERO */
.lm-hero {
  display:grid;
  grid-template-columns: 1fr;
  gap: var(--lm-gap);
  align-items:center;
  margin-bottom: clamp(40px, 8vw, 100px);
}
@media (min-width:1024px) {
  .lm-hero {
    grid-template-columns: 1.1fr .9fr;
  }
}

.lm-hero-media {
  position:relative;
  min-height: 280px;
}
.lm-hero-media .lm-hero-img-left {
  position:relative;
  width: min(100%, 680px);
  height:auto;
  display:block;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.35));
}
.lm-hero-media .lm-hero-watermark{
  position:absolute; inset:auto 0 0 0; 
  font-size: clamp(56px, 14vw, 220px);
  line-height:.8; font-weight:800; opacity:.04; color:#000;
  pointer-events:none; user-select:none;
}

.lm-hero-copy .lm-kicker{
  font-size: {{ section.settings.kicker_size_mobile }}px;
  font-weight: {{ section.settings.kicker_weight }};
  letter-spacing:.02em; color: var(--lm-muted);
  margin-bottom: 6px;
}
@media (min-width:1024px){
  .lm-hero-copy .lm-kicker{ font-size: {{ section.settings.kicker_size_desktop }}px; }
}
.lm-hero-copy .lm-title{
  font-size: {{ section.settings.title_size_mobile }}px;
  font-weight: {{ section.settings.title_weight }};
  line-height: 1.05;
  margin: 0 0 12px;
}
@media (min-width:1024px){
  .lm-hero-copy .lm-title{ font-size: {{ section.settings.title_size_desktop }}px; }
}
.lm-hero-copy .lm-title .accent{ color: var(--lm-accent); }

.lm-hero-copy .lm-desc{
  color: var(--lm-muted);
  font-size: {{ section.settings.desc_size_mobile }}px;
  line-height: 1.55;
  margin-bottom: 18px;
}
@media (min-width:1024px){
  .lm-hero-copy .lm-desc{ font-size: {{ section.settings.desc_size_desktop }}px; }
}

.lm-cta{
  display:inline-flex; align-items:center; justify-content:center;
  padding: {{ section.settings.btn_pad_v }}px {{ section.settings.btn_pad_h }}px;
  border-radius: 999px;
  background: var(--lm-btn-bg); color: var(--lm-btn-text);
  text-decoration:none; font-weight: {{ section.settings.btn_weight }};
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 10px 30px rgba(0,0,0,.25);
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}
.lm-cta:hover{ background: var(--lm-btn-bg-hover); color: var(--lm-btn-text-hover); transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 18px 40px rgba(0,0,0,.35); }

.lm-hero-right-media{
  position:relative; display:flex; align-items:flex-start; justify-content:center;
}
.lm-hero-right-media img{
  width: min(100%, 480px); height:auto; display:block;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.35));
}

/* Paleta (Black/White/Brown) */
.lm-swatches{
  display:flex; gap:16px; margin-top:16px; align-items:center; color: var(--lm-muted);
  font-size: 13px;
}
.lm-swatch{display:flex; align-items:center; gap:8px}
.lm-dot{
  width:12px; height:12px; border-radius:50%; border:1px solid rgba(255,255,255,.25);
}

/* BLOCO 2: Horas de bateria */
.lm-block {
  display:grid; grid-template-columns: 1fr; gap: var(--lm-gap); align-items:center;
  margin-bottom: clamp(40px, 8vw, 100px);
}
@media (min-width:1024px){
  .lm-block{ grid-template-columns: 1.05fr .95fr; }
}
.lm-photo img{
  width:100%; height:auto; display:block; border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
}
.lm-block .lm-bigtitle{
  font-size: {{ section.settings.bigtitle_size_mobile }}px;
  font-weight: {{ section.settings.bigtitle_weight }};
  line-height: .95; letter-spacing:-.01em;
  margin:0 0 12px;
}
@media (min-width:1024px){
  .lm-block .lm-bigtitle{ font-size: {{ section.settings.bigtitle_size_desktop }}px; }
}
.lm-block .lm-bigtitle .accent{ color: var(--lm-accent); }
.lm-block .lm-text{
  color: var(--lm-muted); line-height:1.6;
  font-size: {{ section.settings.block_desc_size_mobile }}px;
}
@media (min-width:1024px){
  .lm-block .lm-text{ font-size: {{ section.settings.block_desc_size_desktop }}px; }
}
.lm-arrow{
  width:52px; height:52px; display:grid; place-items:center; border-radius:50%;
  border:1px solid rgba(255,255,255,.15); color: var(--lm-text);
  backdrop-filter: blur(6px); background: rgba(255,255,255,.06);
  margin-top: 22px;
}

/* BLOCO 3: Som assinatura */
.lm-block-rev{
  display:grid; grid-template-columns: 1fr; gap: var(--lm-gap); align-items:center;
}
@media (min-width:1024px){
  .lm-block-rev{ grid-template-columns: .95fr 1.05fr; }
}
.lm-block-rev .lm-image-right img{
  width:min(100%, 620px); height:auto; display:block;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.35));
}
.lm-eyebrow{
  color: var(--lm-muted);
  font-weight: {{ section.settings.eyebrow_weight }};
  margin-bottom: 6px; letter-spacing:.08em; text-transform:uppercase;
  font-size: {{ section.settings.eyebrow_size_mobile }}px;
}
@media (min-width:1024px){ .lm-eyebrow{ font-size: {{ section.settings.eyebrow_size_desktop }}px; } }

.lm-footer-note{
  margin-top: clamp(24px, 6vw, 48px);
  color: var(--lm-muted);
  font-size: 12px;
  text-align:center;
  opacity:.7;
}

/* iOS/mobile: evita glitch de fixed + blur */
@media (max-width: 1024px){
  .lm-bg{ background-attachment: scroll !important; }
}
.kit-oferta-colageno-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: var(--padding-oferta-colageno-mobile-top);
        padding-right: var(--padding-oferta-colageno-mobile-right);
        padding-bottom: var(--padding-oferta-colageno-mobile-bottom);
        padding-left: var(--padding-oferta-colageno-mobile-left);
        background-size: cover;
        background-position: center;
      }

      @media (min-width: 1024px) {
        .kit-oferta-colageno-wrapper {
          padding-top: var(--padding-oferta-colageno-desktop-top);
          padding-right: var(--padding-oferta-colageno-desktop-right);
          padding-bottom: var(--padding-oferta-colageno-desktop-bottom);
          padding-left: var(--padding-oferta-colageno-desktop-left);
        }
      }

      .kit-oferta-colageno-header {
        text-align: center;
        margin-bottom: 40px;
      }

      .kit-oferta-colageno-header h2 {
        color: var(--section-title-color);
        font-weight: var(--section-title-font-weight);
        font-size: var(--section-title-font-size-mobile);
        margin: 0 auto;
      }

      .kit-oferta-colageno-header p {
        color: var(--section-subtitle-color);
        font-weight: var(--section-subtitle-font-weight);
        font-size: var(--section-subtitle-font-size-mobile);
        margin: 0 auto;
        margin-top: 8px;
      }

      @media (min-width: 1024px) {
        .kit-oferta-colageno-header h2 {
          font-size: var(--section-title-font-size-desktop);
        }

        .kit-oferta-colageno-header p {
          font-size: var(--section-subtitle-font-size-desktop);
        }
      }

      .kit-oferta-colageno {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
      }

      @media (min-width: 768px) {
        .kit-oferta-colageno {
          grid-template-columns: repeat(3, 1fr);
          gap: 32px;
        }
      }

      .kit-card-colageno {
        background-color: var(--card-bg);
        border-radius: var(--card-radius);
        padding: 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: var(--block-margin-bottom);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    }

      .kit-image {
        width: 100%;
        height: auto;
        margin-top: var(--image-margin-top);
      }

      .kit-image-2 {
      width: 100%;
      /* max-width: 160px; */
      height: 20px;
      margin: 0 auto;
      /* max-height: 20px; */
  }

      .kit-text-flag {
        margin-top: 12px;
        padding: 6px 12px;
        border-radius: var(--kit_flag_radius, 30px);
        font-size: var(--kit_flag_font_size_mobile, 14px);
        font-weight: var(--kit_flag_font_weight, 600);
      }

      .kit-title-colageno {
        margin-top: 16px;
        font-size: var(--title-font-size_mobile);
        font-weight: var(--title-font-weight);
      }

      .kit-text-oferta {
        margin-top: 12px;
        padding: 4px 10px;
        border-radius: var(--offer_flag_radius, 30px);
        font-size: var(--offer_flag_font_size_mobile, 14px);
        font-weight: var(--offer_flag_font_weight, 600);
        animation: pulse 2s infinite;
      }

      .kit-price-from-colageno {
        margin-top: 8px;
        text-decoration: line-through;
        font-size: var(--price-from-font-size_mobile);
        font-weight: var(--price-from-font-weight);
      }

      .kit-price-to-colageno {
        margin-top: 4px;
        font-size: var(--price-to-font-size_mobile);
        font-weight: var(--price-to-font-weight);
      }

      .kit-installments-colageno {
        margin-top: 4px;
        font-size: var(--installments-font-size_mobile);
        font-weight: var(--installments-font-weight);
      }

      .kit-button-colageno {
        display: inline-block;
        margin-top: 20px;
        padding: 12px 24px;
        border-radius: var(--button-radius, 30px);
        font-size: var(--button-font-size_mobile);
        font-weight: var(--button-font-weight);
        text-decoration: none;
        animation: pulse 2s infinite;
      }

      .kit-button-colageno:hover {
        opacity: 0.9;
      }

  .kit-oferta-colageno-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

        @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
      }

      @media (max-width: 767px) {
        .kit-card-desafio {
          max-width: 100%;
        }
      }

        @media (min-width: 1024px) {
      .kit-text-flag {
        font-size: var(--kit_flag_font_size_desktop, 14px);
        }
         .kit-title-colageno {
        margin-top: 16px;
        font-size: var(--title-font-size_desktop);
         }
        .kit-text-oferta {
        font-size: var(--offer_flag_font_size_desktop, 14px);
      }
        .kit-price-from-colageno {
        margin-top: 8px;
        text-decoration: line-through;
        font-size: var(--price-from-font-size_desktop);
        font-weight: var(--price-from-font-weight);
      }
        .kit-button-colageno {
        font-size: var(--button-font-size_desktop);
        }
      .kit-price-to-colageno {
        font-size: var(--price-to-font-size_desktop);
      }

        .kit-installments-colageno {
        font-size: var(--installments-font-size_desktop);
        }
      }
.captacao-hero {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        background-size: cover;
        background-position: center;
        margin-top: -40px;
      }

      .captacao-container {
        max-width: 1440px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;

      }

      .captacao-left {
        flex: 1;
        min-width: 300px;
      }

      .captacao-left img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
      }

      .captacao-left h1,
      .captacao-left h2,
      .captacao-left h3 {
        margin-bottom: 15px;
        line-height: 1.2;
      }
      .captacao-left h1{
        font-size: var(--font-size-desktop-h1);
        color: var(--color-h1);
        font-weight: var(--font-weight-h1);
      }
        .captacao-left h2{
        font-size: var(--font-size-desktop-h2);
        color: var(--color-h2);
        font-weight: var(--font-weight-h2);
      }
        .captacao-left h3{
        font-size: var(--font-size-desktop-h3);
        color: var(--color-h3);
        font-weight: var(--font-weight-h3);
      }

      .captacao-center {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .captacao-timer {
        display: flex;
        gap: 10px;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
      }

      .timer-box {
        background: #000;
        color: #fff;
        padding: 10px 15px;
        border-radius: 12px;
        min-width: 70px;
      }

      .captacao-form {
        width: 100%;
        max-width: 360px;
      }

      .captacao-form h4 {
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: center;
      }

      .captacao-form input {
        width: 100%;
        margin-bottom: 10px;
        padding: 12px 15px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        font-weight:400;
        box-sizing: border-box;
        background-color: #fff;
        color: #000;
      }

      .captacao-button {
        width: 100%;
        padding: 15px;
        font-size: 20px;
        font-weight: 700;
        border: none;
        border-radius: 32px;
        cursor: pointer;
        transition: background 0.3s ease;
        text-align: center;
      }

      .captacao-button.pulse {
        animation: pulse 1.6s infinite;
      }

      @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
      }

      .form-status {
        margin-top: 10px;
        font-size: 14px;
        color: green;
        text-align: center;
      }

  .captacao-timer-bg {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 15px 10px;
      border-radius: 20px;
  }

      /* Responsivo mobile */
      @media (max-width: 768px) {
        .captacao-container {
          flex-direction: column;
          align-items: center;
        }

        .captacao-left, .captacao-center {
          flex: unset;
          width: 100%;
          text-align: center;
        }

        .captacao-left h1 {
          font-size: var(--font-size-mobile-h1);
          text-align: left;
        }
        .captacao-left h2 {
          font-size: var(--font-size-mobile-h2);
          text-align: left;
        }
        .captacao-left h3 {
          font-size: var(--font-size-mobile-h3);
          text-align: left;
        }
          .captacao-left img {
        margin-bottom: 5px;
      }
        .timer-box {
        padding: 5px 10px;
        font-size: 11px;
    }
        .captacao-hero{
          padding-top: 50px;
          padding-bottom: 30px;
          height: 100%;
        }

        .captacao-button {
          padding: 5px;
          font-size: 18px;
        }

        .captacao-timer-bg {
          padding: 10px 10px;
      }
      .faq-image-section{
        padding: 20px 20px;
      }
      .faq-image-section{
        background-position: center ;
    }
  }
.page-obrigado {
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
    }

  .page-obrigado-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: -80px;
  }

    .page-obrigado img {
      max-width: 300px;
      height: auto;
      margin: 0 auto 20px auto;
      display: block;
    }

    .page-obrigado h1 {
      font-size: var(--font-h1-desktop);
      font-weight: var(--font-h1-weight);
      color: var(--font-h1-color);
      margin-bottom: 15px;
    }

    .page-obrigado h2 {
      font-size: var(--font-h2-desktop);
      font-weight: var(--font-h2-weight);
      color: var(--font-h2-color);
      margin-bottom: 25px;
    }

    .page-obrigado h3 {
      font-size: var(--font-h3-desktop);
      font-weight: var(--font-h3-weight);
      color: var(--font-h3-color);
      margin-bottom: 10px;
    }

    .page-obrigado h4 {
      font-size: var(--font-h4-desktop);
      font-weight: var(--font-h4-weight);
      color: var(--font-h4-color);
      margin-bottom: 30px;
    }

    .page-obrigado .cta-button {
      color: var(--cta-color);
      font-size: var(--cta-font-size);
      font-weight: var(--cta-font-weight);
      padding: var(--cta-padding);
      border-radius: var(--cta-radius);
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .page-obrigado .cta-button:hover {
      filter: brightness(1.1);
    }

      /* Animação pulsar */
    @keyframes pulse-zoom {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 211, 0, 0.7);
      }
      70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 211, 0, 0);
      }
      100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 211, 0, 0);
      }
    }

    .page-obrigado .cta-button {
      animation: pulse-zoom 2s infinite;
    }

    @media (max-width: 768px) {
      .page-obrigado h1 {
        font-size: var(--font-h1-mobile);
      }

      .page-obrigado h2 {
        font-size: var(--font-h2-mobile);
      }

      .page-obrigado h3 {
        font-size: var(--font-h3-mobile);
      }

      .page-obrigado h4 {
        font-size: var(--font-h4-mobile);
      }
    }
*, *::before, *::after {
    box-sizing: border-box;
  }

    .review-header-section {
    text-align: center;
    margin-bottom: 32px;
  }

  .review-header-section h2 {
    font-size: var(--section-title-font-size-desktop, 40px);
    font-weight: var(--section-title-font-weight, 900);
    color: var(--section-title-color, #111);
    margin: 0;
  }

  .review-header-section p {
    font-size: var(--section-subtitle-font-size-desktop, 20px);
    font-weight: var(--section-subtitle-font-weight, 400);
    color: var(--section-subtitle-color, #555);
    margin-top: 8px;
  }

  @media (max-width: 767px) {
    .review-header-section h2 {
      font-size: var(--section-title-font-size-mobile, 26px);
    }
    .review-header-section p {
      font-size: var(--section-subtitle-font-size-mobile, 16px);
    }
  }
      .review-swiper-wrapper {
        padding: 40px 20px;
        font-family: "Montserrat", sans-serif;
        overflow-x: hidden;
      }

      .review-block {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 24px;
        box-shadow: 0 0 0 1px #eaeaea;
        width: 100%;
        max-width: 100%;
        min-height: 485px;
      }

      .review-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
      }

      .review-avatar {
        width: 32px;
        height: 32px;
        border-radius: 100%;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .review-name {
        font-weight: 600;
        font-size: 16px;
      }

      .review-verified {
        font-size: 12px;
        font-weight: 600;
        background-color: #3ab92f;
        color: #fff;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 6px;
      }

      .review-date {
        font-size: 12px;
        color: #888;
        margin-left: auto;
      }

      .review-stars {
        display: flex;
        gap: 4px;
        margin-bottom: 8px;
        color: #e8cc4d !important;
        justify-content: center;
      }

      .review-stars svg {
        display: inline-block;
        vertical-align: middle;
      }

      .review-text {
        font-weight: 500;
        margin-bottom: 16px;
      }

      .review-questions {
        background-color: #fafafa;
        border-radius: 20px;
        padding: 16px;
        font-size: 14px;
      }

      .review-questions strong {
        display: block;
        margin-top: 12px;
        font-weight: 600;
        text-transform: lowercase;
      }

      .review-questions p {
        margin: 4px 0 0 0;
      }

      .swiper-review {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        z-index: 1;
        padding-bottom: 40px;
        overflow: hidden;
      }

      .swiper-review .swiper-wrapper {
        display: flex;
      }

      .swiper-review .swiper-slide {
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        border-radius: 40px;
        padding-bottom: 40px;
      }

      .swiper-review .swiper-slide img {
        width: 100%;
        max-width: 800px;
        height: auto;
        object-fit: cover;
        border-radius: 30px !important;
      }

      .swiper-review .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 6px 10px;
        border-radius: 20px;
        width: auto;
        z-index: 2;
      }

      .swiper-review .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        border-radius: 50%;
        opacity: 0.4;
        transition: all 0.3s ease;
        margin: 0;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      }

      .review-header-section h2 {
        font-size: 36px;
        color: #e33471;
      }

  .review-header-section p {
    font-size: 26px;
    color: #e33471;
  }
      .swiper-review .swiper-pagination-bullet-active {
        opacity: 1;
        transform: scale(1.2);
        background-color: #ffffff;
      }

      @media (min-width: 768px) {
      .swiper-review .swiper-slide {
        max-width: 50%;
      }
    }

    @media (max-width: 767px) {
      .swiper-review .swiper-slide {
        max-width: 100%;
      }
      .review-header-section h2 {
        font-size: 36px;
      }
      .review-header-section p {
    font-size: 18px;
  }
    }
.carousel-colageno-wrapper {
    padding: 60px 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .carousel-colageno-title,
  .carousel-colageno-subtitle {
    text-align: center;
    margin-bottom: 10px;
  }

  .carousel-colageno-subtitle {
    margin-bottom: 40px;
  }

  .swiper-colageno {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1;
    padding-bottom: 60px;
  }

  .swiper-colageno .swiper-wrapper {
    display: flex;
  }

  .swiper-colageno .swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 40px;
    padding-bottom: 30px;
  }

  .swiper-colageno .swiper-slide img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    border-radius: 30px !important;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  }

  .swiper-colageno .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 6px 10px;
    border-radius: 20px;
    width: auto;
    z-index: 2;
  }

  .swiper-colageno .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.4;
    transition: all 0.3s ease;
    margin: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .swiper-colageno .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #ffffff;
  }
.carousel-ferritin-wrapper {
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .carousel-ferritin-title,
  .carousel-ferritin-subtitle {
    text-align: center;
    margin-bottom: 10px;
  }

  .carousel-ferritin-subtitle {
    margin-bottom: 40px;
  }

  .swiper-container-ferritin-{{ section.id }} {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }

  .swiper-container-ferritin-{{ section.id }} .swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 50px;
  }

  .swiper-container-ferritin-{{ section.id }} .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px !important;
  }

  .swiper-container-ferritin-{{ section.id }} .swiper-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 6px 10px !important;
    border-radius: 20px !important;
    z-index: 20 !important;
    width: auto !important;
  }

  .swiper-container-ferritin-{{ section.id }} .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    opacity: 0.4 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .swiper-container-ferritin-{{ section.id }} .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background-color: #ffffff !important;
  }
.custom-carousel-section-osa {
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-carousel-title-osa,
  .custom-carousel-subtitle-osa {
    text-align: center;
    margin-bottom: 10px;
  }

  .custom-carousel-subtitle-osa {
    margin-bottom: 40px;
  }

  .carousel-wrapper-osa-{{ section.id }} {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
  }

  .carousel-wrapper-osa-{{ section.id }} .swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 50px;
  }

  .carousel-wrapper-osa-{{ section.id }} .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px !important;
  }

  .carousel-wrapper-osa-{{ section.id }} .swiper-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    padding: 6px 10px !important;
    border-radius: 20px !important;
    z-index: 20 !important;
    width: auto !important;
  }

  .carousel-wrapper-osa-{{ section.id }} .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    opacity: 0.4 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }

  .carousel-wrapper-osa-{{ section.id }} .swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background-color: #ffffff !important;
  }
.custom-carousel-section {
      background-size: cover;
      background-position: bottom;
      padding: 60px 20px;
      color: #111;
    }

    .carousel-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .carousel-header h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .carousel-header p {
      font-size: 1.1rem;
      color: #444;
    }

    .swiper {
      max-width:1200px;
      margin:0 auto;
      width: 100%;

    }

    .swiper-slide {
      border-radius: 16px;
      text-align: center;
    }

    .swiper-slide img {
      max-width: 100%;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #252525;
    }


    .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    color: #000; /* Make arrow black */
    background: none;
    font-size: 16px;
    display:none;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 24px; /* Adjust arrow icon size */
    color: #000;     /* Ensure icon is black */
  }
.tab-nutri-image-section-colageno {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            padding: 60px 20px 1px;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
          }

          .tab-nutri-image-left-colageno {
            flex: 1;
            max-width: 500px;
          }

          .tab-nutri-image-left-colageno img {
            width: 100%;
            border-radius: 24px;
            height: 700px;
            object-fit: cover;
          }

          .tab-nutri-right-colageno {
            flex: 1;
            max-width: 600px;
          }

          .tab-nutri-right-colageno h2 {
            font-size: var(--title-font-size-desktop);
            font-weight: var(--peso-tab-nutri-titulo);
            margin-bottom: 10px;
          }

          .tab-nutri-right-colageno p {
            font-size: var(--subtitle-font-size-desktop);
            margin-bottom: 30px;
            font-weight: var(--peso-tab-nutri-subtitulo);
          }

          .tab-nutri-item-colageno {
            border: 1px solid #e33471;
            padding: 16px 10px;
            cursor: pointer;
            background: #fff9;
          }

          .tab-nutri-question-colageno {
            display: flex;
            justify-content: space-between;
            font-weight: var(--peso-tab-nutri-menu);
            font-size: 16px;
            color: var(--cor-tab-nutri-titulo-item) !important;
          }

          .tab-nutri-answer-colageno {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        transition: all 0.4s ease;
        color: #e33471;
        font-size: 15px;
        line-height: 1.5;
      }

          .tab-nutri-item-colageno.active .tab-nutri-toggle-colageno::after {
            content: "−";
              color: var(--cor-tab-nutri-toggle);
          }

          .tab-nutri-toggle-colageno::after {
            content: "+";
            margin-left: 10px;
            font-weight: bold;
            color: var(--cor-tab-nutri-toggle);
          }

          @media(max-width: 768px) {
            .tab-nutri-image-section-colageno {
              flex-direction: column;
            }

            .tab-nutri-image-left-colageno img {
              height: 400px;
            }

                  .tab-nutri-right-colageno h2 {
            font-size: var(--title-font-size-mobile);
          }

          .tab-nutri-right-colageno p {
            font-size: var(--subtitle-font-size-mobile);
          }
          }

      .cta-nutri-btn:hover {
      transform: scale(1.05);
    }

    a.cta-nutri-btn {
    background-color: #3eb04a !important;
    color: white !important;
    padding: 16px 32px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    animation: pulseCTA 2s infinite !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
  }

    .button-link {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 40px;
    }