@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;
}
/* HONOLULU */
.seccionHonolulu {
  background-image: url("/DigitUp/SunnyDelight/assets/productos/Honolulu/fondo.png");
  background-size: cover;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  padding: 3.125rem;
  height: 600px;
}

#honolulu .botonFlecha img {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ff7f78;
  border-radius: 3.125rem;
  cursor: pointer;
}

#honolulu .volver {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff7f78;
  border-radius: 3.125rem;
}

#honolulu .tamanio01,
#honolulu .tamanio02 {
  color: #fff;
}

@media (min-width: 599.9px) and (max-width: 899.9px) {
  #honolulu .botellasFlorida {
    margin-bottom: 2rem;
  }
  #honolulu .textFlorida {
    margin-bottom: 2rem;
  }
}
