    /* Tus estilos personalizados (puedes moverlos a styles.css si prefieres) */
    body {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(to right, #000, #111);
      color: white;
    }
    .navbar-custom {
      background: transparent;
      padding: 1rem 2rem;
    }
    .navbar-custom .nav-link {
      background: white;
      color: black !important;
      padding: 0.5rem 1.5rem;
      border-radius: 20px;
      margin: 0.3rem;
      font-weight: 500;
      transition: 0.3s ease;
    }
    .navbar-custom .nav-link:hover {
      background: gold;
      color: black !important;
    }
    .hero {
      background: url('fondo-radio.jpg') center/cover no-repeat;
      padding: 0rem 2rem;
    }
    .r-logo {
      font-size: 60px;
      font-weight: bold;
      color: white;
    }
    .empresa {
      background: black;
      display: inline-block;
      padding: 4px 10px;
      font-size: 14px;
      margin-bottom: 20px;
    }
    .on-air {
      background: gold;
      border: none;
      border-radius: 50%;
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
    }
    .conoce-btn {
      background: none;
    border: 5px solid white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 26px;
    color: white;
    text-decoration: none;
    transition: 0.3s ease;
    width: 216px;
    }
    .conoce-btn:hover {
      background: white;
      color: black;
    }
    .equalizer {
      display: flex;
      gap: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .equalizer div {
      width: 20px;
      background: gold;
      animation: pulse 1.5s infinite;
    }
    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }

    .web-section {
  background: url('fondo-microfono.png') center/cover no-repeat;
  padding: 5rem 2rem;
}

.btn-outline-custom {
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
}
.btn-outline-custom:hover {
  background: white;
  color: black;
}

.wave-line {
  width: 180px;
  height: 30px;
  background: url('wave.png') center/contain no-repeat;
  margin: auto;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
  padding: 0 10px;
}
.carousel-arrow.left {
  left: -40px;
}
.carousel-arrow.right {
  right: -40px;
}
.contact-box {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid white;
  border-radius: 40px;
  max-width: 1000px;
}

.custom-input {
  background: transparent;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  padding: 10px 15px;
}

.custom-input::placeholder {
  color: #ccc;
}

.label-pill {
  background: white;
  color: black;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
  display: inline-block;
}
.seccion-artistas {
  font-family: 'Segoe UI', sans-serif;
  background-color: black;
  color: white;
}

.stars {
  font-size: 1.5rem;
  color: gold;
}

.carousel-inner img {
  max-height: 200px;
  object-fit: cover;
}
