@media (max-width: 576px) {
  .modal-nav-btn {
    width: 2.2rem !important;
    height: 2.2rem !important;
    min-width: 2.2rem !important;
    min-height: 2.2rem !important;
    font-size: 1.2rem !important;
    padding: 0.2rem !important;
  }
  .modal-nav-btn .material-symbols-outlined {
    font-size: 1.5rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 1250px) {
  .site-header {
    padding: 0.7rem 1.2rem;
    gap: 1.2rem;
    margin-right: 0 auto !important;
  }
  .logo-container {
    margin-top: 0.5rem;
  }
  .neon-main {
    font-size: clamp(1.5rem, 4.5vw, 3.5rem);
  }
  .neon-sub {
    font-size: clamp(0.8rem, 2.5vw, 1.1rem);
  }
  .social-icons {
    gap: 1.2rem;
    padding: 1.2rem 0;
  }
  .social-icons a {
    width: 2.2rem;
    height: 2.2rem;
  }
  .social-icons a i {
    font-size: 1.5rem;
  }
  .header-nav {
    font-size: 0.98rem;
  }
  .language-switcher {
    font-size: 1rem;
  }

  .artist-list p {
    font-size: clamp(1.2rem, 3vw, 2rem);
  }
  .home-contact-form-section {
    max-width: 96% !important;
    margin: 1rem auto !important;
  }
}
@media (max-width: 576px) {
  .home-contact-form-section {
    justify-content: flex-end !important;
    min-height: 60vh;
    max-width: 90% !important;
    margin: 1rem auto !important;
  }
}
@media (max-width: 576px) {
  #homeContactForm .form-control {
    min-height: 2.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.98rem;
  }
  #homeContactForm textarea.form-control {
    min-height: 70px;
    max-height: 120px;
    height: 70px;
    font-size: 0.98rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    resize: vertical;
  }
  #homeContactForm > div {
    margin-bottom: 0.7rem;
  }
  #homeContactForm button[type="submit"] {
    margin-top: 0.3rem;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
/* Responsive ajustes para home-contact-form-section en mobile */
@media (max-width: 576px) {
  .home-contact-form-section {
    padding: 0.5rem 0.5rem !important;
    margin: 1rem auto !important;
    max-width: 90% !important;
    border-radius: 0.5rem;
    box-shadow: none;
  }
  .home-contact-form-section h3 {
    font-size: 1.2rem;
    margin: 0.5rem 0 1rem 0;
  }
  .home-contact-form-section form {
    width: 100% !important;
    max-width: 100vw;
    padding: 0;
  }
  .home-contact-form-section .form-label {
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
  }
  .home-contact-form-section .form-control {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.7rem;
  }
  .home-contact-form-section button[type="submit"] {
    font-size: 1rem;
    padding: 0.6rem 0;
    margin-top: 0.5rem;
  }
}
/* Neon effect for contact section title */
.contact-section-title {
  color: #fff;
  text-shadow: 0 0 8px #fff, 0 0 16px #f0f, 0 0 24px rgb(255, 0, 85),
    0 0 32px #0ff, 0 0 40px #0ff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin: 2rem auto;
  width: 90%;
}

.home-contact-form-section-form-label {
  padding: 0 !important;
}

/* Apilar bio-item en mobile */
@media (max-width: 767.98px) {
  .main-bio .d-flex.flex-row.justify-content-center {
    flex-direction: column !important;
    align-items: center !important;
  }
  .main-bio .bio-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 320px;
  }
  .main-bio .bio-item:last-child {
    margin-bottom: 0;
  }
}
/* Alinear títulos a la izquierda solo en desktop */
@media (min-width: 768px) {
  .title-container {
    align-items: start !important;
  }
}
/* Centrar el título solo en mobile */
@media (max-width: 767.98px) {
  .section-title-text {
    text-align: center;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
/* Y reemplázalo con esto (mucho más simple y seguro): */
html {
  box-sizing: border-box; /* Mejor práctica para el cálculo de tamaños */
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "Pontano Sans", sans-serif;
  background-color: #000;
  color: #fff;
  overflow-x: hidden; /* Mantenemos esto para evitar scroll horizontal */
}
/* Estilos base para MÓVIL (predeterminado) */
.site-header {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-link {
  text-decoration: none;
}
/* --- Estilos del Logo Neón --- */

.logo-container {
  text-align: center;
  margin-top: 1rem;
}

.neon-main {
  font-family: "monoton", sans-serif;
  font-size: clamp(3rem, 10vw, 6rem); /* Tamaño responsive */
  color: #fff;
  text-transform: uppercase;
  animation: parpadeo-rojo 1.5s infinite alternate;
  text-shadow: 0 0 5px #ff005b, 0 0 10px #ff005b, 0 0 20px #ff005b,
    0 0 40px #d4004b, 0 0 80px #d4004b;
  line-height: 1;
  margin: 0;
}

.neon-sub {
  font-family: "Pontano Sans", sans-serif;
  font-size: clamp(1rem, 4vw, 1.5rem);
  color: #f8f8f8;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  animation: parpadeo-azul 1.8s infinite alternate;
  text-shadow: 0 0 5px #40c4ff, 0 0 10px #40c4ff, 0 0 20px #40c4ff,
    0 0 40px #00b0ff, 0 0 80px #00b0ff;
  margin-top: 0.5rem; /* Ajuste para que quede más cerca */
}

/* Animación de parpadeo para el logo */
@keyframes parpadeo-rojo {
  0% {
    text-shadow: 0 0 2px #ff005b, 0 0 5px #ff005b, 0 0 10px #d4004b;
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 5px #ff005b, 0 0 10px #ff005b, 0 0 20px #ff005b,
      0 0 40px #d4004b, 0 0 80px #d4004b;
    opacity: 1;
  }
}

/* Animación de parpadeo para el subtítulo azul */
@keyframes parpadeo-azul {
  0% {
    text-shadow: 0 0 2px #40c4ff, 0 0 5px #40c4ff, 0 0 10px #00b0ff;
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 5px #40c4ff, 0 0 10px #40c4ff, 0 0 20px #40c4ff,
      0 0 40px #00b0ff, 0 0 80px #00b0ff;
    opacity: 1;
  }
}

/* --- Estilos de Controles del Header --- */
.header-controls-container {
  gap: 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  position: relative;
}

/* Efecto de fondo brillante */
.social-icons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(255, 107, 107, 0.1) 0%,
    rgba(78, 205, 196, 0.05) 50%,
    transparent 100%
  );
  transform: translate(-50%, -50%);
  animation: socialGlow 4s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes socialGlow {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }
}

.social-icons a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;

  /* Fondo base con glassmorphism */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Efecto de onda que se expande */
.social-icons a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: -1;
}

/* Efecto de luz rotativa */
.social-icons a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: socialRotate 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

@keyframes socialRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Estados hover */
.social-icons a:hover::before {
  width: 120px;
  height: 120px;
}

.social-icons a:hover::after {
  opacity: 1;
}

.social-icons a:hover {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(255, 107, 107, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Iconos base */
.social-icons a i {
  font-size: 2.2rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
}

/* Instagram específico */
.social-icons a[href*="instagram"] {
  background: linear-gradient(
      45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d,
      #f56040,
      #f77737,
      #fcaf45,
      #ffdc80
    ),
    rgba(255, 255, 255, 0.1);
  background-blend-mode: overlay;
}

.social-icons a[href*="instagram"] i {
  background: linear-gradient(
    45deg,
    #405de6,
    #5851db,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: instagramGradient 3s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(225, 48, 108, 0.5));
}

@keyframes instagramGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.social-icons a[href*="instagram"]:hover {
  box-shadow: 0 20px 40px rgba(225, 48, 108, 0.4),
    0 0 60px rgba(225, 48, 108, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.social-icons a[href*="instagram"]:hover i {
  transform: scale(1.2) rotate(360deg);
  filter: drop-shadow(0 0 20px rgba(225, 48, 108, 0.8));
}

/* YouTube específico */
.social-icons a[href*="youtube"] {
  background: linear-gradient(45deg, #f7c0c0, #ff9494, #ffa2a2),
    rgba(255, 255, 255, 0.25);
  background-blend-mode: overlay;
  border: 2px solid rgba(255, 68, 68, 0.4);
}

.social-icons a[href*="youtube"] i {
  color: #ff0000;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.3), 0 0 20px rgba(255, 0, 0, 0.1),
    0 0 30px rgba(255, 0, 0, 0.1);
  animation: youtubeGlow 2s ease-in-out infinite alternate;
}

@keyframes youtubeGlow {
  0% {
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255, 204, 204, 0.2),
      0 0 20px rgba(255, 211, 211, 0.4);
  }
  100% {
    color: #ff4444;
    text-shadow: 0 0 15px rgba(255, 237, 237, 0.2),
      0 0 25px rgba(255, 233, 233, 0.6), 0 0 35px rgba(255, 0, 0, 0.4);
  }
}

.social-icons a[href*="youtube"]:hover {
  box-shadow: 0 20px 40px rgba(255, 68, 68, 0.5),
    0 0 60px rgba(255, 68, 68, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(45deg, #ff6666, #ff4444, #ff0000),
    rgba(255, 255, 255, 0.3);
}

.social-icons a[href*="youtube"]:hover i {
  transform: scale(1.2);
  animation-duration: 0.5s;
  text-shadow: 0 0 20px rgba(255, 0, 0, 1), 0 0 30px rgba(255, 0, 0, 0.8),
    0 0 40px rgba(255, 0, 0, 0.6);
}

/* Efecto de partículas alrededor */
.social-icons a:hover {
  animation: socialFloat 0.6s ease-in-out;
}

@keyframes socialFloat {
  0%,
  100% {
    transform: translateY(-10px) scale(1.1);
  }
  50% {
    transform: translateY(-15px) scale(1.15);
  }
}

/* Estados activos */
.social-icons a:active {
  transform: translateY(-5px) scale(1.05);
  transition-duration: 0.1s;
}

/* Efecto de ripple al hacer click */
.social-icons a {
  position: relative;
  overflow: hidden;
}

.social-icons a:active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.language-switcher {
  margin-top: 1rem;
  padding-bottom: 1rem;
  animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-switcher a,
.language-switcher span {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.social-icons i {
  font-size: 1rem;
  color: #ffb7d0;
  transition: all 0.3s ease;
}

.active-lang {
  border-bottom: #8f000e 2px solid;
}

.language-switcher a:hover {
  color: #ff005b;
}
.social-icons a:hover i {
  color: #ff005b;
  font-size: 1.5rem;
}
.header-nav {
  width: 100%;
  justify-content: center;
}

main {
  flex: 1;
}

/* Style for the video container */
.video-container {
  width: 100%;
  height: 100%;
  border-radius: 1rem; /* Rounded corners */
}
.video-section .main-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra el contenedor */
  border-radius: 1rem; /* Bordes redondeados */
}
.video-overlay-text {
  position: absolute;
  margin-top: auto;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  background: transparent;
  padding: clamp(0.5rem, 1vw, 3rem);
  border-radius: 1rem;
  width: 80%;
  max-width: 800px;
  animation: videoFadeIn 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  overflow: hidden;
}



@keyframes videoFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8) rotateY(20deg);
    filter: blur(10px);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.95) rotateY(5deg);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    filter: blur(0);
  }
}

@keyframes videoRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes videoShimmer {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.video-overlay-text h2 {
  font-size: clamp(1rem, 4vw, 2.5rem);
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 4px 8px rgba(0, 0, 0, 0.7),
    0 6px 12px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.6);
}

@keyframes videoTextGlow {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
  }
  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
  }
}

.video-overlay-text .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
  animation: videoFloat 4s ease-in-out infinite;
}

.video-overlay-text .particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 6s;
}

.video-overlay-text .particle:nth-child(2) {
  top: 30%;
  right: 15%;
  animation-delay: 2s;
  animation-duration: 5s;
}

.video-overlay-text .particle:nth-child(3) {
  bottom: 25%;
  left: 20%;
  animation-delay: 1s;
  animation-duration: 7s;
}

.video-overlay-text .particle:nth-child(4) {
  bottom: 35%;
  right: 10%;
  animation-delay: 3s;
  animation-duration: 4s;
}

@keyframes videoFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-15px) scale(1.2);
    opacity: 1;
  }
}

/* Hover effect sutil */
.video-overlay-text:hover {
  transform: translate(-50%, -50%) scale(1.02);
  box-shadow: 0 20px 40px rgba(197, 23, 41, 0.4), 0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.7s ease-in-out;
}

/* .video-overlay-text:hover h2 {

} */

/* Header */
.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.header-photo {
  display: none;
}
.logo-random {
  animation: slide-in-elliptic-top-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 20:23:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-400px) rotateX(-20deg) scale(0);
    transform: translateY(-400px) rotateX(-20deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 700px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-400px) rotateX(-20deg) scale(0);
    transform: translateY(-400px) rotateX(-20deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 700px;
    opacity: 1;
  }
}

.iconos-header {
  font-size: 2rem !important;
}

.material-symbols-outlined {
  font-size: 5rem;
}

.burger-btn {
  color: #fff;
  background: none;
  border: none;
  font-size: 2.5rem;
}

/* El menú colapsado en móvil */
.navbar-collapse {
  text-align: center;
  margin-top: 1rem;
}

.video-section {
  position: relative; /* Ancla para los elementos hijos absolutos */
  width: 100%;
  aspect-ratio: 16 / 9; /* ESTO define la altura. 16 de ancho por 9 de alto */
  max-height: 85vh; /* Límite para que no sea demasiado alto */
  margin: 0 auto; /* Centra la sección si tiene un max-width */
  overflow: hidden; /* Esconde CUALQUIER COSA que se salga de sus bordes */
  border-radius: 1rem; /* Bordes redondeados para toda la sección */
}

.video-section .sound-btn-container {
  /* Contenedor para el botón de sonido */
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 2; /* Por encima del video */
}

.btn-secondary {
  background-color: #00b0ff;
}

.btn-secondary:hover {
  background-color: #0198df;
}
.navbar-nav .nav-link {
  padding: 0.8rem 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white !important;
}

.navbar-nav {
  animation: text-focus-in 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 20:36:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.navicon-label {
  font-size: 2rem;
}

.nav-item-container {
  width: 100%;
  height: 8rem;
}
.contenedor-2 video {
  margin-bottom: 0 !important;
  width: 100%;
}
.main-video {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 20:40:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.icono-language-nav {
  display: none !important;
}
.icono-home-nav {
  display: none !important;
}

/* Botones */
.cta-btn {
  background-color: #8f000e;
  color: white;
  font-size: 4rem;
  border-radius: 2rem;
  text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
}
#cta_btn_home_contact {
  animation: heartbeat 2s ease-in-out infinite both;
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.cta-btn:hover {
  background-color: #9f0009;
  color: white;
}

/* Texto sobre foto */
.texto-sobre-foto {
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  color: white;
  text-align: center;
  height: 100%;
}

.texto-foto {
  font-size: 3rem;
}

/* Cards */
.card-title {
  font-size: 4rem;
  margin: 1rem auto;
  text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
  animation: shadow-pulse 2s ease-in-out infinite;
  align-self: center;
  justify-self: center;
}

/* Animation for moving and enlarging text-shadow */
@keyframes shadow-pulse {
  0% {
    text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
  }
  50% {
    text-shadow: 3px 3px 6px rgba(197, 23, 41, 0.6); /* Larger offset and blur */
  }
  100% {
    text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8); /* Back to original */
  }
}
.card-text-home {
  font-size: 2rem !important;
}

.card-text {
  font-size: 3rem;
  color: #fff;
}

.home-contact-form-section {
  max-width: 100% !important;
  margin: 1rem auto !important;
}

.live-set-text {
  line-height: 1.2;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
  margin-bottom: 0;
}

.live-set-text h3 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
.description {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 18:29:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

#audioToggleBtn span {
  font-size: 1rem;
}

/* Ensure the card is a positioning context */
.card-home {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; /* Center the image */
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 18:26:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 18:22:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Estilos específicos para el carrusel de la sección de live sets */
.live-sets-carousel {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(139, 0, 0, 0.1) 100%
  );
  border-radius: 1rem;
  padding: 2rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 80%;
}

.live-sets-carousel-inner {
  display: flex;
  transition: all 0.5s ease-in-out;
}

.live-sets-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(36, 30, 27, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(73, 71, 71, 0.02) 0%,
      transparent 50%
    );
  animation: carouselBg 15s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes carouselBg {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.7;
  }
}

.live-sets-carousel-item img {
  width: 100%;
  object-fit: cover; /* Mantiene proporción */
  border-radius: 1rem;
}

.live-set-card {
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
  margin: 1rem auto;
}

.live-set-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.7s ease;
  z-index: 1;
}

.live-set-card:hover::before {
  left: 100%;
}

.live-set-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4), 0 0 50px rgba(216, 104, 48, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Imágenes mejoradas */
.card-img-top {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.card-img-top img {
  transition: all 0.5s ease;
  filter: brightness(1) contrast(1);
}

.live-set-card:hover .card-img-top img {
  transform: scale(1.05);
  filter: brightness(1.1) contrast(0.9) saturate(1.1);
}
/* Animación para "Elegante" */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animación para el título de "RANDOM COCKTAIL" */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- ESTILOS PARA EL CARRUSEL CON IMAGEN DE FONDO --- */

/* Estilos del carousel */
.live-sets {
  z-index: 10;
}

/* 1. Ajustamos la card principal del carrusel */
.live-sets .live-set-card {
  position: relative; /* Necesario para que .card-img-overlay se posicione correctamente */
  overflow: hidden; /* Asegura que la imagen no se salga si tiene bordes redondeados */
  border-radius: 1rem; /* Mantenemos los bordes redondeados */
  height: 80vh; /* Define una altura para la card, ajústala a tu gusto */
  min-height: 400px; /* Una altura mínima para móviles */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); /* Sombra para darle profundidad */
}

/* 2. Estilos para la imagen (ahora .card-img) */
.live-sets .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ¡CLAVE! Rellena el espacio sin deformar la imagen (la recorta si es necesario) */
  transition: transform 0.5s ease; /* Transición suave para el hover */
}

/* 3. Efecto de zoom en la imagen al pasar el ratón por encima de la card */
.live-sets .live-set-card:hover .card-img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* 4. La capa de texto superpuesta */
.live-sets .card-img-overlay {
  /* Añadimos un degradado sutil para asegurar la legibilidad del texto en cualquier imagen */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 40%,
    transparent 100%
  );
  display: flex; /* Usamos flexbox para centrar el contenido */
  flex-direction: column;
  justify-content: flex-end; /* Alinea el texto en la parte inferior */
  align-items: center;
  padding: 2rem; /* Espaciado interno generoso */
  text-align: center;
}

/* 5. Ajustes al texto para que se vea bien sobre el fondo */
.live-sets .card-title {
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.7); /* Sombra más pronunciada para legibilidad */
}

.live-sets .live-set-text p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  max-width: 80%; /* Limita el ancho del párrafo para que no sea muy largo */
  margin: 0 auto;
  font-size: clamp(1rem, 3.5vw, 2rem);
}

.cocktail-title,
.party-title {
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  animation: slideUp 3s ease-out;
}
.cocktail-title {
  background: linear-gradient(45deg, #d86830, #ff8c42, #ffa726);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: cocktailGradient 3s ease-in-out infinite;
}
@keyframes cocktailGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Animación para el título de "RANDOM PARTY" */
@keyframes rotateIn {
  0% {
    opacity: 1;
    transform: rotate(-30deg);
  }
  50% {
    opacity: 1;
    transform: rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}

.party-title {
  padding-top: 1rem;
  margin-top: 1rem;
  animation: rotateIn 3s ease-out infinite;
  color: #dc3545;
  filter: drop-shadow(0 0 10px rgba(220, 53, 69, 0.6));
  animation: partyGlow 2s ease-in-out infinite alternate;
}

@keyframes partyGlow {
  0% {
    filter: drop-shadow(0 0 10px rgba(220, 53, 69, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 20px rgba(220, 53, 69, 0.9));
  }
}

.card {
  border: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.card-img-bottom {
  position: relative;
  height: auto;
  width: 100%;
  border-radius: 1rem;
  margin: 0 auto;
  z-index: 1;
}

.card-img-bottom img {
  width: 100%;
}

/* Adjust text-overlay styling */
.text-overlay {
  position: relative;
  bottom: 0; /* Centrado vertical */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(231, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.4rem;
  color: white;
  text-align: center;
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.card-title-home.show {
  opacity: 1;
}

.card-title-home {
  opacity: 0;
  transition: all 0.8s ease;
}

/* Estado visible */
.text-overlay.show {
  opacity: 1;
  transform: translateX(-50%);
}

/* Show text when in viewport */
.figcaption-custom.show {
  opacity: 1 !important;
}
.artist-list {
  animation: fade-in 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(139, 0, 0, 0.4) 100%
  );
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.artist-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(216, 104, 48, 0.05) 50%,
    transparent 70%
  );
  animation: artistShimmer 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes artistShimmer {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 20:2:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.img-cocktail {
  animation: kenburns-bottom-right 5s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 19:54:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1) translate(20px, 15px);
    transform: scale(1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1) translate(20px, 15px);
    transform: scale(1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.img-party {
  animation: kenburns-bottom-left 5s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 19:57:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom-left
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes kenburns-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(-20px, 15px);
    transform: scale(1.25) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

/* Footer */
footer {
  width: 100%;
  margin-top: auto;
  padding: 1rem;
  background-color: #0000;
  text-align: center;
}

/* BIO Section */
.section-header {
  color: #fff;
  padding: 4rem 0;
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(139, 0, 0, 0.3) 50%,
    rgba(216, 104, 48, 0.2) 100%
  );
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}

.section-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 136, 136, 0.03) 0%,
    transparent 70%
  );
  animation: headerRotate 20s linear infinite;
  pointer-events: none;
}

@keyframes headerRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section-title {
  font-size: 8rem; /* Proporcional al ancho de la ventana */
  text-align: center;
  padding: 1rem; /* Se ajusta el padding según el tamaño de la pantalla */
  animation: slide-fwd-center 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
  perspective: 1000px; /* Perspectiva adaptativa */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.section-title-icon {
  color: #d86830;
  font-size: 2.5rem !important;
  filter: drop-shadow(0 0 10px rgba(216, 104, 48, 0.6));
  animation: iconPulse 2s ease-in-out infinite;
}

.section-title-text {
  font-weight: 900;
  background: linear-gradient(45deg, #d86830, #ff6b6b, #ffe66d);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Pontano Sans", sans-serif;
  font-size: 3rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  animation: parpadeo-violeta 1.8s infinite alternate;
}

@keyframes parpadeo-violeta {
  0% {
    text-shadow: 0 0 1px #c29ff1, 0 0 3px #d6bef8, 0 0 6px #37106e;
    opacity: 0.8;
  }
  100% {
    text-shadow: 0 0 3px #bd9ee9, 0 0 4px #b9a1db, 0 0 7px #37106e,
      0 0 20px #37106e;
    opacity: 1;
  }
}

@keyframes titleGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes iconPulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 10px rgba(216, 104, 48, 0.6));
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(216, 104, 48, 0.8));
  }
}

@keyframes slide-fwd-center {
  0% {
    transform: translateZ(-100px) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* Bio items mejorados */
.bio-item {
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  max-width: 400px;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Efecto de luz que se desliza */
.bio-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.7s ease;
  z-index: 3;
}

.bio-item:hover::before {
  left: 100%;
}

/* Estados hover de las bio-items */
.bio-item:hover {
  transform: translateY(-15px) scale(1.03);
  border-color: rgba(216, 104, 48, 0.6);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 50px rgba(216, 104, 48, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Overlay de texto sobre la imagen */
.bio-item .text-overlay-bio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    transparent 100%
  );
  padding: 1.5rem 1rem;
  z-index: 4;
  transition: all 0.3s ease;
}

.bio-item:hover .text-overlay-bio {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(139, 0, 0, 0.7) 50%,
    rgba(216, 104, 48, 0.9) 100%
  );
}

/* Imágenes mejoradas */
.bio-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  filter: brightness(0.8) contrast(1.1);
  position: relative;
  z-index: 2;
}

.bio-item:hover img {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.2);
}

.description {
  font-size: 1.2rem;
  color: #f0f0f0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}

/* Imágenes del modal */
.modal-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(216, 104, 48, 0.2);
  transition: all 0.3s ease;
  max-height: 400px;
  object-fit: cover;
}

.modal-img:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(216, 104, 48, 0.3);
}

.caption-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 15px rgba(216, 104, 48, 0.6);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.bio-item:hover .caption-title {
  color: #ffe66d;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 230, 109, 0.8),
    0 0 30px rgba(255, 230, 109, 0.5);
  transform: scale(1.05);
}

.caption-subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 500;
  transition: all 0.3s ease;
}

.bio-item:hover .caption-subtitle {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
}
/* Títulos del modal */
.profile-card-title {
  font-weight: 900;
  background: linear-gradient(45deg, #d86830, #ff6b6b, #ffe66d);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: profileTitleGradient 3s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(216, 104, 48, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
}

@keyframes profileTitleGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Subtítulos del modal */
.profile-card-subtitle {
  font-size: 1rem;
  color: #ffe66d;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 10px rgba(255, 230, 109, 0.4));
}

/* Texto del modal */
.profile-card-text {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #f0f0f0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  text-align: justify;
  margin-bottom: 0;
}

/* Partículas flotantes en modales */
.modal-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: modalParticleFloat 8s ease-in-out infinite;
  z-index: 2;
}

.modal-particle:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.modal-particle:nth-child(2) {
  top: 70%;
  right: 15%;
  animation-delay: 3s;
}

.modal-particle:nth-child(3) {
  bottom: 20%;
  left: 20%;
  animation-delay: 6s;
}

@keyframes modalParticleFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-20px) scale(1.5);
    opacity: 0.8;
  }
}

/* Live Sets Section */
.live-sets {
  color: #fff;
}

.live-set-card {
  border: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0.2s;
}

.live-set-card img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.card-text-repertoire {
  background-color: #333333;
}

/* Badges mejorados */
.badge {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 0.9rem;
  animation: badgeFloat 3s ease-in-out infinite;
  z-index: 3;
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}

.text-highlight {
  color: #8f000e;
  font-weight: bold;
}

.card-header,
.card-footer {
  color: #fff;
}

.artist-list p {
  padding: 1rem;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: #f0f0f0 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.cta-btn-live {
  background: linear-gradient(135deg, #d86830 0%, #ff8c42 50%, #ffa726 100%);
  border: none;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(216, 104, 48, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
  max-width: 400px;
}

.cta-btn-live::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.cta-btn-live:hover::before {
  left: 100%;
}

.cta-btn-live:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 35px rgba(216, 104, 48, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(216, 104, 48, 0.3);
  color: white;
  text-decoration: none;
}
.cta-btn-live .material-symbols-outlined {
  font-size: 1.5rem;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  animation: playIconPulse 2s ease-in-out infinite;
}

@keyframes playIconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 1000;
}

.carousel-control-prev {
  left: 1%;
}
.carousel-control-next {
  right: 1%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(216, 104, 48, 0.3);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 20px rgba(216, 104, 48, 0.3);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.duracion {
  background-color: #000; /* Fondo negro */
  font-size: 2rem;
}

.duracion p {
  font-size: 3rem !important;
}

.artist-list {
  font-size: 5rem !important;
  color: #fff;
  line-height: 1.6;
}
/* Contenedor de la lista de artistas */

/* Animación de desvanecimiento y desplazamiento para el texto */
.artist-list p {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px); /* Desplazamiento inicial desde la derecha */
  animation: fadeInMove 1.5s ease-out forwards; /* Aparecer con movimiento */
}

/* Definición de la animación */
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.section-title .material-symbols-outlined {
  line-height: 1;
}

.navicon-label {
  padding: 0 2rem;
}

.description {
  margin-top: 4rem;
  padding: 0 4rem;
}

.live-sets {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0;
}

.live-sets .description {
  margin-top: 4rem;
  padding: 0 4rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.card-img-bg {
  animation: kenburns-top 4s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 19:22:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.card-body {
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 3;
  backdrop-filter: blur(10px);
}

.contact-section {
  position: relative;
}

.contact-section .w-100 {
  position: relative;
}

.contact-section img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Capa oscura */
  z-index: 0; /* Asegura que la capa esté debajo del texto */
}

.contact-section .d-flex {
  z-index: 1; /* Asegura que el texto esté sobre la capa */
  color: white; /* Color del texto para mejor contraste */
}

.contact-section h2 {
  font-size: 5rem;
  margin-bottom: 3rem;
}

.contact-section p {
  font-size: 4rem;
  margin: 0 auto;
}

.contact-btn-icon {
  font-size: 5rem;
}
.contact-btn-text {
  font-size: 4rem;
}
.form-label {
  color: #fff;
  font-weight: 600;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.form-label::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(45deg, #ff6b6b, #ffe66d);
  transition: width 0.3s ease;
}

.home-contact-form-section .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  color: #fff;
  padding: 1rem 1.2rem;
  font-size: 1.1rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
}
.large-input {
  padding: 2rem; /* Ajusta el relleno proporcional al viewport */
  font-size: 4rem; /* Igual que el texto del formulario */
}

.large-textarea {
  padding: 2rem; /* Similar a los inputs */
  font-size: 4rem; /* Igual que los otros inputs */
  height: auto; /* Para que crezca con el contenido */
  min-height: 10rem; /* Asegura un tamaño inicial adecuado */
}
.shows-personalizados-text {
  display: none;
}

.home-contact-form-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-contact-form-section .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 107, 107, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2),
    0 10px 20px rgba(255, 107, 107, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.home-contact-form-section .form-control:focus + .form-label::after,
.home-contact-form-section .form-control:valid + .form-label::after {
  width: 100%;
}

/* Botón mejorado */
.home-contact-form-section .btn-danger {
  background: linear-gradient(135deg, #ff6b6b 0%, #c51729 50%, #8b0000 100%);
  border: none;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(197, 23, 41, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.home-contact-form-section .btn-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.home-contact-form-section .btn-danger:hover::before {
  left: 100%;
}

.home-contact-form-section .btn-danger:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(197, 23, 41, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(197, 23, 41, 0.3);
}

.home-contact-form-section .btn-danger:active {
  transform: translateY(-1px) scale(0.98);
}

/* Partículas flotantes */
.contact-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: contactFloat 8s ease-in-out infinite;
  z-index: 2;
}

.contact-particle:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 6s;
}

.contact-particle:nth-child(2) {
  top: 25%;
  right: 15%;
  animation-delay: 2s;
  animation-duration: 8s;
}

.contact-particle:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
  animation-duration: 7s;
}

.contact-particle:nth-child(4) {
  bottom: 20%;
  right: 25%;
  animation-delay: 1s;
  animation-duration: 9s;
}

@keyframes contactFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-20px) scale(1.5);
    opacity: 0.8;
  }
}

.contact-form {
  animation: scale-in-ver-top 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-11-21 19:44:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

.figure-custom {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; /* Center the image */
}

/* Style for the figcaption */
.figcaption-custom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: 60%; /* Match the image width */
  background: rgba(231, 0, 0, 0.7); /* Semi-transparent background */
  padding: 10px;
  border-radius: 0 0 1rem 1rem; /* Rounded corners at the bottom */
  font-size: 1.4rem; /* Adjust font size as needed */
  text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
  opacity: 0; /* Initially hidden */
  transition: all 1s ease-in-out; /* Smooth transition */
  box-sizing: border-box;
  z-index: 9999 !important; /* Ensure it appears above the image */
}

.img-home {
  max-width: 60%; /* Maintain the w-75 class */
  height: auto;
  display: block;
  margin: 0 auto; /* Center the image horizontally */
  border-radius: 1rem;
}

#cta_btn_home_text,
#cta_btn_home_live_sets {
  font-size: 2rem;
}

#cta_btn_home_live_sets {
  background-color: #8f000e;
  color: white;
  font-size: 2rem;
  border-radius: 1rem;
  padding: 1rem;
  animation: jello-diagonal 4s ease-in-out infinite both;
  text-shadow: 1px 1px 3px rgba(197, 23, 41, 0.8);
}
@keyframes jello-diagonal {
  0% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
  30% {
    -webkit-transform: skew(15deg 15deg);
    transform: skew(15deg 15deg);
  }
  40% {
    -webkit-transform: skew(-07deg, -07deg);
    transform: skew(-07deg, -07deg);
  }
  50% {
    -webkit-transform: skew(07deg, 07deg);
    transform: skew(07deg, 07deg);
  }
  65% {
    -webkit-transform: skew(-5deg, -5deg);
    transform: skew(-5deg, -5deg);
  }
  75% {
    -webkit-transform: skew(5deg, 5deg);
    transform: skew(5deg, 5deg);
  }
  100% {
    -webkit-transform: skew(0deg 0deg);
    transform: skew(0deg 0deg);
  }
}
.sound-btn {
  color: white;
  height: 1rem;
  font-size: 0.5rem;
}
.sound-btn.activate:hover {
  color: greenyellow;
}
.sound-btn.deactivate:hover {
  color: #8f000e;
}
#sound-icon,
#sound-text {
  pointer-events: none;
}
#toggle-sound-btn {
  z-index: 9999 !important;
  pointer-events: auto !important;
  position: relative !important;
}

.about-us-content {
  background-color: rgba(197, 23, 41, 0.4);
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

/* --- Estilos para el Widget Flotante --- */
.floating-contact-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1030; /* Encima de la mayoría de los elementos */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-contact-widget a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}
.floating-contact-widget a:hover {
  transform: scale(1.1);
}
.whatsapp-float {
  background-color: #25d366;
}
.contact-float {
  background-color: #d4004b; /* Color corporativo */
}

.fade-in-section {
  opacity: 0; /* Inicialmente, la sección es invisible */
  transform: translateY(40px); /* La movemos un poco hacia abajo */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transición suave */
}

.fade-in-section.is-visible {
  opacity: 1; /* Cuando es visible, la opacidad es total */
  transform: translateY(0); /* Vuelve a su posición original */
}

.home-contact-form-section {
  /* --- Fondo con efectos mejorados --- */
  background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(139, 0, 0, 0.6) 30%,
      rgba(255, 87, 21, 0.4) 70%,
      rgba(197, 23, 41, 0.5) 100%
    ),
    radial-gradient(
      ellipse at top left,
      rgba(255, 107, 107, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom right,
      rgba(78, 205, 196, 0.08) 0%,
      transparent 50%
    ),
    url("../assets/images/scsh.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  padding: 3rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  height: 100vh;
  overflow: hidden;

  /* Efectos adicionales */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 100px rgba(197, 23, 41, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 1rem auto !important;
  max-width: 98% !important;
}

#contactFormSection {
  /* --- Fondo con efectos mejorados --- */
  background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(139, 0, 0, 0.6) 30%,
      rgba(255, 87, 21, 0.4) 70%,
      rgba(197, 23, 41, 0.5) 100%
    ),
    radial-gradient(
      ellipse at top left,
      rgba(255, 107, 107, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at bottom right,
      rgba(78, 205, 196, 0.08) 0%,
      transparent 50%
    ),
    url("../assets/images/scsh2.webp") !important;
}

.home-contact-form-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(255, 107, 107, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(78, 205, 196, 0.03) 0%,
      transparent 50%
    );
  animation: contactRotate 30s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.home-contact-form-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.02) 50%,
    transparent 70%
  );
  animation: contactShimmer 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes contactRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes contactShimmer {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.home-contact-form-section h3 {
  position: relative;
  z-index: 3;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  background: linear-gradient(45deg, #ff6b6b, #ffe66d, #4ecdc4, #45b7d1);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: contactTitleGradient 4s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.home-contact-form-section h6 {
  position: relative;
  z-index: 3;
  font-size: clamp(1rem, 5vw, 1.5rem);
  font-weight: 900;
  background: linear-gradient(45deg, #ff6b6b, #ffe66d, #4ecdc4, #45b7d1);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: contactTitleGradient 4s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

@keyframes contactTitleGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.home-contact-form-section form {
  width: 75%;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.05);
  padding: 2.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  margin: 1.2rem auto;
}

.home-contact-form-section form:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 50px rgba(197, 23, 41, 0.2);
}

.about-us-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #8b0000 0%, #4a0e0e 50%, #1a0606 100%);
  border-radius: 1rem;
  padding: 60px 40px;
  margin: 40px auto;
  box-shadow: 0 20px 40px rgba(139, 0, 0, 0.3), 0 0 80px rgba(139, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: aboutGlow 3s ease-in-out infinite alternate;
  max-width: 98% !important;
}

.repertoire-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #8b0000 0%, #4a0e0e 50%, #1a0606 100%);
  border-radius: 1rem;
  padding: clamp(1rem, 3rem, 2rem) clamp(1rem, 2.5rem, 1.5rem);
  margin: 40px auto;
  box-shadow: 0 20px 40px rgba(139, 0, 0, 0.3), 0 0 80px rgba(139, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: aboutGlow 3s ease-in-out infinite alternate;
}

@keyframes aboutGlow {
  0% {
    box-shadow: 0 20px 40px rgba(139, 0, 0, 0.3), 0 0 80px rgba(139, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 25px 50px rgba(139, 0, 0, 0.5), 0 0 100px rgba(139, 0, 0, 0.2);
  }
}

.about-us-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
  animation: aboutRotate 20s linear infinite;
  pointer-events: none;
}

.repertoire-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
  animation: aboutRotate 20s linear infinite;
  pointer-events: none;
}

@keyframes aboutRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about-us-section h2 {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(45deg, #ff6b6b, #ffe66d, #4ecdc4, #45b7d1);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: aboutGradientShift 4s ease-in-out infinite;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

.repertoire-section h2 {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(45deg, #ff6b6b, #ffe66d, #4ecdc4, #45b7d1);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: aboutGradientShift 4s ease-in-out infinite;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
}

@keyframes aboutGradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.about-main-description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  animation: aboutFadeInUp 1s ease-out 0.5s both;
}

@keyframes aboutFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.band-members {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.member-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.member-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.member-card:hover::before {
  left: 100%;
}

.member-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.member-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 10px currentColor);
  animation: aboutBounce 2s infinite;
}

@keyframes aboutBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.vocalist {
  color: #ff6b6b;
}
.guitarist {
  color: #ffe66d;
}
.bassist {
  color: #5eff00;
}

.member-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.member-description {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5;
}

.about-cta-section {
  text-align: center;
  animation: aboutPulse 2s infinite;
}

@keyframes aboutPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.about-cta-text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffe66d;
  text-shadow: 0 0 10px rgba(255, 230, 109, 0.5),
    0 0 20px rgba(255, 230, 109, 0.3), 0 0 30px rgba(255, 230, 109, 0.2);
}

.about-music-notes {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.1);
  animation: aboutFloat 6s ease-in-out infinite;
}

.about-note1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.about-note2 {
  top: 20%;
  right: 15%;
  animation-delay: 2s;
}
.about-note3 {
  bottom: 30%;
  left: 20%;
  animation-delay: 4s;
}
.about-note4 {
  bottom: 15%;
  right: 10%;
  animation-delay: 1s;
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.action-btn {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #d4004b 0%, #8f000e 100%);
  border: none;
  border-radius: 1.5rem;
  padding: 1rem 2.5rem;
  margin: 0.5rem 1rem;
  box-shadow: 0 4px 24px rgba(197, 23, 41, 0.4), 0 1px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  z-index: 1;
  text-decoration: none;
}

.action-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
  animation: actionBtnShimmer 3s infinite linear;
}

@keyframes actionBtnShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.action-btn:hover,
.action-btn:focus {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 8px 32px rgba(197, 23, 41, 0.6), 0 2px 8px rgba(0, 0, 0, 0.7);
  background: linear-gradient(135deg, #ff005b 0%, #d4004b 100%);
  color: #ffe66d;
  text-shadow: 0 0 12px #ffe66d, 0 2px 8px rgba(0, 0, 0, 0.4);
}

.action-btn:active {
  transform: scale(0.98);
}
/* Modal backdrop mejorado */
.modal.fade .modal-dialog {
  transform: scale(0.8) rotateX(20deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal.show .modal-dialog {
  transform: scale(1) rotateX(0deg);
}

.bio-modal-bg-contain {
  background-size: auto 100% !important;
}

/* Modales de bio específicos para desktop */
@media (min-width: 1200px) {
  .bio-modal-dialog {
    max-width: 95vw !important;
    width: 70% !important;
    height: 100% !important;
  }

  .bio-modal-dialog .modal-img {
    max-height: 90vh !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .bio-modal-dialog .profile-card-title {
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bio-modal-dialog .profile-card-subtitle {
    font-size: 1.5rem !important;
  }

  .bio-modal-dialog .profile-card-text {
    font-size: 1.3rem !important;
    line-height: 1 !important;
  }

  .bio-modal-dialog .modal-body {
    padding: 0 !important;
  }

  /* Estilos para el modal-body con imagen de fondo */
  .bio-modal-body {
    position: relative;
    /* background-size: cover !important; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 !important;
    height: 90vh !important;
  }

  /* Overlay para el texto */
  .bio-text-overlay {
    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(139, 0, 0, 0.7) 50%,
      rgba(216, 104, 48, 0.6) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 3rem !important;
    margin: 2rem;
    width: 90%;
    position: relative;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .bio-text-overlay {
    margin-bottom: 1.5rem !important;
  }

  .bio-text-overlay .profile-card-subtitle {
    margin-bottom: 0.5rem !important;
  }
  #contactFormSection {
    width: 75vw !important;
    margin: 1rem auto !important;
  }
  #contactFormSection h6 {
    width: 60% !important;
    margin: 0 auto !important;
    font-size: 1.5rem !important;
    text-align: center !important;
  }

  /* Título de cristal sobre el video */
  .video-modal-title {
    position: absolute;
    bottom: 3rem !important;
    color: white;
    font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
    padding: 1rem !important;
    text-shadow: 
      0 2px 4px rgba(0, 0, 0, 0.9),
      0 4px 8px rgba(0, 0, 0, 0.7),
      0 6px 12px rgba(0, 0, 0, 0.5),
      0 0 20px rgba(0, 0, 0, 0.6);
  }
  .video-tile:hover .video-tile-title {
    font-size: clamp(1.2rem, 3vw, 1.7rem) !important;
    overflow-wrap: break-word;
    white-space: normal;
  }

  span .video-modal-close-icon {
    font-size: 2rem !important;
  }

  button .video-modal-close-btn {
    width: 2rem !important;
    height: 2rem !important;
  }
  .artist-list p {
    font-size: 2.5rem;
  }
}

/* Modal content mejorado */
.modal-content {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(139, 0, 0, 0.8) 50%,
    rgba(216, 104, 48, 0.3) 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(216, 104, 48, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  animation: modalGlow 3s ease-in-out infinite alternate;
}

.image-modal .modal-content {
  overflow: visible !important;
}

@keyframes modalGlow {
  0% {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5),
      0 0 100px rgba(216, 104, 48, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.6),
      0 0 120px rgba(216, 104, 48, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }
}

/* Efecto de fondo animado */
.modal-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
      circle at 30% 70%,
      rgba(255, 107, 107, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(78, 205, 196, 0.03) 0%,
      transparent 50%
    );
  animation: modalRotate 25s linear infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes modalRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Efecto shimmer */
.modal-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  animation: modalShimmer 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes modalShimmer {
  0%,
  100% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
}

/* Header mejorado */
.modal-header {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 0 0;
  padding: 1.5rem;
}

.modal-title {
  font-size: 2rem;
  font-weight: 900;
  background: linear-gradient(45deg, #d86830, #ff6b6b, #ffe66d);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: modalTitleGradient 3s ease-in-out infinite;
  text-shadow: 0 0 20px rgba(216, 104, 48, 0.3);
  letter-spacing: 1px;
}

@keyframes modalTitleGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Botón de cerrar mejorado */
.btn-close {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  filter: brightness(2);
}

.btn-close:hover {
  background: rgba(220, 53, 69, 0.3);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
}

/* Modal body mejorado */
.modal-body {
  position: relative;
  z-index: 3;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

/* Estilos base para bio-modal-body (mobile) */
.bio-modal-body {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 90vh !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 !important;
}

/* Overlay para el texto (mobile) */
.bio-text-overlay {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(139, 0, 0, 0.7) 50%,
    rgba(216, 104, 48, 0.6) 100%
  );
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1rem !important;
  margin: 1rem;
  width: 95%;
  position: relative;
  z-index: 10;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Formulario mejorado */
#contactForm {
  position: relative;
  z-index: 3;
}

/* Labels mejorados */
.modal-body .form-label {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.modal-body .form-label::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(45deg, #d86830, #ff6b6b);
  transition: width 0.3s ease;
}

/* Inputs mejorados */
.modal-body .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
}

.modal-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-body .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(216, 104, 48, 0.8);
  box-shadow: 0 0 0 3px rgba(216, 104, 48, 0.3),
    0 10px 20px rgba(216, 104, 48, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
  transform: translateY(-2px);
  color: #fff;
}

.modal-body .form-control:focus + .form-label::after,
.modal-body .form-control:valid + .form-label::after {
  width: 100%;
}

/* Estados de validación */
.modal-body .form-control:valid {
  border-color: rgba(40, 167, 69, 0.6);
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}

.modal-body .form-control:invalid:not(:placeholder-shown) {
  border-color: rgba(220, 53, 69, 0.6);
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

/* Textarea específico */
.modal-body textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Botón submit mejorado */
.modal-body .btn-danger {
  background: linear-gradient(135deg, #d86830 0%, #ff8c42 50%, #ffa726 100%);
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(216, 104, 48, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}

.modal-body .btn-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.modal-body .btn-danger:hover::before {
  left: 100%;
}

.modal-body .btn-danger:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(216, 104, 48, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(216, 104, 48, 0.3);
}

.modal-body .btn-danger:active {
  transform: translateY(-1px) scale(0.98);
}

/* Efecto de focus en el formulario */
.modal-body .mb-3:focus-within .form-label::after {
  width: 100%;
}

/* Partículas flotantes en el modal */
.modal-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: modalFloat 6s ease-in-out infinite;
  z-index: 2;
}

.modal-particle:nth-child(1) {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.modal-particle:nth-child(2) {
  top: 70%;
  right: 20%;
  animation-delay: 2s;
}

.modal-particle:nth-child(3) {
  bottom: 30%;
  left: 25%;
  animation-delay: 4s;
}

@keyframes modalFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-15px) scale(1.5);
    opacity: 0.8;
  }
}

/* Loading state para el botón */
.modal-body .btn-danger.loading {
  pointer-events: none;
  opacity: 0.7;
}

.modal-body .btn-danger.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: modalSpin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes modalSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Contenedor principal de bio mejorado */
.main-bio {
  position: relative;
  padding: 2rem;
  backdrop-filter: blur(10px);
  overflow: hidden;
  margin-bottom: 2rem;
}

.main-bio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 80%,
      rgba(216, 104, 48, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(220, 20, 60, 0.05) 0%,
      transparent 50%
    );
  animation: bioBg 15s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes bioBg {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-staggered {
  animation: fadeInUp 0.8s ease-out;
}

.carousel-staggered .carousel-inner {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.carousel-staggered .carousel-control-prev,
.carousel-staggered .carousel-control-next {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Contenedor principal de la galería */
.gallery-container {
  position: relative;
  width: 90%;
  margin: 0.5rem auto;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(
    circle at center,
    rgba(216, 104, 48, 0.1) 0%,
    rgba(139, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

/* Fondo de mosaico dinámico */
.dynamic-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  padding: 20px;
  animation: dynamicMove 60s linear infinite;
  filter: blur(0.5px) brightness(0.7) contrast(1.1);
  z-index: 2;
}

@keyframes dynamicMove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(-100px, -50px) rotate(1deg);
  }
  50% {
    transform: translate(-50px, -100px) rotate(-0.5deg);
  }
  75% {
    transform: translate(-150px, -25px) rotate(0.5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* Elementos individuales del mosaico */
.gallery-tile {
  position: relative;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0;
  animation: tileAppear 2s ease-out forwards;
  background: linear-gradient(
    45deg,
    rgba(216, 104, 48, 0.1),
    rgba(255, 107, 107, 0.1),
    rgba(78, 205, 196, 0.1)
  );
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  z-index: 3;
}

.gallery-tile:hover {
  transform: scale(1.5) translateZ(0);
  box-shadow: 0 20px 50px rgba(216, 104, 48, 0.4),
    0 0 60px rgba(216, 104, 48, 0.2);
  z-index: 5;
  cursor: pointer;
}

@keyframes tileAppear {
  0% {
    opacity: 0;
    transform: scale(0.8) rotateY(90deg);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
    filter: blur(0px);
  }
}

/* Imágenes dentro de los tiles */
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: brightness(0.8) contrast(1.2) saturate(1.1);
}

.gallery-tile:hover img {
  transform: scale(1.1);
  filter: brightness(1) contrast(1.3) saturate(1.3);
}

/* Overlay con efecto de brillo */
.gallery-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.7s ease;
  z-index: 2;
}

.gallery-tile:hover::before {
  left: 100%;
}

/* Overlay principal para controles */
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Controles centrales */
.gallery-controls {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: controlsFloat 4s ease-in-out infinite;
  pointer-events: all;
  cursor: pointer;
}

@keyframes controlsFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Botones de control */
.control-btn {
  background: linear-gradient(135deg, #d86830 0%, #ff8c42 50%, #ffa726 100%);
  border: none;
  border-radius: 1rem;
  padding: 1rem 2rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(216, 104, 48, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  min-width: 150px;
}

.control-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.control-btn:hover::before {
  left: 100%;
}

.control-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(216, 104, 48, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(216, 104, 48, 0.3);
}

.control-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.control-btn .material-symbols-outlined {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* Estado de pausa */
.paused .dynamic-background {
  animation-play-state: paused;
}

.paused .gallery-tile {
  animation-play-state: paused;
}

/* Indicador de velocidad */
.speed-indicator {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  z-index: 11;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Contador de imágenes */
.image-counter {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Efectos de partículas */
.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: particleFloat 8s ease-in-out infinite;
  z-index: 1;
}

@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-30px) scale(1.5);
    opacity: 0.8;
  }
}

/* === ESTILOS ESPECÍFICOS DE LA GALERÍA DE VIDEOS === */

/* Contenedor principal de la galería de videos */
.video-gallery-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  background: radial-gradient(
    circle at center,
    rgba(216, 104, 48, 0.1) 0%,
    rgba(139, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}

/* Fondo de mosaico dinámico de videos */
.dynamic-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  padding: 20px;
  animation: dynamicVideoMove 80s linear infinite;
  z-index: 2;
  justify-items: center;
  align-items: center;
  place-items: center;
  /* Optimización para mejor distribución */
  grid-auto-flow: dense;
  align-content: center;
}

@keyframes dynamicVideoMove {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(20px, -30px) rotate(0.4deg) scale(1.01);
  }

  50% {
    transform: translate(-20px, -40px) rotate(-0.3deg) scale(0.99);
  }

  75% {
    transform: translate(30px, -20px) rotate(0.2deg) scale(1.005);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

/* Elementos individuales del mosaico de video */
.video-tile {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  min-height: 150px;
  max-height: 300px;
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0;
  animation: videoTileAppear 2.5s ease-out forwards;
  background: linear-gradient(
    45deg,
    rgba(147, 112, 219, 0.2),
    rgba(138, 43, 226, 0.15),
    rgba(75, 0, 130, 0.1)
  );
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(147, 112, 219, 0.3);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 3;
}

.video-tile:hover {
  transform: scale(1.08) translateZ(0) rotateY(5deg);
  box-shadow: 0 25px 60px rgba(147, 112, 219, 0.5),
    0 0 80px rgba(138, 43, 226, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  z-index: 5;
  cursor: pointer;
}

.video-tile:hover .video-tile-title {
  font-size: 1rem;
}

@keyframes videoTileAppear {
  0% {
    opacity: 0;
    transform: scale(0.7) rotateX(90deg) rotateY(45deg);
    filter: blur(8px);
  }

  60% {
    opacity: 0.8;
    transform: scale(1.05) rotateX(10deg) rotateY(5deg);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotateX(0deg) rotateY(0deg);
    filter: blur(0px);
  }
}

/* Videos dentro de los tiles */
.video-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  filter: brightness(1) contrast(0.9) saturate(0.9);
  pointer-events: none;
  display: block;
  background-color: #000;
}

.video-tile:hover video {
  transform: scale(1.15);
  filter: brightness(1.2) contrast(1) saturate(1);
}

/* Overlay con efecto de brillo para videos */
.video-tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(147, 112, 219, 0.4),
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.8s ease;
  z-index: 2;
}

.video-tile:hover::before {
  left: 100%;
}

/* Indicador de play en el centro */
.video-tile::after {
  font-family: "Material Symbols Outlined";
  content: "play_arrow";
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(40px, 8vw, 60px);
  height: clamp(40px, 8vw, 60px);
  background: rgba(147, 112, 219, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
  /* Evita que el texto del icono sea seleccionable */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Título del video tile */
.video-tile-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(0.5rem, 2vw, 0.75rem);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(147, 112, 219, 0.8),
    transparent
  );
  color: white;
  font-size: clamp(0.7rem, 2vw, 0.85rem);
  font-weight: 600;
  text-align: center;
  z-index: 9999 !important;
  opacity: 1;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 0 0 1rem 1rem;
  text-shadow: 0 2px 4px rgba(230, 74, 74, 0.5);
  /* Evitar que el texto se desborde */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-tile:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Estado de pausa para videos */
.paused .dynamic-video-background {
  animation-play-state: paused;
}

.paused .video-tile {
  animation-play-state: paused;
}

/* Efectos de partículas mejorados */
.video-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(147, 112, 219, 0.6);
  border-radius: 50%;
  pointer-events: none;
  animation: videoParticleFloat 12s ease-in-out infinite;
  z-index: 1;
  box-shadow: 0 0 20px rgba(147, 112, 219, 0.8);
}

@keyframes videoParticleFloat {
  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1) rotate(0deg);
    opacity: 0.6;
  }

  25% {
    transform: translateY(-40px) translateX(20px) scale(1.3) rotate(90deg);
    opacity: 1;
  }

  50% {
    transform: translateY(-80px) translateX(-10px) scale(1.8) rotate(180deg);
    opacity: 0.8;
  }

  75% {
    transform: translateY(-40px) translateX(-30px) scale(1.2) rotate(270deg);
    opacity: 1;
  }
}

/* Modal para video expandido */
.video-modal {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(15px);
}

.video-modal .modal-dialog {
  max-width: fit-content;
  width: auto;
  margin: 1.75rem auto;
}

.video-modal .modal-content {
  background-color: transparent !important;
  border: none !important;
  width: fit-content;
}

.video-modal .modal-body {
  padding: 0 !important;
  width: fit-content;
}

.video-player-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.video-modal video {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 1rem;
  box-shadow: 0 30px 80px rgba(147, 112, 219, 0.4);
  transition: opacity 0.25s ease-out;
  opacity: 1;
  object-fit: contain;
  display: block;
}

#modalVideo {
  transition: opacity 0.25s ease-out;
  opacity: 1;
}
/* Efectos adicionales de iluminación */
.video-gallery-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      circle at 30% 70%,
      rgba(138, 43, 226, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(147, 112, 219, 0.1) 0%,
      transparent 50%
    );
  animation: ambientGlow 15s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes ambientGlow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
/* --- Estilos para los botones de navegación del modal de imágenes --- */

/* Contenedor del diálogo debe ser relativo para posicionar los botones */
.image-modal .modal-dialog {
  position: relative;
}

/* Estilo base para ambos botones */
.modal-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* Por encima de la imagen */

  /* Estilos visuales tomados de tu .carousel-control-prev/next */
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%; /* Hacemos los botones redondos */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;

  /* Para centrar el icono */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-nav-btn:hover {
  background: rgba(216, 104, 48, 0.3);
  transform: translateY(-50%) scale(1.1);
}

/* Iconos dentro de los botones */
.modal-nav-btn .material-symbols-outlined {
  color: white;
  font-size: 2rem;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

/* Posición específica para cada botón */
.modal-nav-btn.prev {
  left: 1rem;
}

.modal-nav-btn.next {
  right: 1rem;
}

/* Efecto de transición para el cambio de imagen */
#modalImage {
  transition: opacity 0.2s ease-in-out;
}

/* Título de cristal sobre el video */
.video-modal-title {
  position: absolute;
  bottom: 0.5rem;
  z-index: 10;
  padding: 0.5rem;
  background: transparent !important;
  border-radius: 0.75rem;
  transition: opacity 0.25s ease-out;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  text-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.9),
    0 4px 8px rgba(0, 0, 0, 0.7),
    0 6px 12px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.6);

  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; /* Para que no interfiera con los controles del video */
  width: auto;
  margin: 0 auto;
}

/* Anulamos el overflow:hidden solo para el modal del video si fuera necesario */
.video-modal .modal-content {
  overflow: visible !important;
}

.video-modal-close-icon {
  font-size: 0.6rem !important;
}

.video-modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  color: white;
  width: 1rem !important;
  height: 1rem !important;
}

/* --- ESTILOS CORREGIDOS PARA EL CARRUSEL DE LA GALERÍA --- */

/* Contenedor principal del carrusel */
.photo-gallery-carousel {
  width: 100%;
  height: 100vh;
}

.photo-gallery-carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* SOLUCIÓN AL PROBLEMA: Configuración correcta de los carousel-item */
.photo-gallery-carousel .carousel-item {
  /* Posicionamiento absoluto para que se superpongan correctamente */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Inicialmente oculto con opacity */
  opacity: 0;
  visibility: hidden;

  /* Flexbox para centrar la imagen */
  display: flex;
  justify-content: center;
  align-items: center;

  /* Transición suave */
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;

  /* Eliminamos backface-visibility que puede causar problemas */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
}

/* El item activo es el único visible */
.photo-gallery-carousel .carousel-item.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* Cambiamos a relative para el item activo */
}

/* Transiciones de entrada y salida para el efecto de deslizamiento */
.photo-gallery-carousel .carousel-item-next:not(.carousel-item-start),
.photo-gallery-carousel .carousel-item-prev:not(.carousel-item-end) {
  opacity: 1;
  visibility: visible;
}

/* Animación hacia la izquierda */
.photo-gallery-carousel .carousel-item-next {
  transform: translateX(100%);
}

.photo-gallery-carousel .carousel-item-prev {
  transform: translateX(-100%);
}

.photo-gallery-carousel .carousel-item-next.carousel-item-start,
.photo-gallery-carousel .carousel-item-prev.carousel-item-end {
  transform: translateX(0);
}

.photo-gallery-carousel .active.carousel-item-end {
  transform: translateX(100%);
}

.photo-gallery-carousel .active.carousel-item-start {
  transform: translateX(-100%);
}

/* Estilos para las imágenes dentro del carrusel */
.photo-gallery-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Mejoras adicionales para los controles del carrusel */
.photo-gallery-carousel .carousel-control-prev,
.photo-gallery-carousel .carousel-control-next {
  width: 5%;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.photo-gallery-carousel .carousel-control-prev:hover,
.photo-gallery-carousel .carousel-control-next:hover {
  opacity: 1;
}

.bio-section-wrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #1a0066 0%,
    #4a1a85 25%,
    #8b0000 50%,
    #4a0e0e 75%,
    #1a0606 100%
  );
  border-radius: 2rem;
  padding: 60px 20px;
  margin: 40px auto;
  box-shadow: 0 25px 50px rgba(139, 0, 0, 0.4),
    0 0 100px rgba(106, 26, 133, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  animation: bioGlow 4s ease-in-out infinite alternate;
  width: 90%;
}

/* Efecto de rotación de fondo */
.bio-section-wrapper::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(255, 107, 107, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(106, 26, 133, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 70%
    );
  animation: bioRotate 25s linear infinite;
  pointer-events: none;
}

/* Partículas musicales flotantes */
.bio-music-particle {
  position: absolute;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  animation: bioFloat 8s ease-in-out infinite;
}

.bio-music-particle:nth-child(1) {
  top: 10%;
  left: 15%;
  animation-delay: 0s;
}
.bio-music-particle:nth-child(2) {
  top: 20%;
  right: 20%;
  animation-delay: 2s;
}
.bio-music-particle:nth-child(3) {
  bottom: 30%;
  left: 10%;
  animation-delay: 4s;
}
.bio-music-particle:nth-child(4) {
  bottom: 20%;
  right: 15%;
  animation-delay: 6s;
}
.bio-music-particle:nth-child(5) {
  top: 50%;
  left: 5%;
  animation-delay: 1s;
}
.bio-music-particle:nth-child(6) {
  top: 60%;
  right: 8%;
  animation-delay: 3s;
}

/* Líneas de energía laterales */
.bio-energy-line {
  position: absolute;
  width: 3px;
  height: 60%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 107, 107, 0.6),
    rgba(106, 26, 133, 0.6),
    transparent
  );
  animation: bioEnergyPulse 2s ease-in-out infinite alternate;
}

.bio-energy-line.left {
  left: 2%;
  top: 20%;
  animation-delay: 0s;
}

.bio-energy-line.right {
  right: 2%;
  top: 20%;
  animation-delay: 1s;
}

/* Animaciones */
@keyframes bioGlow {
  0% {
    box-shadow: 0 25px 50px rgba(139, 0, 0, 0.4),
      0 0 100px rgba(106, 26, 133, 0.2);
  }
  100% {
    box-shadow: 0 30px 60px rgba(139, 0, 0, 0.6),
      0 0 120px rgba(106, 26, 133, 0.4);
  }
}

@keyframes bioRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bioFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-20px) rotate(270deg);
    opacity: 0.6;
  }
}

@keyframes bioWaveTop {
  0%,
  100% {
    opacity: 0.2;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.4;
    transform: scaleX(1.1);
  }
}

@keyframes bioWaveBottom {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleX(1.1);
  }
  50% {
    opacity: 0.5;
    transform: scaleX(1);
  }
}

@keyframes bioEnergyPulse {
  0% {
    opacity: 0.3;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 0.8;
    transform: scaleY(1.2);
  }
}

.fade-in-section {
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes liveGlow {
  0% {
    box-shadow: 0 30px 60px rgba(139, 0, 0, 0.5),
      0 0 150px rgba(106, 26, 133, 0.3);
    filter: hue-rotate(0deg);
  }
  100% {
    box-shadow: 0 35px 70px rgba(139, 0, 0, 0.7),
      0 0 180px rgba(106, 26, 133, 0.5);
    filter: hue-rotate(10deg);
  }
}

@keyframes liveRotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes liveRotateReverse {
  0% {
    transform: rotate(360deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1.05);
  }
}

@keyframes liveFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg) scale(1);
    opacity: 0.4;
  }
  25% {
    transform: translateY(-30px) rotate(90deg) scale(1.2);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-60px) rotate(180deg) scale(0.8);
    opacity: 1;
  }
  75% {
    transform: translateY(-30px) rotate(270deg) scale(1.1);
    opacity: 0.6;
  }
}

@keyframes liveWaveTop {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleX(1) skewX(0deg);
  }
  50% {
    opacity: 0.6;
    transform: scaleX(1.2) skewX(2deg);
  }
}

@keyframes liveWaveBottom {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleX(1.1) skewX(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scaleX(1) skewX(-2deg);
  }
}

@keyframes liveEnergyPulse {
  0% {
    opacity: 0.4;
    transform: scaleY(0.7) scaleX(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1.3) scaleX(1.5);
  }
}

@keyframes liveLightFloat {
  0%,
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.6;
  }
  33% {
    transform: translateY(-20px) translateX(10px);
    opacity: 1;
  }
  66% {
    transform: translateY(-10px) translateX(-10px);
    opacity: 0.8;
  }
}
/* Contenedor principal con fondo animado */
.live-sets-wrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #2d1b69 0%,
    #1a0066 15%,
    #6a1a85 30%,
    #8b0000 50%,
    #d32f2f 65%,
    #4a0e0e 80%,
    #1a0606 100%
  );
  border-radius: 2.5rem;
  padding: 1rem;
  margin: 1rem auto;
  box-shadow: 0 30px 60px rgba(139, 0, 0, 0.5),
    0 0 150px rgba(106, 26, 133, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.1),
    inset 0 -2px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  animation: liveGlow 5s ease-in-out infinite alternate;
  width: 90%;
}

/* Múltiples capas de fondo animado */
.live-sets-wrapper::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 220%;
  height: 220%;
  background: radial-gradient(
      circle at 25% 25%,
      rgba(255, 107, 107, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(106, 26, 133, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(211, 47, 47, 0.08) 0%,
      transparent 60%
    );
  animation: liveRotate 30s linear infinite;
  pointer-events: none;
}
.live-sets-wrapper::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: conic-gradient(
    from 0deg,
    transparent,
    rgba(255, 107, 107, 0.1),
    transparent,
    rgba(106, 26, 133, 0.1),
    transparent
  );
  animation: liveRotateReverse 20s linear infinite;
  pointer-events: none;
}

/* Partículas de notas musicales más dinámicas */
.live-music-particle {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
  animation: liveFloat 10s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.live-music-particle:nth-child(1) {
  top: 5%;
  left: 10%;
  animation-delay: 0s;
  font-size: 1.8rem;
}
.live-music-particle:nth-child(2) {
  top: 15%;
  right: 15%;
  animation-delay: 2s;
  font-size: 2.2rem;
}
.live-music-particle:nth-child(3) {
  bottom: 25%;
  left: 8%;
  animation-delay: 4s;
  font-size: 1.6rem;
}
.live-music-particle:nth-child(4) {
  bottom: 15%;
  right: 12%;
  animation-delay: 6s;
  font-size: 2rem;
}
.live-music-particle:nth-child(5) {
  top: 40%;
  left: 3%;
  animation-delay: 1s;
  font-size: 1.4rem;
}
.live-music-particle:nth-child(6) {
  top: 60%;
  right: 5%;
  animation-delay: 3s;
  font-size: 2.4rem;
}
.live-music-particle:nth-child(7) {
  top: 25%;
  left: 50%;
  animation-delay: 5s;
  font-size: 1.2rem;
}
.live-music-particle:nth-child(8) {
  bottom: 40%;
  right: 45%;
  animation-delay: 7s;
  font-size: 1.8rem;
}

/* Líneas de energía más dinámicas */
.live-energy-line {
  position: absolute;
  width: 4px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 107, 107, 0.8),
    rgba(211, 47, 47, 0.6),
    rgba(106, 26, 133, 0.8),
    transparent
  );
  animation: liveEnergyPulse 2.5s ease-in-out infinite alternate;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.live-energy-line.left {
  left: 3%;
  top: 15%;
  height: 70%;
  animation-delay: 0s;
}

.live-energy-line.right {
  right: 3%;
  top: 15%;
  height: 70%;
  animation-delay: 1.2s;
}

.live-energy-line.center-left {
  left: 20%;
  top: 25%;
  height: 50%;
  width: 2px;
  animation-delay: 0.8s;
}

.live-energy-line.center-right {
  right: 20%;
  top: 25%;
  height: 50%;
  width: 2px;
  animation-delay: 2s;
}

/* Puntos de luz flotantes */
.live-light-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.8), transparent);
  border-radius: 50%;
  animation: liveLightFloat 8s ease-in-out infinite;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.6);
}

.live-light-dot:nth-child(9) {
  top: 10%;
  left: 25%;
  animation-delay: 0s;
}
.live-light-dot:nth-child(10) {
  top: 30%;
  right: 30%;
  animation-delay: 2s;
}
.live-light-dot:nth-child(11) {
  bottom: 20%;
  left: 35%;
  animation-delay: 4s;
}
.live-light-dot:nth-child(12) {
  bottom: 40%;
  right: 25%;
  animation-delay: 6s;
}

/* Responsive */
@media (max-width: 576px) {
  .modal-dialog {
    margin: 1rem;
  }

  .modal-content {
    border-radius: 1rem;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .modal-header,
  .modal-body {
    padding: 1.5rem;
  }

  .modal-body .form-control {
    padding: 0.8rem 1rem;
  }
}

@media (min-width: 1450px) {
  .site-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; /* Alinear arriba */
    padding: 2rem 3rem;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .header-left {
    align-items: flex-start; /* Alinear a la izquierda */
  }

  .sound-btn-container {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .sound-btn {
    height: 2rem;
    font-size: 0.5rem;
  }

  .logo-container {
    text-align: left;
  }

  .neon-main {
    font-size: 5rem; /* Ajuste opcional para desktop */
  }

  .neon-sub {
    font-size: 1.2rem; /* Ajuste opcional para desktop */
  }

  .social-icons {
    justify-content: flex-start; /* Alinear iconos a la izquierda */
    margin-top: 0.75rem;
    animation: fade-in 2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }

  /* Ocultar el botón de hamburguesa en desktop */
  .navbar-toggler {
    display: none;
  }

  .header-nav {
    width: auto;
    align-self: center; /* Centrar la barra de navegación verticalmente */
  }

  /* Asegurar que el menú es visible y horizontal */
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    text-align: left;
    margin-top: 0;
  }

  .navbar-nav {
    flex-direction: row;
    gap: 1.5rem; /* Espacio entre elementos del menú */
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    font-size: 1rem;
    position: relative;
    color: white;
  }

  /* Efecto hover para los enlaces del menú */
  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ff005b;
    transition: width 0.3s ease;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.nav-active::after {
    width: 100%;
  }

  .language-switcher {
    margin-top: 0;
    padding-bottom: 0;
    align-self: center;
  }
  .video-overlay-text {
    width: 90%;
    top: 75%;
  }

  .about-us-section p {
    font-size: 2rem;
  }
  .form-label {
    font-size: 1rem;
  }

  .home-contact-form-section form {
    width: 60%;
  }

  .live-set-card {
    width: 80%;
  }
  .card-img-top {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 12px;
    padding: 15px;
  }

  .video-tile {
    min-height: 110px;
    max-height: 220px;
  }
  .about-us-section {
    padding: 40px 20px;
    margin: 20px;
  }
  .section-title {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  /* En móviles, centrar el título y reposicionar el botón de sonido */
  .title-container {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .title-container .section-title {
    order: 1;
    margin: 0;
    padding: 1rem;
  }

  .title-container #audioToggleBtn {
    order: 2;
    margin: 0;
  }
  .section-title-text {
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
  }
  .about-us-section h2 {
    font-size: 2.5rem;
  }

  .action-btn {
    font-size: 1rem;
  }

  .live-sets-carousel {
    padding: 1rem;
  }

  .live-set-card {
    margin: 1rem auto;
    border-radius: 1rem;
  }

  .cocktail-title,
  .party-title {
    font-size: 2rem;
  }

  .cta-btn-live {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }
  .about-main-description {
    font-size: 1.1rem;
  }

  .about-cta-text {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }

  .band-members {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .video-overlay-text {
    width: 90%;
    padding: 0.5rem;
  }

  .video-overlay-text::after {
    animation-duration: 6s;
  }
  .home-contact-form-section {
    height: auto;
    min-height: 100vh;
    padding: 2rem 1rem;
    margin: 1rem auto !important;
    max-width: 90%;
  }

  .home-contact-form-section form {
    width: 100%;
    padding: 1.5rem;
  }

  .form-label {
    font-size: 1.3rem;
  }

  .home-contact-form-section h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .social-icons {
    gap: 1.5rem;
    padding: 1.5rem 0;
  }

  .social-icons a {
    width: 60px;
    height: 60px;
  }

  .social-icons a i {
    font-size: 1.8rem;
  }

  .social-icons::before {
    width: 150px;
    height: 150px;
  }

  .gallery-controls {
    flex-direction: column;
    gap: 1rem;
  }

  .control-btn {
    min-width: 200px;
  }

  .dynamic-background {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 15px;
  }

  .video-gallery-controls {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }

  .video-control-btn {
    min-width: 220px;
  }

  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 15px;
    padding: 15px;
  }

  .video-tile {
    min-height: 120px;
    max-height: 250px;
  }
}
@media (max-width: 480px) {
  .social-icons {
    gap: 1rem;
  }

  .social-icons a {
    width: 50px;
    height: 50px;
  }

  .social-icons a i {
    font-size: 1.5rem;
  }
  .section-title-text {
    font-size: 1.5rem;
    text-align: center;
  }

  .dynamic-background {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 10px;
  }

  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-gap: 10px;
    padding: 10px;
  }

  .video-tile {
    min-height: 100px;
    max-height: 200px;
  }

  .video-control-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 1450px) {
  .modal-nav-btn.prev {
    left: 5px; /* Posiciona DENTRO de la pantalla en móviles */
  }

  .modal-nav-btn.next {
    right: 5px; /* Posiciona DENTRO de la pantalla en móviles */
  }
}
/* --- Media Query para pantallas grandes --- */
@media (min-width: 1450px) {
  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 35px;
    padding: 45px;
  }

  .video-tile {
    min-height: 220px;
    max-height: 380px;
  }
  /* En pantallas muy grandes, podemos sacar los botones fuera */
  .modal-nav-btn.prev {
    left: -60px;
  }

  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    padding: 40px;
  }

  .video-tile {
    min-height: 200px;
    max-height: 350px;
  }

  .modal-nav-btn.next {
    right: -60px;
  }
}

/* --- Media Query para pantallas extra grandes --- */
@media (min-width: 1600px) {
  .dynamic-video-background {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 40px;
    padding: 50px;
  }

  .video-tile {
    min-height: 250px;
    max-height: 420px;
  }
}
