@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;
}
/* FLORIDA */
.seccionFlorida {
  background-image: url("/DigitUp/SunnyDelight/assets/productos/Florida/fondo.png");
  background-size: cover;
  border-radius: 1.875rem;
  display: block;
  padding: 3rem 3.125rem;
  min-height: 600px;
}

#florida.seccionFlorida.container {
  width: min(100% - 7rem, 1320px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  position: relative;
}

#florida > .container.contenidoSeccion,
#florida > .container.infoNutricional {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#florida .contenidoSeccion {
  width: 100%;
  min-height: 504px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

#florida .botellasFlorida {
  flex: 0 0 40%;
  max-width: 500px;
}

#florida .textFlorida {
  flex: 1 1 50%;
}

#florida .botonFlecha {
  flex: 0 0 auto;
  align-self: center;
}

#florida .botonFlecha img {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffb532;
  border-radius: 3.125rem;
  cursor: pointer;
}

#florida .volver {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb532;
  border-radius: 3.125rem;
}

.imagenesBotellas {
  margin-left: -111px;
}

.botellaFlorida {
  max-width: 150px;
}

.tamanios {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
}

.tamanio01 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 145px;
}

.tamanio02 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 100px;
}
