
.cover1 {
    display: block;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    background-image: url('../attachments/Image/ecua7.gif');
    background-size: 100% auto;
}


/* Contenedor Inactivo Ecualizador - Comienza Inactivo */

.cover20 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    opacity: 0.5;
    padding-top: auto;
}


/* Boton de Play Ecualizador */

.cover2 {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}


/* Nombre del Tema */

.cover9 {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #9e889e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.cover76 {
    margin: auto;
    width: 100%;
    font-size: 1.5vw;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #6e6b6e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(0, 0, 0);
}

.cover100 {
    
    display: block;
    margin: auto;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px 15px 0px 0px;
    
}




.fondo1 {
    background: rgba(22, 1, 19, 0.349);
}

.fondo15 {
    background: rgb(14, 3, 24);
}


/* Reprductor */
.timer1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    /* border-radius: 50%; */
    
    border: 2px solid rgb(100, 5, 84);
    padding-top: 5px;
    font-family: Righteous, cursive;
    font-size: 24px
}
#playList {
    background: rgb(78, 3, 56);
    border-radius: 10px;
    text-align: left;
    opacity: 0.8;
    color: #e84393;
}
li {
    padding: 10px;
}
li:hover,
svg:hover {
    cursor: pointer;
    color: #e84393;
}
li.active {
    color: #52065288;
}
#controls {
    border-radius: 10px;
    padding: 10px;
    background: rgb(0, 0, 0);
    opacity: 0.9;
    width: 100%;
}

/* Color del Boton Play */
svg {
    color: rgb(252, 252, 252);
}
progress {
    width: 90%;
    margin: 10px;
    opacity: 0.5;
    color: #fdfdfd;
    background: rgb(39, 1, 28);
}
.timer {
    width: 50%;
    position: relative;
    top: 10px;
    left: 0px;
    text-align: left;
    float: left;
    color: #db5ce7;
    background: rgb(235, 229, 233);
}
.volumen {
    width: 50%;
    position: relative;
    top: 10px;
    right: 0px;
    text-align: right;
    float: left;
    color: #6c5ce7;
    margin-bottom: 20px;
}
#currentPlay {
    color: #fffdfe;
}
h3 {
    color: #e84393;
    margin: 0px;
}

/* Container element for the recent tracks list */
.cc_recenttracks_list {}

/* Container for a single track in the list */
.cc_recenttracks_list>.cctrack {}

/* Container for a track's image */
.cc_recenttracks_list>.cctrack>.cccover {
    background-color: black;
}

/* The track's image */
.cc_recenttracks_list>.cctrack>.cccover>img {
    border: 1px solid black;
    border-radius: 2px;
    padding: 5px;
    height: 100px;
    width: 100px;
}

/* The time at which the track aired */
.cc_recenttracks_list>.cctrack>.cctime {
    font-size: 14px;
    font-weight: bold;
    font-family: Righteous;
    color: #e892da;
}

/* The time at which the current track began playing */
.cc_recenttracks_list>.cctrack>.cctime.ccnowplaying {}

/* Container for the track's details */
.cc_recenttracks_list>.cctrack>.ccdetails {
    font-size: 14px;
    font-weight: bold;
    font-family: Righteous;
    color: #e892da;
}

/* The track's title */
.cc_recenttracks_list>.cctrack>.ccdetails>.cctitle {
    
    font-size: 13px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: rgb(100, 98, 98);
}

/* The current track's title */
.cc_recenttracks_list>.cctrack>.ccdetails>.cctitle.ccnowplaying {}

/* The track's artist */
.cc_recenttracks_list>.cctrack>.ccdetails>.ccartist {
    font-size: 16px;
    font-weight: bold;
    font-family: Righteous;
    color: rgb(232, 146, 218);
}

/* The track's image */
.cc_recenttracks_list>.cctrack>.cccover>img {
    border: 1px solid rgb(7, 7, 7);
    border-radius: 2px;
    padding: 5px;
    height: 100px;
    width: 100px;
}

/* Container for a track's image */
.cc_recenttracks_list>.cctrack>.cccover {
    background-color: black;
}

/* The track's album */
.cc_recenttracks_list>.cctrack>.ccdetails>.ccalbum {
    font-size: 11px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: rgb(100, 98, 98);
}





.font1 {
    
    font-family: 'Saira Condensed';
    color: rgb(100, 98, 98);
    
    
}

.saira-condensed-thin {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
}



.katextotemas {
    font-family: 'Zeniq', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: rgb(245, 238, 245);
    text-align: center;
}