@charset "UTF-8";
/* TIPOGRAFÍAS */
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brush Up";
  src: url(/DigitUp/SunnyDelight/assets/fonts/BrushUp.ttf) format("truetype");
}
@font-face {
  font-family: "GarageGothicBold";
  src: url("../../../../SunnyDelight/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../../../../SunnyDelight/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("../../../../SunnyDelight/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* ONDA */
#bgOnda {
  background: url("/DigitUp/SunnyDelight/assets/img/onda.png") no-repeat center center/cover;
  height: 516px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
}

.textOnda {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.textOnda strong {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

.tituloProductos {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(2.5rem, 6vw, 4.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 1.875rem;
}

/* Shared card typography */
.textFlorida,
.textCalifornia,
.textCancun {
  max-width: 500px;
}

.tituloFlorida {
  color: var(--azul_logo_02, #001689);
  font-family: "Brush Up";
  font-size: clamp(2.5rem, 5vw, 4.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.subtituloFlorida {
  color: var(--azul_logo_02, #001689);
  font-family: "Brush Up";
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.parFlorida {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.parFloridaSmall {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.infoText.colMd4 .tituloFlorida {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.infoText.colMd4 .parFloridaSmall {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.botonFlecha {
  align-self: center;
}

.botonFlecha img {
  width: 2.5rem;
  cursor: pointer;
}

/* Nutrition table shared */
.infoNutricional {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.125rem;
}

.infoNutricional.active {
  display: flex;
}

.infoTabla table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

.infoTabla thead {
  background-color: #009845;
  color: #fff;
  border-radius: 0.5625rem;
}

.infoTabla thead th:first-child {
  border-top-left-radius: 0.5625rem;
  border-bottom-left-radius: 0.5625rem;
}

.infoTabla thead th:last-child {
  border-top-right-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
}

.infoTabla thead th {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.infoTabla th,
.infoTabla td {
  padding: 0.3125rem 0.625rem;
  border-bottom: 0 solid #ddd;
  text-align: left;
  font-size: 0.875rem;
}

.infoTabla tbody td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}

.infoText {
  color: #001689;
}

.contenidoSeccion {
  transition: opacity 0.5s ease;
}

.dNone {
  display: none;
}

/* Connector lines behind labels */
.textLeftTop,
.textRightTop,
.textLeftBottom,
.textRightBottom {
  z-index: 2;
  background-color: #f9f3e9;
}

.lineLeftTop,
.lineLeftBottom,
.lineRightTop,
.lineRightBottom {
  z-index: 1;
}

/* Shared responsive behavior (non card-ID specific). */
@media (min-width: 0) and (max-width: 599.9px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .logoSunny {
    max-width: 250px;
  }
  .textHeader {
    font-size: 1.5625rem;
  }
  .cabeceraSunny {
    height: 100vh;
  }
  #detallesBotella {
    min-height: 200px;
    margin-top: 3rem;
  }
  .textDetail {
    font-size: 0.625rem;
  }
  #bgOnda {
    height: 430px;
  }
  .tituloProductos {
    bottom: 1.875rem;
  }
  .naranjaIzquierda {
    bottom: 1.5625rem;
    width: 10%;
  }
  .naranjaDerecha {
    width: 12%;
    bottom: -1.25rem;
  }
  .contenidoSeccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }
  .contenidoSeccion > div {
    margin-bottom: 0;
    width: 100%;
  }
  .gap5 {
    gap: 1rem;
  }
  .textFlorida,
  .textCalifornia,
  .textCancun {
    width: 100%;
    margin-left: 0;
  }
  .imagenesBotellas {
    margin-left: 0;
  }
  .imagenesBotellas img {
    width: 100%;
    max-width: 420px;
  }
  .botonFlecha {
    align-self: flex-start;
  }
  .infoNutricional {
    display: none;
  }
  .infoNutricional.active {
    display: block;
  }
  .infoTabla th,
  .infoTabla td {
    padding: 0 0.1875rem;
    font-size: 0.625rem;
  }
  .infoTabla thead th {
    text-align: center;
  }
  .infoTabla thead th:nth-child(1) {
    text-align: left;
  }
  .parFlorida {
    font-size: 1rem;
  }
  .parFloridaSmall {
    font-size: 0.75rem;
  }
  .btnMenor {
    margin-top: 1rem;
  }
  .parAge {
    font-size: 0.6875rem;
  }
  li {
    overflow-x: visible;
  }
}
@media (min-width: 599.9px) and (max-width: 899.9px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .logoSunny {
    max-width: 250px;
  }
  .textHeader {
    font-size: 1.5625rem;
  }
  .cabeceraSunny {
    height: 100vh;
  }
  #detallesBotella {
    min-height: 200px;
    margin-top: 3rem;
  }
  .textDetail {
    font-size: 0.625rem;
  }
  #bgOnda {
    height: 430px;
  }
  .tituloProductos {
    bottom: 1.875rem;
  }
  .naranjaIzquierda {
    bottom: 1.5625rem;
    width: 10%;
  }
  .naranjaDerecha {
    width: 12%;
    bottom: -1.25rem;
  }
  .contenidoSeccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }
  .contenidoSeccion > div {
    margin-bottom: 0;
    width: 100%;
  }
  .gap5 {
    gap: 1rem;
  }
  .textFlorida,
  .textCalifornia,
  .textCancun {
    width: 100%;
    margin-left: 0;
  }
  .imagenesBotellas {
    margin-left: 0;
  }
  .imagenesBotellas img {
    width: 100%;
    max-width: 420px;
  }
  .botonFlecha {
    align-self: flex-start;
  }
  .infoNutricional {
    display: none;
  }
  .infoNutricional.active {
    display: block;
  }
  .infoTabla th,
  .infoTabla td {
    padding: 0 0.1875rem;
    font-size: 0.625rem;
  }
  .infoTabla thead th {
    text-align: center;
  }
  .infoTabla thead th:nth-child(1) {
    text-align: left;
  }
  .parFlorida {
    font-size: 1rem;
  }
  .parFloridaSmall {
    font-size: 0.75rem;
  }
  .btnMenor {
    margin-top: 1rem;
  }
  .parAge {
    font-size: 0.6875rem;
  }
  li {
    overflow-x: visible;
  }
}
@media (min-width: 899.9px) and (max-width: 1023.9px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .logoSunny {
    max-width: 250px;
  }
  .textHeader {
    font-size: 1.5625rem;
  }
  .cabeceraSunny {
    height: 100vh;
  }
  #detallesBotella {
    min-height: 200px;
    margin-top: 3rem;
  }
  .textDetail {
    font-size: 0.625rem;
  }
  #bgOnda {
    height: 430px;
  }
  .tituloProductos {
    bottom: 1.875rem;
  }
  .naranjaIzquierda {
    bottom: 1.5625rem;
    width: 10%;
  }
  .naranjaDerecha {
    width: 12%;
    bottom: -1.25rem;
  }
  .contenidoSeccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }
  .contenidoSeccion > div {
    margin-bottom: 0;
    width: 100%;
  }
  .gap5 {
    gap: 1rem;
  }
  .textFlorida,
  .textCalifornia,
  .textCancun {
    width: 100%;
    margin-left: 0;
  }
  .imagenesBotellas {
    margin-left: 0;
  }
  .imagenesBotellas img {
    width: 100%;
    max-width: 420px;
  }
  .botonFlecha {
    align-self: flex-start;
  }
  .infoNutricional {
    display: none;
  }
  .infoNutricional.active {
    display: block;
  }
  .infoTabla th,
  .infoTabla td {
    padding: 0 0.1875rem;
    font-size: 0.625rem;
  }
  .infoTabla thead th {
    text-align: center;
  }
  .infoTabla thead th:nth-child(1) {
    text-align: left;
  }
  .parFlorida {
    font-size: 1rem;
  }
  .parFloridaSmall {
    font-size: 0.75rem;
  }
  .btnMenor {
    margin-top: 1rem;
  }
  .parAge {
    font-size: 0.6875rem;
  }
  li {
    overflow-x: visible;
  }
}
