@media (min-width: 768px) {

#contendor-reproductor.scroll {
    padding: 0px 15% 0px 15%;
    background-color: rgba(252, 252, 252, 0.95);
    width: 70%;
    height: 15vh;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    transform: translateY(100%); /* Comienza fuera de la vista */
    animation: slideUp 1s ease forwards; /* Aplica la animación */
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
    

            #contenedor-caratula.scroll {
                width: 100%;
                max-width: 110px;
                min-width: 90px;
                display: flex;
                flex: 1;
                }

                    #cover.scroll {
                        width: 100%;
                        padding-top: 100%; /* Esto hace que el div sea cuadrado (altura igual al ancho) */
                        background-image: url(../Imágenes/fondo-caratula.png);
                        background-size: 100%;
                        border-radius: 0px;
                        position: relative;
                        align-items: center; /* Alinea verticalmente al centro, depende del flex del contenedor padre */
                        }

                            #coverImage.scroll {
                                top: 0;
                                left: 0;
                                width: 100%; /* ocupa el 100% del ancho del div "cover" */
                                height: 100%;
                                object-fit: cover;
                                border-radius: 0px;
                                position: absolute;
                                }
  
     #contenedor-nowplaying.scroll {
                height: 110px;
                width: 90%;
                margin: 0px auto 0 auto;
                padding: 0% 7px 0% 7px;
                transition: 2s ease;
                display: flex;
                flex-direction: row;
                flex: 1;
                }

                    #nombre-cancion.scroll {
                        background-color: ;
                        color: black;
                        flex: 1;
                        height: auto;
                        width: 100%;
                        bottom: -15px;
                        padding: 0% 5px 0% 0;
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        }

                            #al-aire.scroll {
                                width: 65px;
                                height: 12px;
                                margin: 0;
                                font-family: poppins;
                                background-color: #FE330A;
                                font-size: 8px;
                                color: #FFFFFF;
                                border-radius: 10px;
                                padding: 2px 5px 2px 6px ;
                                text-align: center;
                                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
                                display: flex;
                                flex: ;
                                }

                                    #ecualizador.scroll {
                                        margin-left: 0px;
                                        display: flex;
                                        align-items: flex-end;
                                        padding: 3px 0px 0px 4px;
                                        justify-content: center;
                                        width: 12px;
                                        height: 9px;
                                        }

                                            .barra.scroll {
                                                width: 2px;
                                                margin: 0 1px;
                                                background-color: #FFFFFF;
                                                transition: height 0.3s ease-in-out;
                                                }

                                    #texto-al-aire {
                                        flex: 2;
                                        padding-top: 1px;
                                        }

                            #song.scroll {
                                background-color: ;
                                width: 100%;
                                height: auto;
                                top: -10px;
                                text-align: left;
                                font-family: Poppins;
                                font-size: 1em; 
                                text-transform: uppercase;
                                font-weight: 700;
                                position: relative;
                                line-height: 1;
                                text-shadow: 0px 0px 15px rgba(0, 0, 0, 0);
                                flex: ;                      
                                }


                            #artist.scroll {
                                background-color: ;
                                width: 100%;
                                height: auto;
                                top: -33px;
                                text-align: left;
                                font-family: Poppins;
                                font-size: 0.7em;  
                                font-weight: normal;
                                position: relative;
                                line-height: 1;
                                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
                                flex: ;
                                }

                    #reproductor.scroll {
                        width: 100%;
                        height: auto;
                        margin: auto;
                        position: relative;
                        align-items: right;
                        flex: 0 90px;
                        }
    
                                    #boton-like.scroll {
                                        width: 50px;
                                        height: 50px;
                                        padding: 0px 0px 0px 0px;
                                        cursor: pointer;
                                        transform: scale(1);
                                        transition: transform 1s;
                                        }

                                        .slider {
                                            width: 100px;
                                            margin-left: 10px;
                                            display: block;
                                            }

        33cBackground.scroll {
            background-color: white;
            width: 100%;
            max-height: 110px;
            min-height: 90px;/* Establece el alto deseado de la imagen */
            overflow: hidden; /* Oculta cualquier parte de la imagen que exceda el alto */
            bottom: 0px;
            position: fixed;
            z-index: 9;
            margin: -10vh auto auto auto;
            border-radius: 0px;
            }

        33coverBackground.scroll {
            width: 120%; /* Establece el ancho al 100% del contenedor */
            height: auto; /* Permite que la altura se ajuste proporcionalmente al ancho */
            filter: blur(100px);
            padding-left: 0%;
            position: relative;
            overflow: hidden;
            top: 50%;
            transform: translate(-10%, -50%);
            border-radius: 0% 0% 0% 0%;
        }
}

/* SMARTPHONE */
@media (max-width: 768px) {

#contendor-reproductor.scroll {
    top: auto;
    width: 100%;
    height: 15vh;
    bottom: 0px;
    margin: 0;
    padding: 0vh 1% 0vh 0%;
    background: rgb(252, 252, 252, 0.9);
    flex-direction: row;
    justify-content: center;
    position: fixed;
    align-items: center;
    display: flex;
    z-index: 99;
    transform: translateY(100%); /* Comienza fuera de la vista */
    animation: slideUp 1s ease forwards; /* Aplica la animación */
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}


            #contenedor-caratula.scroll {
                width: 100%;
                max-width: 15vh;
                min-width: 15vh;
                display: flex;
                flex: 1;
                display: flex; /* también permite alinear los div dentro de él */
                justify-content: ; /* Alineación horizontal a la izquierda */
                align-items: flex-end; /* Alineación vertical al centro */
 
                }

                    #cover.scroll {
                        width: 100%;
                        padding-top: 100%; /* Esto hace que el div sea cuadrado (altura igual al ancho) */
                        background-image: url(../Imágenes/fondo-caratula.png);
                        background-size: 100%;
                        border-radius: 0px;
                        position: relative;
                        align-items: center; /* Alinea verticalmente al centro, depende del flex del contenedor padre */
                        }

                            #coverImage.scroll {
                                top: 0;
                                left: 0;
                                width: 100%; /* ocupa el 100% del ancho del div "cover" */
                                height: 100%;
                                object-fit: cover;
                                border-radius: 0px;
                                position: absolute;
                                }
  
         #contenedor-nowplaying.scroll {
                height: 15vh;
                width: 90%;
                margin: 0px auto 0 auto;
                padding: 0% 2% 0% 5px;
                transition: 2s ease;
                display: flex;
                flex-direction: row;
                flex: 1;
                }

                    #nombre-cancion.scroll {
                        background-color: ;
                        color: black;
                        flex: 1;
                        height: auto;
                        width: 100%;
                        bottom: -12px;
                        padding: 0% 5px 0% 0;
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        }

                            #al-aire.scroll {
                                width: 55px;
                                height: 12px;
                                margin: 0px 0px 0px 0px;
                                font-family: poppins;
                                background-color: #FE330A;
                                font-size: 7px;
                                color: #FFFFFF;
                                border-radius: 10px;
                                padding: 1px 3px 1px 5px ;
                                text-align: center;
                                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0);
                                display: flex;
                                flex: ;
                                }

                                    #ecualizador.scroll {
                                        margin-left: 0px;
                                        display: flex;
                                        align-items: flex-end;
                                        padding: 1px 0px 0px 1px;
                                        justify-content: center;
                                        width: 10px;
                                        height: 8px;
                                        }

                                            .barra.scroll {
                                                width: 2px;
                                                margin: 0 1px;
                                                background-color: #FFFFFF;
                                                transition: height 0.3s ease-in-out;
                                                }

                                    #texto-al-aire.scroll {
                                        flex: 1;
                                        padding: 2px 0px 1px 0px;
                                        line-height: 1;
                                        font-size: 7.5px;
                                        }

                            #song.scroll {
                                background-color:;
                                width: 100%;
                                height: auto;
                                top: -5px;
                                text-align: left;
                                font-family: Poppins;
                                font-size: 0.8em !important; 
                                text-transform: uppercase;
                                font-weight: 700;
                                position: relative;
                                line-height: 1;
                                text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                                flex: ;
                                }

                            #artist.scroll {
                                background-color: ;
                                width: 100%;
                                height: auto;
                                top: -25px;
                                text-align: left;
                                font-family: Poppins;
                                font-size: 0.7em;  
                                font-weight: normal;
                                position: relative ;
                                line-height: 1;
                                text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
                                flex: ;
                                }

                    #reproductor.scroll {
                        width: 100%;
                        height: 15vh;
                        margin: 0px auto 0% auto;
                        position: relative;
                        align-items: right;
                        flex: 0 90px;
                        }

                            #playPauseButton.scroll {
                                width: 40px;
                                height: 40px;
                                display: flex;
                                cursor: pointer;
                                border-radius: 50%;
                                background-color: #FE330A;
                                flex: 0 0 40px;
                                }
    
                            #boton-like.scroll {
                                width: 40px;
                                height: 40px;
                                display: flex;
                                cursor: pointer;
                                border-radius: 50%;
                                background-color: #FE330A;
                                flex: 0 0 40px;
                                }

                                    .slider.scroll {
                                        width: 100px;
                                        margin-left: 10px;
                                        display: none;
                                        }

        33cBackground.scroll {
            background-color: white;
            width: 100%;
            max-height: 110px;
            min-height: 90px;/* Establece el alto deseado de la imagen */
            overflow: hidden; /* Oculta cualquier parte de la imagen que exceda el alto */
            bottom: 0px;
            position: fixed;
            z-index: 9;
            margin: -10vh auto auto auto;
            border-radius: 0px;
            }

        33coverBackground.scroll {
            width: 120%; /* Establece el ancho al 100% del contenedor */
            height: auto; /* Permite que la altura se ajuste proporcionalmente al ancho */
            filter: blur(100px);
            padding-left: 0%;
            position: relative;
            overflow: hidden;
            top: 50%;
            transform: translate(-10%, -50%);
            border-radius: 0% 0% 0% 0%;
        }
}







