.hero-musica {
  height: 75vh;
  background: url("../images/hero/pexels-pixabay-534283.jpg") center/cover no-repeat fixed;
  position: relative;
}
.hero-musica .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.music-card {
  border-radius: 12px;
  transition: .3s;
}
.music-card:hover {
  transform: translateY(-5px);
  background: #fff3cd;
}

.info-box {
  border-left: 5px solid #ffc107;
}
