/* Variables */
:root {
  --transparency-light: rgba(255, 255, 255, 0.1);
  --transparency-dark: rgba(0, 0, 0, 0.62);
  --transparency-light-blur: blur(8px);
  --transparency-dark-blur: blur(22px);
  --transparency-light-hover: #f8f8f85e;

  --color-light: #FFFFFF;
  --color-border-light: #FFFFFF80;
}

/* fuentes */
@font-face {
    font-family: 'Cocogoose Classic';
    font-weight: 300;
    font-display: auto;
    src: url('fonts/Cocogoose-Classic-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Cocogoose Classic';
    font-weight: 500;
    font-display: auto;
    src: url('fonts/Cocogoose-Classic-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Cocogoose Classic';
    font-weight: 700;
    font-display: auto;
    src: url('fonts/Cocogoose-Classic-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Cocogoose Classic';
    font-weight: 800;
    font-display: auto;
    src: url('fonts/Cocogoose-Classic-Extra-Bold.otf') format('opentype');
}

.titulo-pisco {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.0729vw;
  line-height: 1.15;
  letter-spacing: 5.9px;
}

.descripcion-pisco {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.5vw, 1.7708vw);
  line-height: 1.35;
  letter-spacing: 0.05em;
  opacity: 50%;
  text-wrap: balance;
  max-width: 510px;
}


/* =====================================================
   SISTEMA DE BOTONES MODULAR
   ===================================================== */
.btn-malpaso {
  display: inline-block;
  padding: 20px 55px 16px 55px;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 800;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  width: auto;
  min-width: 273px;
  max-width: 273px;
}

.btn-malpaso:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-malpaso:active {
  transform: translateY(-1px);
}

/* Variante Clara */
.btn-malpaso-light {
  background: var(--transparency-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);

  color: white;
  border: 2px solid white;
}

.btn-malpaso-light:hover {
  background-color: var(--transparency-light-hover);
}

.btn-malpaso-line-light{
  color: white;
  border: 2px solid white;
  /* padding: 14px 25px 8px 25px; */
  padding: 8px 25px 8px 25px;
  min-width: auto;
  background: transparent !important;
}

.btn-malpaso-line-light:hover {
  background-color: var(--transparency-light-hover);
}

/* Variante Oscura */
.btn-malpaso-dark {
  background: var(--transparency-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);

  color: black;
  border: 2px solid black;
}

.btn-malpaso-dark:hover {
  background-color: var(--transparency-light-hover);
}

/* Variante Transparente */
.btn-malpaso-transparent {
  background: var(--transparency-light);

  font-size: 0.7813vw;
  padding: 20px 20px 16px 20px;
  max-width: 250px;

  color: #fff;
  border: 1px solid #fff;
}

.btn-malpaso-transparent:hover {
  background-color: var(--transparency-light-hover);
}

.btn-conocenos{
  font-size: 1.3021vw !important;
  letter-spacing: 1.25px !important;
}

.btn-font-19{
  font-size: 0.9896vw;
}


.linea-pisco {
  width: 114px;
  height: 9px;
  border-radius: 3px;
  background-color: #fff;
}

.linea-pisco-short {
  width: 77px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

/* btn antiguos (mantener por compatibilidad o migrar luego) */
.btn-primary {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 10px;
  border-radius: 0px;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  width: auto;
  height: 59px;
  margin-top: 4rem;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #000000;
  color: white;
  border: 1px solid #fff;
}

.btn-primary-custom {
  background-color: var(--button-slider);
  border: 1px solid #fff;
  padding: 12px 3px;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  width: 827px;
  height: 69px;
  margin-top: 4rem;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: center;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #000000;
  color: white;
  border: 1px solid #fff;
}

/* Responsive Helpers */
.d-desktop-flex {
  display: flex !important;
}
.d-mobile-flex {
  display: none !important;
}

@media (max-width: 991px) {
  .d-desktop-flex {
    display: none !important;
  }
  .d-mobile-flex {
    display: flex !important;
  }
}

/* Navbar */
.mp-navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 103px;
  max-height: 74px;
  z-index: 10000;
  transition: all 0.4s ease;
  display: flex;

  background: var(--transparency-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);
  border: 1px solid var(--color-border-light);
  padding: 20px 4rem 10px 4rem;
  border-top: 0px;
}

/* Mobile Navbar Variant */
.mp-navbar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
  height: 80px;
  background-color: #000;
  border-bottom: 1px solid #ffffff; /* Signature Malpaso border */
  padding: 0 1.5rem;
  align-items: center;
  justify-content: space-between;
  display: none !important; /* Hidden by default */
}

@media (max-width: 991px) {
  .mp-navbar {
    display: none !important;
  }
  .mp-navbar-mobile {
    display: flex !important;
  }
}

.mp-navbar-mobile-logo {
  height: 35px;
  width: auto;
}

.mp-navbar-mobile-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  font-size: 24px;
}

.mp-navbar-mobile-actions a {
  color: #fff;
  text-decoration: none;
}

/* Hamburger Menu Icon */
.mp-hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 30px;
}

.mp-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.mp-hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mp-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.mp-hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mp-mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(-100%);
  visibility: hidden;
}

.mp-mobile-menu.active {
  transform: translateY(0);
  visibility: visible;
}

.mp-mobile-menu-link {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mp-mobile-menu-link:hover {
  color: #746958;
}

.mp-navbar.scrolled {
  /* background: rgba(0, 0, 0, 0.85);
  padding: 1rem 2rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); */
}

.mp-navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.mp-navbar-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-navbar-link {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 800;
  font-size: 0.8854vw;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 17px;
  font-style: normal;
  font-variant: normal;
}

.mp-navbar-link:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.mp-navbar-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Small version of brand button for navbar */
.btn-nav-buy {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 25px 4px 25px;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 800;
  font-size: 0.8854vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-nav-buy:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(-2px);
}

.navbar-social-link {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.navbar-social-link:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

@media (max-width: 991px) {
  .mp-navbar-container {
    gap: 1.5rem;
  }
  .mp-navbar-links {
    display: none; /* Hide links on mobile for now or simplify */
  }
}

.btn-buy {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 12px 3px;
  font-weight: 600;
  border-radius: 0px;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  width: 273px;
  height: 59px;
  margin-top: 4rem;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #343a40 !important;
  color: white !important;
  border: 1px solid #fff;
}

.btn-contacto {
  background-color: var(--button-slider);
  border: 1px solid #fff;
  padding: 12px 3px;
  font-weight: 100;
  border-radius: 0px;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  width: 400px;
  height: 59px;
  margin-top: 4rem;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  color: black;
}

.btn-contacto:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #000000;
  color: white;
  border: 1px solid #fff;
}

.hmx-btn-contacto {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 22px;
  background: #000;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  padding: 12px 30px;
  font-weight: 300;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
  border-radius: 0px;
}

.hmx-btn-contacto:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.hmx-btn-all {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 22px;
  background: #2a2929;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  padding: 12px 20px;
  font-weight: 300;
  transition: all 0.3s ease;
  animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.hmx-btn-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px #212529;
  background-color: #000000;
  color: white;
  border: 1px solid #fff;
}

.hmx-btn-recipe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
}

/* Estados activos   */
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:active,
.btn-check:checked + .btn-primary-custom,
.btn-primary-custom.active,
.btn-primary-custom.show,
.btn-primary-custom:active {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #fff !important;
}

/* margenes */
.mb-6 {
  margin-bottom: 5rem;
}
.p-8 {
  padding: 8rem !important;
  padding: 8rem 22rem 8rem 8rem !important;
}
.pr-8 {
  padding: 8rem !important;
}

/* Footer Malpaso */

.footer-malpaso {
  position: relative;
  height: 550px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}

/* Overlay oscuro opcional */
.footer-malpaso::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #212529;
  z-index: 0;
  opacity: 75%;
}

.footer-malpaso .container {
  position: relative;
  z-index: 1;
}

.footer-cont {
  width: 100%;
  margin: 0 auto 5rem;
}

/* Logo */
.footer-logo {
  max-width: 590px;
}

/* Línea redes */
.social-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.social-line a {
  color: #fff;
  font-size: 30px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.social-line a:hover {
  opacity: 0.7;
  transform: scale(1.15);
}

/* Tipografías footer */
.footer-title,
.footer-address,
.footer-copy {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 27px;
  text-align: center;
}

/* Específicos */
.footer-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 4px;
}

.footer-address {
  font-size: 14px;
  line-height: 1.35;
  text-wrap: balance;
  margin-bottom: 1.5rem !important;
  font-weight: 500;
  letter-spacing: 2.8px;
}
.footer-copy {
  font-size: 14px;
  opacity: 41%;
  line-height: 1.35;
  text-wrap: balance;
  font-weight: 500;
  letter-spacing: 2.8px;
}

/* Back to Top */
.btn-top {
  position: fixed !important;
  right: 2rem !important;
  bottom: 2rem !important;
  /* z-index: 999999 !important; */
  z-index: 10000 !important; /* Se modifico para no quedar encima del visualizador de imagenes */
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: none !important;
  /* border: 1px solid #fff !important; */
  color: #fff !important;
  font-size: 24px !important;
  cursor: pointer !important;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none !important;
}

.btn-top:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-5px);
}

.btn-top.visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* ===== MP GALLERY ===== */

.mp-gallery {
  position: relative;
  padding: 6rem 0 5rem;
  background-color: #000;
  overflow: hidden;
}

/* Overlay oscuro para la galería */
.mp-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}

/* Asegurar que el contenido esté por encima del overlay */
.mp-gallery > * {
  position: relative;
  z-index: 1;
}

.mp-gallery-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mp-gallery-viewport {
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mp-gallery-track {
  display: flex;
  gap: 20px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mp-gallery-img {
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease, opacity 0.6s ease;
  filter: grayscale(0.4);
  opacity: 0.8;
}

.mp-gallery-img:hover {
  opacity: 1;
  filter: grayscale(0.1);
}

.mp-gallery-img.active {
  filter: grayscale(0);
  opacity: 1;
  z-index: 10;
}

/* NAV - High specificity for gallery controls */
.mp-gallery .mp-gallery-controls.slider-controls {
  display: flex;
  width: fit-content;
  margin: 50px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.mp-gallery .mp-gallery-controls .control-box {
  padding: 9px 15px;
}

.mp-gallery .mp-gallery-controls .control-title {
  min-width: fit-content;
  padding: 15px 30px;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 300;
  text-align: center;
}

.mp-gallery .mp-gallery-controls .indicators span{
  margin: 0px;
}

#mpPrev {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#mpNext {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.mp-gallery .indicators {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.mp-gallery .indicators span {
    width: 10px;
    height: 10px;
    background: #444;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mp-gallery .indicators span.active {
    background: #fff;
    transform: scale(1.3);
}

/* ===== LIGHTBOX ===== */

.mp-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.mp-lightbox.active {
  display: flex;
}

#mpLightImg {
  max-width: 90%;
  max-height: 85%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.btn-close-gallery {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 32px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 20001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-close-gallery:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.mp-lb-left,
.mp-lb-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mp-lb-left:hover,
.mp-lb-right:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.mp-lb-left {
  left: 40px;
}
.mp-lb-right {
  right: 40px;
}

/* Section un pisco independiente y rebelde */
.cta-section {
  height: 700px;
  width: 100%;
  position: relative;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
}

.cta-section .container-fluid {
  position: relative;
  z-index: 2;
}

/* Section el dulce sabor  */
.cta-section-dulce-sabor {
  width: 100%;
  aspect-ratio: 1920 / 507;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section-dulce-sabor::before {
  content: "";
  position: absolute;
  inset: 0;
}

.cta-section-dulce-sabor .container-fluid {
  position: relative;
  z-index: 2;
}

/* Seccion catalogo */
.catalogo-area {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.catalogo-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}

.catalogo-area > * {
  position: relative;
  z-index: 1;
}

.catalogo-section {
  padding-top: 6rem !important;
  padding-bottom: 3rem !important;
}



.catalogo-title {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 900;
  font-size: 2.7604vw;
  line-height: 1.15;
  letter-spacing: 3.18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-top: 12px;
}

.catalogo-buttons {
  border: 1px solid #fff;
  display: inline-flex;
}

.btn-catalogo {
  padding: 18px 55px;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 500;
  font-size: 0.8333vw;
  line-height: 19px;
  letter-spacing: 1.92px;
  text-align: center;
  text-transform: uppercase;
  border: none; /* Quitamos bordes internos */
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  max-width: 218px;
}

.btn-catalogo.active {
  background-color: #fff;
  color: #000;
  max-width: 221px !important;
}

.btn-catalogo:not(.active) {
  background-color: #000;
  color: #fff;
}

.btn-catalogo:hover {
  opacity: 0.9;
}

/* Section contacto  */
.cta-section-contacto {
  height: 418px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 2px solid #746958;
  border-bottom: 2px solid #746958;
}

.cta-section-contacto {
  position: relative;
  overflow: hidden; /* evita que el overlay se salga */
}

.cta-section-contacto::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-section-contacto > * {
  position: relative;
  z-index: 1;
}

/* Ventama modal */

.modal-custom .modal-dialog {
  max-width: 1300px;
  width: 95%;
}

.modal-custom .modal-content {
  border: 1px solid #746958;
  padding: 3rem;
  min-height: 700px;
  position: relative;
  border-radius: 0;
  overflow: hidden; /* Ensure pseudo-element doesn't spill out */
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

/* Semi-transparent overlay to ensure readability and blur control */
.modal-custom .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000CB;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-clip: padding-box;
  z-index: 0;
}

/* Ensure all modal content components are above the overlay */
.modal-custom .modal-content > * {
  position: relative;
  z-index: 1;
}

.modal-linea {
  width: 180px;
  height: 2px;
  border-radius: 2px;
  margin: 0 auto;
  background-color: #fff;
}

/* Ventama modal - Boton cerrar */

.modal-custom .modal-content .btn-close-custom {
  position: absolute !important;
  top: 2rem;
  right: 2rem;
  font-size: 32px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 100; /* Much higher to stay above body */
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.btn-close-custom:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Ventama modal - titulo */

.modal-title-custom {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 900;
  font-size: 2.3438vw;
  line-height: 50px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}

/* Ventama modal - texto */

.modal-text-custom {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 200;
  font-size: 1.5625vw;
  line-height: 35px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}

.modal-text-custom p {
  margin-bottom: 1.5rem;
}

/* Ventama modal - Boton comprar */

.btn-buy {
  width: 245px;
  height: 55px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0px;

  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 22px;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-buy:hover {
  background: #fff;
  color: #000;
}

/* Ventama modal - TABLET
================================ */

@media (max-width: 992px) {
  .modal-custom .modal-content {
    padding: 3rem 2rem;
  }

  .modal-title-custom {
    font-size: 32px;
    line-height: 38px;
  }

  .modal-text-custom {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-buy {
    width: 220px;
    height: 50px;
    font-size: 22px;
  }
}

/* Ventama modal - MOBILE
================================ */

@media (max-width: 576px) {
  .modal-custom .modal-content {
    padding: 2rem 1.5rem;
    min-height: auto;
  }

  .modal-title-custom {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.06em;
  }

  .modal-text-custom {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
  }

  .btn-buy {
    width: 100%;
    height: 48px;
    font-size: 18px;
  }

  .modal-custom .modal-content .btn-close-custom {
    top: 1rem !important;
    right: 1rem !important;
  }
}

.catalog-slider.container {
  position: relative;
  overflow: hidden;
}

.catalog-slider.container > * {
  position: relative;
  z-index: 1;
}

.catalog-slider {
  max-width: 100%;
  margin: auto;
  padding: 0px 80px 80px 80px;
  text-align: center;
}

/* slider nuestro catalogo */
.catalog-slider .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 480px;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.catalog-slider .slider-wrapper.changing {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
}

.catalog-slider .slide {
  position: absolute;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease, margin-bottom 0.7s ease;
  cursor: pointer;
  will-change: transform, opacity;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 92%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 92%, rgba(0, 0, 0, 0) 100%);
}

.catalog-slider .slide img {
  height: 420px !important;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease;
}

/* .catalog-slider .pos-0 { transform: translateX(-370px) scale(0.55); opacity: 0.4; z-index: 1; }
.catalog-slider .pos-1 { transform: translateX(-220px) scale(0.78); opacity: 0.7; z-index: 2; }
.catalog-slider .pos-2 { transform: translateX(0) scale(1.0); opacity: 1; z-index: 10; }
.catalog-slider .pos-3 { transform: translateX(220px) scale(0.78); opacity: 0.7; z-index: 2; }
.catalog-slider .pos-4 { transform: translateX(370px) scale(0.55); opacity: 0.4; z-index: 1; }
.catalog-slider .pos-hidden { transform: scale(0.2); opacity: 0; pointer-events: none; z-index: 0; } */

.catalog-slider .pos-0 { transform: translateX(-370px); opacity: 0.6; z-index: 1; }
.catalog-slider .pos-0 img{ transform: scale(0.75); transform-origin: bottom center; }

.catalog-slider .pos-1 { transform: translateX(-200px); opacity: 0.6; z-index: 2; }
.catalog-slider .pos-1 img { transform: scale(0.88); transform-origin: bottom center;}

.catalog-slider .pos-2 { transform: translateX(0); opacity: 1; z-index: 10; margin-bottom: -25px;}
.catalog-slider .pos-2 img { transform: scale(1.0); transform-origin: bottom center; }

.catalog-slider .pos-3 { transform: translateX(200px); opacity: 0.6; z-index: 2; }
.catalog-slider .pos-3 img { transform: scale(0.88); transform-origin: bottom center; }

.catalog-slider .pos-4 { transform: translateX(370px); opacity: 0.6; z-index: 1; }
.catalog-slider .pos-4 img{ transform: scale(0.75); transform-origin: bottom center;}

.catalog-slider .pos-hidden { transform: scale(0.2); opacity: 0; pointer-events: none; z-index: 0; }

.slider-controls {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  border: 1px solid #fff; /* Borde exterior único */
}

.control-box {
  padding: 9px 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#prev {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#next {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* Separadores del carrusel de recetas — misma lógica que pisco/saborizados */
#rxPrev {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#rxNext {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.control-title {
  padding: 9px 15px;
  letter-spacing: 0.1em;
  font-size: 0.7292vw;
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
}

.indicators {
  margin-top: 18px;
}

/* =====================================================
   COCKTAIL VIDEO CAROUSEL – CSS AISLADO
   Todos los selectores prefijados con .cocktail-slider
   ===================================================== */

.cocktail-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cocktail-slider .rx-slider-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Slide base */
.cocktail-slider .rx-slide {
  position: absolute;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.65s ease, margin-top 0.65s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
}

/* Wrapper de video — proporción Instagram 9:16 */
.cocktail-slider .rx-video-wrap {
  position: relative;
  width: 280px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #000;
  border-radius: 0px;
}

/* Borde pintado sobre el video mediante pseudo-elemento (evita flickering de 'border' y visible vs box-shadow oculto) */
.cocktail-slider .rx-video-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 0px;
  pointer-events: none;
  z-index: 5;
}

.cocktail-slider .rx-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Botón "Ver Receta" (center only, shown via JS) */
.cocktail-slider .rx-ver-receta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* controlled by JS */
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 12px 18px 8px 18px;
  font-size: 0.6771vw;
  min-width: auto;
}

/* Posiciones */
.cocktail-slider .rx-pos-left {
  /* transform: translateX(-230px) scale(0.85); */
  transform: translateX(-230px);
  opacity: 0.6;
  z-index: 2;
}

.cocktail-slider .rx-pos-center {
  transform: translateX(0);
  /* transform: translateX(0) scale(1); */
  opacity: 1;
  z-index: 10;
  margin-top: 50px;
}

.cocktail-slider .rx-pos-right {
  /* transform: translateX(230px) scale(0.85); */
  transform: translateX(230px);
  opacity: 0.6;
  z-index: 2;
}

.cocktail-slider .rx-pos-hidden {
  transform: translateX(0) scale(0.3);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.indicators span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #555;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.3s;
}

.indicators span.active {
  background: #fff;
}

@media (max-width: 768px) {
  .cocktail-slider .rx-slider-wrapper{
    align-items: flex-end;
  }

  .cocktail-slider .rx-pos-left {
    /* transform: translateX(-230px) scale(0.85); */
    transform: translateX(-130%);
    opacity: 0.6;
    z-index: 2;
  }

  .cocktail-slider .rx-pos-center {
    transform: translateX(0);
    /* transform: translateX(0) scale(1); */
    opacity: 1;
    z-index: 10;
    margin-top: 50px;
  }

  .cocktail-slider .rx-pos-right {
    /* transform: translateX(230px) scale(0.85); */
    transform: translateX(130%);
    opacity: 0.6;
    z-index: 2;
  }

  .cocktail-slider .rx-ver-receta {
    min-width: fit-content !important;
    padding: 12px 18px 8px 18px !important;
  }

  .cocktail-slider .rx-video-wrap{
    width: 100% !important;
    max-width: 320px !important;
  }
  .cocktail-slider .rx-video-wrap::after{
    border-bottom: 0px !important;
  }

  #hmx-cocktail-section .btn-malpaso-transparent{
    padding: 12px 30px 8px !important;
    font-size: 15px !important;
    min-width: 290px !important;
  }
}

/* ===== HMX COCKTAIL SECTION ===== */

.hmx-section {
  position: relative; /* habilitar pseudo-elemento */
  padding: 110px 0;
  background-color: #000;
  color: #fff;
  font-family: "Cocogoose Classic", sans-serif;
  overflow: hidden;
}

/* Overlay para hmx-section para visibilidad del patrón */
.hmx-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0;
}

/* Asegurar contenido encima */
.hmx-section > * {
  position: relative;
  z-index: 1;
}

/* TITULO */
.hmx-title {
  font-size: 2.3438vw;
  line-height: 1.15;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  font-weight: 900;
}

.hmx-line {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}

/* BOTON DERECHA */
.hmx-btn-all {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
  line-height: 22px;
}

/* ===== SLIDER ===== */

.hmx-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.hmx-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.hmx-slide {
  position: relative;
  min-width: 33.333%;
  opacity: 0.35;
  transition: all 0.3s ease;
}

.hmx-slide img {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ACTIVO */
.hmx-active {
  opacity: 1;
  transform: translateY(2rem);
}

/* BOTON RECETA */
.hmx-btn-recipe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* CONTROLES */
.hmx-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hmx-controls button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}

/* HERO MALPASO CAROUSEL */

/* =====================================================
   HERO MALPASO CAROUSEL – CSS AISLADO
   No afecta otros sliders Bootstrap
   ===================================================== */

.hero-malpaso-carousel {
  position: relative;
  height: 100vh;
  background: #000 !important; /* Base negra sólida para evitar transparencias blancas */
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.hero-malpaso-carousel.grabbing {
  cursor: grabbing;
}

/* Altura completa de cada slide */
.hero-malpaso-carousel .carousel-item {
  height: 100vh;
}

/* Imagen de fondo */
.hero-malpaso-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay fondo degradado - Reforzado para asegurar negro absoluto y evitar blancos laterales */
.hero-malpaso-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, .35) 70%, 
    rgba(0, 0, 0, 1) 100%
  ) !important;
  z-index: 5;
  pointer-events: none;
  bottom: -1px;
}

/* Contenido centrado */
.hero-malpaso-content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  text-align: center;
  padding: 0rem;
  color: #fff;
  padding-bottom: 10rem;
}

/* Botón play */
.hero-malpaso-play {
  font-size: 64px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: all 0.3s ease;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

#videoControl2 {
  color: #f6efcb;
}

.hero-malpaso-play:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Logo */
.hero-malpaso-logo {
  max-width: 640px;
  width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}

.hero-malpaso-description {
  font-family: "Cocogoose Classic", sans-serif;
  font-weight: 400;
  font-size: 1.2500vw;
  line-height: 33px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin: 0;

  background: var(--transparency-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);

  padding: 8px 10px 3px 10px;
  border: 1px solid #FFFFFF80;
  /* max-width: 800px; */
}

/* Texto inferior */
.hero-malpaso-text {
  background: #fff;
  color: #000;
  padding: 10px 18px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  max-width: 520px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* =====================================================
   INDICATORS PERSONALIZADOS
   ===================================================== */

.hero-malpaso-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20; /* ENCIMA DE TODO */
  margin: 0;
  pointer-events: auto;
}

#heroMalpasoCarousel .hero-malpaso-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #ffffff !important;
  opacity: 0.3 !important; /* Inactivo más tenue */
  border: none;
  margin: 0 5px !important;
  transition: all 0.25s ease;
  pointer-events: auto;
}

#heroMalpasoCarousel .hero-malpaso-indicators button:hover {
  opacity: 0.7 !important;
}

#heroMalpasoCarousel .hero-malpaso-indicators .active {
  opacity: 1 !important; /* Activo bien visible */
}
/* Modal Producto Desktop - Premium Redesign */
#modalImg {
  z-index: 10002;
}

#modalImg .modal-xl {
  max-width: 1291px;
  width: 90%; /* Loosen up on smaller desktops/tablets */
}
#modalImg .modal-content {
  border: 1px solid #fff !important; /* Consistent Malpaso Signature border */
  border-radius: 0;
  background: transparent;
}
.modal-ls-col {
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.modal-info-col {
  background: var(--transparency-dark);
  backdrop-filter: var(--transparency-dark-blur);
  -webkit-backdrop-filter: var(--transparency-dark-blur);
  background-clip: padding-box;

  border-left: 1px solid rgba(255, 255, 255, 0.1);

}

.modal-product-title {
  font-family: 'Cocogoose Classic', sans-serif;
  font-weight: 900;
  font-size: 2.3438vw;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 5px;
}
.modal-product-linea {
  font-family: 'Cocogoose Classic', sans-serif;
  font-size: 1.0417vw;
  font-weight: 800;
  color: var(--color-light);
  letter-spacing: 0.05em;
}
.modal-product-details p {
  margin-bottom: 0.8rem;
  font-family: 'Cocogoose Classic', sans-serif;
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-light);
  letter-spacing: 1px;
}
.modal-product-details p strong {
  display: block;
  text-transform: capitalize;
  color: var(--color-light);
  font-family: 'Cocogoose Classic', sans-serif;
  font-weight: 800;
  font-size: 1.0417vw;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s;
}
.btn-close-modal:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  #modalImg .modal-xl {
    max-width: 95%;
  }
  .modal-ls-col {
    min-height: 300px;
  }
  .modal-product-title {
    font-size: 24px;
  }
}

/* cambio de imagen HERO MALPASO CAROUSEL */
.slide1-desktop {
  display: block;
}
.slide1-mobile {
  display: none;
}
.slide2-desktop {
  display: block;
}
.slide2-mobile {
  display: none;
}
.rectangulo1-desktop {
  display: block;
}
.rectangulo1-mobile {
  display: none;
}
.nc-desktop {
  display: block;
}
.nc-mobile {
  display: none;
}
/* end cambio de imagen HERO MALPASO CAROUSEL*/

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1400px) {
  /* Cocktail Section Tablet/Small Desktop Stack */
  #hmx-cocktail-section .row {
    flex-direction: column !important;
  }
  #hmx-cocktail-section .col-lg-3,
  #hmx-cocktail-section .col-lg-6 {
    width: 100% !important;
    text-align: center !important;
  }
  #hmx-cocktail-section .nc-desktop {
    display: none !important;
  }
  #hmx-cocktail-section .nc-mobile {
    display: block !important;
  }
  #hmx-cocktail-section .btn-malpaso-transparent {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 1024px) {
  .hero-malpaso-logo {
    max-width: 320px;
  }
  .titulo-pisco {
    font-size: 45px;
  }
  .pr-8 {
    padding: 3rem !important;
  }
  .hero-malpaso-logo {
    max-width: 70% !important;
  }
  .btn-primary {
    font-size: 16px;
    font-weight: 400;
  }
  .hero-malpaso-carousel {
    height: 100vh !important;
  }
  .carousel-item {
    height: 100vh !important;
  }
  .hero-malpaso-bg {
    height: 100vh !important;
    background-size: cover !important;
  }
  .footer-logo {
    max-width: 40% !important;
  }
  .cta-section-dulce-sabor {
    background-position: left !important;
  }
  .mp-gallery {
    padding: 4rem 0 1rem !important;
  }
  .mp-gallery-img {
    height: 150px !important;
  }
  .hmx-section {
    padding: 110px 0 80px;
  }
  .titulo-pisco {
    font-size: 40px;
    line-height: 1.15 !important;
  }
  .catalogo-title {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }
  .hmx-title {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 767px) {
  .hero-malpaso-content {
    justify-content: end;
    margin-bottom: 5rem;
  }
  .btn-primary {
    width: 80% !important;
    height: auto !important;
    margin-top: 1rem !important;
    font-size: 18px !important;
  }
  .btn-malpaso {
    padding: 12px 30px !important;
    font-size: 15px !important;
    min-width: 200px !important;
  }
  .hero-malpaso-bg {
    background-size: cover !important;
  }
  .cta-section-dulce-sabor {
    height: auto !important;
  }
  .cta-section {
    height: auto !important;
    min-height: 536px !important;
    padding: 3rem 0 !important;
  }
  .mp-gallery {
    padding: 2rem 0 6rem !important;
  }
  .mp-gallery-img {
    width: 82% !important;
    height: 420px !important;
    aspect-ratio: auto !important;
  }
  .mp-gallery-track {
    gap: 12px !important;
  }
  .titulo-pisco {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
  .hero-malpaso-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
    max-width: 70% !important;
  }
  .hero-malpaso-text {
    font-size: 13px !important;
  }
  /* cambio de imagen HERO MALPASO CAROUSEL*/
  .slide1-desktop {
    display: none;
  }
  .slide1-mobile {
    display: block;
  }
  .slide2-desktop {
    display: none;
  }
  .slide2-mobile {
    display: block;
  }
  .rectangulo1-desktop {
    display: none;
  }
  .rectangulo1-mobile {
    display: block;
  }
  .nc-desktop {
    display: none;
  }
  .nc-mobile {
    display: block;
  }
  /* end cambio de imagen HERO MALPASO CAROUSEL*/
  .f-end {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }
  .catalogo-section {
    padding-top: 2rem !important;
    padding-bottom: 0.5rem !important;
  }
  .catalogo-buttons {
    width: 100% !important;
    max-width: 320px !important;
    margin-top: 0.5rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-catalogo {
    padding: 12px 10px !important;
    font-size: 14px !important;
    min-width: auto !important;
    flex: 1 !important;
  }
  .ncp {
    height: 200px !important;
    width: auto !important;
    object-fit: contain !important;
  }
  .catalog-slider .slide {
    top: 50% !important;
  }
  .catalog-slider .pos-1 { 
    transform: translate(-160px, -50%) scale(0.75) !important; 
    opacity: 0.5 !important; 
  }
  .catalog-slider .pos-2 { 
    transform: translate(0, -50%) scale(0.85) !important; 
    opacity: 1 !important; 
    z-index: 10 !important;
  }
  .catalog-slider .pos-3 { 
    transform: translate(160px, -50%) scale(0.75) !important; 
    opacity: 0.5 !important; 
  }
  .catalog-slider .pos-0 { 
    transform: translate(-160px, -50%) scale(0.35) !important;
    opacity: 0 !important; 
    pointer-events: none !important;
  }
  .catalog-slider .pos-4 { 
    transform: translate(160px, -50%) scale(0.35) !important;
    opacity: 0 !important; 
    pointer-events: none !important;
  }
  #catalogo-area .catalog-slider .slider-controls{
    width: 100% !important;
  }
  .mp-gallery-track {
    width: 170% !important;
  }
  .slider-wrapper {
    height: 320px !important;
    margin: 2rem 0 !important;
  }
  .slider-controls {
    margin-top: 0px !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
    max-width: 320px !important;
  }
  .indicators {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    /* margin-top: 20px !important; */
  }

  .mp-gallery-container .indicators {
    margin-top: 0px !important;
  }

  .mp-gallery-container .indicators span{
    margin: 0px !important;
  }
  .mp-gallery-controls {
    margin-top: 20px !important;
  }
  .control-title {
    padding: 10px 5px !important;
    font-size: 11px !important;
    width: auto !important;
    min-width: 110px !important;
    flex: 1 !important;
  }
  .control-box {
    padding: 6px 12px !important;
  }
  /* Catalog Accordion Mobile */
  .catalog-accordion {
    border: 1px solid #fff;
    margin: 1rem 1rem 0; /* Margin top 1rem, left/right 1rem */
    background: transparent;
  }
  .acc-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .acc-item:last-child {
    border-bottom: none;
  }
  .acc-header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
  }
  .acc-title {
    font-family: 'Cocogoose Classic', sans-serif;
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #fff;
    text-transform: uppercase;
  }
  .acc-icon {
    color: #fff;
    font-size: 1.2rem;
    transition: transform 0.4s;
  }
  .acc-item.active .acc-icon {
    transform: rotate(180deg);
  }
  .acc-item.active .acc-header {
    background: rgba(255, 255, 255, 0.05);
  }
  .acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s;
    background: #000;
  }
  .acc-item.active .acc-body {
    max-height: 1200px;
    padding: 0 0 20px; /* Zero padding top/sides for image flush */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .acc-content-pad {
    padding: 20px; /* Padding for text content only */
  }
  .acc-lifestyle-img {
    border: none;
    width: 100%;
    display: block;
  }
  .acc-details p {
    margin-bottom: 1.2rem;
    color: #ccc;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Cocogoose Classic", sans-serif;
  }
  .acc-details strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 4px;
    font-family: "Cocogoose Classic", sans-serif;
  }

  .hmx-section {
    padding: 5rem 0 !important;
  }
  .hmx-title {
    font-size: 30px !important;
    padding-top: 2rem !important;
    margin-bottom: 1.5rem !important;
  }
  .hmx-section .linea-pisco {
    margin-bottom: 1rem !important;
  }
  .hmx-section .btn-malpaso {
    margin-top: 2rem !important;
  }
  .mt-4 {
    margin-top: 0rem !important;
  }
  .hmx-slide {
    min-width: 100% !important;
    opacity: 100 !important;
  }
  .hmx-slider-track {
    gap: 0px !important;
  }
  .hmx-controls {
    gap: 60px !important;
    margin-top: 0px !important;
  }
  .footer-malpaso {
    height: auto !important;
    padding: 6rem 2rem 2.5rem!important;
  }
  .footer-logo {
    max-width: 80% !important;
  }
  .footer-title {
    font-size: 14px !important;
  }
  .footer-address {
    font-size: 10px !important;
    line-height: 1.25 !important;
    text-wrap: balance;
    margin-bottom: 1.5rem !important;
  }
  .footer-copy {
    font-size: 10px !important;
    opacity: 41% !important;
    text-align: left !important;
    width: 70%;
    text-wrap: balance;
    line-height: 1.25 !important;
    margin-bottom: 0 !important;
  }
}

.z-index-10002{
  z-index: 10002 !important;
}

@media (min-width: 992px) and (max-width: 1160px) {
  .catalogo-buttons .btn-catalogo{
    min-width: 220px !important;
    max-width: 220px !important;
  }
}

.btn-contact{
  font-size: 0.9896vw;
  letter-spacing: 0.95px;
  max-width: max-content;
}

.bi-play-circle{
  font-size: 24px;
  margin-bottom: 4px;
  margin-left: 10px;
}

.p-8-25{
  padding: 8px 25px 8px 25px;
}

.border-1-light{
  border: 1px solid var(--color-border-light);
}

.modal-backdrop.show{
  z-index: 10001;
}

@media (min-width: 1400px) {
  #hmx-cocktail-section .container {
    max-width: 1520px !important;
  }
}

/* NUevo icono de play y pause */
.icon-banner-hero {
  height: 94px;
  width: 94px;
  cursor: pointer;
}

.icon-banner-hero polygon, 
.icon-banner-hero path {
  fill: var(--transparency-light);
  stroke: var(--color-border-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);
  transition: opacity 0.3s ease;
}
.icon-banner-hero-play .forma-pause { opacity: 0; display: none; }
.icon-banner-hero-pause .forma-play { opacity: 0; display: none; }

.icon-banner-hero-play .forma-play { opacity: 1; display: block; }
.icon-banner-hero-pause .forma-pause { opacity: 1; display: block; }

#modalCocktail .modal-content{
  background: var(--transparency-light);
  backdrop-filter: var(--transparency-light-blur);
  -webkit-backdrop-filter: var(--transparency-light-blur);
  background-clip: padding-box;
  border: 1px solid #746958;
  border-radius: 0px;
}

#modalCocktail  .modal-cocktail-video{
  height: 100%;
  width: 100%;
  max-height: 600px;
}

#modalCocktail  .modal-cocktail-video video{
  width: 100%;
  height: 100%;
}

.age-gate * {
  font-family: 'Cocogoose Classic';
}

.age-gate {
  background-image: url(https://malpaso.somosforma.dev/wp-content/uploads/2026/03/bg-catalogo.png);
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  max-width: 700px;
  padding: 40px;
}

.age-gate-wrapper, .age-gate__wrapper {
  z-index: 10010;
}

.age-gate-headline{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.age-gate-subheadline{
  display: none !important;
}

.age-gate-challenge{
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05rem;
}

.age-gate-fields{
  margin-bottom: 30px !important;
}

.age-gate-buttons{
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.age-gate-buttons button{
  text-transform: none;
  background: transparent !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  font-size: 32px !important;
  padding: 5px 10px !important;
  font-weight: 900 !important;
  max-height: 55px !important;
  width: 85px;
  margin: 0px !important;
}

.age-gate-additional-information p {
  letter-spacing: 6px;
}