.pageGeneric {
  .component-title-cta-images-caption__page-banner {
    position: relative;
    height: 37.5rem;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    .component-title-cta-images-caption--image-overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
    }

    .component-title-cta-images-caption__page-banner--image-wrapper {
      position: absolute;
      left: 1rem;
      right: 1rem;
      top: 5.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;

      .component-title-cta-images-caption__page-banner--subtitle {
        display: flex;
        height: 2.313rem;
        padding: 0 1rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-radius: 0.5rem;
        background: var(--orange);
        margin-right: auto;

        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 266%;
        letter-spacing: 0.063rem;
        text-transform: uppercase;
      }

      .component-title-cta-images-caption__page-banner--title {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 3rem;
        letter-spacing: -0.02rem;
      }

      .component-title-cta-images-caption__page-banner--description p {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2rem;
      }

      .component-cta--rounded {
        display: flex;
        padding: 0 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        background-color: var(--blue);
        border-radius: 0.5rem;
        margin-right: auto;
        height: 2.5rem;
        font-family: var(--font-family-poppins);
        font-weight: 600;
      }
    }
  }

  .component-title-cta-images-caption__home-about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    align-self: stretch;
    padding: 2rem 1rem;

    .component-title-cta-images-caption__home-about--wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      border-left: var(--orange) 0.25rem solid;
      padding-left: 1.25rem;
    }

    .component-title-cta-images-caption__home-about--subtitle {
      color: var(--orange);
      font-family: var(--font-family-poppins);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 2.328rem;
      letter-spacing: 0.063rem;
      text-transform: uppercase;
    }

    .component-title-cta-images-caption__home-about--title {
      color: var(--blue);
      font-family: var(--font-family-poppins);
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-top: 0.5rem;
    }

    .component-title-cta-images-caption__home-about--description {
      margin-top: 1rem;
    }

    .component-title-cta-images-caption__home-about--description p {
      color: var(--grey);
      font-family: var(--font-family-poppins);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.75rem;
      align-self: stretch;
    }
    .page-home--component-cta__home-about {
      margin-top: 2rem;
      border-radius: 0.5rem;
      display: flex;
      padding: 0.3rem 1rem;
      justify-content: center;
      align-items: center;
      gap: 0.625rem;
      color: var(--white);
      text-align: center;
      font-family: var(--font-family-poppins);
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    .page-home--component-cta__home-about:hover {
      border-color: var(--blue7);
      background-color: var(--blue7);
    }
    .page-home--topic-image-text__home-about {
      margin: 0 auto;
      img {
        height: auto;
        border-radius: 1rem;
      }
    }
  }

  .component-title-cta-images-caption__home-subfooter {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.5rem;
    background: #d9d9d9;
    padding: 0 1rem;
    overflow: hidden;
    width: auto;
    min-height: 21.125rem;
    margin: 0 1rem;
    margin-bottom: 3.5rem;

    .component-title-cta-images-caption__home-subfooter--wrapper {
      position: relative;
      display: flex;
      padding: 1rem 0;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      z-index: auto;
      gap: 0.5rem;
    }
    .component-title-cta-images-caption__home-subfooter--title-subtitle {
      .component-title-cta-images-caption__home-subfooter--title {
        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2.813rem;
      }

      .component-title-cta-images-caption__home-subfooter--subtitle {
        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.813rem;
      }
    }

    .page-home--wrapper-asset__home-subfooter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;

      background-color: var(--blue);
    }

    .page-home--wrapper-asset__home-subfooter img {
      height: 100%;
      width: 100%;
      position: absolute;
      max-width: none;
    }
    .component-title-cta-images-caption__home-subfooter--description-cta {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      .component-title-cta-images-caption__home-subfooter--description {
        display: flex;
        gap: 1rem;
      }

      .component-title-cta-images-caption__home-subfooter--description p {
        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
      }

      .component-cta--rounded {
        margin-top: 1.5rem;
        display: flex;
        padding: 0.5rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        border-radius: 8px;
        background: var(--white);

        color: var(--blue);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      .component-cta--rounded:hover {
        border-color: var(--blue7);
        background-color: var(--blue7);
        color: var(--white);
      }
    }
  }

  .component-title-cta-images-caption__image-left {
    .component-title-cta-images-caption--wrapper-box {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      padding: 1.5rem 1rem 2.5rem 1rem;
      gap: 2rem;

      .component-title-cta-images-caption__image-left--wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
        align-self: stretch;
      }

      .component-title-cta-images-caption__image-left--title {
        color: var(--blue);
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 4rem;
      }

      .component-title-cta-images-caption--subtitle {
        display: flex;
        padding: 0 1rem;
        flex-direction: column;
        align-items: flex-start;

        border-radius: 8px;
        background: var(--orange);

        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.328rem;
        letter-spacing: 1px;
        text-transform: uppercase;
      }

      .component-title-cta-images-caption__image-left--description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        align-self: stretch;
      }

      .component-title-cta-images-caption__image-left--description p {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2rem;
      }

      img {
        height: auto;
        border-radius: 1.5rem;
      }
    }
  }

  .component-title-cta-images-caption__image-right-exceeding {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--blue);
    .component-title-cta-images-caption__image-right-exceeding--wrapper {
      position: relative;
      display: flex;
      padding: 2.5rem 1rem;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      align-self: stretch;
      z-index: 10;
    }

    .component-title-cta-images-caption__image-right-exceeding--subtitle {
      display: flex;
      height: 2.313rem;
      padding: 0 1rem;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      border-radius: 0.5rem;
      background: var(--orange);
      margin-right: auto;

      color: var(--white);
      font-family: var(--font-family-poppins);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 266%;
      letter-spacing: 0.063rem;
      text-transform: uppercase;
    }

    .component-title-cta-images-caption__image-right-exceeding--title {
      color: var(--white);
      font-family: var(--font-family-poppins);
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.5rem;
    }

    .component-title-cta-images-caption__image-right-exceeding--description {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      gap: 1rem;
    }

    .component-title-cta-images-caption__image-right-exceeding--description p {
      color: var(--white);
      font-family: var(--font-family-poppins);
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2rem;
    }

    .page-nutricao--wrapper-asset__image-right-exceeding {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 5;

      background-color: var(--blue);
    }

    .page-nutricao--wrapper-asset__image-right-exceeding img {
      height: 100%;
      width: 100%;
      min-width: 37.313rem;
      position: absolute;
      left: 0;
      max-width: none;
      object-fit: cover;
      object-position: bottom left;
    }

    .component-cta--rounded {
      display: flex;
      padding: 0.5rem 1rem;
      justify-content: center;
      align-items: center;
      gap: 0.625rem;
      border-radius: 0.5rem;
      background: var(--white);

      color: var(--blue);
      text-align: center;
      font-family: var(--font-family-poppins);
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      &:hover {
        background-color: var(--blue7);
        border-color: var(--blue7);
        color: var(--white);
      }
    }
  }

  .component-title-cta-images-caption__floating-title-text-under-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 546px;

    .component-wrapper-picture--picture-image {
      height: auto;
      width: 1101px;
      max-width: none;
    }

    .component-title-cta-images-caption--wrapper {
      position: absolute;
      left: 1rem;
      right: 1rem;
      top: 50%;
      transform: translateY(-50%);

      display: flex;
      flex-direction: column;
      padding: 1rem;
      gap: 0.5rem;

      border-radius: 0.5rem;
      border: 0.3px solid var(--light-grey);
      background: var(--white);
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);

      .component-title-cta-images-caption--title {
        color: var(--blue);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2rem;
      }

      .component-title-cta-images-caption--description p {
        color: var(--grey);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.75rem;
      }
    }

    .component-title-cta-images-caption--image-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
    }
  }

  .component-title-cta-images-caption__pioneerism {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    .component-title-cta-images-caption__pioneerism--wrapper {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .component-title-cta-images-caption__pioneerism--subtitle {
      color: var(--orange);
      font-family: var(--font-family-poppins);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 266%; /* 2.3275rem */
      letter-spacing: 0.0625rem;
      text-transform: uppercase;
    }

    .component-title-cta-images-caption__pioneerism--title {
      color: var(--grey);
      font-family: var(--font-family-poppins);
      font-size: 3rem;
      font-style: normal;
      font-weight: 500;
      line-height: 3.75rem; /* 125% */
      strong {
        color: var(--blue);
        font-weight: inherit;
      }
    }

    .component-title-cta-images-caption__pioneerism--description {
      position: relative;
      flex-direction: column;
      display: flex;
      gap: 1rem;

      p {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        line-height: 1.75rem;
        padding-left: 1rem;

        strong {
          color: var(--orange);
        }
      }
    }

    .component-title-cta-images-caption__pioneerism--description::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0.25rem;
      background-color: var(--orange);
      border-radius: 3.125rem;
    }

    picture:has(img.component-wrapper-picture--picture-image) {
      padding: 1rem;
      position: relative;
    }

    picture:has(img.component-wrapper-picture--picture-image)::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 3.447rem;
      height: 2.922rem;
      border-radius: 0.525rem;
      background-color: var(--orange);
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    }

    picture:has(img.component-wrapper-picture--picture-image)::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 2.292rem;
      height: 1.942rem;
      border-radius: 0.525rem;
      background-color: var(--blue);
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .component-wrapper-picture--picture-image {
      height: auto;
      width: 100%;
      max-width: 100%;
      border-radius: 0.525rem;
    }
  }

  .component-title-cta-images-caption__floating-title-text-on-image {
    min-height: 37.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--blue);
    .component-title-cta-images-caption--img-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
      .component-wrapper-picture--picture-image {
        position: absolute;
        z-index: 0;
        width: 100vw;
        top: -12.5rem;
        left: 0;
        object-fit: cover;
        opacity: 0.3;
        zoom: 100%;
      }
    }
    .component-title-cta-images-caption--wrapper {
      display: flex;
      flex-direction: column;
      gap: 0.7rem;
      position: relative;
      z-index: 1;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      background-color: var(--white);
      margin: 0 1rem;
      border-radius: 0.5rem;
      border: 0.019rem solid var(--grey);
      background: var(--white);
      box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.25);
      .component-title-cta-images-caption--title {
        color: var(--grey);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 3.75rem;
        strong {
          font-weight: inherit;
          color: var(--orange);
        }
      }
      .component-title-cta-images-caption--description p {
        color: var(--grey);
        text-align: center;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
      }
    }
  }

  .component-title-cta-images-caption__contact-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    order: 1;
    padding: 0 1rem;
    .component-title-cta-images-caption--wrapper {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      .component-title-cta-images-caption--title {
        color: var(--blue);
        font-family: var(--font-family-poppins);
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.5rem;
      }
      .component-title-cta-images-caption--subtitle {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
      }
    }
  }
}

.page-nutricao {
  overflow-x: hidden;
  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption--image-overlay {
      background: linear-gradient(
          0deg,
          rgba(0, 128, 200, 0) 58.31%,
          #0080c8 273.1%
        ),
        linear-gradient(
          183deg,
          rgba(255, 255, 255, 0) 15.36%,
          rgba(255, 255, 255, 0.7) 57.41%
        );
    }

    .component-title-cta-images-caption__page-banner--image-wrapper {
      .component-title-cta-images-caption__page-banner--description p {
        strong {
          font-weight: 500;
          color: var(--orange);
        }
      }
    }
  }

  .component-title-cta-images-caption__image-left {
    background-color: var(--grey4);
    .component-title-cta-images-caption__image-left--wrapper {
      .component-title-cta-images-caption--description {
        strong {
          font-weight: 600;
          color: var(--orange);
        }
      }
    }
  }
}

.page-commitments-quality {
  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption--image-overlay {
      display: block;
      background: linear-gradient(
        94deg,
        rgba(255, 255, 255, 0.5) 22.49%,
        rgba(255, 255, 255, 0.38) 82.29%,
        rgba(153, 153, 153, 0) 163.26%
      );
    }

    .component-title-cta-images-caption__page-banner--image-wrapper {
      .component-title-cta-images-caption--title strong {
        color: var(--orange);
      }

      .component-title-cta-images-caption__page-banner--title p {
        strong {
          font-weight: 500;
          color: var(--orange);
        }
      }
    }
  }

  .component-title-cta-images-caption__image-left {
    .component-title-cta-images-caption--wrapper-box {
      flex-direction: column-reverse;
      > picture {
        margin: 0 auto;
      }
    }
  }

  .component-title-cta-images-caption__floating-title-text-under-image {
    .component-title-cta-images-caption--image-overlay {
      background-color: var(--light-grey-with-alpha);
    }
  }
}

.page-sustentabilidade {
  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption__page-banner--image-wrapper {
      .component-title-cta-images-caption--title strong {
        color: var(--orange);
      }
    }
  }
  .component-title-cta-images-caption__image-left {
    background-color: var(--grey4);
    position: relative;
    .component-title-cta-images-caption--wrapper-box {
      flex-direction: column-reverse;
      .component-title-cta-images-caption--wrapper {
        .component-title-cta-images-caption--title {
          line-height: normal;
        }
        .component-title-cta-images-caption--description p {
          line-height: normal;
        }
      }
    }
  }
}

.page-quem-somos {
  .component-title-cta-images-caption--image-overlay {
    background: linear-gradient(
      181deg,
      rgba(255, 255, 255, 0) 2.57%,
      rgba(255, 255, 255, 0.5) 102.41%
    );
  }

  .component-title-cta-images-caption__page-banner--image-wrapper {
    .component-title-cta-images-caption__page-banner--description p strong {
      color: var(--blue);
      font-weight: inherit;
    }
    .page-quem-somos--component-cta__page-banner:hover {
      background-color: var(--blue7);
      border-color: var(--blue7);
      color: var(--white);
    }
  }
}

.page-nossa-historia {
  .component-title-cta-images-caption--image-overlay {
    background: rgba(211, 211, 211, 0.2);
  }
  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption__page-banner--title {
      strong {
        color: var(--blue);
      }
    }
  }
}

.page-lactose {
  .component-title-cta-images-caption {
    .component-title-cta-images-caption--image-wrapper {
      .component-title-cta-images-caption--title {
        color: var(--orange);
        font-weight: 400;
        strong {
          font-weight: 700;
        }
      }
      .component-title-cta-images-caption--description p {
        color: var(--white);
        max-width: 90%;
      }
    }
  }

  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption__page-banner--image-wrapper {
      top: 10.56rem;
    }

    .component-title-cta-images-caption--image-overlay {
      display: block;
      background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0) 5.69%,
        rgba(109, 109, 109, 0.4) 39.53%,
        rgba(0, 0, 0, 0.6) 64.81%
      );
    }
  }
}

.page-wpc80 {
  .component-title-cta-images-caption--image-overlay {
    background: var(--white2);
  }
  .component-title-cta-images-caption--image-wrapper {
    .component-title-cta-images-caption--title {
      strong {
        color: var(--orange);
      }
      max-width: 80%;
    }
    .component-title-cta-images-caption--description p {
      strong {
        color: var(--orange);
        font-weight: inherit;
      }
    }
  }

  .component-title-cta-images-caption__page-banner {
    .component-title-cta-images-caption__page-banner--image-wrapper {
      top: 9.69rem;
    }
  }
}

@media (max-width: 47.938rem) {
  .pageGeneric {
    .component-title-cta-images-caption__page-banner {
      .component-wrapper-picture--picture-image {
        max-width: none;
        height: auto;
        width: 100vw;
        min-height: 600px;
        object-fit: cover;
      }
    }
  }
  .component-title-cta-images-caption__image-left {
    .component-title-cta-images-caption--wrapper-box {
      .component-wrapper-picture--picture-image {
        height: 18.3rem;
      }
    }
  }
  .page-nutricao {
    .component-title-cta-images-caption__image-left {
      .component-title-cta-images-caption--wrapper-box {
        padding-bottom: 2.5rem;
      }
    }
  }
}

@media (min-width: 48rem) {
  .pageGeneric {
    .component-title-cta-images-caption__page-banner {
      .component-wrapper-picture--picture-image {
        height: auto;
        width: 100vw;
        min-height: 600px;
        object-fit: cover;
        max-width: none;
      }
    }
  }
}

@media (max-width: 63.938rem) {
  .pageGeneric {
    .component-title-cta-images-caption__image-right-exceeding {
      img:not(
          .page-nutricao--component-wrapper-picture-picture-image__image-right-exceeding
        ) {
        display: none;
      }
    }
  }
}

@media (min-width: 64rem) {
  .pageGeneric {
    .component-title-cta-images-caption__page-banner {
      .component-wrapper-picture--picture-image {
        height: auto;
        width: 100vw;
        min-height: 600px;
        object-fit: cover;
        max-width: none;
      }

      .component-title-cta-images-caption__page-banner--image-wrapper {
        width: 100%;
        max-width: 77rem;
        padding: 0 1rem;
        left: 50%;
        transform: translateX(-50%);

        .component-title-cta-images-caption__page-banner--title {
          font-size: 3.75rem;
          line-height: 4.375rem;
          letter-spacing: 0;
        }

        .component-title-cta-images-caption__page-banner--description p {
          font-size: 1.5rem;
          line-height: 2.5rem;
        }
      }
    }

    .component-title-cta-images-caption__home-subfooter {
      width: 100%;
      margin: 0 auto;
      border-radius: 0;
      .component-title-cta-images-caption__home-subfooter--title-subtitle {
        .component-title-cta-images-caption__home-subfooter--title {
          font-size: 3rem;
        }
      }
      .component-title-cta-images-caption__home-subfooter--wrapper {
        position: relative;
        display: flex;
        padding: 6.5rem 1rem;
        flex-direction: row;
        align-self: stretch;
        z-index: auto;
        width: 100%;
        max-width: 77rem;
        justify-content: space-between;
        margin: 0 auto;
        .component-title-cta-images-caption__home-subfooter--description-cta {
          .component-title-cta-images-caption__home-subfooter--description {
            width: 30.375rem;
            padding-right: 60px;
          }
        }
      }
    }

    .component-title-cta-images-caption__image-left {
      .component-title-cta-images-caption--wrapper-box {
        flex-direction: row-reverse;
        max-width: 90rem;
        width: 100%;
        margin: 0 auto;
        gap: 4.5rem;
        align-items: center;
        padding: 1.5rem 4.69rem 1.5rem 4.63rem;

        .component-title-cta-images-caption__image-left--wrapper {
          max-width: 37rem;
          justify-content: center;
        }

        .component-title-cta-images-caption__image-left--title {
          font-size: 2.5rem;
          margin-top: 1rem;
        }

        .component-title-cta-images-caption__image-left--description {
          gap: 0;
        }
      }
    }

    .component-title-cta-images-caption__home-about {
      flex-direction: row;
      max-width: 77rem;
      margin: 0 auto;
      align-items: center;
      padding: 0 1rem;
      padding-top: 4.56rem;
      justify-content: space-between;

      .component-title-cta-images-caption__home-about--wrapper {
        max-width: 37rem;
        justify-content: center;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

      .component-title-cta-images-caption__home-about--title {
        font-size: 3rem;
        line-height: 3.75rem;
      }

      .component-title-cta-images-caption__home-about--description {
        line-height: 1.75rem;
      }
      .page-home--topic-image-text__home-about__home-about {
        max-width: 507px;
      }
    }

    .component-title-cta-images-caption__image-right-exceeding {
      flex-direction: row;

      .component-title-cta-images-caption__image-right-exceeding--wrapper {
        width: 100%;
        max-width: 75rem;
        left: 50%;
        transform: translateX(-50%);
      }

      .component-title-cta-images-caption__image-right-exceeding--title {
        font-size: 3.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: 4.5rem;
        max-width: 43.75rem;
        width: 100%;
      }

      .component-title-cta-images-caption__image-right-exceeding--description {
        gap: 0;
        max-width: 43.75rem;
        width: 100%;
      }

      .component-title-cta-images-caption__image-right-exceeding--description
        p {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.5rem;
      }

      img:not(
          .page-nutricao--component-wrapper-picture-picture-image__image-right-exceeding
        ) {
        position: absolute;
        right: -3.438rem;
        width: 45.875rem;
        height: 61rem;
        bottom: 0;
      }
    }
    .component-title-cta-images-caption__pioneerism {
      max-width: 75rem;
      padding: 2rem 2.75rem 2rem 1rem;
      margin: 3.125rem auto;
      gap: 5rem;
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      .component-title-cta-images-caption__pioneerism--wrapper {
        grid-column: span 7 / span 7;
      }
      picture:has(img.component-wrapper-picture--picture-image)::after {
        width: 6.5625rem;
        height: 5.5625rem;
        top: -26px;
        right: -26px;
      }

      picture:has(img.component-wrapper-picture--picture-image)::before {
        width: 4.375rem;
        height: 3.6875rem;
        bottom: -10px;
        left: -17px;
      }
      picture:has(img.component-wrapper-picture--picture-image) {
        grid-column: span 5 / span 5;
        margin-top: 2rem;
        .component-wrapper-picture--picture-image {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
      .component-title-cta-images-caption__pioneerism--title {
        padding-left: 1.5rem;
        font-size: 2.813rem;
        line-height: 3.75rem;
      }
      .component-title-cta-images-caption__pioneerism--subtitle,
      .component-title-cta-images-caption__pioneerism--description p {
        padding-left: 1.5rem;
      }

      .component-title-cta-images-caption__pioneerism--description::before {
        height: calc(100% + 40px);
        top: -30px;
      }
    }
  }

  .page-quem-somos {
    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption--description {
        max-width: 43.688rem;
      }
    }
  }

  .page-nossa-historia {
    .component-title-cta-images-caption--image-overlay {
      background: rgba(211, 211, 211, 0.2);
    }
    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--title {
        strong {
          color: var(--blue);
        }
      }

      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 6.625rem;

        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 38.9rem;
        }
      }
    }
  }

  .page-nutricao {
    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 5.125rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 44rem;
        }
      }
    }

    .component-title-cta-images-caption__image-left {
      padding-bottom: 17.62rem;
      .component-title-cta-images-caption--wrapper-box {
        padding: 5.5rem 4.69rem 0 4.63rem;
      }
    }

    .component-title-cta-images-caption__image-right-exceeding {
      .component-title-cta-images-caption--wrapper-additional-image {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        z-index: 7;
        max-width: 90rem;
      }
    }
  }

  .page-commitments-quality {
    .component-title-cta-images-caption__image-left {
      .component-title-cta-images-caption--wrapper-box {
        padding: 1.63rem 1rem 5.5rem;
        max-width: 77rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 2rem;
        .component-title-cta-images-caption__image-left--wrapper {
          grid-column: span 7 / span 7;
          order: 2;
        }
        picture:has(.component-wrapper-picture--picture-image) {
          grid-column: span 5 / span 5;
          order: 1;
        }
      }
    }

    .component-title-cta-images-caption__floating-title-text-under-image {
      height: 100%;
      position: relative;
      margin-top: 1.5rem;
      > picture:has(.component-wrapper-picture--picture-image) {
        width: 100%;
        .component-wrapper-picture--picture-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .component-wrapper-picture--picture-image {
        width: 100%;
        clip-path: inset(0 0 55px 0);
      }

      .component-title-cta-images-caption--image-overlay {
        background: linear-gradient(
          to bottom,
          var(--light-grey-with-alpha) 0%,
          var(--light-grey-with-alpha) calc(100% - 6.25rem),
          var(--white) calc(100% - 6.25rem),
          var(--white) 100%
        );
      }

      .component-title-cta-images-caption--wrapper {
        max-width: 62.375rem;
        margin: 0 auto;
        bottom: 0.1rem;
        top: auto;
        padding: 2.5rem 7.625rem;
        transform: none;
        gap: 1.5rem;
      }
    }

    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 13.69rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 36.2rem;
        }
      }
    }
  }

  .page-sustentabilidade {
    .component-title-cta-images-caption__image-left {
      .component-title-cta-images-caption--wrapper-box {
        padding: 5.125rem 1rem;
        .component-title-cta-images-caption--wrapper {
          gap: 0.5rem;
          .component-title-cta-images-caption--title {
            line-height: 4rem;
          }
          .component-title-cta-images-caption--description p {
            font-size: 1.5rem;
            line-height: 2.5rem;
          }
        }
      }
    }

    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 5.56rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 39.8rem;
        }
      }
    }
  }

  .page-nossa-historia {
    .component-title-cta-images-caption--image-overlay {
      background: transparent;
    }
    .component-title-cta-images-caption__floating-title-text-on-image {
      min-height: 52.063rem;
      justify-content: start;
      margin-top: 6rem;
      .component-title-cta-images-caption--wrapper {
        margin-top: -6rem;
        padding: 3.125rem 3.75rem;
        max-width: 70rem;
      }
      .component-title-cta-images-caption--img-wrapper {
        .component-wrapper-picture--picture-image {
          top: -6.5rem;
          zoom: 119%;
        }
      }
    }
    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--title {
        strong {
          color: var(--grey);
        }
      }
    }
  }

  .page-lactose {
    .component-title-cta-images-caption {
      .component-title-cta-images-caption--image-wrapper {
        .component-title-cta-images-caption--title {
          max-width: 70%;
        }
        .component-title-cta-images-caption--description p {
          max-width: 100%;
        }
      }
    }

    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 7.938rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 33.6rem;
        }
      }
    }
  }

  .page-wpc80 {
    .component-title-cta-images-caption--image-overlay {
      background: transparent;
    }
    .component-title-cta-images-caption--image-wrapper {
      .component-title-cta-images-caption--title {
        max-width: 100%;
      }
    }

    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 9.62rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 41.7rem;
        }
      }
    }
  }

  .page-contato {
    .component-title-cta-images-caption__contact-column {
      order: 2;
      max-width: 35.5rem;
      width: 100%;
      margin-right: auto;
      padding-right: 1rem;
      padding-left: 0;
      .component-title-cta-images-caption--wrapper {
        height: 100%;
        padding: 2.5rem 3rem;
        border-radius: 1rem;
        border: 0.031rem solid var(--light-grey2);
        background: linear-gradient(
          161deg,
          var(--white) 4.05%,
          var(--light-grey) 94.71%
        );
        gap: 1.5rem;
        .component-title-cta-images-caption--title {
          font-size: 2rem;
          font-weight: 500;
          line-height: 2.5rem;
        }
      }
    }

    .component-title-cta-images-caption__page-banner {
      .component-title-cta-images-caption__page-banner--image-wrapper {
        top: 8.63rem;
        .component-title-cta-images-caption--title,
        .component-title-cta-images-caption--description {
          width: 100%;
          max-width: 35.6rem;
          text-wrap: auto;
        }
      }
    }
  }
}

@media (min-width: 90rem) {
  .pageGeneric {
    .component-title-cta-images-caption__home-about {
      padding-top: 6.56rem;
    }

    .component-title-cta-images-caption__pioneerism {
      .component-title-cta-images-caption__pioneerism--wrapper {
        grid-column: span 6 / span 6;
      }
      picture:has(img.component-wrapper-picture--picture-image) {
        grid-column: span 6 / span 6;
        margin-top: 4rem;
        width: 35.4rem;
        height: 31.6rem;
      }
    }
  }

  .page-nutricao {
    .component-title-cta-images-caption__image-left {
      padding-bottom: 16.62rem;
    }
  }

  .page-commitments-quality {
    .component-title-cta-images-caption__floating-title-text-under-image {
      > picture:has(.component-wrapper-picture--picture-image) {
        .component-wrapper-picture--picture-image {
          height: 52.3rem;
        }
      }
    }
  }
}
