body {
    background: #000000;
}

a,
a:hover,
a:visited {
    color: white;
}

@media(min-width: 576px) {
    .un-player {
        margin-bottom: -15px;
    }
}

.nombre {
    font-family: 'Press Start 2P', cursive;
    position: relative;
    bottom: 15px;
    font-size: 10px;
    line-height: 15px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    color: green;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
}

#reloj-control{
    position: relative;
}

#reloj-control .reloj-container{
    padding-top: 1em; 
    padding-bottom: 1em;
    text-align: center;
}

#reloj-control p {
    color: white;
    font-size: 12px;
    margin: 0;
}

.reloj {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.4em;
}

@media(min-width: 800px) {
    .reloj {
        font-size: 2em;
    }
    .col-lg-3 .reloj {
        font-size: 1.5em;
    }
    .col-lg-2 .reloj {
        font-size: 1.7em;
    }
    .col-lg-2 .impressum .mensaje {
        display: none;
    }
    
    body.modo-normal #reloj-control p.mensaje{
        width: 40%;
        margin: 0 auto;
    }
    body.modo-denso #reloj-control .reloj-container{
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    body.modo-denso a.link-denso{
        display:none;
    }
}

@media(min-width: 1200px) {
    .reloj {
        font-size: 3em;
    }
}

.rec {
    width: 10px;
    height: 10px;
    line-height: 15px;
    -webkit-animation: fadeIn linear 5s infinite;
    -moz-animation: fadeIn linear 5s infinite;
    -o-animation: fadeIn linear 5s infinite;
    -ms-animation: fadeIn linear 5s infinite;
    animation: fadeIn linear 5s infinite;
}

.un-player img.flag {
    width: 16px;
    max-height: 16px;
    height: auto;
    margin-top: -2.4px;
}

.boton-modal {
    color: white;
    font-size: 3em;
    opacity: 0.2;
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
    line-height: 1em;
}
.boton-modal span{
    font-size: 1.5em;
    cursor: pointer;
}

@media(min-width: 800px) {
    .boton-modal {
        bottom: 1em;
        right: 1em;
    }
}

@media(min-width: 1620px) {
    .boton-modal {
        font-size: 4em;
        bottom: 1em;
        right: 1em;
    }
}

.boton-modal:hover {
    opacity: 1;
}

.boton-modal .fa-plus-circle {
    cursor: pointer;
}

#modal-tabs-selecta {
    overflow-x: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

#modal-tabs-selecta li {
    margin-bottom: 0.5rem;
}

#modal-tabs-selecta a {
    color: black;
    font-size: 0.70rem;
}

#modal-tabs-selecta li.streams-active {
    font-weight: bold;
}

#modal-tabs-selecta li.streams-active a {
    color: #2a9d5d;
    font-size: 0.8rem;
}

#modal-tabs-selecta a.active {
    color: white !important;
    font-size: 0.9rem;
    font-weight: normal;
}

#modal-selecta .modal-body button {
    margin-right: 3%;
    width: 45%;
    margin-bottom: 0.5em;
}

@media (max-width: 575px) {
    .tab-content {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    #modal-selecta .modal-body button {
        width: 24%;
        font-size: 0.85rem;
    }
    #modal-selecta .modal-dialog {
        max-width: 700px;
    }
    #modal-selecta .nav-pills {
        margin-right: 1em;
        flex-direction: column !important;
    }
    #modal-selecta .tab-pane {
        overflow-y: auto;
        max-height: 500px;
        min-width: 500px;
        width: 100%;
        max-width: 600px;
    }
}

#huincha-donate-bottom a {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgb(232, 232, 62);
    font-weight: bolder;
    text-align: center;
    color: black;
    display: none;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

