@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


 
body {
    background-color: #0f0f0f;
  font-family: "Montserrat", sans-serif;
}


.hero-discoteca {
  padding-top: 8vh;
    width: 100%;
    aspect-ratio: 16 / 5; /* Proporción tipo banner (puedes ajustar a 16/6, 21/9, etc.) */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181818;
    overflow: hidden;
}
.banner-foto{
    width: 100%;
    height: auto; /* Permite que la imagen mantenga proporciones */
    box-shadow: 0 0 30px #00000080;
    object-fit: cover; /* Llena el área sin deformarse, puede recortar */
    object-position: center;
    background: #181818;
    object-fit: cover;
}

.section-body {
    width: 100%;
    background: #0f0f0f;
    padding: 2rem 0 1rem 0;
}
.container {
    background: #0f0f0f;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2vw;
}
.nombre_discoteca {
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.menuInfo {
    background: #1f1e1e;
    border-radius: 14px;
    padding: 2rem 3rem;
    min-height: 120px;
    color: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 0 20px #00000040;
}

.info {
    max-width: 1100px;
    max-width: 1100px;
    margin: 0 auto 2rem auto;
    padding: 0 2vw;
    padding: 5% 20% 0% 20%;
    transition: all 0.3s;
    text-align: left;
    font-family: system-ui, 'open sans', 'helvetica neue', sans-serif;
}
.info article {
    background: #1f1e1e;
    border-radius: 14px;
    padding: 2rem 3rem;
    box-shadow: 0 0 20px #00000040;
}
.info h2 {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}
.info ul li {
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
}
.info hr {
    border: none;
    margin: 2rem 0;
}


.verMasBtn:hover, .btn-galeria:hover {
    background: #fff;
    color: #0011ff;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.gallery-container img {
    width: 220px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000060;
    cursor: pointer;
    transition: transform 0.2s;
}
.gallery-container img:hover {
    transform: scale(1.04);
    box-shadow: 0 0 20px #f849a0a0;
}

/* Zoom overlay y ocultar imágenes */
.zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    max-width: 90vw;
    max-height: 90vh;
    cursor: zoom-out;
    image-rendering: crisp-edges;
}
.zoomed-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}
.zoomed-overlay.active {
    display: block;
}
.hidden {
    display: none;
}

.dark{
    background-color: #0f0f0f;
}

/* Responsive */
@media (max-width: 900px) {
    .container, .info {
        padding: 0 1vw;
    }
    .gallery-container img {
        width: 45vw;
        height: 28vw;
        min-width: 120px;
        min-height: 80px;
    }
}
@media (max-width: 600px) {
  
    .hero-discoteca {
      padding-top: 8vh;
        aspect-ratio: 16 / 9; /* Relación más alta para móviles */
    }

    .banner-foto {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .nombre_discoteca {
        font-size: 1.6rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .hero-discoteca img {
        max-width: 95vw;
    }
    .section, .info article {
        padding: 1rem 1.5rem;
    }
    .menuInfo {
        padding: 1rem 0.5rem;
    }
    .gallery-container {
        gap: 0.5rem;
    }
    .gallery-container img {
        width: 90vw;
        height: 50vw;
    }
    .info h2 {
        font-size: 1.3rem;
    }
}


/* 
/* información sobre oh my club */

.info {
    padding: 5% 20% 0% 20%;
    transition: all 0.3s;
    text-align: left;
    font-family: system-ui, 'open sans', 'helvetica neue', sans-serif;
}

.info h2 {
    color: #ffffff;
    font-family:'trebuchet ms', 'lucida sans unicode', 'lucida grande', 'lucida sans', arial, sans-serif;
    margin-top:  100px;
    font-size: 28px;
}

.info h3 {
    color: rgb(255, 255, 255);
    font-family:'trebuchet ms', 'lucida sans unicode', 'lucida grande', 'lucida sans', arial, sans-serif;
    margin-top:  30px;
}

.entradas-link {
    color: #484d53;
}

.entradas-link:hover {
  color: #d3940d;
}

.info {
    color: #cccccc;
    list-style: none;
    user-select: none;
    padding-bottom: 30px;
}

.info ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    user-select: none;
    margin-left: 4%;
    font-size: 20px;
}
.info ul {
    margin-bottom: 8px;
    margin: 10px 0px 30px 0px;
    user-select: none;
    font-size: 20px; 
}
/*lOADER*/
/* From Uiverse.io by mobinkakei */ 
.wrapper {
  width: 20%;
  height: 60px;
  position: relative;
  z-index: 1;
  align-items: center;
  margin-left: 40%;
  margin-right: 40%;
  
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 15%;
  transform-origin: 50%;
  animation: circle7124 1s alternate infinite ease;
}

@keyframes circle7124 {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }

  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0%;
  }
}

.circle:nth-child(2) {
  left: 45%;
  animation-delay: .2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow046 1s alternate infinite ease;
}

@keyframes shadow046 {
  0% {
    transform: scaleX(1.5);
  }

  40% {
    transform: scaleX(1);
    opacity: .7;
  }

  100% {
    transform: scaleX(.2);
    opacity: .4;
  }
}

.shadow:nth-child(4) {
  left: 45%;
  animation-delay: .2s
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: .3s;
}

 


p {
    user-select: none;
    font-size: 22px;
    line-height: 1.5;
}

.gallery-container {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(200px, 500px);
  max-width: 1850px;
  margin: auto;
}

.gallery-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

/* Haciendo algunas imágenes más grandes */
.gallery-container img:nth-child(1) { grid-column: span 2; }
.gallery-container img:nth-child(3) { grid-row: span 2; }
.gallery-container img:nth-child(5) { grid-column: span 2; }

@media (max-width: 600px) {
  .gallery-container {
      grid-template-columns: repeat(1, 1fr); /* 1 columna en pantallas pequeñas */
      grid-auto-rows: minmax(150px, auto); /* Ajuste de altura */
  }
}


/* Estilos para las imágenes ocultas */
.hidden {
  display: none;
}

.btnVerMas, .btn-galeria {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #423f3f;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}



/* Estilos para las imágenes ocultas */
.hidden {
  display: none;
}



/*-----------BOTON-----------*/
/* From Uiverse.io by Navarog21 */ 
/* From Uiverse.io by abrahamcalsin */ 
.boton-ciudades {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #183153;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    width: 160px;
    height: 47px;
    text-decoration: none;
  }
  
  .boton-ciudades:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #ffd401;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
  }
  
  .boton-ciudades:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  
  .boton-ciudades span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 18px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.23em;
    z-index: 20;
    transition: all 0.3s ease-in-out;
  
  }
  
  .boton-ciudades:hover span {
    color: #183153;
    animation: scaleUp 0.3s ease-in-out;
  }

  .verMas {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.expand {
    max-height: 1000px;
}


/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .info {
      padding: 10% 5%;
  }

  .info h2 {
      font-size: 24px;
  }

  .info p {
      font-size: 18px;
  }

  .gallery-container {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}



