.sectionProduto {
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  height: 700px;
}

.sectionProduto .row {
  display: flex;
  align-items: center;
  min-height: 600px;
}

.folha1 {
  position: absolute;
  left: 0;
  top: 0;
}

.folha1 img {
  max-width: 150px;
  transform: scale(2.2);
  transform-origin: top left;
}

.folha2 {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 2;
}

.folha2 img {
  max-height: 450px;
  margin-left: auto;
  margin-right: 15px;
}

.imagemProduto {
  position: relative;
  height: 600px; 
  padding-right: 16px;
}

.imagemProduto img {
  max-width: 100%;
  height: auto;
  transform: scale(2.3);
  transform-origin: 70% 100%;
  position: absolute;
  bottom: 0;
  left: 0; 

}

.boxDescricaoProduto {
  position: relative;
  padding-left: 20px;
}

.boxDescricaoProduto .nivel1 {
  padding-top: 165px;
}

.boxDescricaoProduto .nivel1 h1 {
  color: #fa9e0d;
  font-size: 105px;
  line-height: 90px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.boxDescricaoProduto .nivel2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 150px;
}

.boxDescricaoProduto .nivel2 .textNivel2 {
  max-width: 334px;
}

.boxDescricaoProduto .nivel2 .textNivel2 h2 {
  color: #727376;
  font-size: 55px;
  line-height: 50px;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.boxDescricaoProduto .nivel2 .integral {
  text-align: right;
}

.boxDescricaoProduto .integral img {
  width: 160px;
}

.sectionConhecaNossaFamilia {
  padding-top: 65px;
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
}

.folha3 {
  position: absolute;
  top: calc(50% - 300px);
}

.folha3 img {
  max-height: 600px;
}

.folha4 {
  position: absolute;
  top: calc(75% - 125px);
  right: 0;
}

.folha4 img {
  max-height: 250px;
}

.sectionConhecaNossaFamilia .titleConhecaNossaFamilia h3 {
  color: #727376;
  padding-bottom: 65px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

.sectionConhecaNossaFamilia .fotoPrimaria {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 600px;
  margin-bottom: 65px;
  cursor: pointer;
}

.sectionConhecaNossaFamilia .fotoSecundaria {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 450px;
  margin-bottom: 65px;
  cursor: pointer;
}

.sectionTree {
  padding: 100px 0 130px 0;
  position: relative;
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
}

.sectionTree .folha5 {
  position: absolute;
  left: 0;
  top: 0;
}

.sectionTree .folha5 img {
  max-height: 150px;
}

.sectionTree .titleTree{
  max-width: 400px;
}

.sectionTree .titleTree h4 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.sectionTree .contentTree {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
}

.sectionTree .tree {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.sectionTree .tree img {
  max-height: 100%;
}

.sectionProntoParaBeber {
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  padding: 250px 0px;
  position: relative;
}

.sectionProntoParaBeber .segurandoGarrafa {
  position: absolute;
  top: 30px;
  left: 0;
  height: calc(100% - 30px);
}

.sectionProntoParaBeber .segurandoGarrafa img {
  max-height: calc(100% - 30px);
}

.sectionProntoParaBeber .folha6 {
  position: absolute;
  bottom: -300px;
  right: -30px;
  z-index: 2;
}

.sectionProntoParaBeber .folha6 img {
  max-height: 250px;
}

.sectionProntoParaBeber .titleProntoParaBeber h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  text-align: right;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.sectionProntoParaBeber .textProntoParaBeber {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  text-align: right;
}

.sectionEuReciclo {
  padding: 150px 0px;
  position: relative;
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
}

.sectionEuReciclo .folha7 {
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: 2;
}

.sectionEuReciclo .folha7 img {
  max-height: 200px;
}

.sectionEuReciclo .recicloCinza {
  position: absolute;
  left: 0;
  top: 10px;
}

.sectionEuReciclo .recicloCinza img {
  max-height: 350px;
}

.sectionEuReciclo .recicloColorido {
  text-align: center;
}

.sectionEuReciclo .recicloColorido img {
  max-height: 300px;
  margin: 0 auto;
}

.sectionEuReciclo .embalagemReciclavel {
  position: absolute;
  bottom: -105px;
  left: 0;
}

.sectionEuReciclo .embalagemReciclavel img {
  max-height: 60px;
}

.sectionEuReciclo .titleEuReciclo{
  max-width: 450px;
}

.sectionEuReciclo .titleEuReciclo h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.sectionEuReciclo .contentEuReciclo {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
}

.sectionNutricional {
  padding-top: 65px;
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
}

.sectionNutricional .titleNutricional h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 65px;
  text-align: center;
}

.sectionNutricional .contentNutricional .titleContentNutricional {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
}

.sectionNutricional .contentNutricional {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 65px;
  column-count: 2;
  column-gap: 30px;
}

.sectionNutricional .bottleCinza {
  position: absolute;
  right: 0;
  height: calc(100% - 50px);
  bottom: 0;
}

.sectionNutricional .bottleCinza img {
  max-height: calc(100% - 25px);
}

.sectionNutricional .contentNutricional--sec6-duas-imagens {
  column-count: 1;
  column-gap: 0;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sectionNutricional .sec6-imagens-colunas {
  margin-left: -26px;
  margin-right: -26px;
}

.sectionNutricional .sec6-imagens-colunas__celula {
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
}

.sectionNutricional .sec6-imagens-colunas__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  max-height: 420px;
}

@media (min-width: 1200px) {
  .sectionNutricional .contentNutricional--sec6-duas-imagens {
    max-width: 1040px;
  }

  .sectionNutricional .sec6-imagens-colunas__img {
    max-height: 460px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sectionNutricional .contentNutricional--sec6-duas-imagens {
    max-width: 880px;
  }

  .sectionNutricional .sec6-imagens-colunas__img {
    max-height: 380px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sectionNutricional .sec6-imagens-colunas {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sectionNutricional .sec6-imagens-colunas__celula {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sectionIntegridade {
  position: relative;
  padding: 65px 0px;
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}

.sectionIntegridade .titleIntegridade h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-align: right;
}

.sectionIntegridade .contentIntegridade {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  text-align: right;
}

.sectionIntegridade .folha8 {
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 2;
}
.sectionIntegridade .folha8 img {
  max-height: 530px;
}

.sectionIntegridade .folha9 {
  position: absolute;
  right: 30px;
  bottom: -150px;
  z-index: 2;
}

.sectionIntegridade .folha9 img {
  max-height: 200px;
}

.sectionIntegridade .placa360 {
  position: absolute;
  right: 0px;
  bottom: -300px;
  z-index: 2;
}

.sectionIntegridade .placa360 img {
  max-height: 500px;
}

.sectionIntegridade .imgProdutoIntegridade img {
  max-height: 600px;
  margin: 0px auto;
}

.sectionIntegridade .flexIntegridade {
  display: flex;
  align-items: center;
}

.sectionConhecaSeuSuco {
  padding: 175px 0px 130px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.sectionConhecaSeuSuco .titleSeuSuco h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 100px;
  text-align: center;
}

.sectionConhecaSeuSuco .folha10 {
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: 2;
}

.sectionConhecaSeuSuco .folha10 img {
  max-height: 300px;
}

.sectionConhecaSeuSuco .boxImagemConhecaSeuSuco {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.sectionConhecaSeuSuco .boxImagemConhecaSeuSuco img {
  max-width: 100%;
  height: auto;
  transform-origin: center;
}

.sectionGenericInfo {
  padding: 65px 0px;
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}

.sectionGenericInfo .boxGenericInfo {
  margin-bottom: 30px;
}

.sectionGenericInfo .boxGenericInfo .imagegenericInfo img {
  margin: 0 auto;
  max-height: 37px;
}

.sectionGenericInfo .boxGenericInfo .titlegenericInfo h5 {
  margin: 10px 0px;
  color: #848688;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.sectionGenericInfo .boxGenericInfo .contentgenericInfo {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 23px;
  line-height: 26px;
  text-align: left;
}

.sectionEnvaseAsseptico {
  padding: 150px 0px;
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
}

.sectionEnvaseAsseptico .fillEnvase {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sectionEnvaseAsseptico .folha11 {
  position: absolute;
  left: 0;
  top: 50px;
}

.sectionEnvaseAsseptico .folha11 img {
  max-height: 350px;
}

.sectionEnvaseAsseptico .folha12 {
  position: absolute;
  left: 50%;
  bottom: -85px;
  z-index: 2;
}

.sectionEnvaseAsseptico .folha12 img {
  max-height: 200px;
}

.sectionEnvaseAsseptico .titleEnvase h5 {
  margin: 0;
  color: #727376;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-align: left;
}

.sectionEnvaseAsseptico .contentEnvase {
  margin: 0;
  color: #727376;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
}

.sectionGaleriaProduto {
  padding: 150px 0 120px 0;
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}

.sectionGaleriaProduto .folha13 {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.sectionGaleriaProduto .folha13 img {
  max-height: 175px;
}

.sectionGaleriaProduto .titleGaleriaProduto {
  width: 72px;
  margin-right: 100px;
}

.sectionGaleriaProduto .titleGaleriaProduto img {
  margin: auto;
}

.sectionGaleriaProduto .container-fluid,
.sectionGaleriaProduto .row,
.sectionGaleriaProduto .row > [class*="col-"] {
  min-width: 0;
}

.sectionGaleriaProduto .boxGalerias {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.sectionGaleriaProduto .boxGalerias .titleGaleriaProduto,
.sectionGaleriaProduto .boxGalerias .boxGaleriaDestaque {
  flex-shrink: 0;
}

.sectionGaleriaProduto .boxGaleriaDestaque .abreLightGallery {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 525px;
  width: 525px;
  margin-bottom: 0;
  cursor: pointer;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaDestaque .galeriaDestaque img {
  display: none;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
  display: block;
  flex: 1 1 0%;
  max-width: calc(247.5px * 2 + 30px);
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #d4d4d4 #ffffff;
  padding-bottom: 8px;
  margin-top: 0;
  margin-left: 36px;
  align-self: flex-start;
}

.sectionGaleriaProduto .boxGaleriaSecundaria-scroll {
  display: inline-grid;
  /* 2 linhas × N colunas: fluxo em coluna (4 thumbs por “página” de scroll) */
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  grid-auto-columns: 247.5px;
  column-gap: 30px;
  row-gap: 30px;
  justify-items: stretch;
  align-items: stretch;
  vertical-align: top;
  max-width: none;
  min-height: 0;
  padding: 2px 2px 0;
  /* Altura = destaque: 2×thumb + row-gap (247.5 + 30 + 247.5 = 525) */
  height: 525px;
  box-sizing: border-box;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria::-webkit-scrollbar {
  height: 6px;
  border-radius: 0;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 0;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria::-webkit-scrollbar-corner {
  background: #ffffff;
}

/* Até 4 miniaturas: tudo cabe na “viewport” 2×2 — sem scroll horizontal */
.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria--poucasFotos {
  overflow-x: hidden;
  padding-bottom: 0;
  scrollbar-width: none;
}

.sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria--poucasFotos::-webkit-scrollbar {
  height: 0;
  display: none;
}

.sectionGaleriaProduto .boxGaleriaSecundaria .abreLightGallery {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.sectionGaleriaProduto .boxGaleriaSecundaria-scroll .galeriaSecundaria__item img {
  display: none;
}

@media (max-width: 991px) {
  .boxDescricaoProduto .nivel2 .textNivel2 {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .sectionNutricional .contentNutricional {
    column-count: 1;
    column-gap: 0px;
  }

  .sectionNutricional .contentNutricional--sec6-duas-imagens {
    max-width: 100%;
    margin-bottom: 28px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .sectionNutricional .sec6-imagens-colunas {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sectionNutricional .sec6-imagens-colunas__celula {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionNutricional .sec6-imagens-colunas__img {
    max-height: 260px;
  }

  .sectionGaleriaProduto{
    padding: 100px 0;
  }

  .sectionGaleriaProduto .boxGalerias .boxGaleriaDestaque, .sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
    width: 100%;
  }

  .sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
    flex: 0 1 auto;
    /* Largura da “viewport” do scroll = 2 colunas; altura da grelha = altura do destaque (350px) */
    max-width: calc(167px * 2 + 16px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
  }

  .sectionGaleriaProduto .boxGalerias {
    flex-direction: column;
    align-items: center;
  }

  .sectionGaleriaProduto .folha13 {
    right: 0;
  }

  .sectionGaleriaProduto .folha13 img {
    max-height: 100px;
  }

  .sectionGaleriaProduto .boxGaleriaDestaque .abreLightGallery {
    width: 100%;
    height: 350px;
    margin-bottom: 24px;
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll {
    grid-auto-columns: 167px;
    column-gap: 16px;
    row-gap: 16px;
    height: 350px;
    grid-template-rows: 1fr 1fr;
    align-content: stretch;
    align-items: stretch;
    box-sizing: border-box;
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll .abreLightGallery {
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    margin-bottom: 0;
  }

  .sectionGaleriaProduto .titleGaleriaProduto {
    margin-right: 0;
    margin-bottom: 30px;
    width: 233px;
  }

  .sectionEnvaseAsseptico .folha12 {
    bottom: -80px;
  }

  .sectionEnvaseAsseptico .folha12 img {
    max-height: 100px;
  }

  .sectionEnvaseAsseptico .folha11 {
    top: -25px;
  }

  .sectionEnvaseAsseptico .folha11 img {
    max-height: 50px;
  }

  .sectionEnvaseAsseptico {
    padding: 30px 0;
  }

  .sectionEnvaseAsseptico .fillEnvase {
    position: relative;
    margin: 30px auto 0 auto;
    width: 100%;
    height: 600px;
    max-width: 500px;
  }

  .sectionGenericInfo {
    padding: 30px 0 0 0;
  }

  .sectionConhecaSeuSuco .boxImagemConhecaSeuSuco {
    margin-bottom: 30px;
  }

  .sectionConhecaSeuSuco .titleSeuSuco h5 {
    margin-bottom: 30px;
  }

  .sectionConhecaSeuSuco {
    padding: 200px 0px 50px 0px;
  }

  .sectionConhecaSeuSuco .folha10 {
    bottom: -50px;
  }

  .sectionConhecaSeuSuco .folha10 img {
    max-height: 100px;
  }

  .sectionProduto {
    padding: 20px 12px 14px 12px;
    height: auto;
    min-height: 0;
  }

  .sectionProduto .row {
    display: block;
    min-height: 0;
  }

  .sectionProduto .row > [class*="col-"] {
    width: 100%;
    float: none;
  }

  .imagemProduto {
    height: auto;
    min-height: 0;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 16px 12px 8px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
  }

  .boxDescricaoProduto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .boxDescricaoProduto .nivel1 {
    padding-top: 12px;
  }

  .boxDescricaoProduto .nivel1 h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .imagemProduto img {
    position: relative;
    display: block;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    max-height: 340px;
    width: auto;
    max-width: 100%;
    height: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: scale(1.08);
    transform-origin: center center;
  }

  .folha1 img {
    max-width: 125px;
    transform: scale(1.0);
    transform-origin: top left;
  }

  .folha2 {
    bottom: -15px;
  }

  .folha2 img {
    max-height: 150px;
  }

  .boxDescricaoProduto .nivel2 {
    padding-top: 24px;
    padding-bottom: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .boxDescricaoProduto .nivel2 .integral {
    text-align: center;
  }

  .boxDescricaoProduto .nivel2 .integral img {
    width: auto;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .boxDescricaoProduto .nivel2 .textNivel2 h2 {
    font-size: 35px;
    line-height: 30px;
    padding-bottom: 16px;
    text-align: center;
  }

  .sectionConhecaNossaFamilia {
    padding-top: 30px;
  }

  .folha3 {
    top: calc(50% - 150px);
  }

  .folha3 img {
    max-height: 300px;
  }

  .sectionConhecaNossaFamilia .titleConhecaNossaFamilia h3 {
    padding-bottom: 30px;
  }

  .sectionConhecaNossaFamilia .fotoPrimaria,
  .sectionConhecaNossaFamilia .fotoSecundaria {
    margin-bottom: 30px;
  }

  .sectionConhecaNossaFamilia .fotoPrimaria {
    height: 350px;
  }

  .sectionConhecaNossaFamilia .fotoSecundaria {
    height: 300px;
  }

  .sectionTree .folha5 {
    top: unset;
    bottom: 80px;
  }

  .sectionTree .folha5 img {
    max-height: 90px;
  }

  .sectionTree {
    padding: 30px 0 0 0;
  }

  .sectionTree .tree {
    position: relative;
  }

  .sectionTree .tree img {
    max-height: 250px;
    margin-left: auto;
    margin-top: 30px;
  }

  .sectionProntoParaBeber {
    padding: 30px 0px;
  }

  .sectionProntoParaBeber .folha6 {
    right: 0px;
    bottom: -200px;
  }

  .sectionProntoParaBeber .folha6 img {
    max-height: 100px;
  }

  .sectionProntoParaBeber .segurandoGarrafa {
    position: relative;
  }

  .sectionProntoParaBeber .segurandoGarrafa img {
    max-height: 300px;
    margin: 30px 0px;
  }

  .sectionEuReciclo {
    padding: 30px 0px 50px 0px;
  }

  .sectionEuReciclo .recicloCinza img {
    max-height: 150px;
  }

  .sectionEuReciclo .recicloColorido img {
    max-height: 250px;
    margin-top: 30px;
  }

  .sectionEuReciclo .folha7 {
    bottom: -25px;
  }

  .sectionEuReciclo .folha7 img {
    max-height: 70px;
  }

  .sectionEuReciclo .embalagemReciclavel {
    position: relative;
    bottom: unset;
  }

  .sectionEuReciclo .embalagemReciclavel img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionNutricional {
    padding-top: 30px;
  }

  .sectionNutricional .contentNutricional {
    margin-bottom: 30px;
  }

  .sectionNutricional .titleNutricional h5 {
    margin-bottom: 30px;
  }

  .sectionNutricional .bottleCinza {
    z-index: 2;
    bottom: -35px;
    height: 70px;
  }

  .sectionNutricional .bottleCinza img {
    max-height: 80px;
  }

  .sectionIntegridade {
    padding: 30px 0px;
  }

  .sectionIntegridade .flexIntegridade {
    flex-direction: column;
  }

  .sectionIntegridade .imgProdutoIntegridade {
    margin-bottom: 30px;
  }

  .sectionIntegridade .imgProdutoIntegridade img {
    max-height: 350px;
  }

  .sectionIntegridade .folha8 {
    top: -15px;
  }

  .sectionIntegridade .folha8 img {
    max-height: 150px;
  }

  .sectionIntegridade .folha9 {
    right: unset;
    left: 30px;
    bottom: -85px;
  }

  .sectionIntegridade .folha9 img {
    max-height: 75px;
  }

  .sectionIntegridade .placa360 {
    bottom: -175px;
  }

  .sectionIntegridade .placa360 img {
    max-height: 200px;
  }

  .sectionTree .titleTree h4,
  .sectionEuReciclo .titleEuReciclo h5,
  .sectionNutricional .titleNutricional h5,
  .sectionIntegridade .titleIntegridade h5,
  .sectionProntoParaBeber .titleProntoParaBeber h5,
  .sectionEnvaseAsseptico .titleEnvase h5,
  .sectionConhecaSeuSuco .titleSeuSuco h5 {
    font-size: 32px;
    line-height: 36px;
  }

  .sectionTree .contentTree,
  .sectionEuReciclo .contentEuReciclo,
  .sectionNutricional .contentNutricional,
  .sectionIntegridade .contentIntegridade,
  .sectionProntoParaBeber .textProntoParaBeber,
  .sectionEnvaseAsseptico .contentEnvase {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .sectionProduto {
    padding: 16px 10px 12px 10px;
  }

  .sectionConhecaNossaFamilia,
  .sectionTree,
  .sectionProntoParaBeber,
  .sectionEuReciclo,
  .sectionNutricional,
  .sectionIntegridade,
  .sectionConhecaSeuSuco,
  .sectionGenericInfo,
  .sectionEnvaseAsseptico,
  .sectionGaleriaProduto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sectionProduto .row {
    display: block;
  }

  .imagemProduto {
    min-height: 0;
    margin-top: 18px;
    margin-bottom: 8px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    overflow: hidden;
  }

  .imagemProduto img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 8px auto 0;
    transform: scale(1.08);
    transform-origin: center center;
    max-height: 260px;
    max-width: 100%;
    padding-right: 0;
  }

  .folha4 {
    top: auto;
    bottom: 0;
  }

  .sectionConhecaNossaFamilia .fotoPrimaria,
  .sectionConhecaNossaFamilia .fotoSecundaria {
    height: 260px;
  }

  .sectionTree .titleTree h4,
  .sectionEuReciclo .titleEuReciclo h5,
  .sectionNutricional .titleNutricional h5,
  .sectionIntegridade .titleIntegridade h5,
  .sectionProntoParaBeber .titleProntoParaBeber h5,
  .sectionEnvaseAsseptico .titleEnvase h5,
  .sectionConhecaSeuSuco .titleSeuSuco h5,
  .sectionGenericInfo .boxGenericInfo .titlegenericInfo h5 {
    font-size: 26px;
    line-height: 30px;
  }

  .sectionTree .contentTree,
  .sectionEuReciclo .contentEuReciclo,
  .sectionNutricional .contentNutricional,
  .sectionIntegridade .contentIntegridade,
  .sectionProntoParaBeber .textProntoParaBeber,
  .sectionEnvaseAsseptico .contentEnvase,
  .sectionGenericInfo .boxGenericInfo .contentgenericInfo {
    font-size: 18px;
    line-height: 24px;
  }

  .sectionNutricional .contentNutricional .titleContentNutricional {
    font-size: 22px;
    line-height: 26px;
  }

  .sectionNutricional .contentNutricional--sec6-duas-imagens {
    margin-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .sectionNutricional .sec6-imagens-colunas {
    margin-left: -16px;
    margin-right: -16px;
  }

  .sectionNutricional .sec6-imagens-colunas__celula {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sectionNutricional .sec6-imagens-colunas__img {
    max-height: 200px;
  }

  .sectionConhecaSeuSuco .boxImagemConhecaSeuSuco img {
    transform: scale(1);
  }
}

@media (max-width: 599px) {
  .sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    overflow-y: visible;
    min-height: 0;
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll {
    grid-auto-columns: calc((100% - 12px) / 2);
    column-gap: 12px;
    row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    height: auto;
    grid-template-rows: repeat(2, auto);
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll .abreLightGallery {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    aspect-ratio: 1 / 1;
    min-height: 120px;
  }

  .sectionGaleriaProduto .titleGaleriaProduto {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .sectionNutricional .sec6-imagens-colunas__celula {
    width: 100%;
    float: none;
    margin-bottom: 36px;
  }

  .sectionNutricional .sec6-imagens-colunas__celula:last-child {
    margin-bottom: 0;
  }

  .sectionNutricional .sec6-imagens-colunas__img {
    max-height: 280px;
  }
}

.sectionEnvaseAsseptico{
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .sectionEnvaseAsseptico .fillEnvase{
    width: 300px;
  }

  .sectionGaleriaProduto .folha13 img {
    max-height: 100px;
  }

  .sectionGaleriaProduto .boxGaleriaDestaque .abreLightGallery {
    width: 400px;
    height: 400px;
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll {
    grid-auto-columns: 190px;
    column-gap: 20px;
    row-gap: 20px;
    height: 400px;
    grid-template-rows: 1fr 1fr;
  }

  .sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
    max-width: calc(190px * 2 + 20px);
  }

  .sectionGaleriaProduto .titleGaleriaProduto {
    margin-right: 30px;
    width: 50px;
  }

  .sectionEnvaseAsseptico .folha11 {
    top: 30px;
  }

  .sectionEnvaseAsseptico .folha11 img {
    max-height: 100px;
  }

  .sectionEnvaseAsseptico .folha12 {
    bottom: -50px;
  }

  .sectionEnvaseAsseptico .folha12 img {
    max-height: 100px;
  }

  .sectionIntegridade .folha9 {
    right: 250px;
    bottom: -125px;
  }

  .sectionIntegridade .folha9 img {
    max-height: 100px;
  }

  .sectionIntegridade .placa360 {
    bottom: -250px;
  }

  .sectionIntegridade .placa360 img {
    max-height: 400px;
  }

  .sectionConhecaSeuSuco {
    padding: 175px 0px 100px 0px;
  }

  .sectionConhecaSeuSuco .folha10 {
    bottom: -75px;
  }

  .sectionConhecaSeuSuco .folha10 img {
    max-height: 150px;
  }

  .boxDescricaoProduto .nivel1 h1 {
    font-size: 75px;
    line-height: 60px;
  }

  .boxDescricaoProduto .nivel2 .textNivel2 h2 {
    font-size: 45px;
    line-height: 40px;
  }

  .folha1 img {
    max-width: 125px;
  }

  .folha2 {
    bottom: -50px;
  }

  .folha2 img {
    max-height: 100px;
  }

  .sectionTree .folha5 img {
    max-height: 90px;
  }

  .titleProntoParaBeber,
  .textProntoParaBeber {
    padding-left: 65px;
  }

  .sectionProntoParaBeber .folha6 {
    right: 0px;
  }

  .sectionEuReciclo .recicloCinza img {
    max-height: 200px;
  }

  .sectionEuReciclo .folha7 img {
    max-height: 150px;
  }

  .sectionNutricional .bottleCinza {
    height: 100px;
  }

  .sectionNutricional .bottleCinza img {
    max-height: 100px;
  }

  .sectionIntegridade .folha8 {
    top: -30px;
  }

  .sectionIntegridade .folha8 img {
    max-height: 200px;
  }

}

@media (min-width: 1200px) and (max-width: 1366px) {
  .sectionEnvaseAsseptico .fillEnvase{
    width: 257px;
  }

  .sectionGaleriaProduto .folha13 img {
    max-height: 130px;
  }

  .sectionGaleriaProduto .boxGaleriaDestaque .abreLightGallery {
    width: 450px;
    height: 450px;
  }

  .sectionGaleriaProduto .boxGaleriaSecundaria-scroll {
    grid-auto-columns: 213px;
    column-gap: 24px;
    row-gap: 24px;
    height: 450px;
    grid-template-rows: 1fr 1fr;
  }

  .sectionGaleriaProduto .boxGalerias .boxGaleriaSecundaria {
    max-width: calc(213px * 2 + 24px);
  }

  .sectionGaleriaProduto .titleGaleriaProduto {
    margin-right: 30px;
    width: 50px;
  }

  .sectionEnvaseAsseptico .titleEnvase {
    padding-right: 75px;
  }

  .sectionEnvaseAsseptico .contentEnvase {
    padding-right: 75px;
  }

  .sectionEnvaseAsseptico .folha12 {
    bottom: -50px;
  }

  .sectionEnvaseAsseptico .folha12 img {
    max-height: 100px;
  }

  .sectionEnvaseAsseptico .folha11 {
    top: 30px;
  }

  .sectionEnvaseAsseptico .folha11 img {
    max-height: 100px;
  }

  .sectionConhecaSeuSuco {
    padding: 175px 0px 130px 0px;
  }

  .sectionConhecaSeuSuco .folha10 {
    bottom: -100px;
  }

  .sectionConhecaSeuSuco .folha10 img {
    max-height: 200px;
  }

  .folha2 {
    bottom: -50px;
  }

  .folha2 img {
    max-height: 100px;
  }

  .boxDescricaoProduto .nivel1 h1 {
    font-size: 85px;
    line-height: 70px;
  }

  .boxDescricaoProduto .nivel2 .textNivel2 h2 {
    font-size: 45px;
    line-height: 40px;
  }

  .sectionTree .folha5 img {
    max-height: 90px;
  }

  .sectionProntoParaBeber .folha6 {
    right: 0px;
  }

  .sectionEuReciclo .recicloCinza img {
    max-height: 250px;
  }

  .sectionEuReciclo .folha7 img {
    max-height: 150px;
  }

  .sectionNutricional .bottleCinza {
    height: 150px;
  }

  .sectionNutricional .bottleCinza img {
    max-height: 150px;
  }

  .sectionIntegridade .folha8 {
    top: -30px;
  }

  .sectionIntegridade .folha8 img {
    max-height: 250px;
  }

  .sectionIntegridade .folha9 {
    right: 300px;
    bottom: -125px;
  }

  .sectionIntegridade .folha9 img {
    max-height: 150px;
  }

  .sectionIntegridade .placa360 {
    bottom: -250px;
  }

  .sectionIntegridade .placa360 img {
    max-height: 450px;
  }

  .sectionProduto {
    height: auto;
    min-height: 700px;
  }

  .sectionProduto .row {
    min-height: 620px;
  }

  .sectionProduto .imagemProduto img {
    transform: scale(1.72);
  }

  .sectionProduto .folha1 img {
    max-height: 150px;
    transform: scale(1.72);
    transform-origin: top left;
  }
}

@media (min-width: 1366px) and (max-width: 1600px) {
  .sectionEnvaseAsseptico .fillEnvase{
    width: 257px;
  }

  .sectionGaleriaProduto .folha13 img {
    max-height: 130px;
  }

  .sectionEnvaseAsseptico .folha12 {
    bottom: -75px;
  }

  .sectionEnvaseAsseptico .folha12 img {
    max-height: 150px;
  }

  .sectionEnvaseAsseptico .folha11 img {
    max-height: 300px;
  }

  .sectionConhecaSeuSuco {
    padding: 175px 0px 130px 0px;
  }

  .sectionConhecaSeuSuco .folha10 {
    bottom: -100px;
  }

  .sectionConhecaSeuSuco .folha10 img {
    max-height: 200px;
  }

  .folha2 {
    bottom: -100px;
  }

  .folha2 img {
    max-height: 200px;
  }

  .boxDescricaoProduto .nivel1 h1 {
    font-size: 85px;
    line-height: 70px;
  }

  .boxDescricaoProduto .nivel2 .textNivel2 h2 {
    font-size: 45px;
    line-height: 40px;
  }

  .sectionTree .folha5 img {
    max-height: 100px;
  }

  .sectionNutricional .bottleCinza {
    height: calc(100% - 150px);
  }

  .sectionNutricional .bottleCinza img {
    max-height: calc(100% - 75px);
  }

  .sectionIntegridade .folha8 {
    top: -50px;
  }

  .sectionIntegridade .folha8 img {
    max-height: 400px;
  }

  .sectionIntegridade .folha9 {
    bottom: -150px;
    right: 200px;
  }

  .sectionIntegridade .folha9 img {
    max-height: 200px;
  }

  .sectionIntegridade .placa360 {
    bottom: -300px;
  }

  .sectionIntegridade .placa360 img {
    max-height: 500px;
  }
}

@media (min-width: 992px) {
  .sectionProduto .imagemProduto {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
  }

  .sectionProduto .imagemProduto img {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 94%;
    flex: 0 0 auto;
    transform-origin: center bottom;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sectionProduto {
    height: auto;
    min-height: 680px;
  }

  .sectionProduto .row {
    min-height: 580px;
  }

  .sectionProduto .imagemProduto img {
    transform: scale(1.9);
  }

  .sectionProduto .folha1 img {
    max-width: 105px;
    transform: scale(1.6);
    transform-origin: top left;
  }
}

@media (min-width: 1600px) {
  .sectionProduto .imagemProduto img {
    padding-right: 20px;
    margin-left: -50px;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .sectionProduto .imagemProduto img {
    transform: scale(1.95);
  }

  .sectionProduto .folha1 img {
    max-height: 150px;
    transform: scale(2.02);
    transform-origin: top left;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .sectionProduto .imagemProduto img {
    transform: scale(2.12);
  }

  .sectionProduto .folha1 img {
    max-height: 165px;
    transform: scale(2.1);
    transform-origin: top left;
  }
}

@media (min-width: 1920px) {
  .sectionProduto .imagemProduto img {
    transform: scale(2.28);
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .sectionProduto .imagemProduto {
    justify-content: center;
    align-items: center;
  }

  .sectionProduto .imagemProduto img {
    align-self: center;
    transform-origin: center center;
    max-height: 90%;
  }
}

.efeitoTranslate,
.efeitoScale {
  transition: all 0.5s ease-in-out;
  will-change: transform;
}

.efeitoTranslate:hover {
  transform: translateY(-1px);
}

.efeitoScale:hover {
  transform: scale(1.01);
}