:root {
    --color-primary: #1eb7cb;
    --color-accent: #f73492;
    --color-text: #fff;
    --color-text-muted: #a5a5a5;
    --shadow-default: 1px 1px 1px rgba(0, 0, 0, .2);
    --shadow-text: 1px 1px 1px rgba(0, 0, 0, .8);
    --transition-default: all 0.3s ease;
    --border-radius-default: 5px;
    --blur-bg: blur(10px)
}

#reproductor {
    display: none
}

a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, tbody, tfoot, thead, time, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body, html {
    background-image: url(../imagenes/fondo01.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    color: var(--color-text);
    font-family: Jura, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    overflow-x: hidden;
    position: relative;
    scrollbar-color: var(--color-primary) #00000000;
    scrollbar-width: thin
}

h1 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    margin-left: 5px
}

hr {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #3f3f3f
}

.fondo_variable {
    position: fixed;
    z-index: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #000;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, .9) 100%);
    backdrop-filter: blur(5px);
    border: 10px solid #000
}

.cuerpo {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    clear: both;
    z-index: 1
}

.cuerpo_contenido {
    position: relative;
    max-width: 800px;
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.icono {
    position: relative;
    float: left;
    width: 80px;
    margin-right: 10px;
    margin-top: 0px
}

.logo {
    position: relative;
    float: left;
    width: 480px
}

.contenedor {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px
}

.img_album {
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
    margin-right: 20px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    border-radius: 10px
}

.caratula_album {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.contenedor_detalles {
    position: relative;
    float: left;
    width: 460px;
    margin-top: 20px;
    height: 280px
}

.titulo1 {
    position: relative;
    float: left;
    clear: both;
    font-size: 14px;
    color: var(--color-text-muted);
    text-shadow: var(--shadow-text);
    width: 100%;
    margin-left: 10px;
    z-index: 1
}

.titulo2 {
    position: relative;
    float: left;
    clear: both;
    font-size: 14px;
    color: var(--color-text-muted);
    text-shadow: var(--shadow-text);
    width: 100%;
    margin-left: 10px;
    z-index: 1
}

.titulo3 {
    position: relative;
    float: left;
    clear: both;
    font-size: 14px;
    color: var(--color-text-muted);
    text-shadow: var(--shadow-text);
    width: 100%;
    margin-left: 10px;
    z-index: 1
}

.cancion {
    position: relative;
    float: left;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: var(--border-radius-default);
    padding: 5px 10px;
    box-shadow: var(--shadow-default);
    z-index: 1
}

.album {
    position: relative;
    float: left;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: var(--border-radius-default);
    padding: 5px 10px;
    box-shadow: var(--shadow-default);
    z-index: 1
}

.artista {
    position: relative;
    float: left;
    clear: both;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: var(--border-radius-default);
    padding: 5px 10px;
    z-index: 1;
    box-shadow: var(--shadow-default)
}

.controles_info {
    position: relative;
    width: calc(100% - 20px);
    height: 80px;
    float: left;
    clear: both;
    border-radius: 50px;
    box-shadow: var(--shadow-default);
    margin-top: 20px;
    z-index: 1;
    padding: 10px;
    backdrop-filter: var(--blur-bg)
}

.cargando {
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 1;
}

.detener, .iniciar, .reproduciendo {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    top: 10px;
    left: 10px;
    transition: var(--transition-default)
}

.reproduciendo {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.volumen_off:hover, .volumen_on:hover {
    opacity: 1
}

.volumen_contenedor {
    position: absolute;
    left: 90px;
    bottom: 10px
}

.volumen_off, .volumen_on {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: .6;
    margin-top: 15px;
    transition: var(--transition-default)
}

.volumen_on {
    background-image: url(../imagenes/volumen_on.svg)
}

.volumen_off {
    background-image: url(../imagenes/volumen_off.svg);
}

.listado_canciones {
    position: relative;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    width: calc(100% - 160px);
    height: 300px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-left: 80px;
    margin-right: 80px;
    z-index: 2;
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) transparent
}

.listado_canciones:hover {
    overflow-x: scroll
}

#ultimas_canciones {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 200px;
    height: auto;
    display: inline-block;
    margin-top: 10px
}

#ultimas_canciones:hover {
    top: -25px
}

.cccover {
    width: 200px;
    height: 200px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.ccalbum, .ccartist, .cctitle {
    width: calc(100% - 10px);
    position: relative;
    float: left;
    clear: both;
    font-size: 14px;
    margin-left: 5px;
    text-shadow: var(--shadow-text);
    box-shadow: var(--shadow-default);
    background-color: rgba(0, 0, 0, .1);
    border-radius: var(--border-radius-default);
    padding: 1px 5px 1px 5px;
    margin-top: 5px;
    white-space: initial
}

.listado_canciones::-webkit-scrollbar {
    height: 5px
}

.listado_canciones::-webkit-scrollbar-track {
    background: 0 0
}

.listado_canciones::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: var(--border-radius-default)
}

.listado_canciones::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent)
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #000
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary)
}

#creditos {
    position: relative;
    width: 100px;
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    z-index: 9
}

.informacion {
    position: absolute;
    left: 140px;
    top: 10px;
    width: calc(100% - 180px);
    white-space: nowrap
}

#container_container {
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 305px;
    height: 300px;
    width: 500px;
    transition: top 0.3s ease-out;
}

#container {
    display: flex;
    height: 100%;
    width: 100%;
    transform: rotate(180deg) scaleX(-1);
    z-index: 1
}

.peak {
    background: var(--color-accent);
    height: 2px;
    width: 100%;
    position: absolute
}

.bar {
    background: var(--color-text);
    margin: 0 1px 0 0;
    position: relative;
    width: 100%;
    border-radius: var(--border-radius-default)
}

.alineador {
    position: relative;
    float: left;
    text-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    clear: none;
    margin: 0;
    padding: 0;
    font-weight: 700
}

.alineador_titulo {
    position: relative;
    float: left;
    font-size: 14px;
    color: var(--color-text);
    text-shadow: var(--shadow-text);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    clear: none;
    margin-right: 5px;
    padding: 0;
    font-weight: 700
}

.sub {
    color: var(--color-accent) !important;
    border-bottom: 1px dotted var(--color-accent) !important;
    text-shadow: 0 0 10px 1px var(--color-accent) !important
}

#container_fondo {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1
}

#album_tmp, #artista_tmp, #bitrate, #listeners, #maxlisteners, #server {
    display: none
}

.textos_animados {
    position: relative;
    float: left;
    overflow: hidden;
    clear: both;
    height: 20px;
    margin-bottom: 10px;
    width: 100%
}

.video_prog {
    position: relative;
    float: left;
    z-index: 9;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

/* --- Estilos DEFINITIVOS para la marquesina --- */
.marquee-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* Heredamos los estilos de .textos_animados */
    height: 20px;
    margin-bottom: 10px;
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
    /* Pausa la animación al pasar el ratón */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.numero_pista {
    position: absolute;
    top: -4px;
    left: -4px;
    background-color: rgb(0, 0, 0);
    color: #FFF;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    z-index: 2;
    font-size: 15px;
}