body {
  font-family: "Roboto", sans-serif;
  background-color: #121212;
  color: #eaeaea;
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.site-header {
  background-color: #0d1B2A;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.site-header .logo {
  max-height: 60px;
}

.site-header .nav-link {
  color: #ffd700;
  margin-left: 15px;
  text-decoration: none;
  font-weight: 500;
}

.site-header .nav-link:hover {
  color: #ff6a00;
  text-decoration: underline;
}

/*AJUSTAES PERSONALISABLES PARA EL CARRUSEL DEL HOME*/
.carousel-personificado {
  max-width: 100%;
  margin: 20px auto;
}

.carousel-personificado .carousel-inner {
  max-height: 800px;
  overflow: hidden;
}

.carousel-personificado .carousel-item img {
  height: 700px;
  object-fit: cover;
}

.hero {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.hero-img {
  max-height: 450px;
  object-fit: cover;
  width: 100%;
  border: 3px solid #00ffff;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.2);
}

.hero-text {
  margin-top: 10px;
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 600;
}

.card-text {
  font-size: 0.95rem;
  color: #bcbcbc;
}

.album h2 {
  margin-top: 100px;
  text-align: center;
  font-size: 2rem;
  color: #ffd700;
}

.album p {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #ffd700;
}

.site-footer {
  background-color: #0d1b2a;
  color: #cccccc;
  margin-top: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
  border-top: 2px solid #00ffff;
}

.descripcion-banda img {
  object-fit: cover;
  max-height: 300px;
  border: 3px solid #00ffff;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.15);
}

.integrante.destacados {
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
  border: 5px solid #00ffff;
  transition: all 0.5 ease;
}

.album-card {
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 1rem;
  transition: transform 0.3s ease;
}

.album-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 255, 255, 0.15);
}

.album-card img {
  max-height: 250px;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

.album-card h3 {
  font-weight: bold;
  margin: 0.5rem 0 0.2rem 0;
  color: #ffffff;
}

.album-card p {
  font-size: 0.9rem;
  color: #cccccc;
}

.album-card a {
  text-decoration: none;
  color: inherit;
}

.album-card a:hover h3 {
  text-decoration: underline;
  color: #00ffff;
}

.detalle-album img {
  max-height: 350px;
  object-fit: cover;
  border: 2px solid #00ffff;
  margin-bottom: 1rem;
}

.detalle-album h1 {
  margin-bottom: 0.5rem;
  text-align: center;
  color: #ffd700;
}

.detalle-album p {
  font-size: 0.95rem;
  text-align: center;
  color: #eaeaea;
}

.list-group-item {
  font-size: 0.9rem;
  background-color: #1c1c1c;
  border: none;
  color: #cccccc;
}

.playlist a {
  min-width: 220px;
  margin-right: 20px;
  display: inline-block;
  background-color: #0d1B2A;
  color: #ffd700;
  padding: 10px 15px;
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.playlist a:hover {
  background-color: #ff4500;
  color: #ffffff;
}

.evento-card {
  background-color: #1f1f1f;
  padding: 1rem;
  border-radius: 6px;
  transition: box-shadow 0.3s ease;
}

.evento-card img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.evento-card p {
  color: #cccccc;
  margin: 0;
}

.evento-card:hover {
  box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
}
