body {
    font-family: "Roboto", sans-serif !important;
   /* background-color: #efeaed ;*/
	background-color: #f9f5f7;
}

ul {
    list-style: none;
    padding: 0;
}

[class*="col-"] {
    margin-bottom: 15px;
}

.tematizacao {
    width: 100%;
    height: 200%;
    position: absolute;
    z-index: 1;
    top: 0;
}

header {
    position: relative;
    width: 100%;
    z-index: 9;
    top: 0;
}

header .main-header .main-center {
    width: 100%;
    position: relative;
    z-index: 2;
      background: #fff0;
}

header .main-header .main-center .nav-top {
    display: flex;
    align-items: center;
    justify-content: center;
  /*max-width: 1080px;*/
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

header .main-header .main-center .nav-top .line-logo {
    text-align: left;
}

header .main-header .favorite {
    display: none;
}

@media screen and (max-width: 1080px) {
    body {
        padding: 0 !important;
    }
    header .main-header .favorite {
       /* display: inline-block;*/
        vertical-align: middle;
        width: 33%;
        text-align: right;
        margin-right: -6px;
    }
    header .main-header .favorite img {
        max-width: 100%;
    }
}

header .main-header .lk-logo {
    display: inline-block;
    vertical-align: middle;
}

header .main-header .lk-logo h1.logo {
    font-size: 0;
    width: 130px;
    height: 104px;
    background: url(../images/logo-main.png) no-repeat;
    background-size: 130px 104px;
    margin: 5px 25px;
}

@media screen and (max-width: 1080px) {
    header .main-header .main-center .nav-top {
        display: block;
        text-align: center;
    }
    header .main-header .lk-logo {
        width: 33%;
        margin-right: -6px;
    }
    header .main-header .lk-logo h1.logo {
        margin: 10px auto;
        width: 83px;
        height: 66px;
        background-size: 83px 66px;
        margin: 5px auto;
    }
}

.top-pp {
    width: 728px;
}

@media (min-width: 1281px) {
    .imagemDimensao {
        height: 429px !important;
        width: 743px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .imagemDimensao {
        height: 429px !important;
        width: 743px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .imagemDimensao {
        height: 429px !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .imagemDimensao {
        height: 429px !important;
        width: 743px !important;
    }
}

@media screen and (max-width: 1080px) {
    .imagemDimensao {
        height: 200px !important;
    }
    .top-pp {
        width: 100%;
        border-bottom: 5px solid #fff;
    }
}

.top-pp img {
    width: 100%;
}

header .main-header .main-center button {
    background: none;
    border: 0;
}

header .main-header .main-center button.call-menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .imagemDimensao {
        height: 200px !important;
    }
    header .main-header .main-center button.call-menu {
        display: inline-block;
        font-size: 30px;
        color: #000;
        padding: 0 20px;
        vertical-align: middle;
        width: 30%;
        text-align: left;
        margin-right: -6px;
    }
}

header .main-header .main-center .nav {
    color: #fff;
    margin: 0;
    font-size: 15px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #e04d1e 0%, #aa2900 99.99%, rgba(224, 77, 30, 0) 100%);
}

header .main-header .main-center .nav .center {
    background: linear-gradient(180deg, #e04d1e 0%, #aa2900 99.99%, rgba(224, 77, 30, 0) 100%);
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

header .main-header .main-center .nav a {
    color: #fff;
    text-decoration: none !important;
}

header .main-header .main-center .nav a:hover {
    text-decoration: none;
}

header .main-header .main-center .nav li {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

header .main-header .main-center .nav li.main-item {
    position: relative;
    padding: 10px 0;
}

header .main-header .main-center .nav li.main-item .open-submenu {
    display: none;
    float: right;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 1;
}

/* Seta no desktop indicando que há submenu */
@media screen and (min-width: 1201px) {
    header .main-header .main-center .nav li.main-item.has-submenu > a.link-mn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    header .main-header .main-center .nav li.main-item.has-submenu > a.link-mn .open-submenu {
        display: inline-flex;
        align-items: center;
        float: none;
        font-size: 10px;
        opacity: 0.95;
    }
}

header .main-header .main-center .nav li.main-item:hover {
    background: #aa2900;
}

header .main-header .main-center .nav li.main-item a.link-mn {
    padding: 0 18px;
    width: 100%;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.13em;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    display: table;
    box-sizing: border-box;
}

@media screen and (min-width: 1201px) {
    header .main-header .main-center .nav .center {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    header .main-header .main-center .nav li.main-item {
        flex: 1 1 auto;
        white-space: nowrap;
    }

    header .main-header .main-center .nav li.main-item a.link-mn {
        padding: 0 14px;
        white-space: nowrap;
        letter-spacing: 0.08em;
        font-size: 13px;
        line-height: 1.2;
        display: block;
    }

    header .main-header .main-center .nav li.main-item.has-submenu > a.link-mn {
        display: inline-flex;
    }
}

header .main-header .main-center .nav li.main-item:last-child a.link-mn {
    border: 0;
}

@media screen and (max-width: 1200px) {
    header .main-header .main-center .nav li.main-item a.link-mn {
        padding: 0;
        width: 100%;
        display: block;
    }
}

header .main-header .main-center .nav li.main-item:hover > ol.sub-menu {
    display: block;
}

header .main-header .main-center .nav li.main-item ol.sub-menu {
    display: none;
    position: absolute;
    width: max-content;
    min-width: 100%;
    max-width: min(92vw, 480px);
    top: 100%;
    left: 0;
    z-index: 100;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(180deg, #e04d1e 0%, #aa2900 99.99%, rgba(224, 77, 30, 0) 100%);
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item {
    border-bottom: 1px solid #ffffff40;
    font-weight: 300;
    text-align: left;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
    background: url("../images/menu-bg-arrow.png") no-repeat;
    background-position: 95% center;
    white-space: nowrap;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item.sub-menu-item--link {
    background-image: none;
    padding: 10px 16px;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item.sub-menu-item--link a.item {
    display: block;
    width: auto;
    min-width: 100%;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item.sub-menu-item--link:hover {
    background: #aa2900;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item:last-child {
    border: 0;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item:hover {
    background: url("../images/menu-bg-arrow.png") no-repeat #aa2900;
    background-position: 95% center;
}

header .main-header .main-center .nav li.main-item:hover ol.sub-menu li.sub-menu-item:hover .sub-menu-filme {
    display: block;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item .sub-menu-filme {
    display: none;
    position: absolute;
    left: 100%;
    width: max-content;
    min-width: 215px;
    max-width: min(90vw, 420px);
    top: 0;
    list-style: none;
    padding: 0;
    background: linear-gradient(180deg, #a13b52 0%, #80112a 99.99%, #80112a 100%);
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item .sub-menu-filme .sub-menu-filme-item {
    border-bottom: 1px solid #ffffff40;
    font-weight: 300;
    text-align: left;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item .sub-menu-filme .sub-menu-filme-item:last-child {
    border: 0;
}

header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item .sub-menu-filme .sub-menu-filme-item:hover {
    background: #00000050;
}

@media screen and (max-width: 1080px) {
    header .main-header .main-center .nav {
        display: none;
        position: absolute;
        background: linear-gradient(180deg, #e04d1e 0%, #aa2900 99.99%, rgba(224, 77, 30, 0) 100%);
        left: 20px;
        top: 50px;
    }
    header .main-header .main-center .nav .center {
        display: block !important;
    }
    header .main-header .main-center .nav li.main-item {
        text-align: left;
        padding: 10px 5px 10px 10px;
        border-bottom: 1px solid #ffffff40;
    }
    header .main-header .main-center .nav li.main-item .open-submenu {
        display: block;
    }
    header .main-header .main-center .nav li.main-item:first-child {
        background: url(../images/menu-bg-arrow.png) no-repeat;
        background-position: 95% center;
    }
    header .main-header .main-center .nav li.main-item:first-child:hover {
        background: url(../images/menu-bg-arrow.png) no-repeat #aa2900;
        background-position: 95% center;
    }
    header .main-header .main-center .nav li.main-item:last-child {
        border: 0;
    }
    header .main-header .main-center .nav li.main-item a.link-mn {
        border: 0;
    }
    header .main-header .main-center .nav li.main-item ol.sub-menu {
        left: 100%;
        top: 0;
        width: 100%;
    }
    header .main-header .main-center .nav li.main-item ol.sub-menu li.sub-menu-item .sub-menu-filme {
        width: 120%;
    }
    header .main-header .main-center .nav li.main-item:hover ol.sub-menu {
        display: none;
    }
    header .main-header .main-center .nav li.main-item:hover ol.sub-menu li.sub-menu-item:hover .sub-menu-filme {
        display: none;
    }
}

header [class*="col-"] {
    margin-bottom: 0;
}

main {
    margin: 0;
    position: relative;
    z-index: 2;
    min-height: 58vh;
}

@media (max-width: 1080px) {
    main {
        min-height: 0;
    }
}

.main-content {
    display: flex;
}

@media (max-width: 1040px) {
    .main-content {
        display: block;
    }
}

.slide-home {
    max-width: 743px;
    width: 100%;
}
.slide-home-new {
    width: 100%;
}

@media (max-width: 1080px) {
    .slide-home {
        max-width: 100%;
    }
}

.slide-home-new .banner {
    width: 100%;
}

.classificacao-indicativa-carrossel {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.classificacao-indicativa-carrosselL {
    background-color: #00A85A;
}


.classificacao-indicativa-carrossel6 {
    background-color: #E43493;
}
.classificacao-indicativa-carrossel10 {
    background-color: #01AFF0;
}

.classificacao-indicativa-carrossel12 {
    background-color: #FFCC29;
}

.classificacao-indicativa-carrossel14 {
    background-color: #F58633;
}

.classificacao-indicativa-carrossel16 {
    background-color: #EC3237;
}

.classificacao-indicativa-carrossel18 {
    background-color: #000;
}

.slide-home .owl-nav, .slide-home-new .owl-nav {
    width: 100%;
}

.slide-home .owl-nav .owl-prev, .slide-home-new .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 2px;
    top: calc(50% - 65px);
    color: #fff !important;
}

.slide-home .owl-nav .owl-next, .slide-home-new .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 2px;
    top: calc(50% - 65px);
    font-size: 20px;
    color: #fff !important;
}

.slide-home .owl-nav .owl-next span, .slide-home .owl-nav .owl-prev span, .slide-home-new .owl-nav .owl-next span, .slide-home-new .owl-nav .owl-prev span {
    font-size: 70px !important;
}

.slide-home .owl-dots, .slide-home-new .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.slide-home .owl-dots .owl-dot, .slide-home-new .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 5px;
}

.slide-home .owl-dots .owl-dot.active, .slide-home-new .owl-dots .owl-dot.active {
    background: #fff;
}

.slide-filmecartaz,  .owl-nav {
    width: 100%;
}

.slide-filmesbreve .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 2px;
    top: calc(50% - 45px);
    color: #535151 !important;
}

.slide-filmecartaz .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 2px;
    top: calc(50% - 45px);
    font-size: 20px;
    color: #535151 !important;
}

.slide-filmecartaz .owl-nav .owl-next span, .slide-filmecartaz .owl-nav .owl-prev span {
    font-size: 60px !important;
}

.slide-filmecartaz .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.slide-filmecartaz .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 5px;
}

.slide-filmecartaz .owl-dots .owl-dot.active {
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .slide-home .owl-dots {
        display: none;
    }
}

.slide-filmesbreve,  .owl-nav {
    width: 100%;
}

.slide-filmesbreve .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 2px;
    top: calc(50% - 45px);
    color: #535151 !important;
}

.slide-filmesbreve .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 2px;
    top: calc(50% - 45px);
    font-size: 20px;
    color: #535151 !important;
}

.slide-filmesbreve .owl-nav .owl-next span, .slide-filmesbreve .owl-nav .owl-prev span {
    font-size: 60px !important;
}

.slide-filmesbreve .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.slide-filmesbreve .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 5px;
}

.slide-filmesbreve .owl-dots .owl-dot.active {
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .slide-filmesbreve .owl-dots {
        display: none;
    }
    .slide-filmescartaz .owl-dots {
        display: none;
    }
}
.bg-prog {
    background: linear-gradient(180deg, #56212d 0%, #380611 100%, rgba(86, 33, 45, 0.99) 100%);
}

.side-programacao-titulo {
    width: 100%;
    text-align: center;
    background: #56212d;
    color: #fff;
    padding: 10px 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

.side-programacao {
    width: 337px;
    height: 429px !important;
    margin-bottom: 0;
    color: #fff;
    overflow: scroll;
    overflow-x: hidden;
    background: linear-gradient(180deg, #56212d 0%, #380611 100%, rgba(86, 33, 45, 0.99) 100%);
}
.side-programacao.new {
    width: 100%;
    height: auto !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: none;
    overflow: hidden;
}


@media (max-width: 1080px) {
    .side-programacao {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .side-programacao.new {
        flex-direction: column;
        align-items: center;
    }
}



.side-programacao .filme {
    height: 25%;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #501c28;
    display: flex;
    align-items: center;
}
.side-programacao.new .filme {
    height: auto;
    border: 0;
    width: 25%;
}

@media (max-width: 1080px) {
    .side-programacao .filme {
        height: auto;
        padding: 10px 0 20px;
    }
}
@media (max-width: 800px) {
    .side-programacao.new .filme {
        width: 80%;
        padding: 5px 0;
    }
}

.side-programacao .filme.meia-noite {
    background: #16252e;
}

.side-programacao .filme .sala {
    width: 20%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.115em;
    display: inline-block;
    vertical-align: middle;
}

.side-programacao .filme .sala span {
    font-size: 20px;
    font-weight: bold;
}

.side-programacao .filme .data {
    padding: 2px 10px;
    border-left: 2px solid #501c28;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.side-programacao.new .filme .data {
    padding: 10px;
}

.side-programacao .filme.meia-noite .data {
    border-left: 2px solid #383838;
}

.side-programacao .filme .data h3 {
    color: #da491a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.side-programacao .filme .data h4 {
    color: #da491a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
@media (max-width: 800px) {
    .side-programacao .filme .data h4 {
        height: auto;
    }
}


.side-programacao .filme .data p {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
}

.side-programacao .filme .data p .audio {
    background: #0d5621;
    border-radius: 3px;
    padding: 1px 2px;
    margin-right: 5px;
    font-size: 9px;
}
.side-programacao .filme .data p .poltronasemnumero {
    background: #e4592c;
    border-radius: 3px;
    padding: 1px 2px;
    margin-right: 5px;
    font-size: 9px;
}
.side-programacao .filme .data p .poltronanumerada {
    background: #4f1a2d;
    border-radius: 3px;
    padding: 1px 2px;
    margin-right: 5px;
    font-size: 9px;
}



.side-programacao .filme .data time {
    border: 1px solid #a2d3c2;
    border-radius: 5px;
    color: #a2d3c2;
    font-size: 10.5px;
    line-height: 12px;
    padding: 5px;
    margin: 0 1px 1px 0;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.side-programacao .filme .data a.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: no-drop;
}

.side-programacao .filme .data time:hover {
    background: #a2d3c2;
    color: #fff;
}

.side-programacao .filme .preco {
    display: inline-block;
    vertical-align: middle;
}

.side-programacao .filme .preco img {
    width: 75px;
}

@media (max-width: 1080px) {
    .side-programacao .filme .preco img {
        width: 100%;
    }
}

.movie-search {
    background: linear-gradient(180deg, #e04d1e 0%, #aa2900 99.99%, rgba(224, 77, 30, 0) 100%);
    padding: 5px;
}

.movie-search fieldset {
    text-align: center;
}

.movie-search label {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: center;
    max-width: 19%;
}

.movie-search select {
    max-width: 215px;
    width: 48%;
    height: 27px;
    margin: 0 1%;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: center;
}

.movie-search .btn-search {
    display: inline-block;
    vertical-align: center;
    background: linear-gradient(101.87deg, #a2d3c2 5.28%, #4b7868 222.57%);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1), inset 1px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    max-width: 30%;
}

.movie-search .movie-search-btn {
    background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1), inset 1px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 16px;
    margin: 5px auto;
    display: table;
}



.movie-search a:hover {
    text-decoration: none;
}
.movie-search .movie-search-btn:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (max-width: 1080px) {
    .movie-search .movie-search-btn {
        padding: 5px 4%;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
}

.home-filmes {
    background: #f1f1f1;
    padding: 18px 30px 20px;
    margin-top: 24px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
}

.home-filmes.bg-n {
    background: none;
}

@media (max-width: 1080px) {
    .home-filmes {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 15px;
    }
}

.home-filmes ul#filmes-control {
    text-align: center;
    display: flex;
    justify-content: center;
}

.home-filmes ul#filmes-control li {
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #a13b52;
    text-align: center;
    margin: 0 3%;
    align-items: center;
    display: flex;
}

@media (max-width: 1080px) {
    .home-filmes ul#filmes-control li {
        width: 33%;
    }
}

.home-filmes ul#filmes-control li p {
    color: #a13b52;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .home-filmes ul#filmes-control li p {
        padding: 5px 4%;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
        width: 100%;
    }
}

.home-filmes ul#filmes-control li.active {
    background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
}

.home-filmes ul#filmes-control li.active p {
    color: #fff;
}

.home-filmes ul#filmes-control li a p {
    color: #a13b52;
}

.home-filmes ul#filmes-control li a {
    color: #a13b52;
}

.home-filmes ul#filmes-control li:hover a {
    text-decoration: none;
}

.home-filmes .pp-box p {
    max-width: 160px;
}

@media screen and (max-width: 991px) {
    .home-filmes ul.movie-cols {
        max-width: 100%;
        -ms-flex: none;
        flex: none;
    }
}

.home-filmes ul.movie-cols {
    display: none;
    margin-bottom: 0;
    padding: 12px 0;
}

.home-filmes ul.movie-cols.active {
    display: block;
}

.home-filmes ul.movie-cols li {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .home-filmes ul.movie-cols li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 80%;
    }
}

.home-filmes ul.movie-cols li .box {
    position: relative;
    margin-bottom: 14px;
    padding-top: 10px;
}

.home-filmes ul.movie-cols li .box .poster-tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    min-width: 110px;
    padding: 5px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, #E04D1E 0%, #AD2B01 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    letter-spacing: 0.04em;
}

.home-filmes ul.movie-cols li .box .poster-tag.pre-estreia {
    background: linear-gradient(180deg, #c45a2c 0%, #8f320f 100%);
}

.home-filmes ul.movie-cols li .box .poster-tag.pre-venda {
    background: linear-gradient(180deg, #1f5f8f 0%, #123f68 100%);
}

.home-filmes ul.movie-cols li .box .poster-tag.em-breve-data {
    background: linear-gradient(180deg, #6b4c7a 0%, #4a2f57 100%);
    min-width: 96px;
    font-size: 10px;
    letter-spacing: 0.02em;
}

.home-filmes ul.movie-cols li .box .poster-censura {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    line-height: 0;
}

@media (max-width: 1080px) {
    .home-filmes ul.movie-cols li .box {
        padding: 7%;
        padding-top: 12px;
    }
}

.home-filmes ul.movie-cols li label {
    position: absolute;
    width: 110px;
    height: 28px;
    color: #FFF;
    padding: 2px 0 0 13px;
    background: linear-gradient(180deg, #E04D1E 0%, #AD2B01 100%);
    border-radius: 0px 13px 13px 0px;
    z-index: 9;
    top: -1px;
    left: -1px;
}

.home-filmes ul.movie-cols li img {
    /*max-width: 100%;
    outline: 1px solid #000;*/
    transition-duration: 0.3s;
    width: 100%;
}

.home-filmes ul.movie-cols li span {
    position: absolute;
    left: 10%;
    top: 50%;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #383838;
    z-index: 9;
}

.home-filmes ul.movie-cols li:hover img {
    opacity: 0.7;
}

.home-filmes ul.movie-cols li.estreia:hover img {
    outline: 3px solid #d6c20e;
}

.home-filmes-em-breve {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.home-filmes-em-breve-control {
    text-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

.home-filmes-em-breve-control li {
    border-radius: 13px;
    border: 1px solid #a13b52;
    background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
    text-align: center;
    align-items: center;
    display: flex;
    cursor: default;
    pointer-events: none;
}

.home-filmes-em-breve-control li p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .home-filmes-em-breve-control li p {
        padding: 5px 4%;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
}

.home-filmes-em-breve .movie-cols {
    display: block;
}

/* Informações e horários abaixo do poster (sem alterar o poster/carrossel) */
.home-filmes ul.movie-cols li.home-filme-item {
    text-transform: none;
    padding: 0 7px;
}

.home-filmes .home-filme-info {
    text-align: center;
    padding: 8px 4px 0;
    text-transform: none;
}

.home-filmes .home-filme-titulo {
    font-size: 12px;
    font-weight: 700;
    color: #372228;
    margin: 0 0 4px;
    line-height: 1.25;
    min-height: 2.5em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.home-filmes .home-filme-genero {
    font-size: 11px;
    line-height: 1.3;
    color: #6b6b6b;
    margin: 0 0 8px;
    text-transform: none;
}

.home-filmes .home-filme-horarios {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 4px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    justify-items: center;
}

.home-filmes .home-filme-horario-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.home-filmes .home-filme-horario-slot time {
    border: 1px solid #a2d3c2;
    border-radius: 13px;
    color: #FFF;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 10px;
    display: inline-block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(97.92deg, #a2d3c2 5.28%, #4b7868 222.57%);
}

.home-filmes .home-filme-horario-slot a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.home-filmes .home-filme-horario-slot a.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: no-drop;
}

.home-filmes .home-filme-horario-slot a:hover time {
    background: #4f1a2d;
    border: 1px solid #4f1a2d;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .home-filmes ul.movie-cols li.home-filme-item {
        padding: 0 4px;
        box-sizing: border-box;
    }
    .home-filmes ul.movie-cols li .box .poster-censura {
        position: absolute;
        top: 25px;
        left: 18px;
        z-index: 10;
        line-height: 0;
    }
    .home-filmes .home-filme-info {
        width: 100%;
        max-width: 100%;
        padding: 8px 2px 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    .home-filmes .home-filme-horarios {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: 132px;
        margin-left: auto;
        margin-right: auto;
        gap: 6px;
    }

    .home-filmes .home-filme-horario-slot time {
        font-size: 11px;
        line-height: 13px;
        padding: 7px 6px;
        border-radius: 12px;
    }
}

.home-bloco h3 {
    border-left: 3px solid #e46238;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #372228;
    /* margin-top: 30px; */
    text-align: left;
    line-height: 30px;
    text-transform: uppercase;
}

.pp-box {
    background: #eaeaea;
    text-align: center;
    padding: 10px 0 15px;
}

.pp-box p {
    color: #000;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin: 0 auto;
    max-width: 728px;
}

.pp-box img, .pp-box iframe {
    max-width: 100%;
}

.pp-box .pp-728 {
    max-width: 758px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.newsletter {
    width: 100%;
    margin: 0 auto;
    background: #301b27;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.newsletter .center {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #a2d3c250;
}

.newsletter .center h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.newsletter .center p {
    margin-bottom: 0;
}

.newsletter .center input {
    width: 150px;
    height: 35px;
    margin: 0 5px;
    color: #000;
    padding: 0 5px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}

.newsletter .center .btn-cadastro {
    background: linear-gradient(101.87deg, #a2d3c2 5.28%, #4b7868 222.57%);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1), inset 1px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
}

.newsletter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter .center .descr-top {
    display: none;
    font-weight: 300;
    width: 50%;
    padding: 5px;
    text-align: left;
}

.newsletter .center .descr-bot {
    display: block;
}

.newsletter .center .news-field {
    display: inline-block;
}

.newsletter .center .feedback {
    display: none;
    color: #a2d3c2;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1080px) {
    .newsletter .center {
        text-align: center;
    }
    .newsletter .center .centralize {
        display: block !important;
    }
    .newsletter .center .centralize [class*="col-"] {
        max-width: 100%;
        width: 100%;
    }
    .newsletter .center .descr-top {
        display: block;
        padding: 5px 3%;
    }
    .newsletter .center .descr-bot {
        display: none;
    }
    .newsletter .center .news-field {
        display: flex;
        justify-content: center;
    }
    .newsletter .center .news-field input {
        margin: 0 2%;
    }
    .newsletter .center h5 {
        width: 50%;
        padding: 5px 3%;
        text-align: right;
    }
    .newsletter .center .btn-cadastro {
        display: block;
        margin: 20px auto 0;
        padding: 5px 5%;
    }
}

.top-content-pp {
    max-width: 738px;
    width: 100%;
    margin: 20px auto;
    padding: 5px;
}

.top-content-pp img {
    width: 100%;
}

footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: url("../images/pipoca-left.png") no-repeat left bottom, url("../images/pipoca-right.png") no-repeat right bottom, #301b27;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 30px;
}

@media (max-width: 1080px) {
    footer {
        background: url("../images/pipoca-left.png") no-repeat left bottom, url("../images/pipoca-right.png") no-repeat right bottom, #301b27;
        background-size: 20% auto, 20% auto;
        padding: 30px 0;
    }
}

footer .center {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

footer b {
    color: #e4592c;
    text-transform: uppercase;
}

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus,
footer a:active {
    color: #fff !important;
    text-decoration: none !important;
}

footer .nav-bottom a,
footer .copy a {
    text-decoration: none !important;
}

footer .copy {
    color: #a2d3c2;
    text-align: center;
}

footer .copy .copy-brand {
    display: block;
    width: 100%;
}

footer .copy .copy-brand img {
    display: inline-block;
    vertical-align: bottom;
}

footer .copy .copy-brand p {
    display: inline-block;
    vertical-align: bottom;
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}

footer .copy .copy-gaia {
    display: block !important;
    width: 100%;
    clear: both;
    margin: 16px 0 0;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

footer .copy .copy-gaia a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #a2d3c2 !important;
    text-decoration: none !important;
}

footer .copy .copy-gaia img {
    height: 36px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

footer .nav-bottom {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

@media (max-width: 800px) {
    footer .nav-bottom {
        text-align: left;
        display: block;
    }
}

footer .nav-bottom .column {
    padding: 0 25px;
    border-right: 1px solid #a2d3c250;
}

@media (max-width: 800px) {
    footer .nav-bottom .column {
        border: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -6px;
        margin-bottom: 20px;
        padding: 0 7%;
    }
    footer .nav-bottom .column.mt {
        margin-top: -20px;
    }
    footer .nav-bottom::before {
        content: "";
        width: 1px;
        height: 80%;
        background: #a2d3c250;
        left: calc(50% - 1px);
        position: absolute;
    }
}

footer .nav-bottom .column:last-child {
    border: 0;
}

@media (max-width: 1080px) {
    footer .copy {
        margin-top: -10vh;
    }
    footer .copy .copy-brand {
        display: block;
    }
    footer .copy .copy-brand p {
        margin-top: 10px;
    }
    footer .copy .copy-brand span {
        display: block;
    }
    footer .copy .copy-brand img {
        display: table;
        margin: 0 auto;
    }
    footer .copy .copy-gaia {
        margin-top: 18px;
    }
}

footer ul {
    text-align: left;
    margin: 0;
}

footer ul li {
    font-size: 0.8rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

footer ul li b {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

footer ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.slide-itens {
    width: 100%;
}

.slide-itens .li-promo {
    list-style: none;
}

.slide-itens .li-promo a {
    display: block;
    position: relative;
}

.slide-itens .li-promo a img.position-absolute {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: -2 !important;
}

.slide-itens .li-promo a img.shake {
    width: auto !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.slide-itens .owl-item {
    list-style: none;
}

.slide-itens .owl-nav {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.slide-itens .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 2px;
    top: -100px;
    color: #FFFFFF !important;
}

.slide-itens .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 2px;
    top: -100px;
    font-size: 20px;
    color: #FFFFFF !important;
}

.slide-itens .owl-nav .owl-next span, .slide-itens .owl-nav .owl-prev span {
    font-size: 60px !important;
    font-weight: 100;
    outline: none;
}

.slide-itens .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5px;
    display: none;
}

.slide-itens .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 5px;
}

.slide-itens .owl-dots .owl-dot.active {
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .slide-itens .owl-dots {
        display: none;
    }
}

.slide-destaque .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 38%;
    bottom: 98%;
    color: #535151 !important;
}

@media (max-width: 1080px) {
    .slide-destaque .owl-nav .owl-prev {
        left: 30%;
    }
}

.slide-destaque .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 38%;
    bottom: 98%;
    font-size: 20px;
    color: #535151 !important;
}

@media (max-width: 1080px) {
    .slide-destaque .owl-nav .owl-next {
        right: 30%;
    }
}

.slide-destaque .owl-nav .owl-next span, .slide-destaque .owl-nav .owl-prev span {
    font-size: 60px !important;
    font-weight: 100;
}

.slide-destaque .owl-dots {
    display: none;
}

.slide-combo .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 38%;
    bottom: 95%;
    color: #535151 !important;
}

@media (max-width: 1080px) {
    .slide-combo .owl-nav .owl-prev {
        left: 30%;
    }
}

.slide-combo .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    right: 38%;
    bottom: 95%;
    font-size: 20px;
    color: #535151 !important;
}

@media (max-width: 1080px) {
    .slide-combo .owl-nav .owl-next {
        right: 30%;
    }
}

.slide-combo .owl-nav .owl-next span, .slide-combo .owl-nav .owl-prev span {
    font-size: 60px !important;
    font-weight: 100;
}

.slide-combo .owl-dots {
    display: none;
}

div.cookies {
    position: fixed;
    bottom: 0;
    background: #000;
    color: #ccc;
    z-index: 2;
    padding: 15px 0;
}

div.cookies .row {
    align-items: center;
}

div.cookies .row i {
    margin: 0 5px;
}

div.cookies .row p {
    font-size: 12px;
    margin: 0;
}

span.ci::before {
    color: #fff;
    font-size: 9px;
    border-radius: 3px;
    font-weight: 700;
    padding: 1px 3px;
}

span.ci.classL::before {
    /* content: "L";
    padding: 1px 3px;
    background: #00af51; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/livre.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class10::before {
    /* content: "10";
    background: #00ccff; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/10_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class12::before {
    /* content: "12";
    background: #ffcc00; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/12_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class14::before {
    /* content: "14";
    background: #ff6600; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/14_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class16::before {
    /* content: "16";
    background: #fe0000; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/16_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class18::before {
    /* content: "18";
    background: #000000; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/18_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

/* ######################################## */
span.ci.class_autoL::before {
    /* content: "L";
    padding: 1px 3px;
    background: #00af51; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_livre.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class_auto10::before {
    /* content: "10";
    background: #00ccff; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_10_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class_auto12::before {
    /* content: "12";
    background: #ffcc00; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_12_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class_auto14::before {
    /* content: "14";
    background: #ff6600; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_14_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class_auto16::before {
    /* content: "16";
    background: #fe0000; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_16_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}

span.ci.class_auto18::before {
    /* content: "18";
    background: #000000; */
    content: ""; /* Isso é necessário para criar um conteúdo antes do elemento */
    display: inline-block; /* Isso garante que a imagem tenha um layout em linha */
    width: 17px; /* Defina a largura desejada para a imagem */
    height: 17px; /* Defina a altura desejada para a imagem */
    background-image: url("https://www.cineitaimpaulista.com.br/assets/images/imagens-classificacao-indicativa/auto_18_anos.png");
    background-size: cover; /* Isso ajustará a imagem para cobrir todo o espaço */
    vertical-align: middle;
}
/* ######################################## */

span.ci2::before {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 700;
    padding: 5px;
}

span.ci2.classL::before {
    content: "L";
    padding: 5px 8px;
    background: #00af51;
}

span.ci2.class10::before {
    content: "10";
    background: #00ccff;
}

span.ci2.class12::before {
    content: "12";
    background: #ffcc00;
}

span.ci2.class14::before {
    content: "14";
    background: #ff6600;
}

span.ci2.class16::before {
    content: "16";
    background: #fe0000;
}

span.ci2.class18::before {
    content: "18";
    background: #000000;
}

nav ol.breadcrumb {
    padding-top: 40px;
    margin: 0 auto;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
}

nav ol.breadcrumb li.breadcrumb-item {
    color: #f00000;
}

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

nav ol.breadcrumb li.breadcrumb-item:last-child {
    font-weight: 700;
}

.estrutura {
    padding-top: 30px;
}

.estrutura.promo-detalhe,
.estrutura.promo-lista,
.estrutura.eventos-lista {
    padding-top: 0;
    margin-top: 0;
}

.estrutura.eventos-lista {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.estrutura.noticias-lista {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.estrutura.noticias-lista > article > h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
}

.estrutura.noticias-lista .inst-block {
    max-width: 100%;
    margin: 0 auto;
}

.estrutura.noticias-lista ul.itens {
    list-style: none;
    padding: 0;
    margin: 0;
}

.estrutura.noticias-lista ul.itens li {
    margin: 0 0 20px;
    list-style: none;
}

.estrutura.noticia-detalhe {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.estrutura.noticia-detalhe .text-block.noticia h3 {
    font-weight: 700;
    font-size: 18px;
    color: #372228;
    margin-top: 30px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.produtos-indx ul.slide-produtos-indx {
    list-style: none;
    padding: 0;
    margin: 0;
}

.produtos-indx ul.slide-produtos-indx li {
    margin: 0 0 20px;
    list-style: none;
}

.produtos-indx ul.slide-produtos-indx li img {
    width: 100%;
    display: block;
}

.produtos-indx ul.slide-produtos-indx li .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}

.produtos-indx ul.slide-produtos-indx li:hover img {
    filter: blur(2px);
}

.produtos-indx ul.slide-produtos-indx li:hover .middle {
    opacity: 1;
}

.produtos-indx ul.slide-produtos-indx li .text {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 15px;
    background-color: #702738;
    color: white;
    font-size: 14px;
    padding: 11px 8px;
    box-shadow: 7px 7px 7px #0b1618;
    display: inline-block;
}

.produtos-indx ul.slide-produtos-indx li .text:hover {
    background-color: #df4d1e;
}

.produtos-indx ul.slide-produtos-indx li a:hover {
    opacity: 1 !important;
}

.evento-detalhe {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 50px;
}

.evento-detalhe ul.evento-hero {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.evento-detalhe ul.evento-hero li {
    margin: 0;
    list-style: none;
}

.evento-detalhe ul.evento-hero li img {
    width: 100%;
    display: block;
}

.evento-detalhe .prod-block {
    max-width: 100%;
    margin: 30px auto 40px;
}

.evento-detalhe .evento-texto {
    text-align: left !important;
    margin-bottom: 30px;
}

.evento-detalhe .evento-info h3 {
    text-align: right;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.evento-detalhe .evento-info p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.evento-detalhe .evento-mais-titulo {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.evento-detalhe .slide-produto-menor li .animacao {
    width: 100%;
    overflow: hidden;
    border-radius: 5%;
    transform: rotate(0);
}

.evento-detalhe .slide-produto-menor li .animacao img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.2s;
    display: block;
    min-width: 100%;
    width: 100%;
    cursor: pointer;
}

.evento-detalhe .slide-produto-menor li .animacao img:hover {
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .evento-detalhe .evento-form-col {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .evento-detalhe .evento-info {
        flex: 0 0 35%;
        max-width: 35%;
    }
}

@media (max-width: 767px) {
    .evento-detalhe .evento-info h3,
    .evento-detalhe .evento-info p {
        text-align: left;
    }
}

.promo-hero-nav,
.promo-lista-nav {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.promo-detalhe ul.itens li,
.promo-lista ul.itens li {
    margin: 0;
}

.promo-editor-conteudo {
    width: 100%;
    text-align: center;
}

.promo-editor-conteudo img,
.promo-lista-nav .slide-itens .li-promo img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.promo-lista-nav .slide-itens .li-promo a {
    display: block;
    text-align: center;
}

.promo-lista-nav .slide-itens li a:hover {
    opacity: 1 !important;
}

.promo-detalhe ul.itens li.li-promo:hover .promo-editor-conteudo img,
.promo-lista ul.itens li.li-promo:hover img.shake {
    animation: promo-shake 0.5s;
}

@keyframes promo-shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.promo-detalhe .promo-block {
    max-width: 700px;
    width: 100%;
    margin: 40px auto;
}

.promo-detalhe .promo-block h3 {
    font-weight: 700;
    font-size: 18px;
    color: #372228;
    margin-top: 30px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.promo-detalhe .promo-mais {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 50px;
}

.promo-detalhe .promo-mais h4 {
    font-weight: 500;
    color: #000;
    margin: 40px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.promo-detalhe .slide-promocao-menor {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.promo-detalhe .slide-promocao-menor li {
    max-width: 250px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-right: -6px;
    list-style: none;
}

.promo-detalhe .slide-promocao-menor li .animacao {
    width: 100%;
    overflow: hidden;
    border-radius: 5%;
    transform: rotate(0);
}

.promo-detalhe .slide-promocao-menor li .animacao img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
}

.promo-detalhe .slide-promocao-menor li .animacao img:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 770px) {
    .promo-detalhe .slide-promocao-menor li {
        width: 50%;
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .promo-detalhe .slide-promocao-menor li {
        width: 100%;
    }
}

.estrutura h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.estrutura h3 {
    font-weight: 300;
    font-size: 18px;
    color: #000;
    margin: 30px 0;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.185em;
    text-transform: uppercase;
}

.estrutura h4 {
    font-weight: 500;
    color: #000;
    margin: 40px 0 20px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.estrutura .col-block {
    width: 96%;
    padding: 20px;
    margin: 0 2%;
    background: #e6e6e6;
    border-radius: 15px;
}

.estrutura .col-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.estrutura .col-block p small{
    line-height: 12px;
}

.estrutura .col-block h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    text-transform: none;
}
.estrutura .col-block h4:first-child {
    margin-top: 0;
}

.estrutura .text-block {
    max-width: 600px;
    width: 100%;
    margin: 20px auto;
    padding: 0 20px;
}

.estrutura .text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}



.estrutura .inst-block {
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
}

.estrutura .inst-block aside {
    padding: 0 20px;
}

.estrutura .inst-block aside h3 {
    text-align: right;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.estrutura .inst-block aside p {
    font-weight: 300;
    color: #ccc;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    font-style: italic;
}

@media (max-width: 1080px) {
    .estrutura .inst-block aside h3 {
        text-align: left;
        padding: 0;
    }
    .estrutura .inst-block aside p {
        text-align: left;
        padding: 0;
    }
}

.estrutura .inst-block .text-col {
    font-size: 16px;
    line-height: 23px;
    padding: 0 20px;
    letter-spacing: 0.065em;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.estrutura .inst-block .text-col p:last-child {
    margin-bottom: 0;
}

.estrutura .inst-block .text-col .citacao {
    font-size: 36px;
    line-height: 40px;
}

.estrutura .inst-block .text-col .citacao span {
    color: #ccc;
}

.estrutura .prod-block {
    max-width: 700px;
    width: 100%;
    margin: 40px auto;
}

.estrutura .prod-block h3 {
    text-align: right;
    margin: 0 0 30px;
}

.estrutura .prod-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1080px) {
    .estrutura .prod-block h3 {
        text-align: left;
        padding: 0 20%;
    }
    .estrutura .prod-block p {
        text-align: left;
        padding: 0 20%;
    }
}

.estrutura ul.itens li {
    margin: 0 10px 10px;
    transition-duration: 0.3s;
}

.estrutura ul.itens li a {
    transition-duration: 0.3s;
}

.estrutura ul.itens li a:hover {
    opacity: 0.7;
}

.estrutura ul.itens li img {
    width: 100%;
}

.estrutura ul.itens li .caption {
    /*display: flex;*/
    font-size: 14px;
    color: #fff;
    margin: 0 0 40px;
    padding: 8px;
    background: linear-gradient(180deg, #e04d1e 0%, #bc350a 99.99%, rgba(224, 77, 30, 0) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.estrutura ul.itens li .caption div {
    padding: 0 0 0 20px;
}

.estrutura ul.itens li .caption div b {
    font-size: 11px;
}

.estrutura ul.itens li:hover a {
    text-decoration: none;
}

.estrutura ul.itens li .caption div:first-child {
    /*border-right: 1px solid #fff;*/
    padding: 0 10px;
}

.estrutura ul.ingressos li {
    background: #848484;
    margin-bottom: 10px;
    padding: 10px;
    transition-duration: 0.3s;
}

.estrutura ul.ingressos li:hover {
    opacity: 0.7;
}

.estrutura ul.ingressos li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.estrutura ul.ingressos li a:hover {
    text-decoration: none;
}

.estrutura ul.cardapio {
    text-align: center;
}

.estrutura ul.cardapio li img {
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
}

.estrutura ul.cardapio li p {
    font-size: 13px;
}

.estrutura .content-text a {
    color: #f00000;
}

.estrutura .content-text table th, .estrutura .content-text table td {
    padding: 5px;
}

.estrutura .content-text #accordion h5 {
    margin: 5px 0 0;
    background: #848484;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}

.estrutura .content-text #accordion .contacc {
    background: #e5e5e5;
    padding: 20px;
}

.estrutura form.contato {
    padding: 0 20%;
}

@media screen and (max-width: 991px) {
    .estrutura form.contato {
        padding: 0 2%;
    }
}

.estrutura form.contato.produto {
    padding: 0;
}

.estrutura form.contato .file-lb {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.estrutura form.contato .curriculo {
    width: 135px;
    display: inline-block;
    vertical-align: middle;
}

.estrutura form.contato .about-file {
    text-align: right;
    padding-right: 50px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

@media screen and (max-width: 770px) {
    .estrutura form.contato .about-file {
        display: inline-block;
        vertical-align: middle;
    }
}

.estrutura form.contato .form-control {
    background: #ebebeb;
    border-radius: 0;
    border: 0;
}

.estrutura form.contato .aviso {
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    margin-top: 20px;
    color: #393838;
}

.estrutura form.contato input.enviar {
    background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
    letter-spacing: 0.09em;
    color: #fff;
    display: table;
    transition-duration: 0.3s;
    float: right;
    border: 0;
}

.estrutura form.contato input.enviar:hover {
    opacity: 0.7;
}

.estrutura form.contato .alert p {
    margin-bottom: 0;
}

.estrutura figure {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.estrutura figure img {
    max-width: 100%;
}

.estrutura .pp-ul {
    text-align: center;
}

.estrutura .pp-ul li {
    max-width: 250px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-right: -6px;
}

.estrutura .pp-ul li img {
    width: 100%;
}

.estrutura .produtos-lista {
    text-align: center;
}

.estrutura .produtos-lista li {
    max-width: 300px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}

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

article.erro {
    text-align: center;
    margin-top: 100px;
}

article.erro h2 {
    font-size: 140px;
    font-weight: 700;
}

article.erro h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

article.erro img {
    margin-bottom: 20px;
}

article.erro a {
    color: #db0100;
}

.container {
    max-width: 1280px !important;
    width: 100% !important;
    padding: 0;
}

main.container {
    max-width: 1280px !important;
}

.filme-destq {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.filme-destq .bg {
    position: relative;
    overflow: hidden;
    /*    height: 240px;
        width: 100%;*/
    background: #000;
}

.filme-destq .bg nav {
    width: 100%;
    position: absolute;
}

.filme-destq .bg img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .filme-destq .bg img {
        width: 100%;
        /*height: 100%;*/
    }
}

.filme-destq .bg .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: 40px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    width: 53px;
    z-index: 3;
    transition-duration: 0.3s;
}

.filme-destq .bg .play:hover {
    opacity: 0.7;
}

.filme-destq .bg .play a {
    color: #373431;
}

.filme-destq .bg .play a i {
    position: absolute;
    top: -12px;
    left: -7px;
}

.filme-destq .fil-info {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.filme-destq .fil-info .fil-data {
    width: 100%;
}

.filme-destq .fil-info .fil-data div.poster {
    margin: -150px 10px 0;
    display: inline-block;
    width: 165px;
    text-align: left;
}

.filme-destq .fil-info .fil-data div.poster img {
    margin-bottom: 10px;
    width: 100%;
}

.filme-destq .fil-info .fil-data div.poster ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filme-destq .fil-info .fil-data div.poster ul li {
    margin-right: 5px;
    color: #212529;
    font-size: 14px;
    line-height: 16px;
}

.filme-destq .fil-info .fil-data div.poster ul li.borderrr {
    border-right: 1px solid #424242;
    padding-right: 5px;
}

.filme-destq .fil-info .fil-data div.titles {
    padding: 13px;
    display: inline-block;
    width: 660px;
    text-align: left;
}

@media screen and (max-width: 1080px) {
    .filme-destq .fil-info .fil-data {
        text-align: left;
        width: 100%;
    }
    .filme-destq .fil-info .fil-data div.poster {
        width: 38%;
        margin-right: -6px;
        vertical-align: top;
        margin-top: 25px!important;
    }
    .filme-destq .fil-info .fil-data div.titles {
        width: 60%;
        padding: 13px 1%;
        margin-right: -6px;
    }
}

@media screen and (max-width: 800px) {
    .filme-destq .fil-info .fil-data div.poster ul {
        display: block;
    }
    .filme-destq .fil-info .fil-data div.poster ul li {
        font-size: 12px;
        display: inline-block;
    }
    .filme-destq .fil-info .fil-data div.poster ul li.class {
        display: none;
    }
    .filme-destq .fil-info .fil-data div.poster ul li.borderrr {
        padding-right: 5px;
    }
}

.filme-destq .fil-info .fil-data div.titles h2 {
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #212529;
    padding: 5px 15px 0;
    text-transform: uppercase;
}

.filme-destq .fil-info .fil-data div.titles p {
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    padding: 0 15px;
}

.filme-destq .fil-info .fil-data div.titles .ingresso-btn {
    cursor: pointer;
}

.filme-destq .fil-info .fil-data ul.prod {
    position: relative;
    margin-bottom: 0;
    padding-left: 220px;
    display: flex;
    clear: both;
    width: 100%;
}

.filme-destq .fil-info .fil-data ul.prod li {
    width: 25%;
    margin-right: -6px;
    padding: 0 20px;
    text-align: left;
    border-right: 1px solid #a2d3c250;
}

.filme-destq .fil-info .fil-data ul.prod li:first-child {
    padding-left: 0;
}

@media screen and (max-width: 1080px) {
    .filme-destq .fil-info .fil-data ul.prod {
        padding-left: 0;
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .filme-destq .fil-info .fil-data ul.prod li {
        border: 0;
        margin-bottom: 20px;
        max-width: 50%;
        width: 50%;
        margin-right: -6px;
        padding: 0 5% !important;
        display: inline-block;
        vertical-align: top;
    }
    .filme-destq .fil-info .fil-data ul.prod::before {
        content: "";
        width: 1px;
        height: 100%;
        background: #a2d3c250;
        left: calc(50% - 1px);
        position: absolute;
    }
}

.filme-destq .fil-info .fil-data ul.prod li h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #454545;
}

.filme-destq .fil-info .fil-data ul.prod li p {
    color: #767676;
    font-size: 13px;
    padding: 0;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.filme-destq .fil-info .fil-data ul.prod li:last-child {
    border: 0;
}

.estrutura .programacao {
    margin-bottom: 35px;
    overflow-x: hidden;
}

.estrutura .programacao .aviso-mobile {
    margin: 10px auto;
    max-width: 1080px;
    width: 94%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: none;
}
@media screen and (max-width: 767px) {
    .estrutura .programacao .aviso-mobile {
        display: block;
    }
}

.estrutura .programacao .prog-data {
    padding: 30px 30px 30px 80px;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .estrutura .programacao .prog-data {
        padding: 10px 30px 10px 40px;
    }
}

.estrutura .programacao .prog-data .item {
    background: linear-gradient(97.92deg, #a2d3c2 5.28%, #4b7868 222.57%);
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.estrutura .programacao .prog-data .item p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.estrutura .programacao .prog-data .item p small {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.estrutura .programacao .prog-data .item.active {
    background: #4f1a2d;
}

.estrutura .programacao .prog-data .owl-nav span {
    font-size: 40px;
    line-height: 0;
    color: #999;
}

.estrutura .programacao .prog-data .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.estrutura .programacao .prog-data .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.estrutura .programacao .prog-data .owl-nav .owl-prev.disabled span, .estrutura .programacao .prog-data .owl-nav .owl-next.disabled span {
    opacity: 0;
}

.estrutura .programacao .aviso-compra {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
}

.estrutura .programacao .prog {
    text-transform: uppercase;
}

.estrutura .programacao .box-dados {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.estrutura .programacao .box-dados:nth-child(even) {
    background: #e5e5e5;
}

.estrutura .programacao .box-dados ul {
    padding: 0;
    margin: 0;
}

.estrutura .programacao .box-dados ul li {
    padding: 10px 0;
    justify-content: flex-start;
}

.estrutura .programacao .box-dados ul li .line {
    padding: 0 15px;
    margin-right: -6px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .estrutura .programacao .box-dados ul {
        margin: 0 auto;
    }
    .estrutura .programacao .box-dados ul li {
        padding: 10px 5%;
        text-align: center;
    }
    .estrutura .programacao .box-dados ul li .line {
        width: 20%;
    }
    .estrutura .programacao .box-dados ul li .line.times {
        width: 60%;
        text-align: left;
    }
}

.estrutura .programacao .box-dados ul li p {
    margin-bottom: 0;
}

.estrutura .programacao .box-dados ul li div .audio {
    background: #0d5621;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}
.estrutura .programacao .box-dados ul li div .poltronasemnumero {
    background: #e4592c;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}
.estrutura .programacao .box-dados ul li div .poltronanumerada {
    background: #4f1a2d;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.estrutura .programacao .box-dados ul li div.border-rg {
    border-right: 1px solid #a8a8a8;
    text-align: right;
    padding-left: 0;
    min-width: 100px;
    max-width: 100%;
}

.estrutura .programacao .box-dados ul li div.border-rg span {
    font-size: 10px;
    width: 36px;
    display: inline-flex;
    color: #e80000;
    font-weight: 700;
    border: 1px solid #e80000;
    padding: 2px 5px;
    margin: 0 10px 0 0;
}

.estrutura .programacao .box-dados ul li div.border-rg img {
    margin: 0 10px 0 0;
}

.estrutura .programacao .box-dados ul li time {
    border: 1px solid #848484;
    border-radius: 11px;
    color: #424242;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 14px;
    display: inline-block;
    margin: 3px 0 3px 10px;
}

.estrutura .programacao .box-dados ul li time:hover {
    background: #ccc;
}

.estrutura .programacao .box-dados ul li a.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: no-drop;
}

@media screen and (max-width: 1080px) {
    .estrutura .programacao .box-dados ul li time {
        padding: 5px;
        border-radius: 5px;
    }
}

.modal-ingressos {
    border-radius: 18px;
    border: 0;
}

.modal-ingressos h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.modal-header {
    padding: 1rem 1rem 0 1rem;
    border: 0;
}

.modal-ingressos p {
    margin-bottom: 0;
}

/* CARD de aviso de instalação pwa */
aside .app-alert {
    background: #301b27;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
}

aside .app-alert.ios .up {
    display: flex;
    align-items: center;
}

aside .app-alert .fechar {
    margin-right: 20px;
}
aside .app-alert h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
}
aside .app-alert p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
aside .app-alert .install-app-ios {
    display: flex;
    align-items: center;
    justify-content: center;
}
aside .app-alert .install-app-ios p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
aside .app-alert .install-app-ios img {
    margin: 0 5px;
}
aside .app-alert .install-app-ios p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.prog-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    color: #000;
}

.prog-content .filme {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .prog-content .filme {
        flex-direction: column;
        text-align: center;
        padding: 24px 0;
    }
    .prog-content .filme:nth-child(odd) {
        background: #e6e6e6;
    }
}

.prog-content .filme.meia-noite {
    background: #16252e;
}

.prog-content .filme .sala {
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.115em;
    white-space: nowrap;
}

.prog-content .filme .sala span {
    font-size: 20px;
    font-weight: bold;
}

.prog-content .filme .data h3 {
    color: #da491a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}

.prog-content .filme .data h4 {
    color: #da491a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .prog-content .filme .data h4 {
        text-align: center;
    }
}

.prog-content .filme .data p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

.prog-content .filme .data p .audio {
    background: #0d5621;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}

.prog-content .filme .data p .poltronasemnumero {
    background: #e4592c;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}
.prog-content .filme .data p .poltronanumerada {
    background: #4f1a2d;
    border-radius: 3px;
    padding: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}


.prog-content .filme .data time {
    border: 1px solid #a2d3c2;
    border-radius: 13px;
    color: #FFF;
    font-size: 13px;
    line-height: 15px;
    padding: 11px 18px;
    display: inline-block;
    margin: 3px 10px 3px 0;
    background: linear-gradient(97.92deg, #a2d3c2 5.28%, #4b7868 222.57%);
}

.prog-content .filme .data a.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: no-drop;
}

.prog-content .filme .data time:hover {
    background: #4f1a2d;
    border: 1px solid #4f1a2d;
    color: #fff;
}
.prog-content .filme .poster {
    width: 150px;
    margin: 20px;
}
.prog-content .filme .preco {
    display: inline-block;
    vertical-align: middle;
}

.prog-content .filme .preco img {
    width: 75px;
}

@media (max-width: 1080px) {
    .prog-content .filme .preco img {
        width: 100%;
    }
}

/* =========================================
   AJUSTE FINAL ÚNICO - HORÁRIOS (HOME)
   ========================================= */

/* grade de horários: 2 por linha e mais larga */
.home-filmes .home-filme-horarios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px;
    max-width: 320px !important;   /* mais largura no desktop */
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

/* item */
.home-filmes .home-filme-horario-slot {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.home-filmes .home-filme-horario-slot a {
    display: block;
    width: 100%;
    text-decoration: none;
}

/* botão de horário: retangular */
.home-filmes .home-filme-horario-slot time {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;             /* mais “comprido” */
    border-radius: 15px !important; /* menos arredondado */
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    text-align: center;
}

/* hover */
.home-filmes .home-filme-horario-slot a:hover time {
    background: #4f1a2d;
    border-color: #4f1a2d;
    color: #fff;
}

/* disabled */
.home-filmes .home-filme-horario-slot a.disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: no-drop;
}

/* mobile: mantém 2 por linha e largo sem quebrar */
@media (max-width: 767px) {
    .home-filmes .home-filme-horarios {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 270px !important;
        gap: 9px 10px;
        margin-top: 8px;
    }

    .home-filmes .home-filme-horario-slot time {
        min-height: 36px;
        padding: 8px 14px;
        border-radius: 5px !important;
        font-size: 11px;
        line-height: 13px;
    }
}
/* Mobile: setas centralizadas no pôster (não no bloco dos horários) */
@media (max-width: 767px) {
    .home-filmes .slide-filmecartaz .owl-nav,
    .home-filmes .slide-filmescartaz .owl-nav, /* fallback de classe */
    .home-filmes .slide-filmesbreve .owl-nav {
        position: absolute;
        top: 23%;                 /* ajusta a altura para o meio do pôster */
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 20;
        pointer-events: none;     /* evita travar clique fora das setas */
    }

    .home-filmes .slide-filmecartaz .owl-nav .owl-prev,
    .home-filmes .slide-filmescartaz .owl-nav .owl-prev,
    .home-filmes .slide-filmesbreve .owl-nav .owl-prev,
    .home-filmes .slide-filmecartaz .owl-nav .owl-next,
    .home-filmes .slide-filmescartaz .owl-nav .owl-next,
    .home-filmes .slide-filmesbreve .owl-nav .owl-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        pointer-events: auto;     /* clique só nas setas */
    }

    .home-filmes .slide-filmecartaz .owl-nav .owl-prev,
    .home-filmes .slide-filmescartaz .owl-nav .owl-prev,
    .home-filmes .slide-filmesbreve .owl-nav .owl-prev {
        left: -2px;
    }

    .home-filmes .slide-filmecartaz .owl-nav .owl-next,
    .home-filmes .slide-filmescartaz .owl-nav .owl-next,
    .home-filmes .slide-filmesbreve .owl-nav .owl-next {
        right: -2px;
    }
}
/* Mobile: ajustar SOMENTE o carrossel "Em Breve" */
@media (max-width: 767px) {
    .home-filmes-em-breve .slide-filmesbreve .owl-nav {
        top: 40% !important; /* desce as setas no Em Breve */
    }

    .home-filmes-em-breve .slide-filmesbreve .owl-nav .owl-prev,
    .home-filmes-em-breve .slide-filmesbreve .owl-nav .owl-next {
        top: 50% !important;
        transform: translateY(-50%);
    }
}
/* ===========================
   EM BREVE — 1 linha e maior
   =========================== */

/* 1) Badge no card do filme (poster-tag / label) */
.home-filmes ul.movie-cols li .box .poster-tag.em-breve-data,
.home-filmes ul.movie-cols li .box label.em-breve-data,
.home-filmes ul.movie-cols li .box .em-breve-data {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: max-content !important;
    min-width: 160px !important;   /* aumenta botão */
    max-width: none !important;
    height: 26px !important;
    padding: 0 18px !important;

    white-space: nowrap !important; /* 1 linha */
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-height: 1 !important;

    font-size: 11px !important;
    letter-spacing: 0.02em !important;
    border-radius: 8px !important;  /* mais retangular */
}

/* Se vier <br> no HTML, some com ele */
.home-filmes ul.movie-cols li .box .em-breve-data br,
.home-filmes ul.movie-cols li .box .poster-tag.em-breve-data br {
    display: none !important;
}

/* Se vier span/div interno quebrando linha */
.home-filmes ul.movie-cols li .box .em-breve-data * ,
.home-filmes ul.movie-cols li .box .poster-tag.em-breve-data * {
    display: inline !important;
    white-space: nowrap !important;
}

/* 2) Caso seja o botão da aba "EM BREVE" (controle superior) */
.home-filmes-em-breve-control li {
    min-width: 170px !important;
    height: 38px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
}

.home-filmes-em-breve-control li p {
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .home-filmes ul.movie-cols li .box .poster-tag.em-breve-data,
    .home-filmes ul.movie-cols li .box label.em-breve-data,
    .home-filmes ul.movie-cols li .box .em-breve-data {
        min-width: 98px !important;
        height: 24px !important;
        padding: 0 14px !important;
        font-size: 10.5px !important;
        border-radius: 7px !important;
    }

    .home-filmes-em-breve-control li {
        min-width: 156px !important;
        height: 34px !important;
    }

    .home-filmes-em-breve-control li p {
        font-size: 11px !important;
    }
}
/* Centralizar texto do botão "EM BREVE" */
.home-filmes-em-breve-control li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 0 14px !important;
}

.home-filmes-em-breve-control li p {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

/* Se também for o badge em cima do pôster */
.home-filmes .poster-tag.em-breve-data {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 34px !important;
    padding: 0 16px !important;
    line-height: 1 !important;
    text-align: center !important;
}
/* EM BREVE no mesmo estilo dos outros, mais arredondado e mais baixo */
.home-filmes-em-breve-control li {
    border: 1px solid #a13b52 !important;
    background: linear-gradient(180deg, #a13b52 0%, #80112a 100%) !important;
    border-radius: 16px !important;   /* mais arredondado */
    min-height: 30px !important;      /* menos alto */
    height: 30px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.home-filmes-em-breve-control li p {
    margin: 0 !important;
    padding: 0 10px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* Mobile */
@media (max-width: 767px) {
    .home-filmes-em-breve-control li {
        min-height: 28px !important;
        height: 28px !important;
        border-radius: 15px !important;
        padding: 0 10px !important;
    }

    .home-filmes-em-breve-control li p {
        font-size: 12.5px !important;
        letter-spacing: 0.04em !important;
    }
}
/* Mobile: arredondar igual/parecido com desktop (sem mexer em tamanho e espaçamento) */
@media (max-width: 767px) {
    .home-filmes .home-filme-horario-slot time {
      border-radius: 15px !important;
    }
  }
  /* Só MOBILE: esticar um pouco na largura (desktop não muda) */
@media (max-width: 767px) {
    .home-filmes .home-filme-horarios {
      max-width: 286px !important; /* aumenta a largura do conjunto */
    }
  
    .home-filmes .home-filme-horario-slot time {
      padding-left: 16px !important;
      padding-right: 16px !important;
      min-height: 36px !important;   /* mantém altura */
      border-radius: 12px !important; /* arredondado equilibrado */
    }
    .top-pp{
        display: block !important; 
    }
  }

  /* SANFONA SOMENTE MOBILE (página do filme) */
@media (max-width: 767px) {
    /* esconde bloco antigo no mobile */
    .filme-destq .fil-info .fil-data > ul.prod {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion {
      display: block;
      width: 92%;
      margin: 12px auto 0;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
      color: #fff;
      border-radius: 14px;
      padding: 10px 14px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::-webkit-details-marker {
      display: none;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::after {
      content: "⌄";
      font-size: 16px;
      line-height: 1;
      transition: transform .2s ease;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion[open] summary::after {
      transform: rotate(180deg);
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod {
      display: block !important;
      width: 100% !important;
      padding-left: 0 !important;
      margin-top: 12px !important;
    }
  
    /* remove a linha vertical do CSS antigo */
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod::before {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod li {
      width: 100% !important;
      max-width: 100% !important;
      display: block !important;
      padding: 0 0 12px !important;
      margin: 0 0 12px !important;
      border-right: 0 !important;
      border-bottom: 1px solid #a2d3c250;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod li:last-child {
      border-bottom: 0;
      margin-bottom: 0 !important;
    }
  }
  
  /* garante que a sanfona não apareça no desktop */
  @media (min-width: 768px) {
    .filme-destq .fil-info .fil-data .prod-mobile-accordion {
      display: none !important;
    }
  }

  /* ===========================
   MOBILE - PROGRAMAÇÃO FILME
   =========================== */
@media (max-width: 767px) {

    /* container de cada sala */
    .estrutura .programacao .box-dados {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 0 10px 0 !important;
      padding: 8px 10px !important;
      box-sizing: border-box;
    }
  
    .estrutura .programacao .box-dados ul,
    .estrutura .programacao .box-dados ul li {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* layout alinhado: SALA | DUB/LEG | horários */
    .estrutura .programacao .box-dados ul li {
      display: grid !important;
      grid-template-columns: 58px 52px 1fr !important;
      column-gap: 8px !important;
      row-gap: 6px !important;
      align-items: start !important;
      text-align: left !important;
    }
  
    .estrutura .programacao .box-dados ul li .line {
      width: auto !important;
      padding: 0 !important;
      margin: 0 !important;
      display: block !important;
    }
  
    .estrutura .programacao .box-dados ul li .line.times {
      width: auto !important;
      text-align: left !important;
    }
  
    .estrutura .programacao .box-dados ul li .line.times p {
      margin: 0 !important;
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 6px !important;
      align-items: center !important;
    }
  
    /* botões de horário */
    .estrutura .programacao .box-dados ul li time {
      margin: 0 !important;
      min-width: 44px !important;
      text-align: center !important;
      padding: 6px 8px !important;
      border-radius: 8px !important;
      font-size: 11px !important;
      line-height: 1.1 !important;
    }
  
    /* badge DUB/LEG */
    .estrutura .programacao .box-dados ul li .audio {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-width: 40px !important;
      height: 20px !important;
      padding: 0 6px !important;
      font-size: 10px !important;
      line-height: 1 !important;
    }
  
    /* remove a linha vertical que atrapalha no mobile */
    .filme-destq .fil-info .fil-data ul.prod::before {
      display: none !important;
    }
  
    /* OBS no final: tira o margin 200px do inline style */
    .estrutura .programacao > p:last-of-type {
      margin: 12px 12px 0 !important;
      font-size: 12px !important;
      line-height: 1.35 !important;
      text-align: left !important;
    }
  }

  /* ============================================================
   MOBILE ONLY - FILME (ficha + sanfona + alinhamento programação)
   Desktop não muda
   ============================================================ */
@media (max-width: 767px) {

    /* topo do filme */
    .filme-destq .fil-info .fil-data div.poster ul li.meta-tempo,
    .filme-destq .fil-info .fil-data div.poster ul li.meta-genero {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .titles .sinopse-resumo {
      display: none !important;
    }
  
    .mobile-ficha-filme {
      display: block !important;
      margin: 8px 15px 0;
    }
  
    .mobile-ficha-filme p {
      margin: 0 0 4px 0;
      font-size: 13px;
      line-height: 1.35;
      color: #212529;
    }
  
    .mobile-ficha-filme p strong {
      color: #372228;
    }
  
    /* sanfona mobile */
    .filme-destq .fil-info .fil-data > ul.prod {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion {
      display: block !important;
      width: 92%;
      margin: 12px auto 0;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
      color: #fff;
      border-radius: 14px;
      padding: 10px 14px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::-webkit-details-marker {
      display: none;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::after {
      content: "⌄";
      font-size: 16px;
      line-height: 1;
      transition: transform .2s ease;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion[open] summary::after {
      transform: rotate(180deg);
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod {
      display: block !important;
      width: 100% !important;
      padding-left: 0 !important;
      margin-top: 12px !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod::before {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod li {
      width: 100% !important;
      max-width: 100% !important;
      display: block !important;
      padding: 0 0 12px !important;
      margin: 0 0 12px !important;
      border-right: 0 !important;
      border-bottom: 1px solid #a2d3c250;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion .prod li:last-child {
      border-bottom: 0;
      margin-bottom: 0 !important;
    }
  
    /* alinhamento da programação */
    .estrutura .programacao .box-dados {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 0 10px 0 !important;
      padding: 8px 10px !important;
      box-sizing: border-box;
    }
  
    .estrutura .programacao .box-dados ul,
    .estrutura .programacao .box-dados ul li {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    .estrutura .programacao .box-dados ul li {
      display: grid !important;
      grid-template-columns: 58px 52px 1fr !important;
      column-gap: 8px !important;
      row-gap: 6px !important;
      align-items: start !important;
      text-align: left !important;
    }
  
    .estrutura .programacao .box-dados ul li .line {
      width: auto !important;
      padding: 0 !important;
      margin: 0 !important;
      display: block !important;
    }
  
    .estrutura .programacao .box-dados ul li .line.times {
      width: auto !important;
      text-align: left !important;
    }
  
    .estrutura .programacao .box-dados ul li .line.times p {
      margin: 0 !important;
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 6px !important;
      align-items: center !important;
    }
  
    .estrutura .programacao .box-dados ul li time {
      margin: 0 !important;
      min-width: 44px !important;
      text-align: center !important;
      padding: 6px 8px !important;
      border-radius: 8px !important;
      font-size: 11px !important;
      line-height: 1.1 !important;
    }
  
    .estrutura .programacao .box-dados ul li .audio {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-width: 40px !important;
      height: 20px !important;
      padding: 0 6px !important;
      font-size: 10px !important;
      line-height: 1 !important;
    }
  
    /* corrige observação final no mobile */
    .estrutura .programacao > p:last-of-type {
      margin: 12px 12px 0 !important;
      font-size: 12px !important;
      line-height: 1.35 !important;
      text-align: left !important;
    }
  }
  
  @media (min-width: 768px) {
    .mobile-ficha-filme {
      display: none !important;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion {
      display: none !important;
    }
  }

/* Apps de acessibilidade — mesma largura dos horários no desktop */
.filme-apps-acessibilidade {
    background: rgb(226, 217, 217);
    box-sizing: border-box;
}

.filme-apps-acessibilidade--desktop {
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 25px auto 15px auto;
    padding: 26px 32px;
    border-radius: 18px;
}

.filme-apps-acessibilidade--desktop h4 {
    margin: 0 0 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.filme-apps-acessibilidade__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.filme-apps-acessibilidade__logos img {
    display: block;
    max-height: 56px;
    width: auto;
    max-width: 100%;
}

.filme-apps-acessibilidade__texto {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.45;
    color: #212529;
}

.filme-apps-acessibilidade--mobile {
    display: none;
}

@media (max-width: 767px) {
    .filme-apps-acessibilidade--desktop {
        display: none !important;
    }

    .filme-apps-acessibilidade--mobile {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 12px !important;
        padding: 14px 12px !important;
        border-radius: 14px;
        border-bottom: 0 !important;
    }

    .filme-apps-acessibilidade--mobile h5 {
        margin: 0 0 10px !important;
        text-align: center;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #212529 !important;
    }

    .filme-apps-acessibilidade--mobile .filme-apps-acessibilidade__logos {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .filme-apps-acessibilidade--mobile .filme-apps-acessibilidade__logos img {
        max-height: 48px;
    }

    .filme-apps-acessibilidade--mobile .filme-apps-acessibilidade__texto {
        font-size: 11px;
        font-weight: 600;
        text-transform: none;
    }
}

/* MOBILE - layout correto do topo do filme */
@media (max-width: 767px) {
    .filme-destq .fil-info .fil-data {
      display: grid !important;
      grid-template-columns: 132px 1fr !important;
      grid-template-areas:
        "titulo titulo"
        "poster info"
        "sanfona sanfona";
      column-gap: 10px;
      row-gap: 8px;
      align-items: start;
      padding: 0 10px;
      box-sizing: border-box;
    }
  
    /* títulos viram "conteúdo solto" para posicionar h2 e ficha separadamente */
    .filme-destq .fil-info .fil-data .titles {
      display: contents !important;
    }
    .filme-destq .fil-info .fil-data div.poster{
        margin-top: 8px !important;
    }
    /* sobe SOMENTE o título */
    .filme-destq .fil-info .fil-data .titles h2 {
      grid-area: titulo;
      width: 100% !important;
      margin: 0 !important;
      padding: 10px 0  0 !important;
      font-size: 26px !important;
      line-height: 1 !important;
      text-align: left !important;
    }
  
    /* sinopse sai do topo no mobile (vai para "Mais informações") */
    .filme-destq .fil-info .fil-data .titles .sinopse-resumo {
      display: none !important;
    }
  
    /* pôster continua à esquerda */
    .filme-destq .fil-info .fil-data .poster {
      grid-area: poster;
      width: 132px !important;
      max-width: 132px !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    .filme-destq .fil-info .fil-data .poster img {
      width: 100% !important;
      display: block;
    }
  
    /* remove duração/gênero debaixo do pôster no mobile */
    .filme-destq .fil-info .fil-data .poster .meta-tempo,
    .filme-destq .fil-info .fil-data .poster .meta-genero {
      display: none !important;
    }
  
    /* informações continuam ao lado do pôster */
    .mobile-ficha-filme {
      grid-area: info;
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    .mobile-ficha-filme p {
      margin: 0 0 4px 0;
      font-size: 13px;
      line-height: 1.35;
      color: #212529;
    }
  
    .mobile-ficha-filme p strong {
      color: #372228;
    }
  
    /* bloco desktop de infos escondido no mobile */
    .filme-destq .fil-info .fil-data > ul.prod {
      display: none !important;
    }
  
    /* "Mais informações" embaixo, centralizado */
    .filme-destq .fil-info .fil-data .prod-mobile-accordion {
      grid-area: sanfona;
      display: block !important;
      width: min(92%, 360px) !important;
      margin: 8px auto 0 !important;
      justify-self: center;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary {
      list-style: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(180deg, #a13b52 0%, #80112a 100%);
      color: #fff;
      border-radius: 14px;
      padding: 10px 14px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::-webkit-details-marker {
      display: none;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion summary::after {
      content: "⌄";
      font-size: 16px;
      line-height: 1;
      transition: transform .2s ease;
    }
  
    .filme-destq .fil-info .fil-data .prod-mobile-accordion[open] summary::after {
      transform: rotate(180deg);
    }
  }
  
  /* desktop continua igual */
  @media (min-width: 768px) {
    .mobile-ficha-filme,
    .prod-mobile-accordion {
      display: none !important;
    }
  }
  /* MOBILE: descer infos para alinhar topo com o pôster */
@media (max-width: 767px) {
    .filme-destq .fil-info .fil-data .mobile-ficha-filme {
      margin-top: 20px !important;   /* ajuste fino: 6px, 8px ou 10px */
      align-self: start !important;
    }
  }


  /* =========================================================
   CLASSIFICAÇÃO INDICATIVA
   Mesmo estilo usado no carrossel da página inicial
   ========================================================= */

   span.ci::before {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 0 !important;

    box-sizing: border-box !important;
    border-radius: 5px !important;

    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-align: center !important;
    white-space: nowrap !important;

    background-image: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35) !important;
    vertical-align: middle !important;
}
/* Livre */
span.ci.classL::before,
span.ci.class_autoL::before {
    content: "L" !important;
    background-color: #00A85A !important;
}

/* 6 anos */
span.ci.class6::before,
span.ci.class_auto6::before {
    content: "6" !important;
    background-color: #E43493 !important;
}

/* 10 anos */
span.ci.class10::before,
span.ci.class_auto10::before {
    content: "10" !important;
    background-color: #01AFF0 !important;
}

/* 12 anos */
span.ci.class12::before,
span.ci.class_auto12::before {
    content: "12" !important;
    background-color: #FFCC29 !important;
}

/* 14 anos */
span.ci.class14::before,
span.ci.class_auto14::before {
    content: "14" !important;
    background-color: #F58633 !important;
}

/* 16 anos */
span.ci.class16::before,
span.ci.class_auto16::before {
    content: "16" !important;
    background-color: #EC3237 !important;
}

/* 18 anos */
span.ci.class18::before,
span.ci.class_auto18::before {
    content: "18" !important;
    background-color: #000 !important;
}





/* =========================================================
   MOBILE - CARROSSEL DE PROMOÇÕES E EVENTOS
   Imagem central inteira + partes das imagens laterais
   ========================================================= */

   @media screen and (max-width: 767px) {

    .home-bloco.promocoes-home .slide-promocoes,
    .home-bloco.eventos-home .slide-promocoes {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-stage-outer,
    .home-bloco.eventos-home .slide-promocoes .owl-stage-outer {
        overflow: hidden !important;
    }

    /* Remove espaços e margens dos itens laterais */
    .home-bloco.promocoes-home .slide-promocoes .owl-item,
    .home-bloco.eventos-home .slide-promocoes .owl-item,
    .home-bloco.promocoes-home .slide-promocoes .owl-item > li,
    .home-bloco.eventos-home .slide-promocoes .owl-item > li {
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-item > li > a,
    .home-bloco.eventos-home .slide-promocoes .owl-item > li > a {
        display: block !important;
        width: 100% !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-item .animacao,
    .home-bloco.eventos-home .slide-promocoes .owl-item .animacao {
        width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-item img,
    .home-bloco.eventos-home .slide-promocoes .owl-item img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /*
     * Imagens cortadas nas laterais:
     * sem borda vazia e sem arredondamento nas extremidades.
     */
    .home-bloco.promocoes-home .slide-promocoes .owl-item:not(.center) > li,
    .home-bloco.eventos-home .slide-promocoes .owl-item:not(.center) > li {
        border: 0 !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-item:not(.center) .animacao,
    .home-bloco.eventos-home .slide-promocoes .owl-item:not(.center) .animacao,
    .home-bloco.promocoes-home .slide-promocoes .owl-item:not(.center) img,
    .home-bloco.eventos-home .slide-promocoes .owl-item:not(.center) img {
        border-radius: 0 !important;
    }

    /*
     * Imagem central:
     * cria uma borda/espaçamento somente dos dois lados.
     */
    .home-bloco.promocoes-home .slide-promocoes .owl-item.center > li,
    .home-bloco.eventos-home .slide-promocoes .owl-item.center > li {
        border-left: 12px solid #f1f1f1 !important;
        border-right: 12px solid #f1f1f1 !important;
        background-color: #f1f1f1 !important;
    }

    .home-bloco.promocoes-home .slide-promocoes .owl-item.center .animacao,
    .home-bloco.eventos-home .slide-promocoes .owl-item.center .animacao {
        border-radius: 5% !important;
    }
}
/* =========================================================
   MOBILE - REDUZ A ALTURA DAS IMAGENS LATERAIS
   ========================================================= */

   @media screen and (max-width: 767px) {

    .home-bloco.promocoes-home .slide-promocoes .owl-item:not(.center) > li,
    .home-bloco.eventos-home .slide-promocoes .owl-item:not(.center) > li {
        transform: scaleY(0.72) !important;
        transform-origin: center center !important;
        transition: transform 0.35s ease !important;
    }

    /* A imagem central permanece com altura normal */
    .home-bloco.promocoes-home .slide-promocoes .owl-item.center > li,
    .home-bloco.eventos-home .slide-promocoes .owl-item.center > li {
        transform: scaleY(1) !important;
    }
}











