.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.-flex {
    display: flex;
}

#datas {
    margin-top: 30px;;
}


.datasList {
    background-color: #063e7b;
    justify-content: center;
    padding: 20px 0;
    color: #f8f8f6;
}

@media only screen and (min-width: 0px) and (max-width: 1025px) {
    .datasList {
        justify-content: left;
        overflow: scroll;
    }
    }

.datasList__item.active {
    color: #4bb194;
}

.datasList__item.active:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 5px;
    background-color: #4bb194;
    top: -20px;
}

.datasList__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}

.datasList__item strong {
    font-size: 20px;
}

.datasList__item span {
    font-size: 15px;
    font-weight: 600;
}


.tabelaDados .cinemaHorarios {
    padding: 20px;
    border: 1px solid #cecece;
}

@media only screen and (min-width: 0px) and (max-width: 1025px) {
    .tabelaDados .cinemaHorarios {
        margin: 20px 5% 5% !important;
    }

    .tabelaDados .cinemaHorarios .salaCinema, .tabelaDados .cinemaHorarios .horasCinema {
        margin-bottom: .5rem!important;
    }


    }

.tableDadosMobile {
    width: 100% !important;
    margin: 0 !important;
    text-align: center!important;
}

.tabelaDados .cinemaHorarios .salaCinema {
    text-align: center!important;
    font-size: 18px;
    font-weight: bold;
}

.tabelaDados .cinemaHorarios .horasCinema {
    font-size: 16px;
    text-align: center!important;
}

.movieMain__legends {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.movieMain__legends__item {
    padding: 5px;
    border-radius: 2px;
    margin: 0 2.5px;
    color: #fff;
}

.movieMain__legends__item.-doisD {
    background-color: #0fa1d9;
}

.movieMain__legends__item.-leg {
    background-color: #f20404;
}

.movieMain__legends__item.-imax {
    background-color: #db9b01;
}

.movieMain__legends__item.-dub {
    background-color: #439b2d;
}

.movieMain__legends__item.-tresD {
    background-color: #0fa1d9;
}

.movieMain__legends__item.-vip {
    background-color: #db9b01;
}

@media only screen and (min-width: 0px) and (max-width: 1025px) {
    .tabelaDados .cinemaHorarios .comprar  {
        margin-top: 20px;
        text-align: center;
    }
}

.tabelaDados .cinemaHorarios .comprar a {
    color: #fff;
    background-color: #4bb194;
    padding: 7px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.cinemaHorarios .comprar a:hover {
    background-color: #063e7b;
    text-decoration: none;
}

.text-center {
    text-align: center!important;
}


