        
        body {
            background-color: #121212!important;
            color: white;
            font-family: 'Poppins', sans-serif;
        }
        /* Header */
        header {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1000;
            background-color: #1a1a1a;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }
        /* Navbar */
        header {
            background-color: #1a1a1a;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .navbar {
            padding: 10px 30px;
        }
        .navbar-brand img {
            height: 50px;
        }

        /* Estilo para la lista de navegación */
        .navbar-nav {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        .nav-item {
            margin: 0 20px;
        }

        .nav-link {
            font-size: 18px;
            font-weight: 500;
            color: white;
            text-transform: uppercase;
            transition: color 0.3s, transform 0.3s ease-in-out;
            padding: 8px 10px;
        }

        .nav-link:hover {
            color: #9b59b6;  /* Violeta luminoso */
            transform: scale(1.1);
        }

        /* Asegurar que la navbar sea responsive */
        @media (max-width: 992px) {
            .navbar-nav {
                flex-direction: column;
                text-align: center;
            }

            .nav-item {
                margin-bottom: 15px;
            }
        }
        .hero {
   position: relative;
   width: 100%;
   height: auto;
}

.hero img {
   /* width: 100%; */
   height: auto;
   object-fit: cover; /* Esto asegura que la imagen cubra todo el contenedor sin perder su proporción */
}

        .hero h1 {
            font-size: 4rem;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
            animation: fadeIn 3s ease-in-out;
        }
        @keyframes fadeIn {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }
        /* Sección de YouTube */
        .video-container {
            margin-top: 30px;
            text-align: center;
        }
        /* Sección de Spotify */
        .spotify-container {
            margin-top: 30px;
            display: flex;
            justify-content: center;
        }
        /* Footer */
/* Footer General */
.footer {
  background: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #333;
}

/* Texto */
.footer-copy {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* Contenedor de iconos */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* Iconos generales */
.social-icon {
  font-size: 32px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover animado */
.social-icon:hover {
  transform: scale(1.2);
  opacity: 0.85;
}

/* Colores individuales (limpios y sin errores) */
.social-icon.ig i {
  color: #E1306C;
}

.social-icon.yt i {
  color: #ff0000;
}

.social-icon.sp i {
  color: #1DB954;
}

/* Responsive */
@media (max-width: 480px) {
  .footer-copy {
    font-size: 16px;
  }

  .social-icon {
    font-size: 26px;
  }
}

.hero-container {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.hero-bg {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* --- POSICIÓN --- */
.skull-link {
  position: absolute;
  top: 53%;     /* ✔ ajustado para quedar sobre la calavera grande */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* --- CALAVERA PNG (TAMAÑO REAL) --- */
.floating-skull {
      width: 720px;  /* ✔ evita deformación */
  max-width: 720px;  /* ✔ evita deformación */
  height: auto;      /* ✔ mantiene proporciones */
  transform-style: preserve-3d;
  transition: transform .6s ease, filter .3s ease;
  pointer-events: none;
      animation: skullMobile 3s ease-in-out infinite;
}

/* --- HOVER ZOOM 3D --- */
.skull-link:hover .floating-skull {
  transform: scale(1.15) rotateX(8deg) rotateY(-8deg);
  filter: brightness(1.25);
}

/* --- MÁS FUEGO (DOBLE CAPA) --- */
.fire {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle,
             rgba(255,150,0,0.9),
             rgba(255,60,0,0.6),
             transparent 70%);
  filter: blur(25px);
  border-radius: 50%;
  animation: flames 0.6s infinite alternate ease-in-out;
  z-index: -1;
}

/* Fuego más ancho y más alto */
/* .fire1 {
  bottom: -40px;
  width: 120%;
  height: 90px;
}

.fire2 {
  bottom: -25px;
  width: 150%;
  height: 130px;
  filter: blur(45px);
  opacity: .75;
  animation-duration: 0.4s;
} */

/* Animación de fuego */
@keyframes flames {
  0% { transform: translateX(-50%) scale(1); opacity: .7; }
  100% { transform: translateX(-50%) scale(1.2); opacity: 1; }
}

/* --- RESPONSIVE --- */
@media (max-width: 480px) {
  /* .skull-link {
    top: 56%;
  } */

  .floating-skull {
    max-width: 480px;
    animation: skullMobile 3s ease-in-out infinite;
  }

  @keyframes skullMobile {
  0% {
    transform: translateY(0) scale(1.15);
  }
  50% {
    transform: translateY(-12px) scale(1.28); /* zoom más fuerte */
  }
  100% {
    transform: translateY(0) scale(1.15);
  }
}

  
}


.hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Botón medio círculo */
.hero-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #28a745;
  color: #fff;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;

  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;

  display: flex;
  align-items: center;
  gap: 10px;

  box-shadow: 0px 6px 20px rgba(0,0,0,0.35);
  transition: .3s ease;
  opacity: 0.95;
}

.hero-button .arrow {
  font-size: 26px;
  font-weight: bold;
  animation: arrowMove 0.8s infinite alternate ease-in-out;
}

/* Animación de la flecha */
@keyframes arrowMove {
  from { transform: translateX(0); }
  to { transform: translateX(6px); }
}

.hero-button:hover {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 1;
  background: #1f8a39;
}

/* Mobile */
@media (max-width: 480px) {
  .hero-button {
    padding: 14px 26px;
    font-size: 16px;
  }
  .hero-button .arrow {
    font-size: 22px;
  }
}

h1,h2{
  font-family: 'Poppins', sans-serif;
}