@charset "UTF-8";
@font-face {
  font-family: "Chronic";
  src: url("../../assets/fonts/Chronic.ttf") format("truetype"), url("../../assets/fonts/Chronic.ttf") format("truetype");
}
@font-face {
  font-family: "Chronic line";
  src: url("../../assets/fonts/Chronic-Line.ttf") format("truetype"), url("../../assets/fonts/Chronic-Line.ttf") format("truetype");
}
header {
  height: 90vh;
  background: url("/DigitUp/Trina/assets/img/banner_cabecera.jpg") no-repeat center center/cover;
  position: relative;
}

.logo {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.sloganBox {
  position: absolute;
  width: 905px;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: rgba(251, 169, 2, 0.7);
  mix-blend-mode: overlay;
  z-index: 1;
}

.sloganText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(40px, 5vw, 70px);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-family: "Chronic";
  z-index: 3;
  line-height: clamp(40px, 5vw, 70px);
  /* por encima de .sloganBox */
}

.bgZumo {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/img_fondo_zumo.png") no-repeat center center/contain;
  position: relative;
}

.parGreen {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(16px, 2vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subtitleGreen {
  color: #009845;
  font-family: "Chronic";
  font-size: clamp(24px, 3vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.parGreenSmall {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.titleGreen {
  color: #009845;
  font-family: "Chronic";
  font-size: clamp(40px, 6vw, 70px);
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 114.286% */
}

.mtMenos {
  margin-top: -80px;
}

.tcColMd6.tcMb4.tcMbMd0.mtMenos {
  margin-top: -80px;
}

.pad0 {
  padding: 0px !important;
}

/* Keep right column flush-right but preserve the left gutter gap between columns */
.productsMain .col-md-4.pad0,
.productsMain .tcColMd4.pad0,
.mt1rem .tcColMd4.pad0 {
  padding-left: calc(var(--bs-gutter-x, 0) * 0.5) !important;
  padding-right: 0 !important;
}

/* Products grid behavior per requested computed layout */
.productsMain .row.g-3,
.productsMain .tcRow.tcG3,
.mt1rem .tcRow.tcG3 {
  margin-left: 0;
  margin-right: 0;
}

.productsMain .col-md-8,
.productsMain .tcColMd8,
.mt1rem .tcColMd8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tcContainer.fullHeight {
  margin-left: auto;
  margin-right: auto;
}

.tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02 {
  padding: 0 !important;
  width: 846px;
}

.tcColMd12.bgNewsletter.topAnimationcard02 {
  height: 209px;
  width: 846px;
  padding: 20px 24px;
}

/* PRODUCTOS */
.bgManzana {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/manzana/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  flex-shrink: 0;
  width: 48%;
  margin-right: 2%;
  cursor: pointer;
}

.bgManzanaZero {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/manzana_zero/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  flex-shrink: 0;
  width: 48%;
  cursor: pointer;
}

.bgLimon {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/limon/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  flex-shrink: 0;
  width: 48%;
  margin-right: 2%;
  cursor: pointer;
}

.bgLimonZero {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/limon_zero/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  flex-shrink: 0;
  width: 48%;
  cursor: pointer;
}

.bgNaranja {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/naranja/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  flex-shrink: 0;
  cursor: pointer;
}

.bgNaranjaZero {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/naranja_zero/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  flex-shrink: 0;
  cursor: pointer;
}

.bgTropical {
  height: auto;
  background: url("/DigitUp/Trina/assets/img/productos/tropical/fondo.png") no-repeat center center/cover;
  position: relative;
  border-radius: 30px;
  flex-shrink: 0;
  width: 100%;
  cursor: pointer;
}

.bgNewsletter {
  height: auto;
  background-color: #009845;
  width: 100%;
  border-radius: 30px;
  padding: 20px 24px;
}

.mt1rem {
  margin-top: 1rem;
}

.titleNewsRss {
  color: #ffffff;
  font-family: "Chronic";
  font-size: clamp(28px, 4vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

/*TEXTOS EN PRODUCTOS*/
/*Manzana*/
.hoverContainer {
  overflow: hidden;
  position: relative;
}

.hoverText {
  position: absolute;
  left: 0;
  right: 109px;
  top: auto;
  bottom: 121px;
  margin-bottom: 8px;
  transform: rotate(-90deg) translateY(-50%);
  color: #ffffff;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(50px, 8vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.lataImg {
  transition: transform 0.3s ease;
}

.lataImgTropical {
  transition: transform 0.3s ease;
}

.hoverContainer:hover .hoverText {
  opacity: 1;
}

.hoverContainer:hover .lataImg {
  transform: translateX(40px);
  /* Ajusta el movimiento aquí */
}

.hoverContainer:hover .lataImgTropical {
  transform: translateX(40px);
  /* Ajusta el movimiento aquí */
}

/*Naranja*/
.hoverContainerNaranja {
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.hoverTextNaranja {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(0.5rem, 0.8vw, 0.75rem);
  margin-bottom: 0.5rem;
  width: clamp(22rem, 30vw, 27rem);
  height: clamp(3rem, 4.5vw, 4rem);
  text-align: center;
  color: #ffffff;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.lataImgNaranja {
  transition: transform 0.3s ease;
}

.hoverContainerNaranja:hover .hoverTextNaranja {
  opacity: 1;
}

.hoverContainerNaranja:hover .lataImgNaranja {
  transform: translateY(-40px);
  /* Ajusta la subida de la lata */
}

/*Manzana Zero*/
.hoverTextManzanaZero {
  position: absolute;
  left: 0;
  top: auto;
  bottom: clamp(5.5rem, 6.5vw, 6.5rem);
  margin-bottom: 0.5rem;
  transform: rotate(-90deg) translateY(-50%);
  color: #009845;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(3.75rem, 4.5vw, 4.6875rem);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hoverContainer:hover .hoverTextManzanaZero {
  opacity: 1;
}

.lataImgManzanaZero {
  transition: transform 0.3s ease;
}

.hoverContainer:hover .lataImgManzanaZero {
  transform: translateX(80px);
  /* Ajusta el movimiento aquí */
}

/*Tropical*/
.hoverTextTropical {
  position: absolute;
  left: 0;
  top: 34%;
  transform: rotate(-90deg) translateY(-50%);
  color: #009845;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hoverContainer:hover .hoverTextTropical {
  opacity: 1;
}

/*Limón*/
.hoverTextLimon {
  position: absolute;
  left: 85px;
  top: auto;
  bottom: 121px;
  margin-bottom: 8px;
  transform: rotate(-90deg) translateY(-50%);
  color: #009845;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hoverContainer:hover .hoverTextLimon {
  opacity: 1;
}

/*Limón Zero*/
.hoverTextLimonZero {
  position: absolute;
  left: 120px;
  top: 30%;
  transform: rotate(-90deg) translateY(-50%);
  color: #f0cf20;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hoverTextLimonZero.desktopLimon {
  left: 120px;
  right: 119px;
  top: auto;
  bottom: 99px;
  margin-bottom: 8px;
}

.hoverTextLimonZero.ipadLimon {
  left: 120px;
  margin-bottom: 8px;
}

.hoverContainer:hover .hoverTextLimonZero {
  opacity: 1;
}

.lataImgLimonZero {
  transition: transform 0.3s ease;
}

.hoverContainer:hover .lataImgLimonZero {
  transform: translateX(80px);
  /* Ajusta el movimiento aquí */
}

/*Naranja Zero*/
.hoverContainerNaranjaZero {
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.hoverTextNaranjaZero01 {
  position: absolute;
  left: -30px;
  right: 186px;
  top: 40%;
  margin-bottom: 8px;
  transform: rotate(-90deg) translateY(-50%);
  color: #009845;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hoverTextNaranjaZero02 {
  position: absolute;
  left: 375px;
  right: 0;
  top: 50%;
  margin-bottom: 8px;
  transform: rotate(-90deg) translateY(-50%);
  color: #009845;
  text-align: center;
  font-family: "Chronic", sans-serif;
  font-size: clamp(60px, 7vw, 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.lataImgNaranjaZero {
  transition: transform 0.3s ease;
}

.hoverContainerNaranjaZero:hover .hoverTextNaranjaZero01 {
  opacity: 1;
}

.hoverContainerNaranjaZero:hover .hoverTextNaranjaZero02 {
  opacity: 1;
}

.hoverContainerNaranjaZero:hover .lataImgNaranjaZero {
  transform: scale(0.95);
  /* Reduce el tamaño al 95% */
}

/* FORMULARIO */
.bgNewsletter {
  background-color: #009845;
  border-radius: 20px;
  height: auto;
}

.titleNewsRss {
  color: #ffffff;
  font-family: "Chronic";
  font-size: clamp(24px, 3.5vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.formulario {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0rem;
}

.formulario.tcFlex.tcItemsCenter.tcFlexWrap {
  width: 734px;
  height: 71px;
}

@media (min-width: 1023.9px) and (max-width: 1599.9px) {
  .logo {
    top: 3%;
  }
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 734px;
    height: 71px;
  }
}
.customInput {
  border: 1px solid #ffffff;
  border-radius: 2rem;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  min-width: 200px;
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(12px, 1.2vw, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.customInput::placeholder {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.btnEnviar {
  background-color: #ffffff;
  color: #009845;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  font-family: "Chronic";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btnEnviar:hover {
  background-color: #e0e0e0;
}

.formulario__inputError {
  font-size: clamp(10px, 1vw, 12px);
  position: absolute;
  display: none;
  color: #f66060;
  margin-top: -2px;
  margin-bottom: 0px !important;
  height: 10px;
}

.formulario__input-error-activo {
  display: block;
}

.ux-form-check,
.tcFormCheck {
  display: block;
  padding-left: 0;
  margin-left: -24px;
  margin-top: 0.35rem;
}

.ux-form-check-input,
.tcFormCheckInput {
  width: auto !important;
  padding: 0 !important;
  float: left;
  margin-left: -1.5em;
  margin-right: 0.5rem;
  margin-top: 7px;
  flex: 0 0 auto;
}

.ux-form-check-label,
.tcFormCheckLabel {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: clamp(10px, 1vw, 12px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

#grupo__casilla_terminos {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.1rem;
  margin-left: 0;
}

#newsletter .tcFormCheckInput {
  margin-left: 0;
}

#newsletter .tcFormCheckLabel {
  width: 200%;
  margin-left: 0;
}

#newsletter #nombre:focus {
  background-color: #ffffff;
  color: #009845;
}

#newsletter #correo:focus {
  background-color: #ffffff;
  color: #009845;
}

.formContacto {
  margin-left: 0;
}

.formContacto.bgNewsletter {
  padding: 0;
  width: 782px;
  height: 111px;
}

.form-contacto.bg-newsletter {
  width: 782px;
  height: 111px;
}

.ux-g-3,
.ux-gy-3 {
  --bs-gutter-y: 1rem;
}

.ux-g-3,
.ux-gx-3 {
  --bs-gutter-x: 0rem !important;
}

/*POP UP*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(9, 16, 29, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupContent {
  background: url("/Digitup/Trina/assets/img/popup/naranja_zero/fondo_01.png") no-repeat center center/cover;
  padding: 30px;
  border-radius: 15px;
  max-width: 90%;
  width: 906px;
  height: 600px;
  text-align: center;
  position: relative;
}

#popupTitulo {
  color: #009845;
  text-align: right;
  font-family: "Chronic";
  font-size: clamp(48px, 7vw, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  right: 120px;
}

.productImages {
  display: flex;
  justify-content: normal;
  align-items: end;
  margin-top: -30px;
}

#productoPopup p {
  color: #009845;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.2vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.valoresBtn {
  color: #009845;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.2vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  background-color: transparent;
  border: 0px;
  right: 60px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.flechaIcon {
  width: 14px;
  /* más pequeña */
  height: 14px;
  padding: 12px;
  background-image: url("/DigitUp/Trina/assets/img/popup/naranja_zero/flecha_verde.png");
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #c6e3bc;
  background-color: #e6e0ac;
  transition: background-image 0.3s ease;
  position: absolute;
  bottom: -2px;
  right: -30px;
}

.valoresBtn:hover {
  color: #e08114;
}

.valoresBtn:hover .flechaIcon {
  background-image: url("/DigitUp/Trina/assets/img/popup/naranja_zero/flecha_naranja.png");
}

.popupContent.nutricional-activo {
  background: url("/DigitUp/Trina/assets/img/popup/naranja_zero/fondo_nutricional.png") no-repeat center center/cover;
}

/*TABLA VALORES NUTRICIONALES*/
table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  color: #ffffff;
}

#valoresNutricionales table {
  width: 100%;
  border-collapse: collapse;
  color: #ffffff;
}

#valoresNutricionales table th,
#valoresNutricionales table td {
  line-height: 21px;
}

#valoresNutricionales thead {
  background-color: #009845;
  color: #ffffff;
}

thead th {
  background-color: #009845;
  padding: 12px;
  text-align: left;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.2vw, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

tbody td {
  padding: 10px;
  vertical-align: top;
  border: none;
}

td,
th {
  font-size: clamp(12px, 1vw, 14px);
}

p {
  font-size: clamp(10px, 0.9vw, 12px);
  color: #ffffff;
  font-family: sans-serif;
  margin-top: 10px;
  margin-bottom: 16px;
}

#valoresNutricionales p {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: start;
}

.parSmallNut {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 80px !important;
}

.parSmallNutTropical {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 20px !important;
}

.parSmallNutManzana {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 25px !important;
}

.parSmallNutManzanaZero {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 70px !important;
}

.parSmallNutNaranja {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: -10px !important;
}

.parSmallNutLimon {
  color: #ffffff !important;
  font-family: "Open Sans" !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-top: 60px !important;
}

.brdLeft {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.brdRight {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.desktopLimon {
  display: block;
}

.ipadLimon {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.hojasIzquierda {
  position: absolute;
  left: 0;
  bottom: -195px;
}

.hojasDerecha {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/*MEDIA QUERIES*/
@media (min-width: 0) and (max-width: 599.9px) {
  h6 {
    margin-top: 0;
    margin-bottom: 8px;
  }
  h6.tcMt4,
  h6.mt-4,
  .subtitleGreen.tcMt4,
  .subtitleGreen.mt-4 {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  h2.titleGreen,
  h2.titleGreen.topAnimationcard01 {
    margin-bottom: 8px !important;
  }
  .tcRow.tcMt5 {
    margin-top: 0 !important;
  }
  .productsMain .bgLimon,
  .productsMain .bgLimonZero,
  .productsMain .bgManzana,
  .productsMain .bgManzanaZero,
  .productsMain .tcColMd4 .bgNaranja,
  .productsMain .uxColMd4 .bgNaranja {
    min-height: 390px;
  }
  .productsMain .lataImgNaranja {
    width: 70%;
    max-width: none;
    margin-left: 50px;
    margin-top: -57px;
  }
  .productImages {
    justify-content: space-around;
  }
  html,
  body:not(.legalPage) {
    overflow-x: hidden;
  }
  body:not(.legalPage) section,
  body:not(.legalPage) footer,
  body:not(.legalPage) .tcContainer,
  body:not(.legalPage) .container {
    overflow-x: clip;
    max-width: 100%;
  }
  .logo {
    top: 65px;
    width: 45%;
  }
  .sloganBox {
    width: 90%;
    height: 300px;
  }
  .sloganText {
    top: 53%;
    width: 100%;
  }
  .parGreen {
    text-align: center;
  }
  .bgZumo {
    background: none;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .subtitleGreen {
    text-align: center;
  }
  .parGreenSmall {
    text-align: center;
  }
  .ux-mt-4 {
    margin-top: 0rem !important;
  }
  .ux-mt-5 {
    margin-top: 0rem !important;
  }
  .titleGreen {
    color: #009845;
    font-family: "Chronic";
    font-size: clamp(40px, 6vw, 70px);
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
  }
  .hoverText {
    left: 37px;
    bottom: 10px;
    top: 90%;
    font-size: 30px;
    transform: none;
    opacity: 1;
  }
  .bgManzana,
  .bgManzanaZero,
  .bgLimon,
  .bgLimonZero,
  .bgNaranja,
  .bgNaranjaZero {
    height: 390px !important;
  }
  .lataImg {
    transition: none;
    width: 200%;
  }
  .lataImgManzanaZero {
    transition: none;
    width: 200%;
  }
  .lataImgLimonZero {
    transition: none;
    width: 200%;
  }
  .hoverTextManzanaZero {
    left: 12px;
    top: -36%;
    font-size: 30px;
    transform: none;
    opacity: 1;
    line-height: 340px;
  }
  .hoverTextLimon {
    left: 57px;
    top: 90%;
    transform: none;
    font-size: 30px;
    opacity: 1;
  }
  .hoverTextLimonZero {
    left: 57px;
    top: -36%;
    font-size: 30px;
    transform: none;
    opacity: 1;
    line-height: 340px;
  }
  .lataImgNaranja {
    transition: none;
    width: 70%;
    margin-left: 50px;
    margin-top: -57px;
  }
  .hoverTextNaranja {
    bottom: 150px;
    font-size: clamp(60px, 7vw, 90px);
    opacity: 1;
    transition: none;
    transform: rotate(-90deg) translateY(-50%);
    left: -80px;
  }
  .lataImgNaranjaZero {
    transition: none;
    width: 70%;
    margin-left: -10px;
    margin-top: 6px;
  }
  .hoverTextNaranjaZero01 {
    bottom: 150px;
    font-size: clamp(60px, 7vw, 90px);
    opacity: 1;
    transition: none;
    transform: rotate(-90deg) translateY(-50%);
    left: 175px;
  }
  .hoverTextNaranjaZero02 {
    bottom: 150px;
    font-size: clamp(60px, 7vw, 90px);
    opacity: 1;
    transition: none;
    transform: rotate(-90deg) translateY(-50%);
    left: 265px;
  }
  .lataImgTropical {
    transition: none;
    width: 70%;
  }
  .hoverTextTropical {
    top: 42%;
    font-size: 30px;
    opacity: 1;
  }
  .titleNewsRss {
    font-size: 40px;
    text-align: center;
  }
  .formulario {
    justify-content: center;
  }
  .formContacto {
    margin-left: 0px;
  }
  .customInput {
    margin-bottom: 6px;
  }
  .ux-form-check .ux-form-check-input,
  .tcFormCheck .tcFormCheckInput {
    margin-left: -2.5em;
  }
  .ux-form-check-label,
  .tcFormCheckLabel {
    width: auto;
    margin-left: 0;
  }
  .formulario__inputError {
    margin-top: -6px;
  }
  .productImages img {
    width: 80px;
  }
  .titleNewsRss:nth-child(2) {
    font-size: 35px;
    text-align: center;
    color: #009845;
    margin-top: 0;
    margin-left: 0;
  }
  .productImages {
    margin-top: 150px;
  }
  #popupTitulo {
    color: #009845;
    text-align: center;
    font-family: "Chronic";
    font-size: clamp(48px, 7vw, 80px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .popupContent {
    padding: 10px;
  }
  thead th {
    padding: 10px 5px;
    font-size: 10px;
  }
  td {
    font-size: 10px;
  }
  .parSmallNutNaranja {
    font-size: 10px !important;
    margin-top: -5px !important;
  }
  .parSmallNutManzana {
    font-size: 10px !important;
    margin-top: -5px !important;
  }
  .parSmallNutManzanaZero {
    font-size: 10px !important;
    margin-top: 55px !important;
  }
  .parSmallNutLimon {
    font-size: 10px !important;
    margin-top: 15px !important;
  }
  .parSmallNut {
    font-size: 10px !important;
    margin-top: 40px !important;
  }
  .popupContent {
    height: min(92vh, 560px);
  }
  .ux-g-3,
  .ux-gy-3 {
    --bs-gutter-y: 0.5rem !important;
  }
  .mt1rem {
    margin-top: 0rem;
  }
  .hojasIzquierda {
    bottom: 16px;
    width: 15%;
  }
  .hojasDerecha {
    bottom: 452px;
    width: 10%;
  }
  .hoverContainer:hover .lataImg {
    transform: none !important;
  }
  .hoverContainer:hover .lataImgNaranja {
    transform: none !important;
  }
  .hoverContainer:hover .lataImgManzanaZero {
    transform: none !important;
  }
  .hoverContainer:hover .lataImgLimonZero {
    transform: none !important;
  }
  .hoverContainer:hover .lataImgNaranjaZero {
    transform: none !important;
  }
  .hoverContainer:hover .lataImgTropical {
    transform: none !important;
  }
  .btnMenor {
    margin-top: 1rem;
  }
  .parAge {
    font-size: 11px;
  }
  .hoverContainerNaranja:hover .lataImgNaranja {
    transform: translateY(0px) !important;
  }
  .hoverContainerNaranjaZero:hover .lataImgNaranjaZero {
    transform: scale(1) !important;
  }
  /* Small-can card positioning (Limón / Limón Zero / Manzana / Manzana Zero) */
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }
  .productsMain .bgLimon,
  .productsMain .bgLimonZero,
  .productsMain .bgManzana,
  .productsMain .bgManzanaZero {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .productsMain .lataImg,
  .productsMain .lataImgLimonZero,
  .productsMain .lataImgManzanaZero {
    width: 72%;
    max-width: 165px;
    margin: 0 auto;
    transition: none !important;
  }
  .productsMain .hoverText,
  .productsMain .hoverTextLimon {
    left: 0;
    right: 0;
    top: auto;
    bottom: 14px;
    transform: none;
    font-size: 42px;
    line-height: 1;
    opacity: 1;
    text-align: center;
  }
  .productsMain .hoverTextManzanaZero,
  .productsMain .hoverTextLimonZero {
    left: 0;
    right: 0;
    top: 12px;
    bottom: auto;
    transform: none;
    font-size: 42px;
    line-height: 320px;
    opacity: 1;
    text-align: center;
  }
  /* Restore reference mobile alignment (products + newsletter) */
  .productsMain .row.g-3 > .col-md-8,
  .productsMain .tcRow.tcG3 > .tcColMd8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem;
  }
  .productsMain .bgNaranja.mobile {
    grid-column: 1/-1;
    min-height: 420px;
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .productsMain .bgLimon,
  .productsMain .bgLimonZero,
  .productsMain .bgManzana,
  .productsMain .bgManzanaZero {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: 390px;
  }
  .productsMain .lataImg,
  .productsMain .lataImgLimonZero,
  .productsMain .lataImgManzanaZero {
    width: 92%;
    max-width: none;
    margin: 0 auto;
    object-fit: contain;
  }
  .productsMain .bgLimon .lataImg,
  .productsMain .bgManzana .lataImg,
  .productsMain .bgLimonZero .lataImgLimonZero,
  .productsMain .bgManzanaZero .lataImgManzanaZero {
    width: auto !important;
    height: 82%;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
  }
  .productsMain .hoverText,
  .productsMain .hoverTextLimon {
    left: 0;
    right: 0;
    top: auto;
    bottom: 10px;
    margin: 0;
    transform: none;
    line-height: 1;
    font-size: 30px;
    text-align: center;
  }
  .productsMain .hoverTextLimonZero.desktopLimon,
  .productsMain .hoverTextManzanaZero {
    left: 0;
    right: 0;
    top: 10px;
    bottom: auto;
    margin: 0;
    transform: none;
    line-height: 1.05;
    font-size: 30px;
    text-align: center;
  }
  /* Mobile: pin ZERO labels to top/bottom exactly like reference */
  .productsMain .hoverTextLimonZero.desktopLimon {
    color: transparent;
    inset: 10px 0 10px 0;
    display: block;
  }
  .productsMain .hoverTextLimonZero.desktopLimon::before,
  .productsMain .hoverTextLimonZero.desktopLimon::after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #f0cf20;
    font-family: "Chronic", sans-serif;
    font-size: 30px;
    line-height: 1;
    transform: none;
  }
  .productsMain .hoverTextLimonZero.desktopLimon::before {
    content: "LIMON";
    top: 0;
  }
  .productsMain .hoverTextLimonZero.desktopLimon::after {
    content: "ZERO";
    bottom: 0;
  }
  .productsMain .hoverTextManzanaZero {
    color: transparent;
    inset: 10px 0 10px 0;
    display: block;
  }
  .productsMain .hoverTextManzanaZero::before,
  .productsMain .hoverTextManzanaZero::after {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #44a646;
    font-family: "Chronic", sans-serif;
    font-size: 30px;
    line-height: 1;
    transform: none;
  }
  .productsMain .hoverTextManzanaZero::before {
    content: "MANZANA";
    top: 0;
  }
  .productsMain .hoverTextManzanaZero::after {
    content: "ZERO";
    bottom: 0;
  }
  .productsMain .hoverTextLimonZero.ipadLimon {
    display: none !important;
  }
  .tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02,
  .productsMain .bgTropical {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productsMain .bgTropical .lataImgTropical {
    width: auto !important;
    height: 82%;
    max-width: none !important;
    max-height: none !important;
    margin: 0 auto;
    object-fit: contain;
  }
  .bgNewsletter {
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    padding: clamp(1rem, 4.5vw, 1.25rem) clamp(0.75rem, 3.5vw, 1rem);
  }
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter,
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
  }
  .formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.375rem, 2vw, 0.5rem);
    margin-left: auto;
    margin-right: auto;
  }
  .tcFormGroup {
    width: 100%;
    max-width: clamp(16rem, 74vw, 17.5rem);
    margin-left: auto;
    margin-right: auto;
  }
  .customInput {
    width: 100%;
    margin-bottom: 0;
  }
  #grupo__casilla_terminos {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    max-width: clamp(16rem, 74vw, 17.5rem);
    margin-right: auto;
  }
  .tcFormCheck {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #newsletter .tcFormCheckInput {
    margin-left: 0 !important;
  }
  #newsletter .tcFormCheckLabel {
    width: auto;
    margin-left: 0 !important;
  }
  /* Mobile: position Naranja Zero texts on the right side, not over the can */
  .bgNaranjaZero.mobile .hoverTextNaranjaZero01,
  .bgNaranjaZero.mobile .hoverTextNaranjaZero02 {
    top: 50% !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    transform: rotate(-90deg) translateY(-50%) !important;
    font-size: clamp(2.75rem, 15vw, 3.75rem) !important;
    line-height: 1 !important;
    opacity: 1 !important;
    white-space: nowrap;
  }
  .bgNaranjaZero.mobile .hoverTextNaranjaZero01 {
    right: 0 !important;
  }
  .bgNaranjaZero.mobile .hoverTextNaranjaZero02 {
    right: clamp(0.25rem, 1.5vw, 0.5rem) !important;
  }
  /* Mobile newsletter: center the input stack and keep validation text under each input */
  .productsMain .bgNewsletter .formulario {
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
  }
  .mt1rem .bgNewsletter .formulario {
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
  }
  .productsMain .bgNewsletter .tcFormGroup {
    width: 100%;
    max-width: clamp(16rem, 74vw, 17.5rem);
    margin: 0 auto clamp(0.375rem, 2vw, 0.5rem) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mt1rem .bgNewsletter .tcFormGroup {
    width: 100%;
    max-width: clamp(16rem, 74vw, 17.5rem);
    margin: 0 auto clamp(0.375rem, 2vw, 0.5rem) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .productsMain .bgNewsletter .formulario__inputError {
    position: static;
    width: 100%;
    margin-top: clamp(0.125rem, 1vw, 0.25rem);
    margin-bottom: 0 !important;
    padding-left: clamp(0.5rem, 3vw, 0.75rem);
    text-align: left;
  }
  .mt1rem .bgNewsletter .formulario__inputError {
    position: static;
    width: 100%;
    margin-top: clamp(0.125rem, 1vw, 0.25rem);
    margin-bottom: 0 !important;
    padding-left: clamp(0.5rem, 3vw, 0.75rem);
    text-align: left;
  }
  .productsMain .bgNewsletter #grupo__casilla_terminos {
    margin: 0 auto !important;
  }
  .mt1rem .bgNewsletter #grupo__casilla_terminos {
    margin: 0 auto !important;
  }
  .productsMain .bgNewsletter .customInput {
    margin-bottom: clamp(0.375rem, 2vw, 0.5rem) !important;
  }
  .mt1rem .bgNewsletter .customInput {
    margin-bottom: clamp(0.375rem, 2vw, 0.5rem) !important;
  }
  .formContacto {
    padding: 0;
  }
  #valoresNutricionales p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(16px, 2vw, 22px);
    text-align: start;
  }
  #valoresNutricionales table th,
  #valoresNutricionales table td {
    line-height: 16px;
  }
  #valoresNutricionales table th {
    font-size: clamp(0.5625rem, 2.6vw, 0.625rem);
    padding: clamp(0.375rem, 1.8vw, 0.5rem) clamp(0.1875rem, 1vw, 0.25rem);
  }
  #valoresNutricionales table td {
    font-size: clamp(0.5625rem, 2.6vw, 0.625rem);
    padding: clamp(0.375rem, 1.7vw, 0.4375rem) clamp(0.1875rem, 1vw, 0.25rem);
  }
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  html,
  body {
    overflow-x: clip;
  }
  /* Match xl..xxl alignment model for tablet (md..lg) */
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--bs-gutter-x, 1rem);
    row-gap: var(--bs-gutter-y, 1rem);
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .mt1rem .tcRow.tcG3 {
    margin-left: 0;
    margin-right: 0;
  }
  .mt1rem .tcColMd8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02,
  .tcColMd12.bgNewsletter.topAnimationcard02,
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    width: 100%;
    max-width: 100%;
  }
  .tcColMd12.bgNewsletter.topAnimationcard02 {
    height: auto;
    min-height: clamp(6rem, 11.5vw, 13.0625rem);
    padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.25rem, 1.8vw, 1.5rem);
  }
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    height: auto;
    min-height: clamp(6rem, 8vw, 7rem);
  }
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 100%;
    max-width: 45.875rem;
    height: auto;
    min-height: clamp(4rem, 5vw, 4.5rem);
    gap: clamp(0.5rem, 1vw, 1rem);
  }
  .hoverText {
    font-size: 6vw;
  }
  .hoverTextManzanaZero {
    font-size: 6vw;
    line-height: 75px;
    left: -50px;
    top: 45%;
  }
  .hoverContainer:hover .lataImgManzanaZero {
    transform: translateX(40px);
  }
  .hoverTextNaranja {
    font-size: 6vw;
  }
  .hoverTextLimon {
    left: 35px;
    font-size: 6vw;
  }
  .desktopLimon {
    display: none !important;
  }
  .ipadLimon {
    display: block !important;
  }
  .hoverTextLimonZero {
    top: 45%;
    line-height: 75px;
    font-size: 6vw;
    left: -35px;
  }
  .hoverContainer:hover .lataImgLimonZero {
    transform: translateX(40px);
  }
  .hoverContainerNaranjaZero:hover .lataImgNaranjaZero {
    transform: translateY(-40px);
  }
  .hoverTextNaranjaZero01 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    transform: none;
    font-size: 6vw;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    left: 3px;
    top: 83%;
  }
  .hoverTextNaranjaZero02 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    transform: none;
    font-size: 6vw;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    left: 3px;
    top: 89%;
  }
  .hoverContainer:hover .lataImgTropical {
    transform: translateX(100px);
  }
  .hoverTextTropical {
    font-size: 6vw;
  }
  .ux-form-label {
    margin-bottom: 0.5rem;
    overflow-x: visible;
    margin-right: 1rem;
  }
  .popupContent {
    width: 100%;
  }
  .productImages {
    margin-left: -30px;
  }
}
@media (min-width: 839.9px) and (max-width: 1023.9px) {
  /* Match xl..xxl alignment model for large tablets (e.g. 912px width) */
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--bs-gutter-x, 1rem);
    row-gap: var(--bs-gutter-y, 1rem);
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .mt1rem .tcRow.tcG3 {
    margin-left: 0;
    margin-right: 0;
  }
  .mt1rem .tcColMd8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02,
  .tcColMd12.bgNewsletter.topAnimationcard02,
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    width: 100%;
    max-width: 100%;
  }
  .tcColMd12.bgNewsletter.topAnimationcard02 {
    height: auto;
    min-height: clamp(6rem, 11.5vw, 13.0625rem);
    padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.25rem, 1.8vw, 1.5rem);
  }
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    height: auto;
    min-height: clamp(6rem, 8vw, 7rem);
  }
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 100%;
    max-width: 45.875rem;
    height: auto;
    min-height: clamp(4rem, 5vw, 4.5rem);
    gap: clamp(0.5rem, 1vw, 1rem);
  }
}
@media (min-width: 1023.9px) {
  .hoverText {
    left: -20px;
  }
  .formulario {
    gap: 0.5rem;
  }
  .uxGap3 {
    gap: 0.8rem !important;
  }
}
@media (min-width: 1599.9px) {
  .logo {
    top: 3%;
  }
}
/* Bootstrap-like utilities moved from layout/_bootstrap-utilities.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x, 0) * -0.5);
  margin-right: calc(var(--bs-gutter-x, 0) * -0.5);
  margin-top: calc(var(--bs-gutter-y, 0) * -1);
}

.row > * {
  box-sizing: border-box;
  padding-left: calc(var(--bs-gutter-x, 0) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 0) * 0.5);
  margin-top: var(--bs-gutter-y, 0);
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 599.9px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.dFlex {
  display: flex;
}

.d-flex {
  display: flex;
}

.dNone {
  display: none !important;
}

.alignItemsCenter {
  align-items: center;
}

.align-items-center {
  align-items: center !important;
}

.justifyContentCenter {
  justify-content: center;
}

.justify-content-center {
  justify-content: center !important;
}

.textCenter {
  text-align: center;
}

.textStart {
  text-align: left;
}

.flex-wrap {
  flex-wrap: wrap;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.gap-3 {
  gap: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-menos {
  margin-top: -80px;
}

.col-md-6.mb-4.mb-md-0.mt-menos {
  margin-top: -80px;
}

.me2 {
  margin-right: 0.5rem;
}

@media (min-width: 599.9px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .col-md-6.mb-4.mb-md-0.mt-menos {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0 !important;
  }
}
.text-white {
  color: #ffffff;
}

.btn {
  display: inline-block;
  border-radius: 0.5rem;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: transparent;
  color: inherit;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.form-control,
.form-check-input {
  width: 100%;
}

/* xl..xxl fluid overrides: replace rigid pixel sizing with responsive formulas */
@media (min-width: 1023.9px) and (max-width: 1599.9px) {
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--bs-gutter-x, 1rem);
    row-gap: var(--bs-gutter-y, 1rem);
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02,
  .tcColMd12.bgNewsletter.topAnimationcard02,
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    width: 100%;
    max-width: 100%;
  }
  .tcColMd12.bgNewsletter.topAnimationcard02 {
    height: auto;
    min-height: clamp(6rem, 11.5vw, 13.0625rem);
    padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.25rem, 1.8vw, 1.5rem);
  }
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    height: auto;
    min-height: clamp(6rem, 8vw, 7rem);
  }
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 100%;
    max-width: 45.875rem;
    height: auto;
    min-height: clamp(4rem, 5vw, 4.5rem);
    gap: clamp(0.5rem, 1vw, 1rem);
  }
  .hoverTextLimon {
    left: clamp(4.5rem, 5.5vw, 5.5rem);
    bottom: clamp(6rem, 7.5vw, 7.5rem);
    margin-bottom: 0.5rem;
  }
  .hoverText {
    right: clamp(6rem, 6.8vw, 6.8125rem);
    bottom: clamp(6rem, 7.6vw, 7.5rem);
    margin-bottom: 0.5rem;
  }
  .hoverTextLimonZero {
    left: clamp(6rem, 7.5vw, 7.5rem);
    top: 30%;
    line-height: clamp(3.75rem, 4.5vw, 4.6875rem);
  }
  .hoverTextLimonZero.desktopLimon {
    right: clamp(6rem, 8vw, 7.4375rem);
    bottom: clamp(5.5rem, 6.5vw, 6.5rem);
    margin-bottom: 0.5rem;
  }
  .hoverTextLimonZero.ipadLimon {
    left: clamp(6rem, 7.5vw, 7.5rem);
    margin-bottom: 0.5rem;
  }
  .hoverTextNaranjaZero01 {
    left: clamp(-3.125rem, -2.8vw, -1.875rem);
    right: clamp(10.5rem, 11vw, 11.625rem);
    top: 42%;
    margin-bottom: 0.5rem;
  }
  .hoverTextNaranjaZero02 {
    left: clamp(18.5rem, 22vw, 23.4375rem);
    right: 0;
    top: 48%;
    margin-bottom: 0.5rem;
  }
}
/* Keep same desktop grid behavior when viewport is wider than xxl (zoomed out). */
@media (min-width: 1599.9px) {
  .productsMain .row.g-3 > .col-md-8 > .row.g-3,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--bs-gutter-x, 1rem);
    row-gap: var(--bs-gutter-y, 1rem);
  }
  .productsMain .row.g-3 > .col-md-8 > .row.g-3 > .col-md-6,
  .productsMain .tcRow.tcG3 > .tcColMd8 > .tcRow.tcG3 > .tcColMd6 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .tcColMd12.bgTropical.tcFlex.tcJustifyCenter.tcItemsCenter.hoverContainer.topAnimationcard02,
  .tcColMd12.bgNewsletter.topAnimationcard02,
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    width: 100%;
    max-width: 100%;
  }
  .tcColMd12.bgNewsletter.topAnimationcard02 {
    height: auto;
    min-height: clamp(6rem, 11.5vw, 13.0625rem);
    padding: clamp(1rem, 1.4vw, 1.25rem) clamp(1.25rem, 1.8vw, 1.5rem);
  }
  .formContacto.bgNewsletter,
  .form-contacto.bg-newsletter {
    height: auto;
    min-height: clamp(6rem, 8vw, 7rem);
  }
  .formulario.tcFlex.tcItemsCenter.tcFlexWrap {
    width: 100%;
    max-width: 45.875rem;
    height: auto;
    min-height: clamp(4rem, 5vw, 4.5rem);
    gap: clamp(0.5rem, 1vw, 1rem);
  }
}
.tcBtn {
  display: inline-block;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  line-height: 1.25;
}

.tcContainer {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.tcRow {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.tcRow > * {
  box-sizing: border-box;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x, 0) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 0) * 0.5);
  margin-top: var(--bs-gutter-y, 0);
}

.tcFlex {
  display: flex;
}

.tcHidden {
  display: none !important;
}

.tcItemsCenter {
  align-items: center !important;
}

.tcJustifyCenter {
  justify-content: center;
}

.tcTextCenter {
  text-align: center;
}

.tcTextStart {
  text-align: left;
}

.tcTextWhite {
  color: #ffffff;
}

.tcFlexWrap {
  flex-wrap: wrap;
}

.tcFormControl {
  width: 100%;
}

.tcFormGroup {
  display: block;
}

.tcFormLabel {
  display: inline-block;
}

.tcPr0 {
  padding-right: 0;
}

.tcImgFluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.tcRounded {
  border-radius: var(--bs-border-radius) !important;
}

.tc-mb-3 {
  margin-bottom: 1rem;
}

.tcMb4 {
  margin-bottom: 1.5rem;
}

.tcMt3 {
  margin-top: 1rem;
}

.tcMt4 {
  margin-top: 1.5rem;
}

.tcMt5 {
  margin-top: 3rem;
}

.tcMe2 {
  margin-right: 0.5rem;
}

.tcGap3 {
  gap: 1rem;
}

.tcG3, .tc-gy-3 {
  --bs-gutter-y: 1rem;
}

.tcG3, .tc-gx-3 {
  --bs-gutter-x: 1rem;
}

.uxMt3 {
  margin-top: 1rem;
}

.uxGap3 {
  gap: 1rem;
}

@media (min-width: 599.9px) {
  .tcColMd4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .tcColMd6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .tcColMd8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .tcColMd12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .tcMbMd0 {
    margin-bottom: 0 !important;
  }
  .tcColMd6.tcMb4.tcMbMd0.mtMenos {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1023.9px) {
  h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1023.9px) and (max-width: 1599.9px) {
  h6 {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1023.9px) and (max-width: 1599.9px) {
  h2 {
    margin-bottom: 8px;
  }
}
/*CERRAR POPUP*/
.cerrarPopupBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  text-shadow: 0 0 5px rgba(9, 16, 29, 0.5);
}

/*Age verification*/
.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 16, 29, 0.9);
  z-index: 9999;
  display: flex;
  padding: 2rem;
  overflow-y: auto;
  pointer-events: none;
}

.popupContentAge {
  background: #ffffff;
  padding: 2rem;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(9, 16, 29, 0.4);
  pointer-events: auto;
}

.textHeaderAge {
  color: #009845;
  text-align: center;
  font-family: "Chronic";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.parAge {
  color: #009845;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.btnMayor {
  font-family: "Open Sans";
  --bs-btn-color: col.$color-white;
  --bs-btn-bg: col.$color-brand-orange;
  --bs-btn-border-color: col.$color-brand-orange;
  --bs-btn-hover-color: col.$color-brand-orange;
  --bs-btn-hover-bg: col.$color-white;
  --bs-btn-hover-border-color: col.$color-brand-orange;
  color: #ffffff;
  background: #fa7902;
  border: 1px solid #fa7902;
}

.btnMenor {
  font-family: "Open Sans";
  --bs-btn-color: col.$color-white;
  --bs-btn-bg: col.$color-brand-green;
  --bs-btn-border-color: col.$color-brand-green;
  --bs-btn-hover-color: col.$color-brand-green;
  --bs-btn-hover-bg: col.$color-white;
  --bs-btn-hover-border-color: col.$color-brand-green;
  color: #ffffff;
  background: #009845;
  border: 1px solid #009845;
}

.ux-btn {
  display: inline-block;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  line-height: 1.25;
}

.uxContainer {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.uxRow {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x, 0) * -0.5);
  margin-right: calc(var(--bs-gutter-x, 0) * -0.5);
  margin-top: calc(var(--bs-gutter-y, 0) * -1);
}

.uxRow > * {
  width: 100%;
  padding-left: calc(var(--bs-gutter-x, 0) * 0.5);
  padding-right: calc(var(--bs-gutter-x, 0) * 0.5);
  margin-top: var(--bs-gutter-y, 0);
}

.uxFlex {
  display: flex;
}

.ux-hidden {
  display: none !important;
}

.ux-items-center {
  align-items: center;
}

.ux-justify-center {
  justify-content: center;
}

.uxTextCenter {
  text-align: center;
}

.ux-text-start {
  text-align: left;
}

.uxTextWhite {
  color: #ffffff;
}

.uxFlexWrap {
  flex-wrap: wrap;
}

.ux-form-control {
  width: 100%;
}

.ux-form-group {
  display: block;
}

.ux-form-label {
  display: inline-block;
}

.ux-pr-0 {
  padding-right: 0;
}

.ux-img-fluid {
  max-width: 100%;
  height: auto;
}

.ux-rounded {
  border-radius: 0.25rem;
}

.uxMb3 {
  margin-bottom: 1rem;
}

.ux-mb-4 {
  margin-bottom: 1.5rem;
}

.uxMt3 {
  margin-top: 1rem;
}

.ux-mt-4 {
  margin-top: 1.5rem;
}

.ux-mt-5 {
  margin-top: 3rem;
}

.ux-me-2 {
  margin-right: 0.5rem;
}

@media (min-width: 599.9px) {
  .uxColMd4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ux-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .uxColMd8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ux-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ux-mb-md-0 {
    margin-bottom: 0;
  }
}
