body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000; /* Fondo negro */
    color: #fff; /* Texto en blanco */
}

.header {
    text-align: center;
    padding: 23px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-logos {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.music-logos a {
    margin: 0 21px;
    
}

.card {
    cursor: pointer;
    transition: transform 0.2s;
    color: #000;
}

.card:hover {
    transform: scale(1.05);
}

.modal-content {
    background-color: #1a1a1a; /* Fondo del modal */
    color: #fff; /* Texto en blanco en el modal */
}

.modal-footer {
    background-color: #333; /* Fondo del pie del modal */
}

audio {
    width: 100%; /* Reproductor de audio ocupa todo el ancho */
}

.biografia-img{
    border-radius: 116px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid bisque;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}


@media (max-width: 600px) {
    .music-logos a {
        margin: 0 10px;
        width: 56px;
    }
    #modal-tidal img{
    
    }
    .music-logos {
        margin: 20px 0;
        display: inline;
    }
}

.container{
    max-width: 1837px!important;
}

.frame {
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    border-radius: 2px;
    box-shadow: 4px 8px 16px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    background: #ffffff00;
    color: #33333300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .box-galery {
    width: 100%;
    height: 100%;
    grid-gap: 5px;
    position: relative;
    z-index: 1;
  }
  
  .box-galery > [type=checkbox] {
    display: none;
  }
  
  .box-galery .imgs {
    --zi: calc(800px / 3 - 3px);
    width: var(--zi);
    height: var(--zi);
    object-fit: cover;
    transition: 0.2s;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: cover;
    margin: auto;
    transition-timing-function: linear;
  }
  
  .img1 {
    background-image: url('img/w1.png');
  }
  
  .img2 {
    left: var(--zi);
    background-image: url('img/w2.png');
    left: 0;
    right: 0;
  }
  
  .img3 {
    background-image: url('img/w3.png');
    right: 0;
  }
  
  .img4 {
    background-image: url('img/w4.png');
    top: 0;
    bottom: 0;
  }
  
  .img5 {
    background-image: url('img/4.png');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .img6 {
    background-image: url('img/w6.png');
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .img7 {
    background-image: url('img/w7.png');
    bottom: 0;
  }
  
  .img8 {
    background-image: url('img/w8.png');
    right: 0;
    left: 0;
    bottom: 0;
  }
  
  .img9 {
    background-image: url('img/w9.png');
    right: 0;
    bottom: 0;
  }
  
  #btn1:checked ~ .img1 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn2:checked ~ .img2 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn3:checked ~ .img3 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn4:checked ~ .img4 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn5:checked ~ .img5 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn6:checked ~ .img6 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn7:checked ~ .img7 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn8:checked ~ .img8 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }
  
  #btn9:checked ~ .img9 {
    width: 800px;
    height: 800px;
    z-index: 10;
  }

  .card .card-content .card-title {
    line-height: 26px!important ;
  }