.spotify-card {
    margin: 30px;
    margin-bottom: 10;

}

/* 
.acordeon-item.sobresalir {
    position: relative;
    z-index: 999;
  }
  
  .acordeon-item.sobresalir .boton-acordeon {
    position: relative;
    z-index: 1000;
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(0, 255, 180, 0.9);
    border: 2px solid rgba(0, 255, 180, 1);
    animation: pulsePlaylist 1.5s infinite;
  } */


/* #fondo_playlist {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 115% 6%;
    width: 90%;
    pointer-events: none;
    z-index: -2;
    border:solid red 10px;
} */

#playlist {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 150% 0%;
    width: 100%;
    pointer-events: none;
    /* border:solid red 10px; */

}


#manita-playlist {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 209% 70%;
    width: 6%;
    pointer-events: none;

}


#btn-playlist {
    position: absolute;
    top: 0%;
    left: 0%;
    height: auto;
    margin: 200% 47.5%;
    width: 45%;

    /* pointer-events: none; */
    transition: transform 0.2s ease;
    cursor: pointer;
}



#btn-playlist:active {
    transform: scale(0.9);
}

#btn-playlist {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

@media screen and (min-width: 400px) {
    #playlist {
        margin: 142% 0%;
    }

    #manita-playlist {
        margin: 199% 70%;
    }

    #btn-playlist {
        margin: 191% 47.5%;
    }
}


@media screen and (min-width: 520px) {
    #playlist {
        margin: 113% 0%;
    }

    #manita-playlist {
        margin: 175% 70%;
    }

    #btn-playlist {
        margin: 164% 47.5%;
    }

}







/* #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
}


#dailyMessage1 {
    position: fixed;
    top: 44%;
    left: 50.4%;
    transform: translate(-50%, -50%);
    width: 98%;
    max-width: 440px;
    padding: 20px;
    border-radius: 15px;
    z-index: 9999;
    display: none;
    justify-content: center;
    text-align: center;
}


.dailyImage {
    width: 100%;
    height: auto;
    border-radius: 12px;
}


.botonAbrir,
.botonCopiar {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100px;
    padding: 10px;
    border-radius: 12px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

.botonAbrir {
    top: 62%;
    left: 29%;
    height: 6%;

}

.botonCopiar {
    top: 62%;
    left: 73.4%;
    height: 6%;
}




@media screen and (min-width: 768px) {
    .botonAbrir {
        top: 62%;
        left: 40%;


    }

    .botonCopiar {
        top: 62%;
        left: 64%;
    }
}

@media screen and (min-width: 900px) {

    #overlay,
    #dailyMessage1,
    .botonAbrir,
    .botonCopiar {
        display: none !important;
    }
}





#mensajeCopiado {
    font-family: "century";
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 11000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
} */