:root {
    --color1: #002244;
    --color2: #ffffff;
    --color-menu: #cacaca;
    --font1: font-family: 'Anton', sans-serif;
    --font2: font-family: 'Montserrat', sans-serif;
    --font3: font-family: 'Questrial', sans-serif;
}

body.resizing * {
    transition: none !important;
    animation: none !important;
}

* {
    transition: 1s !important;
}

.modal, .fade, .modal-dialog {
    transition: 0.4s !important;
}


.repro {
    height: 80vh;
    background: var(--color1);
    color: var(--color2);
}

#caratula {
    border-radius: 20px;
    -webkit-box-shadow: -2px 6px 23px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 6px 23px -3px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 6px 23px -3px rgba(0, 0, 0, 0.75);
    width: 70%;
    -webkit-box-reflect: below 0 linear-gradient(transparent, transparent 60%, rgba(0, 0, 48, 0.2) 80%);

}

.monce1 {
    font-family: var(--font2);
    font-weight: 100;
}

.monce2 {
    font-family: var(--font2);
    font-weight: 400;
}

.questrial {
    font-family: var(--font3);
}

.anton {
    font-family: var(--font1);
}

.mayus {
    text-transform: uppercase;    
}

.cnt-caratula {
    justify-content: end;

}

.cnt-player ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}



.boton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color2);
    color: var(--color1);
    border: 2px solid var(--color1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-box-reflect: below 0 linear-gradient(transparent, transparent 60%, rgba(0, 0, 48, 0.2) 80%);
    text-shadow: #ccc 2px 0 10px;
}

.boton-player {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background: var(--color2);
    border: none;
    border-radius: 20px;
    font-size: 18pt;
    gap: 10px;
}

.boton-player span {
    font-family: var(--font1);
    text-transform: uppercase;
    font-size: 12pt;
    font-weight: bold;
}

.sombra {
    text-shadow: 2px 1px 2px rgb(110, 110, 110);
    ;
    z-index: 100;
}

.cnt-volume {
    width: 40%;
}

.cnt-slider {
    width: 60%;
}

#canciones {
    width: 80%;
}

.imgSong {
    border-radius: 8px 0px 0px 8px;
}

.cardSong {    
    background: #ececec;
    border: none;
    transition: 0.5s ease-in-out !important;      
}
.cardSong:hover {
    box-shadow: -2px 6px 23px -3px rgba(0, 0, 0, 0.35);
    background: #f2f2f2;
    cursor: pointer;
}


@media screen and (max-width: 964px) {
    #caratula {
        width: 90%;
    }

    .cnt-caratula {
        justify-content: center;
    }

    .info {
        margin-top: 40px;
    }

    .cnt-volume {
        width: 60%;
    }

    .cnt-slider {
        width: 100%;
    }

    #canciones {
        width: 100%;
    }
    .actual{
        display: none;
    }
}

@keyframes gradientAnimation {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.boton_volumen {
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.carousel-item img {
    width: 100%;
}

.modal-content {
    background: linear-gradient(#ffffff, #c8c8c8);
}

.marked {
    background-color: yellow !important;
}

.redes {
    padding: 0;
    list-style: none;
    gap: 45px;
}

.redes li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes li a {
    color: #002244;
    text-decoration: none;
}

.redes li a i {
    font-size: 14pt;
    margin-right: 5px;
}

footer {
    background: #f0f0f0;
}

.redes li a span {
    font-weight: bold;
    font-family: var(--font2);
}

@media screen and (max-width: 964px) {
    .redes li a span {
        display: none;
    }

    .redes {
        gap: 15px;
    }

    .repro {
        height: 100vh;
        background: var(--color1);
        color: var(--color2);
    }
}

.efecto {
    transition: all 0.2s;
    top: 0px !important;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0.5rem 0.5rem;   
    background: rgba(183, 168, 224, 0.33);
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.4px);
    -webkit-backdrop-filter: blur(10.4px);
    border: 1px solid rgba(183, 168, 224, 0.5);
}

.menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 200;
    transition: all .7s;
}

.alertas{
    z-index: 1000;
    bottom: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);   
}