body {
    font-family: 'Raleway', sans-serif;
    background: #000;
}

@media (max-width: 991px) {
    body {}
}

/** HEADER **/

header {
    position: fixed;
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999;
}

header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

header .header-content form {
    display: flex;
    background: #00000040;
    border-radius: 4px;
    padding: 4px 4px 4px 8px;
}

header .header-content .select-box {
    color: #000 !important;
    display: flex;
    align-items: center;
    border: 1px solid #383838;
    border-radius: 15px;
    padding: 3px 6px;
    margin-right: 16px;
    background: #fff !important;
}

header .header-content .select-box select option {
    color: #000 !important;
}

header .header-content .select-box.filme {
    width: 150px;
}

header .header-content .select-box select {
    width: 100%;
    font: normal normal bold 14px/16px Novecento DemiBold;
    color: #000;
    font-weight: bold;
    background: none;
    border: 0;
}

header .header-content .horarios {
    border-radius: 4px;
    border: 0;
    height: 33px;
    width: 93px;
    background: url(../images/icon-search-b.png) #fff;
    background-position: 6% center;
    text-transform: uppercase;
    font: normal normal bold 14px/16px Novecento DemiBold;
    padding: 5px 12px 4px 26px;
    border-radius: 4px;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
}

header .header-content .horarios:hover {
    opacity: 0.8;
}

.selcine {
    margin: 8px 12px !important;
    color: #fff !important;
    font: normal normal bold 14px / 16px Novecento DemiBold !important;
    text-transform: uppercase;
}

.azularcortea {
    height: 38px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .azularcortea {
        width: 100px !important;
        margin-top: -4px !important;
    }
}
@media (max-width: 991px) {
 

    header.container {
        max-width: 100%;
    }

    header .header-content {
        flex-direction: column;
        padding-bottom: 0;
    }

    header .header-content form {
        width: 100%;
        margin: 15px 0;
        flex-direction: column;
    }

    header .header-content .select-box {
        width: 100%;
        border-radius: 15px;
    }

    header .header-content .horarios-box {
        width: 100%;
    }

    header .header-content .horarios {
        width: 100%;
        background: #fff;
    }

}

/** NAV **/

nav.main {
    font-family: 'Novecento Bold';
}

nav.main::before {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
}

nav.main::after {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
}

nav.main .navbar-nav .nav-item .nav-link {
    color: #fff;
    font: normal normal bold 14px/17px Novecento DemiBold;
}

@media (max-width: 991px) {
    nav.main {
        position: absolute;
        top: 20px;
        left: 0;
        background: none !important;
        box-shadow: none;
        border: 0;
        z-index: 999;
    }

    nav.main::before {
        content: '';
        background: none;
    }

    nav.main::after {
        content: '';
        background: none;
    }

    nav.main .content-navbar {
        background: #fff;
        padding: 0 15px;
    }

    nav.main .navbar-nav {
        align-items: initial;
    }

    nav.main .navbar-nav .nav-item .nav-link {
        color: #00446B;
    }

    nav.main .navbar-nav .nav-item .nav-link:hover {
        color: #00446B;
    }

    .navbar-nav .dropdown-menu {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        opacity: 0.9;
        border: 0;
        padding: 0;
        font-size: 12px;
    }

    .dropdown-item {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: #fff;
    }
}

/** CONTENT **/

.site-content {
    padding-top: 147px;
}

.site-content article.tematizado {
    background: #000000;
    padding: 16px;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 991px) {
    .site-content {
        padding-top: 240px;
    }

    .estaaquilocalizacao {
        display: none;

    }

    .veraprogramacao {
        width: 60% !important;
        text-align: center;
        margin: 0 20% !important;
        border-radius: 30px;
        background: #fff;
        border: none;
        text-transform: uppercase;
        font-weight: bold !important;
        color: #090909;
        font: normal normal bold 14px/16px Novecento DemiBold;
    }
}

.veraprogramacao {
    width: 100%;
    text-align: center;
    margin: 0 55%;
    border-radius: 30px;
    background: #fff;
    border: none;
    padding: 7px 31px;
    text-transform: uppercase;
    font-weight: bold;
    color: #090909;
    z-index: 9999999999999999;
    position: relative;
    font: normal normal bold 14px/16px Novecento DemiBold;
}

.main-banner.tematizado {
    max-width: 1320px;
    margin: 0 auto;
}

.tematizacao {
    height: 280px;
}

@media (max-width: 991px) {
    .tematizacao {
        height: 0;
    }
}

.nav-tabs {
    border: 0;
    justify-content: center;
    margin: 30px 0;
}

.nav-tabs .nav-link.active {
    background: none;
    border: 0;
    color: #fff;
    font: normal normal bold 20px/24px Novecento Bold;
    position: relative;
}

.nav-tabs .nav-link.active::after {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-tabs .nav-link {
    color: #FFF;
    font-size: 20px;
    line-height: 27px;
    padding: 8px 32px;
    border: 0;
    text-align: center;
    font: normal normal normal 18px/24px Novecento Normal;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.tab-content .tab-pane {
    margin-bottom: 32px;
}

.car-cartaz .item,
.car-breve .item {
    position: relative;
}

.car-cartaz .item img,
.car-breve .item img {
    border-radius: 8px;
}

.car-cartaz .item .CTA-ticket,
.car-breve .item .CTA-ticket {
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    width: 90%;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    bottom: 16px;
    left: 5%;
    font: normal normal bold 14px / 17px Novecento DemiBold;
    background: #fff;
    opacity: 0;
    transition-duration: 0.4s;
}

.car-cartaz .item:hover .CTA-ticket,
.car-breve .item:hover .CTA-ticket {
    opacity: 1;
}

.car-cartaz .item .tag,
.car-breve .item .tag,
.poster-side .tag {
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.tag-breve {
    background: #C7AC22;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.car-cartaz .item .tag.estreia,
.car-breve .item .tag.estreia,
.poster-side .tag.estreia {
    background: #C7AC22;
    opacity: 0.9;
}

.car-cartaz .item .tag.pre-estreia,
.car-breve .item .tag.pre-estreia,
.poster-side .tag.pre-estreia {
    background: #3559A0;
    opacity: 0.9;
}

.car-cartaz .item .tag.pre-venda,
.car-breve .item .tag.pre-venda,
.poster-side .tag.pre-venda {
    background: #6DA852;
    opacity: 0.9;
}

.mv-page {
    display: flex;
    flex-wrap: wrap;
}

.mv-page .item {
    padding: 10px;
}

.mv-page .item .tag {
    top: 14px;
    left: 14px;
}

@media (max-width: 991px) {
    .mv-page .item {
        padding: 10px;
    }
}

.mv-page .item img {
    width: 100%;
}

.pp-home {
    margin: 0;
}

.pp-home h3 {
    font: normal normal bold 20px/24px Novecento Bold;
    color: #FFF;
    text-align: center;
}

/* PAGES */
ol.breadcrumb {
    padding-top: 180px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    ol.breadcrumb {
        padding-top: 20px;
    }
}

ol.breadcrumb li.breadcrumb-item {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
}

ol.breadcrumb li.breadcrumb-item a {
    color: #fff;
}

ol.breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

h2.page-title {
    font: normal normal bold 24px/29px Novecento DemiBold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h2.page-title.wcity {
    margin-bottom: 0;
}

h2.page-title span {
    background: #FFFFFF;
    color: #000;
    padding: 4px;
    border-radius: 4px;
    font: normal normal bold 14px/17px Novecento DemiBold;
    margin-left: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    h2.page-title span {
        display: table;
        width: auto;
        margin: 10px 0;
    }

    .bg-movie {
        display: none !important;
    }
}
.titulo-filme {
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    font: normal normal bold 12px / 14px Novecento DemiBold;
    display: none;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  /* Estilos para mobile */
  @media only screen and (max-width: 768px) {
    .titulo-filme {
      font-size: 12px;
      padding: 2px;
      border-radius: 4px;
      bottom: 30px;
    }
  }
p.page-city {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-bottom: 0;
}

.bg-movie {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -34px;
    margin-bottom: -90px;
}

.bg-movie .shadow {
    width: 100%;
    height: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49763655462184875) 100%);
}

@media (max-width: 991px) {
    .poster-mv {
        position: relative;
        margin-top: 161px !important;
    }
}

.poster-mv {
    position: relative;
}

.poster-mv .poster {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.poster-mv .trailer {
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: #BA2929;
    color: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    z-index: 9;
}

.team {
    padding: 20px;
    background: #FFFFFF10;
    color: #fff;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.team b {
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.movie-name h2 {
    font: normal normal bold 24px/29px Novecento DemiBold;
    color: #fff;
    margin-bottom: 0;
}

.movie-name small {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.filme-detalhe-row .movie-name {
    padding-left: 16px;
}

h4.cinema-title {
    font-size: 22px;
    line-height: 30px;
    color: #D8076B;
    font-weight: 500;
}

.sinopse p {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-top: 20px;
}

.filme-dropdown {
    background: #FFFFFF10;
    border-radius: 4px;
    color: #fff;
    margin-top: 16px;
    padding: 0;
}

.filme-dropdown summary {
    cursor: pointer;
    font: normal normal bold 14px/17px Novecento DemiBold;
    list-style: none;
    padding: 14px 16px;
    text-transform: uppercase;
}

.filme-dropdown summary::-webkit-details-marker {
    display: none;
}

.filme-dropdown summary::after {
    content: '+';
    float: right;
    font: normal normal bold 18px/18px Novecento DemiBold;
}

.filme-dropdown[open] summary::after {
    content: '-';
}

.filme-dropdown p {
    padding: 0 16px 16px;
}

.filme-acessibilidade img {
    margin: 0 8px 12px 16px;
    max-height: 42px;
}

.filme-info-col .data-filme .filme-trailer-btn {
    margin-top: 10px;
}

.filme-top-mobile {
    display: contents;
}

.filme-title-mobile {
    display: none;
}

.filme-mobile-dropdown {
    display: none;
}

.filme-desktop-info {
    padding-left: 16px;
}

#trailer-modal .modal-dialog {
    margin: 1.75rem auto;
    max-width: min(900px, calc(100vw - 32px));
    width: 100%;
}

#trailer-modal .modal-content {
    background: #000;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

#trailer-modal .modal-header {
    align-items: center;
    background: #000;
    border-bottom: 0;
    min-height: 0;
    padding: 10px 44px 8px 14px;
}

#trailer-modal .modal-body {
    background: #000;
    line-height: 0;
    padding: 0;
}

#trailerFrame {
    aspect-ratio: 16 / 9;
    background: #000;
    border: 0;
    display: block;
    height: auto !important;
    width: 100% !important;
}

@media (max-width: 991px) {
    .filme-detalhe-row {
        align-items: flex-start;
        gap: 0;
    }

    .filme-detalhe-row .filme-title-mobile {
        display: block;
        margin-top: 161px;
        order: 0;
        width: 100%;
    }

    .filme-detalhe-row .filme-top-mobile {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        order: 1;
        width: 100%;
    }

    .filme-detalhe-row .filme-poster-col {
        flex: 0 0 150px;
        max-width: 150px;
        padding-left: 0;
        padding-right: 0;
        width: 150px;
    }

    .filme-detalhe-row .poster-mv {
        margin-top: 0 !important;
        width: 100%;
    }

    .filme-detalhe-row .poster-mv .poster {
        width: 150px;
        height: 221px;
        max-width: none;
        object-fit: cover;
    }

    .filme-detalhe-row .filme-info-col {
        flex: 1 1 0;
        max-width: calc(100% - 164px);
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .filme-detalhe-row .filme-resumo-mobile {
        align-self: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .filme-detalhe-row .filme-title-desktop {
        display: none;
    }

    .filme-detalhe-row .movie-name h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }

    .filme-detalhe-row .movie-name small {
        font-size: 12px;
        font-style: italic;
        line-height: 14px;
        margin-bottom: 8px;
    }

    .filme-detalhe-row .data-filme {
        padding: 8px;
        text-align: left;
    }

    .filme-detalhe-row .data-filme .classificacao-programacao {
        display: block;
        margin-bottom: 8px;
    }

    .filme-detalhe-row .data-filme .movie-meta-row {
        display: block;
        margin-top: 8px;
    }

    .filme-detalhe-row .data-filme .movie-meta-row i {
        margin-left: 0;
    }

    .filme-detalhe-row .filme-trailer-btn {
        display: table;
        font-size: 12px;
        line-height: 14px;
        margin-top: 8px;
        padding: 7px 12px;
    }

    .filme-detalhe-row .filme-team-info {
        display: none;
    }

    .filme-detalhe-row .filme-desktop-info {
        display: none;
        padding-left: 0;
    }

    .filme-detalhe-row .filme-mobile-dropdown {
        display: block;
    }

    .filme-detalhe-row .filme-dropdown {
        margin-top: 16px;
        order: 2;
        width: 100%;
    }

    .filme-detalhe-row .filme-sinopse-acessibilidade {
        order: 2;
        width: 100%;
    }

    .filme-detalhe-row .filme-dropdown p {
        margin-top: 0;
    }

    .filme-detalhe-row .filme-sinopse-acessibilidade,
    .filme-detalhe-row .row.justify-content-start,
    .filme-detalhe-row .programacao {
        width: 100%;
    }

    .filme-detalhe-row .row.justify-content-start {
        order: 3;
    }

    .filme-detalhe-row .programacao {
        order: 4;
    }
}

/* aqui */
.programacao {
    color: #fff;
}

.content-programacao {
    padding: 8px 16px;
    margin-bottom: 30px;
}

.content-programacao .filme {
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

.content-programacao .filme img.poster {
    width: 100%;
    border-radius: 4px;
}

.content-programacao .filme h5 {
    color: #fff;
    font: normal normal bold 16px/19px Novecento DemiBold;
    margin-bottom: 0;
}

.content-programacao .filme h6 {
    color: #fff;
    font: normal normal medium 12px/14px Raleway;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .content-programacao .filme h5 {
        margin-bottom: 10px;
    }
}

.content-programacao .poster-side {
    width: 20%;
    padding-right: 2%;
    position: relative;
    border-bottom: 1px solid #FFFFFF20;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .programacao,
    .content-programacao,
    .tabs-dias-horarios,
    .tabs-dias-horarios .owl-stage {
        touch-action: pan-x pan-y pinch-zoom;
    }

    .content-programacao {
        padding: 8px 10px;
    }

    .content-programacao .filme {
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #FFFFFF20;
        padding-bottom: 18px;
        gap: 0 14px;
    }

    .content-programacao .filme:last-child {
        border-bottom: 0;
    }

    .content-programacao .poster-side {
        order: 0;
        width: 150px;
        max-width: 44%;
        padding-right: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.content-programacao .filme img.poster {
    width: 100%;
    border-radius: 4px;
}

.content-programacao .data-side {
    width: 65%;
    border-bottom: 1px solid #FFFFFF20;
    padding-bottom: 16px;
}

.content-programacao .data-side .name-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .content-programacao .data-side {
        display: contents;
    }

    .content-programacao .data-side .name-data {
        display: contents;
    }

    .content-programacao .movie-title-block {
        order: -1;
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .content-programacao .movie-original-title {
        font-size: 12px;
        line-height: 14px;
        font-style: italic;
        opacity: 0.85;
    }

    .content-programacao .data-filme {
        order: 1;
        width: calc(100% - 164px);
        align-self: center;
    }

    .content-programacao .data-filme .movie-meta-row {
        display: block;
        margin-top: 8px;
    }

    .content-programacao .data-filme .movie-meta-row i {
        margin-left: 0;
    }

    .content-programacao .programacao-trailer-btn {
        font-size: 12px;
        line-height: 14px;
        margin-top: 8px;
        padding: 7px 12px;
    }

    .content-programacao .programacao-trailer-mobile {
        display: table !important;
    }

    .content-programacao .programacao-trailer-desktop {
        display: none !important;
    }

    #trailer-modal {
        align-items: center !important;
        justify-content: center !important;
        height: 100dvh !important;
        left: 0 !important;
        overflow-y: hidden !important;
        padding: 16px 12px !important;
        top: 0 !important;
        transform: none !important;
        width: 100% !important;
    }

    #trailer-modal.show {
        display: flex !important;
    }

    #trailer-modal .modal-dialog {
        left: 0 !important;
        margin: 0 auto !important;
        max-width: 720px !important;
        transform: none !important;
        width: 100% !important;
    }

    #trailer-modal .modal-content {
        border: 0 !important;
        border-radius: 8px !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100% !important;
    }

    #trailer-modal .modal-header {
        padding: 10px 40px 8px 12px;
    }

    #trailer-modal .modal-body {
        padding: 0 !important;
        width: 100% !important;
    }

    #trailerFrame {
        aspect-ratio: 16 / 9;
        display: block;
        height: auto !important;
        max-height: none;
        min-height: 0;
        width: 100% !important;
    }
}

.data-filme {
    color: #fff;
    font: normal normal bold 12px/14px Raleway;
    padding: 8px;
    background: #FFFFFF10;
    border-radius: 4px;
}

.data-filme i {
    margin-left: 10px;
}

.data-filme span {
    background: #000;
    border-radius: 2px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.data-filme .movie-meta-row {
    display: inline;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    line-height: inherit;
    text-align: left;
}

.data-filme .classificacao-programacao {
    border-radius: 3px;
    vertical-align: middle;
}

.data-filme .classificacao-programacao.classificacao-18 {
    border: 1px solid #fff;
}

.ca-btn.programacao-trailer-btn {
    background: #2C5875;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: table;
    font: normal normal bold 13px/16px Novecento DemiBold;
    margin-top: 10px;
    padding: 8px 14px;
    text-align: center;
    transition-duration: 0.2s;
    white-space: nowrap;
}

.ca-btn.programacao-trailer-btn i {
    margin-right: 6px;
}

.ca-btn.programacao-trailer-btn:hover {
    opacity: 0.75;
}

.programacao-trailer-mobile {
    display: none !important;
}

.data-filme span.claL {
    background: #00A85A;
}

.data-filme span.cla6 {
    background: #e43492;
}

.data-filme span.cla10 {
    background: #01AFF0;
}

.data-filme span.cla12 {
    background: #FFCC29;
}

.data-filme span.cla14 {
    background: #F58633;
}

.data-filme span.cla16 {
    background: #EC3237;
}

.data-filme span.cla18 {
    background: #000;
}

.content-programacao .filme .sala-filme {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
    gap: 16px;
    width: 100%;
}

.content-programacao .filme .sala-filme .sala-info {
    flex: 0 0 auto;
    margin-right: 0;
    text-align: left;
}

.content-programacao .filme .sala-filme:last-child {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .content-programacao .filme .sala-filme {
        order: 2;
        display: block;
        width: 100%;
        padding: 14px 0 0;
        border-top: 0;
        text-align: left;
    }

    .content-programacao .filme .sala-filme .sala-info {
        margin: 0 0 10px;
    }

    .content-programacao .filme .sala-filme .hor-list {
        justify-content: flex-start !important;
        width: 100%;
        gap: 10px !important;
    }

    .content-programacao .filme .sala-filme:last-child {
        border-bottom: 0;
    }
}

.content-programacao .filme .sala-filme .hor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 1 auto;
    gap: 16px;
}

.content-programacao .filme .sala-filme .ancoraHorario {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.content-programacao .filme .sala-filme .tag-sala-horario {
    width: 86px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    pointer-events: none;
    padding: 3px 7px;
}

.content-programacao .filme .sala-filme .tag-sala-horario img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #fff;
    border-radius: 4px;
}

.content-programacao .filme .sala-filme .hor {
    padding: 18px 35px;
    background: #253D68;
    color: #fff;
    font: normal normal bold 22px/26px Novecento DemiBold;
    border-radius: 8px;
    margin-left: 0;
    position: relative;
    transition-duration: 0.2s;
}

.dubleg {
    font-size: 25px !important;
}

@media (max-width: 991px) {
    .content-programacao .filme img.poster {
        width: 150px;
        height: 221px;
        max-width: 100%;
        object-fit: cover;
    }

    .content-programacao .filme .sala-filme .hor {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .content-programacao .filme .sala-filme .ancoraHorario {
        align-items: center;
        margin-bottom: 16px;
    }

    .content-programacao .filme .sala-filme .hor {
        padding: 8px 16px;
        background: #253D68;
        color: #fff;
        font: normal normal bold 14px/17px Novecento DemiBold;
        border-radius: 8px;
        margin-left: 0;
        position: relative;
        transition-duration: 0.2s;
    }

    .content-programacao .filme .sala-filme .tag-sala-horario {
        width: 68px;
        height: 28px;
        padding: 3px 6px;
    }
}

.content-programacao .filme .sala-filme .hor::before {
    content: 'comprar';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 40px;
    color: #ffffff00;
    transition-duration: 0.2s;
}

.content-programacao .filme .sala-filme .hor:hover {
    color: #ffffff00;
}

.content-programacao .filme .sala-filme .hor:hover::before {
    color: #ffffff;
}

/** SLIDERS **/
.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 40%;
    font-size: 0;
    padding: 16px;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 8px;
    opacity: 0.8;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
    left: -50px;
    transition-duration: 0.2s;
}

.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
    right: -50px;
    transition-duration: 0.2s;
}

@media (max-width: 991px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-prev:hover {
        left: 0;

    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-next:hover {
        right: 0;
    }
}

.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-theme .owl-dots {
    margin: 8px auto 0;
    z-index: 999;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 8px;
    border-radius: 50%;
    background: #ffffff40;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-carousel.main-banner .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel.main-banner .owl-nav .owl-next {
    right: 0;
}

.owl-theme.car-cartaz .owl-dots {
    margin: 0 auto;
}

.owl-theme.car-breve .owl-dots {
    margin: 0 auto;
}

.pp-home .owl-theme .owl-dots {
    margin: 0 auto;
}

.pp-home .owl-carousel .owl-nav .owl-prev,
.pp-home .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
    left: -40px;
    transition-duration: 0.2s;
}

.pp-home .owl-carousel .owl-nav .owl-next,
.pp-home .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
    right: -40px;
    transition-duration: 0.2s;
}

@media (max-width: 991px) {

    .pp-home .owl-carousel .owl-nav .owl-prev,
    .pp-home .owl-carousel .owl-nav .owl-prev:hover {
        left: 0;
    }

    .pp-home .owl-carousel .owl-nav .owl-next,
    .pp-home .owl-carousel .owl-nav .owl-next:hover {
        right: 0;
    }
}

.tabs-dias-horarios {
    margin-top: 180px;
}

@media (max-width: 991px) {
    .tabs-dias-horarios {
        margin-top: 10px;
    }

    .dias-horarios.is-fixed {
        background: #000;
        box-shadow: 0 8px 14px rgba(0, 0, 0, 0.35);
        left: 0;
        padding: 8px 12px;
        position: fixed;
        right: 0;
        top: var(--programacao-dias-top, 238px);
        width: 100%;
        z-index: 999999;
    }

    .dias-horarios.is-fixed .tabs-dias-horarios {
        margin-top: 0;
    }

    body.programacao-dias-fixed .programacao {
        padding-top: 100px;
    }
}

.tabs-dias-horarios.dont {
    margin-top: 10px;
}

.tabs-dias-horarios .owl-item .item {
    text-align: center;
    color: #fff;
    font: normal normal bold 34px/30px Novecento DemiBold;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.tabs-dias-horarios .owl-item .item b {
    font: normal normal bold 12px/14px Novecento DemiBold;
    margin-bottom: 4px;
}

.tabs-dias-horarios .owl-item .item span {
    font: normal normal 10px/11px Raleway;
    margin-top: 4px;
}

.tabs-dias-horarios .owl-item .item.select {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.tabs-dias-horarios .owl-dots,
.tabs-dias-horarios .owl-dots.disabled {
    display: none;
}

.tabs-dias-horarios .owl-nav .owl-prev,
.tabs-dias-horarios .owl-nav .owl-prev:hover,
.tabs-dias-horarios .owl-nav .owl-next,
.tabs-dias-horarios .owl-nav .owl-next:hover {
    box-shadow: none;
    top: 22%;
}

.promos-produtos {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.promos-produtos li {
    width: 50%;
    padding: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .promos-produtos li {
        width: 100%;
    }
}

.promos-produtos li img {
    width: 100%;
}

.promos-produtos li .data-proj {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin: 10px;
    background: #D8076B30;
    border-radius: 8px;
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0px 3px 6px #00000080;
}

.promos-produtos li .data-proj h6 {
    font-size: 20px;
    line-height: 27px;
}

img.img-promo-prod {
    width: 100%;
    margin-bottom: 20px;
}

.sec-tt {
    font: normal normal bold 20px/22px Novecento DemiBold;
}

form.contato input[type="text"],
form.contato input[type="email"],
form.contato input[type="tel"],
form.contato select {
    display: block;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 56px;
    font-size: 1rem;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
    background: none;
    font-weight: 400;
}

form.contato .custom-file {
    position: relative;
    margin-bottom: 20px;
}

form.contato .custom-file .add-cv {
    background: #0090DF;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 131px;
    position: absolute;
    top: 0;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

form.contato textarea {
    display: block;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    height: 231px;
    font-size: 1rem;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 8px;
}

form.contato input[type="submit"] {
    background: #253D68;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}

form.contato .turnstile-wrapper {
    display: block;
    margin: 12px 0 16px;
    min-height: 65px;
}

.sec-tt.sucess {
    color: #07d84d;
    text-align: center;
    margin: 10px 0;
}

.sec-tt.erro {
    color: #d80731;
    text-align: center;
    margin: 10px 0;
}

.gogcaptcha {
    margin-left: 32%;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    form.contato input[type="submit"] {
        background: #fff;
        color: #253D68;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        width: 100%;
        height: 30px;
        border-radius: 5px;
        cursor: pointer;
        border: 0;
    }
}

ul.bomboniere {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

ul.bomboniere li {
    width: 15%;
    background: #FFFFFF10;
    box-shadow: 0px 0px 6px #00000029;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

ul.bomboniere li h6 {
    color: #fff;
    font: normal normal bold 14px/17px Novecento DemiBold;
    margin: 10px 0;
}

ul.bomboniere li p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

ul.bomboniere li small {
    color: #606060;
    font-size: 10px;
    line-height: 12px;
}

ul.cinemas-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

ul.cinemas-list li {
    width: 24%;
    background: #FFFFFF10;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    padding: 16px;
}

@media (max-width: 991px) {
    ul.bomboniere li {
        width: 48%;
    }

    ul.cinemas-list {
        display: block;
    }

    ul.cinemas-list li {
        width: 100%;
    }
}

ul.cinemas-list li img {
    width: 160px;
}

ul.cinemas-list li p {
    color: #fff;
    text-transform: uppercase;
    font: normal normal medium 12px/14px;
    margin: 4px 0 0;
}

img.clube {
    width: 100%;
}

.pp-728 {
    width: 100%;
    padding: 8px 0 16px;
    text-align: center;
}

.pp-728 p {
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.pp-728 .arte {
    width: 728px;
    max-width: 100%;
    margin: 0 auto;
}

.pp-728 .arte img {
    width: 100%;
}

/** FOOTER **/

footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    font-size: 14px;
    line-height: 20px;
}

footer ul li:first-child {
    font: normal normal bold 16px/19px Novecento DemiBold;
    margin-bottom: 8px;
}

footer ul li.store {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .copyright {
    text-align: center;
    padding: 20px 15px;

    text-align: center;
}

footer .copyright p {
    font: normal normal bold 9px/10px Novecento DemiBold;
    margin: 20px 0;
}

@media (max-width: 767px) {

    footer .container .row {
        flex-direction: column;
    }

    footer ul {
        display: none;
    }

    footer .copyright {
        border: 0;
        padding: 0;
    }

    footer .copyright p {
        margin: 25px 0 0;
    }

    footer .copyright .gaia {
        display: none;
    }

    .selcine {
        margin: 8px 12px;
        color: #fff;
        font: normal normal bold 14px / 16px Novecento DemiBold;
        display: flex;
        justify-content: center;
        text-transform: uppercase;

    }

    .centralizanomecombo {
        text-align: center !important;
        margin: 0 auto;
    }

    .comprarbomboniere {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    .btcomprarbomboniere {
        padding: 18px 35px;
        background: #253D68;
        color: #fff;
        font: normal normal bold 22px/26px Novecento DemiBold;
        border-radius: 8px;
        margin-left: 16px;
        position: relative;
        transition-duration: 0.2s;
    }
}

#ingdata h4 {
    color: #ffffff !important;
    font-size: 1.2rem;
}
