@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
body {
    padding: 50px;
    padding-top: 3.5rem;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
    /* background-color: grey; */
    background: url(media/fondoD.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#audioVivo,
#clickSound {
    display: none;
}

.cargando {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainLoading {
    display: none;
}

.mainLoad {
    display: flex;
    justify-content: center;
}

.mainLoadMobile {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.general {
    align-content: center;
    justify-content: center;
    display: table-row;
}

.nowPlaying {
    position: relative;
    z-index: 900000;
    width: 100%;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-left: 110px;
}

.cancion {
    bottom: 352px;
    max-width: 350px;
    line-height: 225%;
}

#cancion {
    font-family: 'Gloria Hallelujah', cursive;
    font-style: italic;
    font-size: 20px;
    color: white;
    z-index: 900000;
}

.cont-controles {
    position: relative;
    align-content: center;
    justify-content: center;
    display: flex;
    top: -50px;
}

.imgcassette {
    position: relative;
    height: 400px;
}


/* .cassette img,
.cassette2 img {
    width: 100%;
} */

.cassette {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 500;
}

.cassette2 {
    position: relative;
    z-index: 300;
    bottom: 380px;
}

.ruedaIzq {
    position: relative;
    top: -650px;
    left: 110px;
    z-index: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    box-shadow: black 0px 0px 0px 43.1394px;
    animation: giroCassette 1500s infinite, cintaIzq 60s infinite;
}

.ruedaDer {
    position: relative;
    top: -775px;
    left: 349px;
    z-index: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    box-shadow: black 0px 0px 0px 26.1394px;
    animation: giroCassette 1500s infinite, cintaDer 60s infinite;
}

.freno {
    animation-play-state: paused;
}

.fa-play span:before,
.fa-stop span:before {
    font-size: 16px;
    line-height: 50px;
    float: left;
    color: #444;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    display: inline;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
}

.playBoton {
    width: 100%;
    border-radius: 8px 0 0 8px;
    font-family: 'Aldrich';
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    height: 50px;
    line-height: 55px;
    text-align: left;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
    user-select: none;
    box-sizing: border-box;
    background: #ddd url(media/metal.jpg) no-repeat center top;
}

.pausaBoton {
    width: 70%;
    border-radius: 0 0 0 0;
    font-family: 'Aldrich';
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    height: 50px;
    line-height: 55px;
    text-align: left;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
    user-select: none;
    box-sizing: border-box;
    background: #ddd url(media/metal.jpg) no-repeat center top;
}

.fbBoton {
    width: 50%;
    border-radius: 0 0 0 0;
    font-family: 'Aldrich';
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    height: 50px;
    line-height: 55px;
    text-align: center;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
    user-select: none;
    box-sizing: border-box;
    background: #ddd url(media/metal.jpg) no-repeat center top;
}

.mailBoton {
    width: 50%;
    border-radius: 0 8px 8px 0;
    font-family: 'Aldrich';
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    display: block;
    float: left;
    height: 50px;
    line-height: 55px;
    text-align: center;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
    user-select: none;
    box-sizing: border-box;
    background: #ddd url(media/metal.jpg) no-repeat center top;
}

.playBoton:hover,
.pausaBoton:hover {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -10px 15px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 4px 1px rgba(0, 0, 0, 0.5);
}

.botonActivo {
    height: 50px;
    margin-top: 2px;
    background-image: url(media/metal_dark.jpg);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18), inset 0 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -6px 5px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.3), 0 2px 1px rgba(0, 0, 0, 0.5);
}

.botonTap {
    height: 50px;
    background-image: url(media/metal_dark.jpg);
    margin-top: 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.5), inset 0 -10px 15px rgba(0, 0, 0, 0.2), 0 7px 5px rgba(255, 255, 255, 0.5);
}

.controles {
    width: 100%;
    max-width: 300px;
    display: flex;
    list-style: none;
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.6);
    padding: 8px;
    height: 54px;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.8), 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 19px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.06);
    box-sizing: content-box;
    border-radius: 12px;
}

@keyframes giroCassette {
    0% {
        transform: rotate(360000deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes cintaIzq {
    0% {
        box-shadow: black 0px 0px 0px 43.1394px;
    }
    100% {
        box-shadow: black 0px 0px 0px 26.13944px;
    }
}

@keyframes cintaDer {
    0% {
        box-shadow: black 0px 0px 0px 26.1394px;
    }
    100% {
        box-shadow: black 0px 0px 0px 43.13944px;
    }
}

.invisible {
    display: none !important;
}

.knob {
    position: absolute;
    width: 15%;
    height: 100%;
    background: url(media/knob.jpg) no-repeat center center;
    z-index: 10;
    cursor: default !important;
    border-radius: 50%;
    box-shadow: inset 0 0 3px 2px rgba(255, 255, 255, 0.6);
}

.rapKnob {
    right: 35px;
    border-radius: 50%;
    border-width: 4%;
    box-shadow: 0 5px 0 #555, 0px 5px 5px black;
    cursor: pointer;
    display: inline-block;
    /* margin: 8px; */
    position: relative;
    width: 80px;
    height: 100%;
}

.rapKnobIn {
    top: 50%;
    left: 50%;
    background: url(media/knob.jpg) no-repeat center center;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.rapKnobIn:after {
    content: '';
    top: 5%;
    left: 50%;
    background-color: #666;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    box-shadow: 0 0 1px #5a5a5a inset, 1px -1px 1px rgba(255, 255, 255, 0.5);
}

.rapKnobCaption {
    left: -7px;
    top: -7px;
    width: 94.82px;
    height: 94.82px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0.35) 0%, rgba(255, 255, 255, 0.44) 50%, rgba(255, 255, 255, 0.53) 100%);
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.6), 0 -1px 0 rgba(255, 255, 255, 0.4), inset 0 2px 19px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.06);
}

.banner {
    text-align: center;
    color: white;
    font-family: 'Aldrich';
    max-width: 584px;
}

hr {
    border-top: 1px solid white;
}

.plataformas,
.escuchanos {
    margin-bottom: 35px;
}

.linksPla {
    width: 116px;
}

@media (max-width: 425px) {
    body {
        padding: 0;
    }
    .mainLoadMobile,
    .general,
    .imgcassette,
    .cassette,
    .cassette2 {
        max-width: 425px !important;
    }
    img {
        max-width: 425px;
    }
    .imgcassette {
        height: 300px;
    }
    .cassette2 {
        bottom: 275px;
    }
    .ruedaIzq {
        top: -470px;
        left: 80px;
        box-shadow: black 0px 0px 0px 30px;
        height: 90px;
        width: 90px;
    }
    .ruedaDer {
        top: -560px;
        left: 253px;
        box-shadow: black 0px 0px 0px 18px;
        height: 90px;
        width: 90px;
    }
    .ruedaIzq img {
        width: 90px;
    }
    .ruedaDer img {
        width: 90px;
    }
    .nowPlaying {
        margin-left: 81px;
    }
    #cancion {
        font-size: 14px;
    }
    .cancion {
        bottom: 263px;
        font-size: 14px;
        max-width: 251px;
        line-height: 140%;
    }
    @keyframes giroCassette {
        0% {
            transform: rotate(360000deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    @keyframes cintaIzq {
        0% {
            box-shadow: black 0px 0px 0px 30px;
        }
        100% {
            box-shadow: black 0px 0px 0px 18px;
        }
    }
    @keyframes cintaDer {
        0% {
            box-shadow: black 0px 0px 0px 18px;
        }
        100% {
            box-shadow: black 0px 0px 0px 30px;
        }
    }
}

@media (max-width: 375px) {
    body {
        padding: 0;
    }
    .mainLoadMobile,
    .general,
    .imgcassette,
    .cassette,
    .cassette2 {
        max-width: 375px !important;
    }
    img {
        max-width: 375px;
    }
    .imgcassette {
        height: 300px;
    }
    .cassette2 {
        bottom: 243px;
    }
    .ruedaIzq {
        top: -414px;
        left: 70px;
        box-shadow: black 0px 0px 0px 26px;
        height: 79px;
        width: 79px;
    }
    .ruedaDer {
        top: -493px;
        left: 223px;
        box-shadow: black 0px 0px 0px 15.5px;
        height: 79px;
        width: 79px;
    }
    .ruedaIzq img {
        width: 79px;
    }
    .ruedaDer img {
        width: 79px;
    }
    .nowPlaying {
        margin-left: 68px;
    }
    .cancion {
        bottom: 268px;
        font-size: 11px;
        max-width: 228px;
        line-height: 165%;
    }
    @keyframes giroCassette {
        0% {
            transform: rotate(360000deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    @keyframes cintaIzq {
        0% {
            box-shadow: black 0px 0px 0px 26px;
        }
        100% {
            box-shadow: black 0px 0px 0px 15.5px;
        }
    }
    @keyframes cintaDer {
        0% {
            box-shadow: black 0px 0px 0px 15.5px;
        }
        100% {
            box-shadow: black 0px 0px 0px 26px;
        }
    }
}

@media (max-width: 320px) {
    body {
        padding: 0;
    }
    .mainLoadMobile,
    .general,
    .imgcassette,
    .cassette,
    .cassette2 {
        max-width: 320px !important;
    }
    img {
        max-width: 320px;
    }
    .imgcassette {
        height: 300px;
    }
    .cassette2 {
        bottom: 207px;
    }
    .ruedaIzq {
        top: -354px;
        left: 60px;
        box-shadow: black 0px 0px 0px 22px;
        height: 67px;
        width: 67px;
    }
    .ruedaDer {
        top: -420px;
        left: 191px;
        box-shadow: black 0px 0px 0px 13px;
        height: 67px;
        width: 67px;
    }
    .ruedaIzq img {
        width: 67px;
    }
    .ruedaDer img {
        width: 67px;
    }
    .nowPlaying {
        margin-left: 58px;
    }
    #cancion {
        font-size: 11px;
    }
    .cancion {
        bottom: 273px;
        font-size: 11px;
        max-width: 193px;
        line-height: 150%;
    }
    @keyframes giroCassette {
        0% {
            transform: rotate(360000deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    @keyframes cintaIzq {
        0% {
            box-shadow: black 0px 0px 0px 22px;
        }
        100% {
            box-shadow: black 0px 0px 0px 13px;
        }
    }
    @keyframes cintaDer {
        0% {
            box-shadow: black 0px 0px 0px 13px;
        }
        100% {
            box-shadow: black 0px 0px 0px 22px;
        }
    }
}