body {
    background: #eaeaea;
    color: #090416;
}

#now-playing {
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 10px;
    font-size: 18pt !important;
    line-height: 1.5rem;
    margin-top: -15px !important;
    font-weight: bold;
}

#song-artist{
    font-size: 14pt;
}

.progress-container {
    width: 100px;
    height: 100px;
    margin-top: -30px !important;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-background,
.progress-bar {
    fill: none;
    stroke-width: 5;
    /* Puedes ajustar según lo necesites */
}

.progress-background {
    stroke: #c2c2c2;
}

.progress-bar {
    stroke: #00ae5a;
    stroke-dasharray: 251.2;
    /* 2 * Math.PI * 40 */
    stroke-dashoffset: 251.2;
    /* Inicializado al valor total para que empiece vacío */
    transition: stroke-dashoffset 0.3s linear;
}


#elapsed-time {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #25105a;
    color: #fff;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-weight: bold;
}

.caratula {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caratula img {
    border-radius: 50%;
}

.cntPlayer {
    border-radius: 50%;
    width: 80px;
    height: 80px;

}

.player {
    width: 80px;
    height: 80px;
    font-size: 40pt;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #25105a;
    background: transparent;
    border: none;
    z-index: 1000;
}

.tema {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tema span {
    background: #00ae5a;
    height: 20px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
}

.cabecera{
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #25105a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btnMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22pt;
    height: 45px;
    width: 45px;
    background: transparent;
    border: none;
    color: #fff;    
}

.radio{
    color: #fff;
    font-size: 16pt;
    padding-left: 30px;
}

.cnt-bar{
    padding: 15px 0 5px 0 ;
}

.bar {
    width: 5px;
    height: 5px;
    background-color: #6e6e6e;
    margin: 0 2px;
    transform-origin: bottom;
    margin-bottom: -12px;
    transition: 0.1s;
}
.botonera{
    gap: 5px;
}
.botonera button{
    width: 78px !important;
    height: 20px;
    font-size: 8pt !important;
    background: #25105a;
    border-radius: 20px;
    color: #fff;
    border: none;
}

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #25105a;
    font-size: 10pt;
}

.cntWhatapp{
    position: fixed;
    top: 70px;
    right: 10px;
    gap: 10px;
}

.cntbiblia{
    position: fixed;
    top: 70px;
    left: 10px;    
}

.cntbiblia button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0e02b8;
    color: #fff;
    border: none;
    font-size: 20pt;
}



.cntWhatapp button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ae5a;
    color: #fff;
    border: none;
    font-size: 20pt;
}

