@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: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 599.9px) and (max-width: 899.9px) {
  #detallesBotella > .container.positionRelative {
    width: calc(100% - 48px);
    max-width: 720px;
  }
}
@media (min-width: 899.9px) and (max-width: 1023.9px) {
  #detallesBotella > .container.positionRelative {
    max-width: 720px;
  }
}
@media (min-width: 1023.9px) {
  #detallesBotella > .container.positionRelative {
    width: calc(100% - 64px);
    max-width: 1140px;
  }
}
@media (min-width: 1279.9px) {
  #detallesBotella > .container.positionRelative {
    width: calc(100% - 64px);
    max-width: 1320px;
  }
}
#detallesBotella .textDetail.textLeftTop {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--azul_logo_01, #009fe3);
  font-family: "Brush Up";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  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;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* TEXTOS ABAJO (SEPARADOS MÁS ABAJO) */
.textLeftBottom {
  top: 490px;
  left: 0;
}

.textRightBottom {
  top: 320px;
  right: 4.375rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* 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;
}

@media (min-width: 1279.9px) {
  .textRightBottom {
    top: 380px;
    right: 70px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .textRightTop {
    top: 70px;
    right: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .textLeftTop {
    top: 120px;
    left: 0;
    white-space: nowrap;
  }
  .lineLeftTop {
    width: 220px;
    top: 190px;
    right: -120px;
  }
  .lineRightTop {
    width: 230px;
    top: 100px;
    left: -130px;
  }
  .lineRightBottom {
    top: 390px;
  }
}
@media (min-width: 1023.9px) and (max-width: 1279.9px) {
  .lineRightBottom {
    width: 211px;
    top: 390px;
    left: -100px;
  }
  .textRightBottom {
    top: 380px;
    right: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 0) and (max-width: 599.9px) {
  .naranja-izquierda,
  .naranjaIzquierda {
    bottom: 25px;
    width: 10%;
  }
  .naranja-derecha,
  .naranjaDerecha {
    width: 12%;
    bottom: -20px;
  }
  .text-detail,
  .textDetail {
    font-size: 10px;
  }
  .text-left-top,
  .textLeftTop {
    top: 20px;
    padding-left: 10px;
  }
  .line-left-top,
  .lineLeftTop {
    width: 50px;
    top: 50px;
    right: 220px;
  }
  .text-right-top,
  .textRightTop {
    top: -20px;
    padding-right: 10px;
  }
  .line-right-top,
  .lineRightTop {
    width: 50px;
    top: -10px;
    left: 210px;
  }
  #detallesBotella,
  #detalles-botella {
    height: 180px;
  }
  .textRightTop {
    top: -20px;
    padding-right: 10px;
  }
  .lineRightTop {
    width: 50px;
    top: -10px;
    left: 210px;
  }
  .textLeftTop {
    top: 20px;
    padding-left: 10px;
  }
  .lineLeftTop {
    width: 50px;
    top: 50px;
    right: 220px;
  }
  .textRightBottom {
    top: 84px;
    right: 20px;
  }
  .lineRightBottom {
    width: 50px;
    top: 90px;
    left: 220px;
  }
}
@media (min-width: 599.9px) and (max-width: 899.9px) {
  .textRightBottom {
    top: 380px;
    right: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .lineRightBottom {
    width: 190px;
    top: 390px;
    left: -100px;
  }
  .textRightTop {
    top: 65px;
    right: -30px;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .lineRightTop {
    width: 215px;
    top: 100px;
    left: -130px;
  }
}
