body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.btn-ver-programacao {
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px !important;
    position: absolute;
    margin-top: 30%;
    margin-left: 30%;
    opacity: .8;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 50vh;
    margin: 0;
    padding: 0;
    max-width: none;
    background-color: #000 !important;
}

.modal.modal-fullscreen .modal-content {

    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
    background-color: #000 !important;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: hidden;
    background-color: #000 !important;
}


.modal-header {
    border: none !important;
    padding: 0px 15px;
}

.close {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.close:hover {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.modal-title {
    color: #fff;
    line-height: 2.5 !important;
}

.horario-filme-esgotado {

    width: 173px;
    height: 86px;
    background-color: #D6DADC;
    border-radius: 15px;
    border: 1px solid #707070;
    cursor: no-drop;
    color: #202124;
    padding: 10px;
}

.horario-filme-esgotado > .esgotado {
    position: absolute;
    opacity: .8;
    top: 38%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform:translate3d(-50%, -50%, 0);
    font-size: 10px;
    background-color: darkred;
    border-radius: 10%;
    color: #FFFFFF;
}

.horario-filme-esgotado hr {
    margin: 2px;
}

.horario-filme-esgotado > .hora {
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.horario-filme-esgotado > .sala,
.horario-filme-esgotado > .audio,
.horario-filme-esgotado > .tipo {
    font-size: 18px;
}

.horario-filme-esgotado > .sala {
    float: right;
    margin-top: 7px;
}

.horario-filme-esgotado > .tipo {
    float: right;
}

.horario-filme-esgotado > .audio {
    float: left;
}
#cinemas-programacao .vip{ 
    width: 193px;
}

#cinemas-programacao .salavip{
    font-size: 17px;
}

#cinemas-programacao .horavip{
    font-size: 21px;
}

.vip,salavip{
    color: #8B008B;
}

#cinemas-programacao .vipfilme{
    padding: 5px;
}
.horario-filme {
    width: 173px;
    height: 86px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #707070;
    cursor: pointer;
    color: #202124;
    padding: 10px;
}

.horario-filme hr {
    margin: 2px;
}

.horario-filme > .hora {
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.horario-filme > .sala,
.horario-filme > .audio,
.horario-filme > .tipo {
    font-size: 18px;
}

.horario-filme > .sala {
    float: right;
    margin-top: 7px;
}

.horario-filme > .tipo {
    float: right;
}

.horario-filme > .audio {
    float: left;
}

.selected-session {
    background-color: #C345DE !important;
    border: none !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    text-shadow: black 0.1em 0.1em 0.2em;
    color: #ffffff;
}

.titulo-filme-programacao {
    font-size: 29px;
    color: #ffffff;
    font-weight: bold;
}

.classificacao-filme-programacao img {
    vertical-align: initial;
    padding-left: 15px;
}

.tempo-filme-programacao {
    color: #ffffff;
    font-size: 13px;
}


.detalhes-filme-programacao {
    color: #C345DE;
    font-size: 13px;
    padding-left: 30px;
}

.comprar-ingresso-banner{
    padding: 10px 40px;
    background-color: #E0180B;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: none !important;
    border-radius: 10px;
}

.comprar-ingresso-banner:hover {
    background-color: #990000;
    font-weight: bold;
    color: #ffffff;
}

.comprar-ingresso {
    padding: 10px 40px;
    background-color: #C345DE;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: none !important;
    border-radius: 10px;
}

.comprar-ingresso:hover {
    font-weight: bold;
    color: #ffffff;
}

.comprar-ingresso:disabled {
    background-color: #CBD0D3;
    color: #343638;
    border: none !important;
}

.data-programacao {
    display: inline-block;
    width: 86px;
    height: 86px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #707070;
    padding: 5px;
    cursor: pointer;
    color: #000000;
}

.active>.data-programacao {
    background-color: #C345DE;
    border: none !important;
    color: #fff;
    text-shadow: #000 .1em .1em .2em;
}

.calendario-data {
    background-color: transparent;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    float: left;
    width: 80%;
}

.data-programacao .dia-semana {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    margin-bottom: -7px;
}


.data-programacao .dia-mes {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#calendario-data-prev span {
    content: url("../images/icon/icon-prev.svg");
    filter: invert(40%);
    cursor: pointer;
}

#calendario-data-next span {
    content: url("../images/icon/icon-next.svg");
    filter: invert(40%);
    cursor: pointer;
}

#calendario-data-prev {
    position: relative;
    top: 40px;
}

#calendario-data-next {
    position: relative;
    top: 40px;
}

.scroller {
    width: 100%;
    height: 105px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 43px;
}

.calendario-data {
    position: relative;
    height: 100px;
    width: 2000px;
}

.calendario-data div {
    height: 86px;
    width: 86px;
    float: left;
    margin: 5px;
}

.slick-current .data-programacao {
    background-color: #C345DE;
    border: none !important;
    color: #FFF;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.center .slick-next::before,
.center .slick-prev::before {
    filter: invert(40%);
}

.center {
    padding-left: 7px;
}

.cartaz-filme {
    margin-top: -80px;
    position: relative;
}

.titulo-cartaz-filme {
    font-size: 34px;
    font-weight: bold;
}


.subtitulo-cartaz-filme {
    font-size: 16px;
    color: #C345DE;
}

.icon-time-cartaz-filme {
    margin-left: 35px;
}

.text-time-cartaz-filme {
    font-size: 13px;
    color: #F6F8F9;
}

.classificacao-cartaz-filme img {
    width: 42px;
    margin-left: 35px;
}

.tag-cartaz-filme {
    background-color: #F6F8F9;
    border-radius: 20px;
    border: 1px solid #C345DE;
    padding: 10px 15px;
    font-size: 11px;
    color: #202124;
}

.descricao-cartaz-filme {
    color: #F6F8F9;
    font-size: 15px;
}

.arrow-down {
    display: grid;
    grid-template-columns: 1.4fr 0.15fr 1.4fr;
    grid-template-rows: 0.1fr -0.6fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "hr-l arrow-down-icon hr-r"
        ". . ."
        ". . .";
    margin-top: 15px;
}

.hr-l {
    grid-area: hr-l;
}

.hr-r {
    grid-area: hr-r;
}

.arrow-down-icon {
    grid-area: arrow-down-icon;
    padding: 0px 10px 0px 10px;
}

.arrow-down > .hr-l hr,
.arrow-down > .hr-r hr {
    border-top: 1px solid #D3D5D5 !important;
}

.banner-header-filme {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    position: relative;
}

#banner-filme {
    width: 100% !important;
}

#banner-filme{
    display: block;
}
#banner-filme-mobile{
    display: none;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    cursor: pointer;
}

.play:hover {
    filter: invert(100%);
}

.banner-header-cinema {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: -10;
}


#banner-cinema {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.banner-mobile {
    display: none;
}

.owl-prev {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 34%;
    margin-left: -52px !important;
    display: block !important;
    border:0px solid black;
    background: none !important;
}

.owl-next {
    width: 60px !important;
    height: 60px !important;
    position: absolute;
    top: 36%;
    right: -55px;
    display: block !important;
    border:0px solid black;
    background: none !important;
}
.owl-prev i, .owl-next i {transform : scale(2,3); color: #ccc;}

@media screen and (max-width: 576px){
    #banner-filme-mobile{
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    #cinemas-programacao .vip{ 
        width: 173px;
    }
    .horario-filme {
        padding: 5px;
    }
    .horario-filme > .hora {
        font-size: 20px;
        font-weight: bold;
        float: left;
    }
}
