@font-face {
    font-family: 'Ubuntu Italic';
    src: url(./ubuntu/Ubuntu-Italic.ttf);
}

@font-face {
    font-family: 'Ubuntu Medium';
    src: url(./ubuntu/Ubuntu-Medium.ttf);
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url(./ubuntu/Ubuntu-Bold.ttf);
}

.fa-chevron-left{
    font-size: 30px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: url(./img/Fondo\ 1920X2114.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #171026;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.shows{
    width: 380px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 0;
    animation: latido 1s normal;
    animation-iteration-count: 2;
}

.sala{
    width: 350px;
    margin: auto;
    margin-bottom: 0;
    margin-top: -45px;
}

.fila{
    margin-top: 12px;
    width: 100%;
}

footer{
    margin-top: 80px;
}

.legales{
    margin-top: 5px;
    width: 120px;
}

.mobile{
    display: none;
}

.desktop{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1200px;
    margin: auto;
}

.barr-sup-nav{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.ft-abs{
    position: absolute;
    bottom: 0;
}

.show{
    background: url(./img/Fila\ 2\ Desk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -145px 50%;
    display: flex;
    position: relative;
    text-transform: uppercase;
}

.fila{
    height: 130px;
    object-fit: cover;
    object-position: 0 0;
}

.show img{
    width: 160px;
    object-fit: cover;
    object-position:  50% 15% !important;
    position: absolute;
    height: calc(100% - 2.5px);
    top: 2.5px;
    background: #160E29;
}

.show .banda{
    position: absolute;
    left: 175px;
    top: 50px;
    color: #fff;
    font-family: 'Ubuntu Bold';
    font-size: 27px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}

.show .fecha{
    position: absolute;
    left: 175px;
    top: 16px;
    font-family: 'Ubuntu Italic';
    font-weight: 900;
    font-size: 15px;
}

.show .hora{
    font-family: 'Ubuntu Italic';
    font-weight: 100;
}

.show .genero{
    color: #FFC303;
    font-family: 'Ubuntu Medium';
    font-size: 17px;
    margin-top: 0px;
    line-height: normal;
}

@media(max-width:1250px){
    .desktop{
        width: 940px;
    }
}

@media (max-width:1200px){

    .shows{
        width: 350px;
        margin-top: 100px;
    }
    
    .sala{
        width: 300px;
        margin-top: -40px;
    }
}

@media (max-width:950px){
    .desktop{
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 700px;
        margin: auto;
    }

    .fila{
        height: 110px;
    }
    
    .show img{
        width: 130px;
    }
    
    .show .banda{
        position: absolute;
        left: 140px;
        top: 40px;
        font-size: 24px;
        line-height: 20px;
    }
    
    .show .fecha{
        position: absolute;
        left: 135px;
        top: 15px;
        font-size: 11.5px;
    }
    
    .show .genero{
        font-size: 14px;
        margin-top: 2px ;
    }
}

@media (max-width:800px){
    .barr-sup-nav{
        display: flex;
        justify-content: space-between;
        padding: 3px 20px;
    }

    .fa-chevron-left{
        font-size: 25px;
    }
}

@media (max-width:750px){
    .desktop{
        display: grid;
        grid-template-columns: 1fr;
        width: 460px;
        margin: auto;
    }

    .fila{
        height: auto;
        object-fit: inherit;
    }

    .fila{
        height: 90px;
        object-fit: cover;
        object-position: 0 0;
    }

    .show{
        background-position: -50px 0;
    }

    .show .fecha{
        position: absolute;
        left: 145px;
        top: 11px;
        font-size: 12px;
    }

    .show .banda{
        position: absolute;
        left: 145px;
        top: 40px;
        font-size: 22px;
        line-height: 19px;
    }

    .show .genero{
        font-size: 12px;
        margin-top: 1px ;
    }
}


@media (max-width:470px){
    
    body{
        background: url(./img/Fondo.png);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: #171026;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .shows{
        width: 210px;
        margin-left: 10px;
        margin: auto;
        margin-top: 70px;
        margin-bottom: 0;
    }

    .sala{
        width: 190px;
        margin-left: 45px;
        margin: auto;
        margin-bottom: 0;
        margin-top: -20px;
    }

    .show{
        background: url(./img/Fila\ 1\ 470.png);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        background-position: -72px 0;
    }

    .fila{
        margin-top: 12px;
        width: 100%;
        height: 95px;
        object-fit: cover;
        object-position: 0% 0%;
    }

    .show img{
        width: 140px;
    }

    .show .fecha{
        position: absolute;
        left: 150px;
        top: 15px;
        font-size: 12px;
    }

    .show .banda{
        position: absolute;
        left: 150px;
        top: 37px;
        font-size: 19px;
        line-height: 17px;
        width: calc(100% - 160px);
    }

    .show .genero{
        font-size: 13px;
        margin-top: 0px ;
    }

    .desktop{
        width: 100%;
        margin: 0 auto;
    }

    .mobile{
        display: block;
    }

    .fila1{
        animation: slide1 .3s forwards;
    }
    
    .fila2{
        animation: slide1 .3s forwards, fadeIn .1s forwards;
        animation-delay: .5s;
        visibility:hidden;
    }
    
    .fila3{
        animation: slide1 .3s forwards, fadeIn .2s forwards;
        animation-delay: 1s;
        visibility:hidden;
    }
    
    .fila4{
        animation: slide1 .3s forwards, fadeIn .3s forwards;
        animation-delay: 1.5s;
        visibility:hidden;
    }
    
    .fila5{
        animation: slide1 .3s forwards, fadeIn .4s forwards;
        animation-delay: 2s;
        visibility:hidden;
    }

    .fila6{
        animation: slide1 .3s forwards, fadeIn .5s forwards;
        animation-delay: 2.5s;
        visibility:hidden;
    }

    .fila7{
        animation: slide1 .3s forwards, fadeIn .6s forwards;
        animation-delay: 3s;
        visibility:hidden;
    }

    .fila8{
        animation: slide1 .3s forwards, fadeIn .7s forwards;
        animation-delay: 3.5s;
        visibility:hidden;
    }

    .fila9{
        animation: slide1 .3s forwards, fadeIn .8s forwards;
        animation-delay: 4s;
        visibility:hidden;
    }

    .fila10{
        animation: slide1 .3s forwards, fadeIn .9s forwards;
        animation-delay: 4.5s;
        visibility:hidden;
    }


}

@media (max-width:370px){
    .show{
        background-position: -105px 0;
    }

    .show img{
        width: 130px;
    }

    .show .fecha{
        position: absolute;
        left: 145px;
        top: 14px;
        font-size: 13px;
    }

    .show .banda{
        position: absolute;
        left: 145px;
        top: 37px;
        font-size: 19px;
        line-height: 16px;
        width: calc(100% - 155px);
    }

    .show .genero{
        font-size: 12px;
        margin-top: 2px ;
    }
}

@keyframes slide1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


@keyframes fadeIn {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@keyframes latido {
    0% {
        transform: scale(1);
        opacity: .7;
    }
    50% {
        transform: scale(1.01);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: .7;
    }
}