/* Estilos personalizados inicio*/
      
.section-title {
    color: #fad770;
    position: relative;
    display: inline-block;
  }
  
  .section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #fad770;
  }
  
  .btn-warning {
    background-color: #fad770;
    border-color: #fad770;
  }
  
  .btn-outline-warning {
    color: #fad770;
    border-color: #fad770;
  }
  
  .btn-outline-warning:hover {
    background-color: #fad770;
    color: #000;
  }
  
  .bg-dark {
    background-color:  #000000  !important;
  }

  .unslate_co--site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 1000; /* Asegura que el menú esté por encima del contenido */
    padding: 15px 0;
  }
  /* .unslate_co--site-inner {
    margin-top: 80px;
  }
   */
  /* Efectos hover para tarjetas */
  .release-card {
    background: #111;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .release-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255,140,0,0.3);
  }
  
  /* Estilos para la galería */
  .gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fad770;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s all ease;
  }
  
  .gallery-item:hover .gallery-item-overlay {
    opacity: 1;
  }
  
  /* Animaciones */
  [data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition-property: transform, opacity;
  }
  
  .aos-animate {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* Efecto de borde para el video */
  .video-container {
    position: relative;
  }
  
  .video-container:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #ff8c00, rgb(226 35 65), #ff8c00);
    z-index: -1;
    border-radius: 8px;
    animation: borderAnimation 3s linear infinite;
    background-size: 200% 200%;
  }
  
  @keyframes borderAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* Efecto fuego reggae en footer */
  .reggae-fire {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(to top, 
      rgba(255, 69, 0, 0.9),     
      rgba(255, 140, 0, 0.8),    
      rgba(255, 215, 0, 0.6),    
      transparent);
    transition: height 0.6s ease, opacity 0.4s ease;
    opacity: 0;
  }
  
  .unslate_co--footer:hover .reggae-fire {
    height: 150px; 
    opacity: 1;
  }
  
  .fire-particle {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #ff8c00; 
    border-radius: 50%;
    opacity: 0;
    filter: drop-shadow(0 0 4px #ff8c00);
    animation: fireFloat 2.5s ease-in infinite;
  }
  
  .unslate_co--footer:hover .fire-particle {
    opacity: 1;
  }
  
  @keyframes fireFloat {
    0% { 
      transform: translateY(0) scale(1); 
      opacity: 1;
      background: #ff4500; 
    }
    50% {
      background: #ff8c00; 
    }
    100% { 
      transform: translateY(-120px) scale(0.3); 
      opacity: 0.8;
      background: #ffd700; 
    }
  }
.gsap-reveal-img .reveal-wrap .cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f41b1b !important;
margin-left: -100%;
z-index: 9;
}

/*DISEÑO DE FOOTER*/
.unslate_co--footer {
    background: linear-gradient(to bottom, #000000, #1a1a2e);
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
  }

  .unslate_co--footer:hover {
    background: linear-gradient(to bottom, #000000, #16213e);
  }

  .sunset {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, 
      rgba(255, 69, 0, 0.1),
      rgba(255, 140, 0, 0.2),
      rgba(255, 215, 0, 0.1),
      transparent);
    opacity: 0.7;
    transition: all 0.8s ease;
  }

  @keyframes sunPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 0.9; }
  }

  @keyframes palmSway {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
  }

  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,140,0,0.2)" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') repeat-x;
    animation: waveAnimation 15s linear infinite;
  }

  @keyframes waveAnimation {
    0% { background-position-x: 0; }
    100% { background-position-x: 1440px; }
  }

  .releases-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

.site-logo {
    z-index: 0 !important;
  }
  .footer-site-social a {
    display: inline-block;
    position: relative;
    z-index: 10;
  }
  .footer-site-social svg {
    pointer-events: auto;
  }

/* FIN DISEÑO DE FOOTER */

/* INICIO DISEÑO DE WHATSAPP */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  
  .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    animation: whatsappPulse 2s infinite;
  }
  
  .whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    text-decoration: none;
  }
  
  .whatsapp-button svg {
    transition: transform 0.3s ease;
  }
  
  .whatsapp-button:hover svg {
    transform: scale(1.1);
  }
  
  @keyframes whatsappPulse {
    0% {
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
      box-shadow: 0 4px 25px rgba(37, 211, 102, 0.6);
    }
    100% {
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .whatsapp-float {
      bottom: 15px;
      right: 15px;
    }
    
    .whatsapp-button {
      width: 55px;
      height: 55px;
    }
    
    .whatsapp-button svg {
      width: 25px;
      height: 25px;
    }
  }

/* FIN DE DISEÑO DE WHATSAPP */

/*INICIO ESTILO DE SPOTIFY*/
.spotify-section {
    position: relative;
    overflow: hidden;
  }
  
  .spotify-embed-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporción 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 600px; /* Ancho máximo */
    margin: 0 auto; /* Centrado horizontal */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
  }
  
  .spotify-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Efecto hover para el contenedor */
  .spotify-embed-container:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .spotify-embed-container {
      max-width: 100%;
      padding-bottom: 80%; /* Más alto en móviles */
    }
    
    .spotify-section {
      padding: 2rem 0;
    }
  }

/* FIN DE DISEÑO DE SPOTIFY */

/*INICIO DE DISEÑO DE LANZAMIENTOS*/
.release-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Hace que todas las tarjetas tengan la misma altura */
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  .release-card:hover {
    transform: translateY(-5px);
  }
  
  .release-card img {
    width: 100%;
    height: 250px; /* Altura fija para todas las imágenes */
    object-fit: cover; /* Mantiene la proporción sin distorsionar */
  }
  
  .release-card .p-4 {
    padding: 1rem;
    flex-grow: 1; /* Hace que el contenido se expanda para llenar el espacio */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .col-flex {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
  }
  
  .release-card-flex {
    display: flex;
    flex-direction: column;
    height: 400px; /* Altura fija para todas las tarjetas */
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .release-card-flex img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .release-card-flex .content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

/* FIN DE DISEÑO DE LANZAMIENTO */

/* Estilos del formulario de contacto */
.contact-form input:focus, 
.contact-form textarea:focus {
  border-color: #ff8c00 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
  background-color: #222 !important;
}

.btn-primary:hover {
  background-color: #ff4500 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.4);
}

.fire-effect {
  transition: all 0.3s;
}

.btn-primary:hover .fire-effect {
  transform: scale(1.3);
}

.marquee-container {
background: #f5840f;
color: #1c1314;
overflow: hidden;
white-space: nowrap;
width: 100%;
font-weight: bold;
font-family: 'Segoe UI', Roboto, sans-serif;
font-size: 15px;
padding: 5px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
position: relative;
}

.marquee-container::before, .marquee-container::after {
content: "";
position: absolute;
top: 0;
width: 50px;
height: 100%;
z-index: 2;
}

.marquee-content {
display: inline-block;
padding-left: 100%;
animation: scroll-left 50s linear infinite;
}

.marquee-content span {
display: inline-block;
padding-right: 150px;
text-shadow: 1px 1px 2px rgba(255,255,255,0.3);
}

@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}

/* INICIO ESTILO DE contacto */

/* Estilos del formulario de contacto */
.contact-form input:focus, 
.contact-form textarea:focus {
  border-color: #ff8c00 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
  background-color: #222 !important;
}

/* FIN DE DISEÑO DE CONTACTO */

/*INICIO DISEÑO DE GALERIA */

  .gallery-container {
    padding: 40px 0;
  }
  
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  
  .gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }
  
  .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .gallery-item:hover .gallery-overlay {
    opacity: 1;
  }
  
  .gallery-caption {
    color: white;
    font-size: 16px;
    display: block;
    transform: translateY(20px);
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover .gallery-caption {
    transform: translateY(0);
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    .gallery-item img {
      height: 250px;
    }
  }

  .video-item {
    position: relative;
  }
  
  .video-item video, 
  .video-item iframe {
    width: 100%;
    height: 300px; /* Misma altura que tus imágenes */
    object-fit: cover;
    display: block;
    border-radius: 4px;
  }
  
  .play-icon {
    font-size: 2rem;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0.8;
    transition: all 0.3s ease;
  }
  
  .gallery-item:hover .play-icon {
    opacity: 1;
    transform: scale(1.2);
  }
  
  /* Para videos locales con controles */
  .video-item video::-webkit-media-controls-panel {
    background: rgba(0,0,0,0.5);
  }
  
  /* Adaptación responsive */
  @media (max-width: 768px) {
    .video-item video, 
    .video-item iframe {
      height: 250px;
    }
  }
  
  .video-item video {
      height: 500px; /*la altura del video */
      object-fit: cover; /* mantiene el video centrado y cubriendo el área */
    }

/*FIN DE SECCION DE GALERIA */

/* INICIO DE SECCION DE CONTACTO */
 /* INFORMACIÓN DE CONTACTO */
 .contact-info-box {
  background: rgba(255, 140, 0, 0.1);
  border: 1px solid rgba(255, 140, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-top: 50px;
}

.contact-method {
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s;
  height: 100%;
}

.contact-method:hover {
  transform: translateY(-5px);
  background: rgba(255, 140, 0, 0.05);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 140, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s;
}

.contact-method:hover .contact-icon {
  background: rgba(255, 140, 0, 0.3);
  transform: scale(1.1);
}

.contact-method h5 {
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Staatliches', sans-serif;
}

.contact-method a {
  color: #aaa;
  transition: all 0.3s;
  text-decoration: none;
}

.contact-method:hover a {
  color: #ff8c00 !important;
}

/* MENSAJE DE ÉXITO */
#formSuccess {
  display: none;
  background: rgba(120, 202, 33, 0.2);
  color: #78ca21;
  border: 1px solid #78ca21;
  border-radius: 5px;
  padding: 15px;
  font-family: 'Truculenta', sans-serif;
  backdrop-filter: blur(5px);
}

 /* Estilos del formulario de contacto */
  .contact-form input:focus, 
  .contact-form textarea:focus {
    border-color: #ff8c00 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
    background-color: #222 !important;
  }
  
  .btn-primary:hover {
    background-color: #ff4500 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.4);
  }
  
  .fire-effect {
    transition: all 0.3s;
  }
  
  .btn-primary:hover .fire-effect {
    transform: scale(1.3);
  }

  #contact-section {
        position: relative;
        overflow: hidden;
        padding: 80px 0;
        background: linear-gradient(to bottom, #000000, #0f0f23);
      }
      
      .section-heading {
        font-family: 'Staatliches', sans-serif;
        color: #fad770;
        letter-spacing: 3px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        font-size: 2.5rem;
      }
      
      .section-heading:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #ff8c00;
      }
      
      .contact-form-wrapper {
        background: rgba(10, 10, 20, 0.8);
        border: 1px solid rgba(255, 140, 0, 0.3);
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(255, 140, 0, 0.1);
        position: relative;
        z-index: 2;
        backdrop-filter: blur(5px);
        transition: all 0.4s;
      }
      
      .contact-form-wrapper:hover {
        box-shadow: 0 15px 40px rgba(255, 140, 0, 0.2);
        border-color: rgba(255, 140, 0, 0.5);
      }
      
      .form-group {
        position: relative;
        margin-bottom: 1.5rem;
      }
      
      .form-control {
        background: rgba(20, 20, 30, 0.8);
        border: 1px solid #333;
        color: #fff;
        height: 50px;
        border-radius: 5px;
        transition: all 0.3s;
        padding-left: 20px;
      }
      
      textarea.form-control {
        min-height: 150px;
        padding-top: 15px;
      }
      
      .form-control:focus {
        border-color: #ff8c00;
        box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
        background: rgba(30, 30, 40, 0.8);
      }
      
      label {
        color: #fad770;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 8px;
        display: block;
      }
      
      .input-highlight {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #ff8c00;
        transition: width 0.4s;
      }
      
      .form-control:focus + .input-highlight {
        width: 100%;
      }
      
      .btn-send-message {
        background: linear-gradient(to right, #ff8c00, #ff5e00);
        border: none;
        color: white;
        padding: 12px 40px;
        font-size: 1.1rem;
        letter-spacing: 1px;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        transition: all 0.4s;
        box-shadow: 0 5px 15px rgba(255, 140, 0, 0.3);
        font-family: 'Staatliches', sans-serif;
      }
      
      .btn-send-message:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255, 140, 0, 0.4);
      }
      
      .btn-fire-effect {
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 1.5rem;
        transform: rotate(20deg);
        z-index: 1;
        opacity: 0.7;
        transition: all 0.3s;
      }
      
      .btn-send-message:hover .btn-fire-effect {
        transform: rotate(0deg) scale(1.5);
        opacity: 1;
      }
      
      .btn-hover-effect {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
        transform: skewX(-30deg);
        transition: all 0.6s;
      }
      
      .btn-send-message:hover .btn-hover-effect {
        left: 100%;
      }
      
      /* EFECTOS VISUALES */
      .music-particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
      }
      
      .music-particle {
        position: absolute;
        background: rgba(255, 140, 0, 0.3);
        border-radius: 50%;
        pointer-events: none;
        animation: floatParticle linear infinite;
      }
      
      @keyframes floatParticle {
        0% {
          transform: translateY(0) rotate(0deg);
          opacity: 0;
        }
        10% {
          opacity: 1;
        }
        90% {
          opacity: 1;
        }
        100% {
          transform: translateY(-100vh) rotate(360deg);
          opacity: 0;
        }
      }
      
      
      
      @keyframes waveAnimation {
        0% { background-position-x: 0; }
        100% { background-position-x: 1440px; }
      }
      
      .form-glow-effect {
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 15px;
        background: radial-gradient(circle at center, rgba(255,140,0,0.1) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
      }
      
      .contact-form-wrapper:hover .form-glow-effect {
        opacity: 1;
      }
    
/* FIN DE SECCION DE CONTACTO */