@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;
}
/* DETALLES BOTELLA */
#detallesBotella {
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  background-color: #f9f3e9;
  height: 580px;
  margin-top: 3rem;
  overflow-x: clip;
}

#detallesBotella > .container.positionRelative {
  width: min(100%, 1320px);
}

#detallesBotella .textDetail.textLeftTop {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--azul_logo_01, #009fe3);
  font-family: "Brush Up";
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 120px;
  left: 0;
}

.textDetail {
  color: var(--azul_logo_01, #009fe3);
  font-family: "Brush Up";
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
}

/* TEXTOS ARRIBA */
.textLeftTop {
  top: 5rem;
  left: 0;
  white-space: nowrap;
}

.textRightTop {
  top: 2.1875rem;
  right: 0;
}

/* TEXTOS ABAJO (SEPARADOS MÁS ABAJO) */
.textLeftBottom {
  top: 490px;
  left: 0;
}

.textRightBottom {
  top: 320px;
  right: 4.375rem;
}

/* LÍNEAS */
.lineLeftTop,
.lineLeftBottom,
.lineRightTop,
.lineRightBottom {
  height: 0.125rem;
  background-color: #001689;
  position: absolute;
}

/* LÍNEAS ARRIBA */
.lineLeftTop {
  width: 211px;
  top: 150px;
  right: -120px;
}

.lineRightTop {
  width: 230px;
  top: 4.375rem;
  left: -130px;
}

/* LÍNEAS ABAJO */
.lineLeftBottom {
  width: 305px;
  top: 505px;
  right: -100px;
}

.lineRightBottom {
  width: 211px;
  top: 340px;
  left: -100px;
}

.naranjaIzquierda {
  position: absolute;
  left: 0;
  bottom: 2.8125rem;
}

.naranjaDerecha {
  position: absolute;
  right: 0;
  bottom: 2.8125rem;
}
