:root {
  --font-family: "Montserrat", sans-serif;
  --wine: #0B4080;
  --black: #212529;
  --black-bg: #212529;
  --grey: #EAEAEA;
  --white: #FFFFFF;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

small a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.text-light-red {
  color: var(--wine);
}

.text-orange {
  color: var(--wine);
}

#htmlPage[data-bs-theme="light"] {
  background: #EAEAEA;
}

body {
  font-family: var(--font-family);
  background: none;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 90px;
  }
}

.container {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

header.wbanner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 1496px;
  width: 100%;
  margin: 0 auto;
  color: var(--white);
}

.main-header {
  position: relative;
}
@media (max-width: 991px) {
  header.wbanner {
    position: initial;
    background: none;
    color: initial;
  }
  .main-header {
    padding: 4px 0;
  }
}

.menu-row-up {
  padding: 12px 0;
}
#htmlPage[data-bs-theme="light"] .menu-row-up {
  border-bottom: 1px solid #00000030;
}
#htmlPage[data-bs-theme="dark"] .menu-row-up {
  border-bottom: 1px solid #ffffff30;
}
@media (max-width: 991px) {
  .menu-row-up {
    padding: 13px 16px;
    border-bottom: 0;
  }
}
.menu-row-down {
  padding: 12px 0;
}
@media (max-width: 991px) {
  .menu-row-down {
    padding: 13px 16px;
  }
}
@media (min-width: 991px) {
  header.wbanner .menu-row-up {
    border-bottom: 1px solid #ffffff30 !important;
  }
}


.main-logo {
  width: 180px;
  height: 30px;
}
#htmlPage[data-bs-theme="light"] .main-logo {
  background-image: url("../images/logo-preto.png");
  background-size: 100% auto;
}
#htmlPage[data-bs-theme="dark"] .main-logo {
  background-image: url("../images/logo-branco.png");
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .main-logo {
    width: 167px;
    height: 28px;
  }
}
@media (min-width: 991px) {
  header.wbanner .main-logo {
    background-image: url("../images/logo-branco.png") !important;
  }
}
.footer-logo {
  width: 270px;
  height: 45px;
}
#htmlPage[data-bs-theme="light"] .footer-logo {
  background-image: url("../images/logo-preto.png");
  background-size: 100% auto;
}
#htmlPage[data-bs-theme="dark"] .footer-logo {
  background-image: url("../images/logo-branco.png");
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .footer-logo {
    width: 248px;
    height: 42px;
  }
}


.main-header .nav-link {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  border-bottom: 3px solid #ffffff00;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: var(--bs-navbar-nav-link-padding-x);
  margin-right: var(--bs-navbar-nav-link-padding-x);
}
#htmlPage[data-bs-theme="light"] .main-header .nav-link {
  color: #000;
}
.main-header .nav-link:hover {
  border-bottom: 3px solid var(--wine);
}
.main-header .nav-link.no-bar:hover {
  border-bottom: 3px solid #ffffff00;
}
.nav-item.dropdown:hover a i.blue {
  color: var(--white);
}
header.wbanner .main-header .nav-link:hover {
  border-bottom: 3px solid var(--white);
}
header.wbanner .main-header .nav-link.no-bar:hover {
  border-bottom: 3px solid #ffffff00;
}
.main-header .nav-link .ft-social {
  background: #6B6B6B;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  color: var(--white);
  font-size: 20px;
}
.nav-item .nav-link i.plus-size {
  font-size: 20px;
}
.nav-item .nav-link i.plus-size.blue {
  color: var(--wine);
}
.nav-item .nav-link i.fa-chevron-down {
  transition: 0.4s;
}
.nav-item:hover .nav-link i.fa-chevron-down {
  transform: rotate(3.142rad);
}
i.fa-ticket {
  transform: rotate(5.5rad);
}
.nav-item.dropdown:hover {
  background: #262626;
  border-radius: 16px 16px 0 0;
}
.nav-item.dropdown:hover a {
  color: var(--white) !important;
}
#htmlPage[data-bs-theme="light"] header.wbanner .main-header .nav-link,
#htmlPage[data-bs-theme="dark"] header.wbanner .main-header .nav-link {
  color: var(--white);
}
@media (max-width: 991px) {
  .main-header .nav-link {
    font-weight: 900;
  }
  #htmlPage[data-bs-theme="light"] header.wbanner .main-header .nav-link {
    color: #000 !important;
    transition: none;
  }
  #htmlPage[data-bs-theme="dark"] header.wbanner .main-header .nav-link {
    color: var(--white) !important;
    transition: none;
  }
}
.dropdown-item {
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF70;
  padding: 10px 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--white);
  background: none;
}
.dropdown-item span {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: var(--white);
}

.navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  background: #262626;
  border: 0;
  color: #FFFFFF70;
  border-radius: 0 0 16px 16px;
  min-width: 100%;
}
.dropdown-toggle::after {
      display: none;
  }

@media (max-width: 991px) {
  .main-header .navbar-collapse {
    position: absolute;
    top: 106px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 16px;
    background: var(--white);
  }
  #htmlPage[data-bs-theme="dark"] .main-header .navbar-collapse {
    background: #212529;
  }
  #htmlPage[data-bs-theme="light"] .dropdown-item {
    color: #000 !important;
  }
  #htmlPage[data-bs-theme="dark"] .dropdown-item {
    color: var(--white) !important;
  }
  .nav-item.dropdown:hover, .navbar-nav > .dropdown:hover > .dropdown-menu   {
    background: initial;
  }
  .main-header .navbar-collapse.show {
    display: block;
  }
  .nav-item .nav-link i {
    display: none;
  }
  .main-header .dropdown-menu {
    display: block;
    padding: 0;
    background: none;
    border: 0;
    margin-left: 7vw;
  }
  .dropdown-toggle::after {
      display: none;
  }

  .main-header .dropdown-menu li {
    list-style: none;
  }

  .main-header .dropdown-menu li a {
    padding: 10px 0;
  }

  .main-header .dropdown-toggle::after {
    border: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler h2 {
  color: var(--grey);
}

.main-header .dropdown-menu {
  margin-top: 0;
}

.btn-club {
  text-decoration: none;
  font-size: 42px;
  color: var(--bs-heading-color);
}

.main-banner {
  width: 100%;
  box-sizing: border-box;
}
.destaque {
  position: relative;
  max-width: 1496px;
  width: 100%;
  margin: 0 auto;
}
.destaque::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#htmlPage[data-bs-theme="light"] .destaque::after {
  background: linear-gradient(180deg,rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 1) 100%);
}
#htmlPage[data-bs-theme="dark"] .destaque::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 100%);
}
@media (max-width: 991px) {
  .destaque::after {
    bottom: 32px;
    height: 20px;
  }
}

.main-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .corp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 26px;
  background: rgba(115, 113, 113, 0.4);
  border-radius: 0 0 16px 16px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: absolute;
  bottom: 0;
  width: 100%;
  transition-duration: 0.2s;
}

.swiper-slide .corp .corp-title {
  color: var(--white);
  font-weight: 800;
  font-size: 20px;
}
.swiper-slide .corp span {
  width: 55px;
  height: 55px;
  background: var(--wine);
  color: var(--white);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
  transform: rotate(-45deg);
}

.swiper-slide:hover .corp {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.swiper-slide:hover .corp span {
  background: var(--white);
  color: var(--wine);
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.swiper-slide img.tmdb {
  width: auto;
  display: inline-block;
  margin-right: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
}
.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.custom-swiper-button {
  color: var(--white);
  position: absolute;
  z-index: 9;
  top: 0;
  background: var(--wine);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  padding-top: 13px;
}
.custom-swiper-button.main-banner-prev {
  right: 80px;
  top: initial;
  bottom: 200px;
}
.custom-swiper-button.main-banner-next {
  right: 15px;
  top: initial;
  bottom: 200px;
}

.custom-swiper-button.cs-prev {
  right: 65px;
}

.custom-swiper-button.cs-next {
  right: 0;
}

.custom-swiper-button.cs-prev.movie-now-prev, .custom-swiper-button.cs-next.movie-now-next, .custom-swiper-button.cs-prev.movie-nxt-prev, .custom-swiper-button.cs-next.movie-nxt-next, .custom-swiper-button.cs-prev.movie-pvn-prev, .custom-swiper-button.cs-next.movie-pvn-next {
  top: -65px;
}

.custom-swiper-button.bombo-prev {
  top: -50px;
  right: 42px;
}
.custom-swiper-button.bombo-next {
  top: -50px;
  right: 0;
}
.bombo-content {
  height: 615px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 829px) {
  .bombo-content {
    height: 255px;
  }
}

.custom-swiper-button.cs-prev2 {
  left: -40px;
  background: none;
  top: 40px;
  color: var(--bs-heading-color);
}

.custom-swiper-button.cs-next2 {
  right: -40px;
  background: none;
  top: 40px;
  color: var(--bs-heading-color);
}

@media (max-width: 991px) {
  .custom-swiper-button.cs-prev2 {
    left: 0px;
  }

  .custom-swiper-button.cs-next2 {
    right: 0px;
  }

}

.main-banner-pagination {
  position: initial;
  margin-top: 24px;
}

.main-banner-pagination:hover {
  position: initial;
  margin-top: 24px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--wine);
}

@media (max-width: 991px) {
  .main-banner-pagination {
    bottom: 20px !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}



.poster-small {
  height: 90px;
  border-radius: 8px 0 0 8px;
}

.movie-info h3 {
  color: var(--wine);
  font-weight: 600;
  margin: 0;
}

.movie-info p {
  color: var(--grey);
  margin: 0;
}

.countdown-wrapper {
  min-width: 220px;
}

.countdown-wrapper h4 {
  margin: 0;
  color: var(--wine);
}

.countdown-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-value {
  font-size: 24px;
  font-weight: 700;
}

.countdown-label {
  font-size: 12px;
  color: var(--wine);
}

@media (max-width: 991px) {

  .colw100 {
    width: 100%;
    padding-top: 16px;
  }

  .movie-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .movie-info h3 {
    font-size: 16px;
  }

  .movie-info p {
    font-size: 14px;
  }

  .poster-small {
    position: absolute;
    top: 0;
    left: 0;
  }

  .countdown-wrapper {
    display: flex;
    width: 88%;
    gap: 16px;
    align-items: center;
  }

  .countdown-segment {
    flex-direction: row;
    gap: 8px;
  }

  .btn-light-red.btn-countdown {
    position: absolute;
    bottom: 8px;
    padding: 4px;
    right: 8px;
  }
}

section.promocoes {
  padding: 40px 0;
}

section.serv-facil {
  margin-bottom: 40px;
}

div.ad-block {
  padding: 32px 16px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  display: grid;
  grid-gap: 8px;
}

.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
  margin-right: 24px;
  color: #00000050;
  position: relative;
  padding: 16px 24px;
  border: 0;
  border-bottom: 3px solid #ffffff00;
}
.nav-tabs .nav-link:hover {
  border-bottom: 3px solid #ffffff00;
}

#htmlPage[data-bs-theme="light"] .nav-tabs .nav-link {
  color: #000000;
}
#htmlPage[data-bs-theme="dark"] .nav-tabs .nav-link {
  color: var(--white);
}


.nav-tabs .nav-link.active {
  background-color: transparent;
  font-weight: 800;
  color: var(--wine);
  border-bottom: 3px solid var(--wine);
}

#htmlPage[data-bs-theme="light"] .nav-tabs .nav-link.active {
  color: var(--wine);
}
#htmlPage[data-bs-theme="dark"] .nav-tabs .nav-link.active {
  color: var(--wine);
}

.nav-tabs {
  border: none !important;
}

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.tab-content {
  border: none !important;
  padding: 0;
}

.nav-tabs h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  margin: 0;
}
@media (max-width: 991px) {
  .nav-tabs {
    margin-bottom: 40px;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 15px;
    width: 100%;
  }
  .nav-tabs.bomb {
    gap: 6px;
    margin-bottom: 10px;
    border-bottom: 0 !important;
  }
  .nav-tabs h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .nav-tabs .nav-link {
    margin-right: 15px;
  }
  .nav-tabs.bomb .nav-link {
    margin-right: 9px;
  }
  .nav-tabs .nav-link h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.btn-light-red {
  background-color: var(--wine);
  color: var(--white);
  border: none;
  padding: 8px;
  font-weight: 700;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.btn-light-red.xxl {
  padding: 16px;
  border-radius: 16px;
}
.btn-light-red.selected {
  background-color: #7F7F7F;
}
.btn-light-red.active {
  background-color: var(--wine);
  color: var(--white);
}
.btn-light-red.medium {
  text-transform: uppercase;
  font-size: 16px;
}
.btn-light-red.large {
  text-transform: uppercase;
  font-size: 23px;
  padding: 20px 30px;
  font-weight: 800;
}
.btn-light-red.reverse {
  background-color: var(--white);
  color: var(--wine);
}
.btn-light-red.reverse-color {
  background-color: initial;
  color: var(--wine);
  border: 1px solid var(--wine);
}
.btn-light-red.outline {
  background-color: initial;
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-light-red.fup {
  font-size: 35px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}
.btn-light-red.anexo {
  background-color: #a3a3a3;
  height: 64px;
  padding: 22px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.btn-light-red.fup span {
  width: 75%;
}

.btn-light-red:hover,
.btn-light-red:focus {
  background-color: #07264c;
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 991px) {
  .btn-light-red {
    font-size: 13px;
  }
  .btn-light-red.fup {
    font-size: 22px;
  }
}

.btn-orange {
  background-color: var(--black);
  color: var(--wine);
  border: 1px solid var(--wine);
  padding: 0.5rem 1rem;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: var(--black-bg);
  border: 1px solid var(--wine);
  color: var(--wine);
  text-decoration: none;
}

@media (max-width: 991px) {
  .btn-orange {
    font-size: 13px;
  }
}

.poster-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.swiper-slide:hover .poster-wrapper {
  opacity: 0.8;
}

.poster-img {
  display: block;
  border-radius: 16px !important;
  width: 100%;
  height: auto;
  transition: transform .5s;
}

.tag-estreia {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  color: var(--white);
  font-size: 15px;
  padding: 5px 12px;
  border-radius: 6px;
  z-index: 3;
  font-weight: 400;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  padding: 16px 0 32px;
  justify-content: space-between;
}

.card-title {
  font-weight: bold;
  text-align: left;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.swiper-slide:hover .card-title {
  color: var(--wine);
}

.card-text {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#htmlPage[data-bs-theme="light"] .card-text {
  color: #00000050;
}
#htmlPage[data-bs-theme="dark"] .card-text {
  color: #ffffff50;
}

.classificacao-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 32px;
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  font-family: var(--font-family);
  user-select: none;
  margin-right: 6px;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: 16px;
  border: 1px solid var(--white);
}
.classificacao-box.on-dsc {
  width: 26px;
  height: 22px;
  position: initial;
  border-right: 0 !important;
  text-align: center;
  padding-right: 0 !important;
  margin-right: 0;
}

.classificacao-livre {
  background-color: #4CAF50;
}

.classificacao-10 {
  background-color: #2196F3;
}

.classificacao-12 {
  background-color: #cfbb0b;
}

.classificacao-14 {
  background-color: #FF9800;
}

.classificacao-16 {
  background-color: #F44336;
}

.classificacao-18 {
  background-color: #000;
}


footer {
  margin-top: 60px;
}

.footer-bottom h4 {
  margin: 0;
  font-size: 14px;
  color: #00000050;
}

.footer-bottom img {
  height: 40px;
}

.footer-bottom .col-md {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .col-desc {
  width: 26%;
  margin-right: 6%;
}
footer .col-link {
  width: 35%;
  margin-right: 3%;
}
footer .col-link .wmgr {
  margin-right: 13%;
}
footer .col-link ul li {
  margin-bottom: 20px;
  font-size: 18px;
}
footer .col-form {
  width: 30%;
}
@media (max-width: 991px) {
  footer .col-desc {
    width: 100%;
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  footer .col-link {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  footer .col-link .wmgr {
    margin-right: 10%;
  }
  footer .col-link ul li {
    margin-bottom: 5px;
    font-size: 16px;
  }
  footer .col-form {
    width: 100%;
  }
  .footer-top .foot-desc, footer .col-desc h3 {
    text-align: left;
  }
}

.border-opacity {
  border-color: #000 !important;
  border-radius: 8px;
}

.footer-top h3 {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.footer-top ul li a {
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}
#htmlPage[data-bs-theme="light"] .footer-top ul li a {
  color: #000;
}
#htmlPage[data-bs-theme="dark"] .footer-top ul li a {
  color: var(--white);
}

.footer-top ul li a:hover {
  color: var(--white);
}

.footer-top .border-opacity {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-top .btn-light-red {
  background-color: var(--white);
  color: var(--wine);
  border: none;
  border-radius: 0 8px 8px 0;
  height: 48px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  width: 100%;
  border-left: 0;
}
.footer-top .btn-light-red:hover {
  background-color: var(--wine);
  color: var(--white);
  border: none;
  border-radius: 0 8px 8px 0;
}

.footer-top .btn-light-red:hover {
  background-color: var(--wine);
}

.footer-top .text-light-red {
  color: var(--wine);
}
.footer-top .ft-social {
  width: 40px;
  height: 40px;
  background: #6B6B6B;
  color: var(--white);
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
  font-size: 18px;
}
#htmlPage[data-bs-theme="dark"] .footer-top .ft-social {
  background: #EAEAEA;
  color: #212529;
}
.footer-bd {
  border-bottom: 1px solid #00000050;
  padding-bottom: 32px;
}
.footer-top .foot-desc {
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.modal .modal-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
}

.modal .form-label {
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-bd {
    margin-bottom: 16px;
  }

  .footer-top .text-center {
    justify-content: center;
    text-align: center;
  }

  .footer-top .d-md-flex {
    display: none !important;
  }

  .footer-bottom .row {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom .col-md {
    flex-direction: column !important;
    justify-content: center !important;
    margin-bottom: 16px;
  }
}

.custom-breadcrumb {
  background-color: transparent;
  font-family: var(--font-family);
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
}

.custom-breadcrumb .breadcrumb-item a {
  color: var(--grey);
  text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: var(--wine);
}

.cinema-title {
  font-size: 32px;
  margin-bottom: 4px;
  font-weight: 800;
}
.cinema-title.ultra {
  font-size: 64px;
  line-height: 66px;
  margin-bottom: 4px;
}
.text-ultra {
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
}
.list-ultra li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 24px;
  letter-spacing: 5px;
}
.list-ultra li i {
  font-size: 32px;
  color: #2EC947;
}

@media (max-width: 991px) {
  .cinema-title.ultra {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .text-ultra {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .list-ultra li {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
  }
  .list-ultra li i {
    font-size: 25px;
  }
}

.cinema-address {
  font-family: var(--font-family);
  color: var(--grey);
  font-size: 1.125rem;
  margin: 0;
}


.date-tab {
  text-align: center;
  padding: 12px;
  cursor: pointer;
}

.date-tab.active {
  border-bottom: 1px solid var(--wine);
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.date-carousel {
  padding-bottom: 24px;
}
#htmlPage[data-bs-theme="light"] .date-carousel {
  border-bottom: 1px solid #000;
}
#htmlPage[data-bs-theme="dark"] .date-carousel {
  border-bottom: 1px solid var(--white);
}

.date-carousel .swiper-slide {
  border: 2px solid var(--wine);
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
  min-width: 72px;
  border-radius: 8px;
}

.date-carousel .swiper-slide.active {
  background: var(--wine);
  color: var(--white);
}


.date-carousel .label {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.date-carousel .day {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.date-carousel .month {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 4px;
}

/* Desktop */
@media (max-width: 991px) {
  .date-carousel .day {
    font-size: 14px;
  }
}

.card-filme {
  background-color: var(--black-bg);
  padding: 1.5rem;
}

.poster-filme {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.filme-box {
  background: #37393A;
  padding: 30px;
  border-radius: 16px;
  color: var(--grey);
}

.filme-box-content {
  overflow: hidden;
}


.titulo-filme {
  width: 80%;
  float: right;
  padding: 0 0 0 24px;
  margin-bottom: 0;
}

.col-poster {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
.col-poster2 {
  width: 20%;
  float: left;
  position: relative;
}

.info-cinema {
  font-size: 20px;
  width: 100%;
  padding: 8px 0;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #ffffff20;
}
.info-cinema .info-cinema-content {
  gap: 16px;
}
.info-cinema .info-cinema-contentspan {
  border-right: 1px solid var(--grey);
  padding-right: 16px;
  line-height: 22px;
}
.info-cinema .info-cinema-content h3 {
  cursor: pointer;
}
@media (max-width: 991px) {
  .info-cinema {
    align-items: start;
    gap: 8px;
  }
}


.info-filme {
  font-size: 20px;
  width: calc(80% - 24px);
  margin-left: 24px;
  float: right;
  padding: 8px 0 8px 0;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #ffffff20;
}
.info-filme .info-filme-content {
  gap: 16px;
}
.info-filme .info-filme-content span {
  border-right: 1px solid var(--grey);
  padding-right: 16px;
  line-height: 22px;
}
.info-filme .info-filme-content span.link {
  cursor: pointer;
}
.info-filme .info-filme-content span:last-child {
  border-right: 0;
  padding-right: 0;
}
.info-filme.small {
  font-size: 16px;
  gap: 16px;
}
.info-filme.small .info-filme-content {
  gap: 16px;
}

@media (max-width: 991px) {
  .filme-box-content {
    display: flex;
    flex-wrap: wrap;
    overflow: initial;
  }
  .titulo-filme {
    order: 1;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 8px;
  }
  .col-poster {
    order: 2;
    float: none;
    width: 40%;
    margin-bottom: 20px;
  }
  .info-filme {
    flex-wrap: wrap;
    align-items: start;
    height: fit-content;
    order: 3;
    float: none;
    width: 60%;
    padding: 0 0 0 16px;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    gap: 0;
    border-bottom: 0;
  }
  .info-filme .info-filme-content {
    gap: 8px;
    flex-direction: column;
  }
  .info-filme .info-filme-content span {
    border-right: 0;
    padding-right: 0;
  }
  .info-filme.small {
    gap: 0;
  }
  .info-filme.small .info-filme-content {
    gap: 4px;
  }
}

.botao-filme {
  font-size: 20px;
  color: var(--white);
  background-color: var(--wine);
  border: none;
  border-radius: 8px;
  padding: 6px 16px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.botao-filme:hover {
  background-color: var(--wine);
}

.horarios-filme {
  gap: 0.5rem;
}

.info-filme-linha {
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.horarios-box {
  width: 80%;
  padding: 0 0 0 24px;
  float: right;
}

@media (max-width: 991px) {
  .horarios-box {
    order: 4;
    padding: 4px;
    float: none;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .horarios-box.snpContentm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.btn-horario {
  background-color: var(--wine);
  color: var(--white);
  border: 0;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-horario .small {
  display: block;
  font-size: 12px;
  font-weight: 300; 
}

.btn-horario:hover {
  background-color: var(--wine);
}

.btn.btn-horario-disabled {
  opacity: 0.5;
  background-color: #939393;
  color: var(--grey);
  border: 0;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.btn.btn-horario-disabled .small {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  font-weight: 300;
}

ul.infos {
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, #15151570 0%, #111111 100%);
  border-radius: 8px;
  top: 0;
  color: var(--white);
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: flex;
  gap: 16px;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  flex-direction: column;
}
ul.infos li {
  cursor: pointer;
  text-align: center;
  color: var(--grey);
}
ul.infos li a {
  color: var(--grey);
}
.poster-wrapper:hover ul.infos, .col-poster:hover ul.infos {
  z-index: 2;
  opacity: 1;
}

.stuck{
  position: fixed !important;
  top: 0;
  padding: 10px 10px 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
  max-width: 1320px;
  width: 100%;
}
#htmlPage[data-bs-theme="light"] .stuck {
  background: #EAEAEA;
}
#htmlPage[data-bs-theme="dark"] .stuck {
  background: #21252D;
}

.secmenurow {
  display: flex;
  position: relative;
}
.dark-light-mode {
  display: flex;
  justify-content: center;
  margin-left: 55px;
}
.checkbox {
  opacity: 0;
  position: absolute;
  display: none !important;
}
.checkbox-label {
  border-radius: 50px;
  position: relative;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 12px;
}
.tg-tt {
  font-size: 16px;
  font-weight: 600;
}
.tg-lgt {
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  z-index: 9;
  text-align: center;
  transition: transform 0.2s linear;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
.tg-drk {
  font-size: 16px;
  font-weight: 600;
  gap: 4px;
  z-index: 9;
  transition: transform 0.2s linear;
  text-align: center;
  opacity: 0.9;
  cursor: pointer;
}
#checkbox {
  display: none;
}
@media (min-width: 991px) {
  .tg-lgt i, .tg-drk i {
    font-size: 20px;
  }
  #htmlPage[data-bs-theme="light"] .tg-lgt {
    color: var(--wine);
  }
  #htmlPage[data-bs-theme="dark"] .tg-drk {
    color: var(--wine);
  }
  header.wbanner .tg-lgt, header.wbanner .tg-drk {
    color: #ffffff50 !important;
  }
  #htmlPage[data-bs-theme="dark"] header.wbanner .tg-drk {
    color: var(--white) !important;
  }
  #htmlPage[data-bs-theme="light"] header.wbanner .tg-lgt {
    color: var(--white) !important;
  }
}
@media (max-width: 991px) {
  .secmenurow {
    justify-content: space-between;
    width: 100%;
  }
  .dark-light-mode {
    margin-left: 0;
  }
  .checkbox-label {
    height: 38px;
    background-color: #222222;
    width: 73px;
    font-weight: bold;
    gap: 0;
    padding: 6px;
  }
  #htmlPage[data-bs-theme="light"] header.wbanner .checkbox-label {
    background: #000;
  }
  .tg-lgt {
    color: var(--white);
    width: 26px;
    height: 26px;
    gap: 0;
    text-align: center;
    justify-content: center;
  }
  .tg-drk {
    color: var(--white);
    width: 26px;
    height: 26px;
    gap: 0;
    text-align: center;
    justify-content: center;
  }
  .checkbox-label .ball {
    background-color: var(--wine);
    width: 26px;
    height: 26px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    transition: transform 0.2s linear;
  }
  .checkbox:checked + .checkbox-label {
    background: #000;
  }
  .checkbox:checked + .checkbox-label .ball {
    transform: translateX(36px);
  }
  .checkbox:checked + .checkbox-label .fa-moon {
    opacity: 1;
  }
}
.btn-cidade {
  background: none;
  font-size: 15px;
  font-weight: 500;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}
#htmlPage[data-bs-theme="light"] .btn-cidade {
  color: #000;
}
#htmlPage[data-bs-theme="dark"] .btn-cidade {
  color: var(--white);
}
#htmlPage[data-bs-theme="light"] header.wbanner .btn-cidade,
#htmlPage[data-bs-theme="dark"] header.wbanner .btn-cidade {
  color: var(--white);
}
.btn-cidade i.fa-location-dot {
  color: var(--wine);
  font-size: 25px;
}
.btn-cidade i.fa-chevron-down {
  transition: 0.4s;
}
.btn-cidade.active {
  background: #262626;
  border-radius: 16px 16px 0 0;
}
.btn-cidade.active i.fa-chevron-down {
  transform: rotate(3.142rad);
}
@media (max-width: 991px) {
  #htmlPage[data-bs-theme="light"] header.wbanner .btn-cidade {
    color: #000;
  }
  #htmlPage[data-bs-theme="dark"] header.wbanner .btn-cidade {
    color: var(--white);
  }
  #htmlPage[data-bs-theme="light"] header.wbanner .btn-cidade.active,
  #htmlPage[data-bs-theme="dark"] header.wbanner .btn-cidade.active {
    color: var(--white);
  }
  .btn-cidade i {
    color: var(--wine);
  }
}
@media (min-width: 991px) {
  header.wbanner .btn-cidade i.fa-location-dot {
    color: var(--white);
  }
}
.box-location {
  background: #262626;
  border-radius: 0 16px 16px 16px;
  position: absolute;
  left: 0;
  top: 52px;
  width: 377px;
  padding: 15px;
  z-index: 1;
  color: var(--white);
  display: none;
}
.box-location.active {
  display: block;
}
.btn-search {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-heading-color);
  display: flex;
  gap: 5px;
}
.btn-search i {
  font-size: 18px;
  line-height: 22px;
}
.box-search {
  height: 40px;
  background: #222;
  border-radius: 32px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-search.active {
  display: flex;
}
.box-search i {
  color: var(--grey);
}
.box-search .icon-search {
  font-size: 24px;
}
.box-search .close-search {
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.box-search input {
  appearance: none;
  border: 0;
  background: none;
  text-transform: uppercase;
  color: var(--grey);
  width: 100%;
}
@media (max-width: 991px) {
  .box-location {
    top: 37px;
  }
  .box-search {
    z-index: 10;
    opacity: 1;
    position: initial;
    border-radius: 8px;
    width: 94%;
    position: absolute;
    top: 8px;
    left: 3%;
    display: none;
  }
  .box-search .close-search {
    display: block;
  }
}
.dstk-data {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  text-align: left;
  padding: 24px;
  color: var(--white);
  background: #29123C;
  padding-bottom: 200px;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.dstk-data p {
  font-size: 16px;
}
.dstk-data.main h1 {
  width: 100%;
  margin: 24px 0;
  font-size: 53px;
  line-height: 56px;
}
.dstk-data.main p {
  max-width: 500px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;   
}
.dstk-data.main .span-bd span {
  border-right: 1px solid var(--white);
  padding-right: 15px;
  margin-right: 15px;
}
.dstk-data.main .span-bd span:last-child {
  border-right: 0;
}
@media (max-width: 991px) {
  .dstk-data.main .span-bd span {
    border-right: 1px solid var(--white);
    padding-right: 10px;
    margin-right: 10px;
  }
  .dstk-data.main .span-bd span:last-child {
    border-right: 0;
  }
}
.dstk-data.main .btn-light-red {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.dstk-data.main .classificacao-box {
  position: initial;
  margin-right: 0;
  border: 1px solid var(--white);
  width: 30px;
  height: 26px;
}
.dstk-data.main .fa-circle-play {
  font-size: 42px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .dstk-data {
    padding: 24px 0;
  }
  .dstk-data.main h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.poster-trailer {
  position: relative;
  max-width: 1496px;
  width: 100%;
  margin: 0 auto 24px;
}
.poster-trailer::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
}
#htmlPage[data-bs-theme="light"] .poster-trailer::after {
  background: linear-gradient(180deg,rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 1) 100%);
}
#htmlPage[data-bs-theme="dark"] .poster-trailer::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 100%);
}
.poster-trailer .mask {
  max-height: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.poster-trailer .mask .play-trailer, .poster-trailer .mask .play-trailer2 {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 54px;
  height: 54px;
  font-size: 54px;
  color: var(--white);
  cursor: pointer;
  opacity: 0.8;
}

.trailer-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea90;
  display: none;
  align-items: center;
  z-index: 9;
}
#htmlPage[data-bs-theme="light"] .trailer-box {
  background: #eaeaea90;
}
#htmlPage[data-bs-theme="dark"] .trailer-box {
  background: #12121290;
}
.trailer-box.active {
  display: flex;
}
.trailer-box iframe {
  width: 100%;
  height: 600px;
}
.trailer-box .close-trailer {
  text-align: right;
  font-size: 32px;
  margin-bottom: 16px;
  cursor: pointer;
}

.others-trailers {
  position: relative;
  height: 168px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 16px;
  cursor: pointer;
}
.others-trailers .play-trailer {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 54px;
  height: 54px;
  font-size: 54px;
  color: var(--white);
  opacity: 0.8;
}

.content-wimg {
  position: relative;
  max-width: 1496px;
  width: 100%;
  margin: 0 auto 24px;
}
.content-wimg::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}
#htmlPage[data-bs-theme="light"] .content-wimg::after {
  background: linear-gradient(180deg, rgba(234, 234, 234, 0) 0%, rgba(234, 234, 234, 1) 100%);
}
#htmlPage[data-bs-theme="dark"] .content-wimg::after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 100%);
}
.content-wimg .mask {
  max-height: 540px;
  width: 100%;
  display: flex;
  align-items: baseline;
  position: relative;
  overflow: hidden;
  background: var(--black);
}
.content-wimg .mask img {
  width: 100%;
  opacity: 0.5;
}
.content-wimg .ctwimg-box {
  color: var(--white);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 24px;
}
.content-wimg .ctwimg-box h1 {
  font-size: 70px;
  line-height: 72px;
}
@media (max-width: 991px) {
  .content-wimg .ctwimg-box h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.novidades {
  margin: 50px auto;
  padding: 20px 0;
  border-top: 1px solid #00000020;
  border-bottom: 1px solid #00000020;
}
.novidades h3 {
  font-size: 20px;
  line-height: 24px;
}
.frm-stl .form-group {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.form-group .float-label {
  position: absolute;
  left: 20px;
  top: 15px;
}
.frm-stl label.citylb {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}
.frm-stl label.citylb span {
  color: var(--wine);
}
.frm-stl input, .frm-stl select {
  background-color: #EAEAEA;
  color: #000;
  border: 2px solid #747775;
  height: 52px;
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 10px;
}
#htmlPage[data-bs-theme="dark"] .frm-stl input, #htmlPage[data-bs-theme="dark"] .frm-stl select {
  background-color: #131313;
  color: var(--white);
}
.form-control:disabled {
  color: #00000080;
  background-color: initial;
}
.frm-stl input:focus {
  border: 2px solid var(--wine);
  appearance: none;
  -webkit-appearance: none;
}
.frm-stl input:focus + .float-label, .frm-stl input:valid + .float-label {
  top: -10px;
  color: var(--wine);
  padding: 0 5px;
  background-color: #EAEAEA;
  left: 16px;
}
#htmlPage[data-bs-theme="dark"] .frm-stl input:focus + .float-label, #htmlPage[data-bs-theme="dark"] .frm-stl input:valid + .float-label {
  background-color: #131313;
}
.frm-stl select.negative {
  color: var(--white);
  background-color: #ffffff00;
  border: 2px solid #EAEAEA;
}

.frm-stl textarea {
  margin-bottom: 10px;
  border: 2px solid #747775;
  background: none;
  color: var(--white);
  height: 250px;
  padding: 14px;
  border-radius: 12px;
}
#htmlPage[data-bs-theme="light"] .frm-stl input::placeholder, #htmlPage[data-bs-theme="light"] .frm-stl textarea::placeholder {
  color: #000;
}
#htmlPage[data-bs-theme="dark"] .frm-stl input::placeholder, #htmlPage[data-bs-theme="dark"] .frm-stl textarea::placeholder {
  color: var(--white);
}
.frm-stl input[type="search"] {
  padding-left: 65px;
}
input.form-mod {
  height: 48px;
  width: 100%;
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
input.form-mod2, select.form-mod2 {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  border-right: 0;
}
.frm-stl i.frm-stl-i {
  position: absolute;
  left: 22px;
  top: 13px;
  font-size: 26px;
}
.frm-stl button {
  width: 100%;
  font-size: 18px;
  height: 52px;
  text-transform: uppercase;
}
.form-success {
  width: 100%;
  background: #BDFDF6;
  border-radius: 8px;
  border: 1px solid #00A491;
  color: #00A491;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-success i {
  font-size: 30px;
}
.form-error {
  width: 100%;
  background: #FFEBEB;
  border-radius: 8px;
  border: 1px solid #D32F2F;
  color: #D32F2F;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-error i {
  font-size: 30px;
}
.form-success.home, .form-error.home {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 991px) {
  .novidades {
    margin: 45px auto;
    padding: 35px 12px;
  }
  .frm-stl input, .frm-stl select {
    height: 58px;
    margin-bottom: 8px;
  }
  .frm-stl button {
    height: 58px;
  }
  .form-success.home, .form-error.home {
    bottom: -80px;
  }
}
.accordion-button {
  background: #7F7F7F;
  color: var(--white);
  font-weight: 700;
  font-size: 22px;
  padding: 40px;
  border-radius: 8px !important;
}
@media (max-width: 991px) {
  .accordion-button {
    font-size: 16px;
  }
}
.accordion-body {
  padding: 40px;
}
.accordion-item {
  background: #7F7F7F;
  color: var(--white);
  border-radius: 8px !important;
}
.accordion-button:not(.collapsed) {
  background: #7F7F7F;
  color: var(--white);
  border-radius: 8px !important;
}
.bomb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3B3B3B;
  border-radius: 24px;
  padding: 32px;
  position: relative;
}
.bomb-item img {
  height: 240px;
  width: auto;
}
.bomb-item .bomb-item-desc {
  background: #D9D9D9;
  color: #000;
  border-radius: 16px;
  padding: 8px 16px;
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  min-height: 84px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 829px) {
  .bomb-item img {
    height: 150px;
    margin-bottom: 40px;
  }
  .bomb-item .bomb-item-desc {
    padding: 8px;
  }
  .bomb-item .bomb-item-desc h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.bomb-item .bomb-item-desc p {
  margin-bottom: 0;
}
.busca-sinopse {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.bullet {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 14px;
  background: var(--wine);
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: var(--white);
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.sec-custom {
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}
@media (max-width: 991px) {
  .sec-custom {
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
  }
  .sec-custom.dtc {
    display: table-caption;
  }
}
.sec-custom2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
}
.leis-acc .accordion-button.collapsed::after {
  background: url("../images/leis.png");
  width: 24px;
  height: 24px;
}
.leis-acc .accordion-button:not(.collapsed)::after {
  background: url("../images/leis.png");
  width: 24px;
  height: 24px;
  transform: rotate(-0.126turn);
}
.leis-acc .col {
  margin-top: 0;
}
.bd-desk {
  border-bottom: 1px solid #000;
}
.links-footer {
  display: flex;
  justify-content: end;
  gap: 75px;
}
@media (max-width: 991px) {
  .links-footer {
    flex-direction: column;
    gap: 24px;
  }
}
.lojas-bttn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 991px) {
  .lojas-bttn {
    flex-direction: row;
    gap: 8px;
  }
}
.modal-header .btn-close {
  background: none;
  width: 24px;
  height: 24px;
}
.modal-header .btn-close i {
  font-size: 24px;
}
.noticia-home {
  cursor: pointer;
}
.noticia-home h3 {
  font-weight: 600;
}
.noticia-home:hover img {
  opacity: 0.8;
}
.noticia-home:hover h3 {
  color: var(--wine);
}
.noticia-home p.link {
  color: var(--wine);
  font-weight: 500;
}
.noticia-home:hover p.link {
  text-decoration: underline;
}

.destaq-box {
  position: relative;
  margin: 0 15px 15px 0;
  overflow: hidden;
  border-radius: 16px;
}
.destaq-box img {
  border-radius: 16px;
  width: 100%;
  transition: transform .5s;
}
.destaq-box:hover img {
	transform: scale(1.2);
}
.destaq-box .destaq-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: rgba(115, 113, 113, 0.4);
  border-radius: 0 0 16px 16px;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.2s;
}

.destaq-box .destaq-bar .corp-number {
  color: var(--white);
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}
.destaq-box .destaq-bar .corp-title {
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.destaq-box:hover .destaq-bar {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.rank-bar {
  padding: 0;
}
.rank-bar li {
  background: #37393A;
  border-radius: 16px;
  margin: 0 0 15px;
}
.rank-bar li:hover {
  background: #37393A90;
}
.rank-bar li img {
  width: 100%;
  max-width: 88px;
  float: right;
  border-radius: 0 16px 16px 0;
}
.rank-bar li  .corp-number {
  color: var(--white);
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  padding: 12px 0;
  border-right: 1px solid var(--white);
}
.rank-bar li  .corp-title {
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.frm-filter select {
  font-size: 20px;
  line-height: 24px;
  background-color: #ffffff00;
  border: 0;
  width: 125px;
  font-weight: 600;
}
.elenco {
  text-align: center;
}
.elenco .photo {
  width: 76px;
  height: 76px;
  background: #cccccc20;
  border-radius: 50%;
  margin: 0 auto 15px;
  overflow: hidden;
}
.elenco .photo img {
  width: 100%;
}
.span-bd-modal span {
  border-right: 1px solid var(--white);
  padding-right: 15px;
  margin-right: 15px;
}
.span-bd-modal span:last-child {
  border-right: 0;
}
.span-bd-modal .classificacao-box {
  position: initial;
  margin-right: 0;
  border: 1px solid var(--white);
  width: 30px;
  height: 26px;
}
.btn-preco {
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  background: none;
  cursor: pointer;
}
.btn-preco:hover {
  opacity: 0.8;
}
.btn-preco i {
  background-color: #8BB1DE;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.cinebox {
  background: #37393A;
  border-radius: 16px;
  color: var(--white);
  padding: 15px;
  margin: 5px;
}
.cinebox a {
  color: var(--white);
}
.cinebox i {
  font-size: 22px;
}
.cinebox p {
  font-size: 14px;
  color: #BBBCBC;
  margin-bottom: 0;
}
.navmobile {
  width: 100%;
  background: #1B1B1B;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 9;
}
.navmobile ul li {
  padding: 12px;
  border-top: 5px solid #1B1B1B;
}
.navmobile ul li.active {
  border-top: 5px solid #145AA4;
}
.navmobile ul li a {
  color: #BBBCBC;
}
.navmobile ul li.active a {
  color: #145AA4;
}
.navmobile ul li a i {
  font-size: 24px;
}
.navmobile ul li a legend {
  font-size: 12px;
  margin-bottom: 0;
}
.filter-bar {
  width: 100%;
  overflow-x: scroll;
}
.filter-bar li {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 3px solid var(--grey);
  padding: 10px;
  text-wrap: nowrap
}
.filter-bar li:hover {
  border-bottom: 3px solid #6C6C6C;
}
.filter-bar li.active {
  border-bottom: 3px solid var(--wine);
  color: var(--wine);
}
.mob-account-nav {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #B7B7B7;
}
.mob-account-nav button {
  position: absolute;
  left: 16px;
  top: 20px;
}
.mob-account-nav button i {
  font-size: 22px;
}
.mob-account-nav h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.account-page {
  display: flex;
}
@media (max-width: 991px) {
  .account-page {
    flex-direction: column;
  }
}
.account-nav {
  width: 35%;
  height: 100vh;
  background-color: #262626;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 992px) {
  .account-nav.d-lg-block {
    display: flex !important;
  }
}
.account-container {
  width: 65%;
  padding: 80px 100px;
}
@media (max-width: 991px) {
  .account-container {
    width: 100%;
    padding: 20px;
  }
}
.account-nav.active {
  display: flex !important;
  align-items: start;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.account-nav header {
  max-width: 314px;
  width: 100%;
  padding: 55px 30px 30px;
}
@media (max-width: 991px) {
  .account-nav header {
    padding: 30px;
  }
}
.account-nav header .btn-acc-mob-close {
  position: absolute;
  right: 30px;
  top: 42px;
  background: none;
  color: var(--white);
}
.account-nav header .btn-acc-mob-close i {
  font-size: 22px;
}
.account-nav nav {
  max-width: 314px;
  width: 100%;
  padding: 30px;
}
.account-nav.active header,
.account-nav.active nav {
  max-width: 100%;
}
.account-nav nav .user {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.account-nav nav .user .profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  color: var(--black);
}
.account-nav nav .user p {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--wine);
  margin-bottom: 0;
}
.account-nav nav ul {
  padding: 0;
  margin-bottom: 30px;
  border-top: 1px dashed var(--white);
}
.account-nav nav ul li {
  font-size: 20px;
  margin-top: 30px;
  position: relative;
}
.account-nav nav ul li a {
  color: #ffffff60;
}
.account-nav nav ul li:hover a,
.account-nav nav ul li.active a {
  color: var(--wine);
}
.account-nav nav ul li:hover::after,
.account-nav nav ul li.active::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--wine);
  border-radius: 0 5px 5px 0;
  left: -30px;
}
.account-nav nav ul li a i {
  margin-right: 15px;
}

.dark-light-mode2 {
  display: flex;
  justify-content: center;
  max-width: 314px;
  width: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 100px;
}
.dark-light-mode2 .checkbox {
  opacity: 0;
  position: absolute;
  display: none !important;
}
.dark-light-mode2 .checkbox-label {
  width: 100%;
  gap: 0;
  text-align: center;
  background: #3E3E3E;
  padding: 8px;
  height: auto;
}
.dark-light-mode2 .tg-lgt {
  width: 50%;
  justify-content: center;
  padding: 13px 0;
  border-radius: 50px;
  color: #999;
  gap: 4px;
  height: auto; 
}
.dark-light-mode2 .tg-drk {
  width: 50%;
  justify-content: center;
  padding: 13px 0;
  border-radius: 50px;
  color: #999;
  gap: 4px;
  height: auto;
}
.dark-light-mode2 #checkbox {
  display: none;
}
@media (max-width: 991px) {
  .dark-light-mode2 {
    max-width: 100%;
    bottom: 40px;
  }
  .dark-light-mode2 .checkbox-label .ball {
    width: 50%;
    height: calc(100% - 12px);
    border-radius: 50px;
  }
  #htmlPage[data-bs-theme="light"] .dark-light-mode2 .tg-lgt {
    color: var(--white);
  }
  #htmlPage[data-bs-theme="dark"] .dark-light-mode2 .tg-drk {
    color: var(--white);
  }
  .dark-light-mode2 .checkbox:checked + .checkbox-label {
    background: #3E3E3E;
  }
  .checkbox:checked + .checkbox-label .ball {
    transform: translateX(92%);
  }
}
@media (min-width: 991px) {
  .tg-lgt i, .tg-drk i {
    font-size: 20px;
  }
  #htmlPage[data-bs-theme="light"] .dark-light-mode2  .tg-lgt {
    color: var(--white);
    background-color: var(--wine);
  }
  #htmlPage[data-bs-theme="dark"] .dark-light-mode2  .tg-drk {
    color: var(--white);
    background-color: var(--wine);
  }
  header.wbanner .tg-lgt, header.wbanner .tg-drk {
    color: #ffffff50 !important;
  }
  #htmlPage[data-bs-theme="dark"] header.wbanner .tg-drk {
    color: var(--white) !important;
  }
  #htmlPage[data-bs-theme="light"] header.wbanner .tg-lgt {
    color: var(--white) !important;
  }
}
.checkline {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkline input {
  margin-bottom: 0;
  height: auto;
}
.ingresso-box {
  background: #37393A;
  padding: 20px;
  border-radius: 16px;
  color: var(--grey);
  position: relative;
}
.ingresso-box.on-modal {
  background: none;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #5E6060;
  border-radius: 0;
}
.ingresso-box .ingresso-header {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ingresso-box .ingresso-header {
    align-items: start;
    padding-bottom: 40px;
  }
  .ingresso-box .col {
    margin-bottom: 20px;
  }
}
.ingresso-box .ingresso-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #8BB1DE;
  overflow: hidden;
}
.ingresso-box .ingresso-info {
  margin: 0 16px;
  width: 75%;
}
.ingresso-box .ingresso-info h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 10px;
}
.ingresso-box .ingresso-info .info-filme-content {
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 60%;
}
.ingresso-box .ingresso-info .info-filme-content span:first-child {
  border-right: 1px solid var(--grey);
  padding-right: 16px;
  line-height: 22px;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso {
  background: #979797;
  color: #464646;
  padding: 5px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  text-wrap: nowrap;
  height: 26px;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso.nao-pago {
  background: #FFEBEB;
  color: #D32F2F;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso.reembolsado {
  background: #E0F7FA;
  color: #00796B;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso.valido {
  background: #E8F5E9;
  color: #388E3C;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso.pag-pendente {
  background: #E3F2FD;
  color: #1976D2;
}
.ingresso-box .ingresso-info .info-filme-content .tags-ingresso.ree-analise {
  background: #FFF3E0;
  color: #EF6C00;
}
.ingresso-box .ingresso-info p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 991px) {
  .ingresso-box .ingresso-icon-box {
    width: 20%;
    height: auto;
    border-radius: 8px;
  }
  .ingresso-box .ingresso-info {
    width: 80%;
  }
  .ingresso-box .ingresso-info h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .ingresso-box .ingresso-info p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
  }
}
.ingresso-box .ingresso-cta {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #0070F3;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ingresso-box .ingresso-cta {
    position: absolute;
    width: 100%;
    top: 195px;
    align-items: center;
    left: 0;
  }
}
.ingresso-box .ingresso-cta .cta-hide {
  display: none;
}
.ingresso-box .ingresso-cta.active .cta-hide {
  display: block;
}
.ingresso-box .ingresso-cta.active .cta-show {
  display: none;
}

.ingresso-box .ingresso-details {
  border-top: 1px dashed #EAEAEA;
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
  display: none;
}
.ingresso-box .ingresso-details.active {
  display: block;
}
.ingresso-box .ingresso-details::before {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -40px;
  border-radius: 50%;
}
.ingresso-box .ingresso-details::after {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -40px;
  border-radius: 50%;
}
.ingresso-box .ingresso-details p {
  margin-bottom: 0;
}
.ingresso-box .ingresso-details .box-line {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5E6060;
}
.ingresso-box .ingresso-details .box-liner {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  height: 100%;
}
.ingresso-box .ingresso-details .box-liner::after {
  content: '';
  width: 1px;
  height: 80%;
  background: #5E6060;
  position: absolute;
  top: 10%;
  right: 0;
}
.ingresso-box .ingresso-details .footing {
  display: flex;
  justify-content: space-between;
}
.ingresso-box .ingresso-details .det-ing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ingresso-box .ingresso-details .det-ing .det {
  width: 20%;
}
@media (max-width: 991px) {
  .ingresso-box .ingresso-details .box-liner {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .ingresso-box .ingresso-details .box-liner::after {
    content: '';
    width: 80%;
    height: 1px;
    background: #5E6060;
    position: absolute;
    top: initial;
    right: 10%;
    bottom: 20px;
  }
  .ingresso-box .ingresso-details .footing {
    flex-direction: column;
    gap: 8px;
  }
  .ingresso-box .ingresso-details .det-ing .det {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.box-aviso {
  padding-top: 20px;
  margin: 30px 0;
  border-top: 1px solid #5E6060;
}
.indice {
  margin: 40px 0;
}
.indice li {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
}
.indice li a {
  color: var(--wine) !important;
}
.data-movie-ing {
  padding: 25px 0;
  border-bottom: 1px solid #B7B7B7;
  display: flex;
  align-items: center;
  gap: 20px;
}
.data-movie-ing .data-movie-ing-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #8BB1DE;
  overflow: hidden;
}
.data-movie-ing .data-movie-info h3 {
  font-weight: 800;
  font-size: 25px;
}
.data-movie-ing .data-movie-info p {
  margin-bottom: 0;
}
.tipo-ingresso {
  background: #37393A;
  border-radius: 16px;
  color: var(--grey);
  margin-bottom: 20px;
  position: relative;
}
.tipo-ingresso::before {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100px;
  left: -20px;
  border-radius: 50%;
}
.tipo-ingresso::after {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100px;
  right: -20px;
  border-radius: 50%;
}
.tipo-ingresso .tipo-ingresso-header {
  display: flex;
  align-items: center;
  padding: 25px 25px 35px;
}
.tipo-ingresso .tipo-ingresso-header .box-icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
.tipo-ingresso .tipo-ingresso-header .box-icon i.fa-ticket {
  font-size: 52px;
}
.tipo-ingresso .tipo-ingresso-header .box-tipo {
  width: 70%;
}
.tipo-ingresso .tipo-ingresso-header .box-tipo p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}
.tipo-ingresso-footer {
  padding: 35px 25px 25px;
  border-top: 2px dashed #6f6f6f;
}
.tipo-ingresso-cpf {
  padding: 0 25px 25px;
}
.controle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  user-select: none;
}
.controle span {
  width: 20px;
  text-align: center;
}
.controle button {
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 6px;
  cursor: pointer;
}
.controle button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ingresso-item {
  margin-top: 10px;
}
.ingresso-item label {
  display: block;
}
.ingresso-item input {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  background: none;
  border: 2px solid #ffffff30;
  color: var(--white);
}
.resumo-da-compra {
  background: #37393A;
  border-radius: 16px;
  color: var(--grey);
  position: relative;
  padding: 30px;
}
.resumo-da-compra h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.resumo-da-compra h3 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #ffffff80;
}
.resumo-da-compra .line-resume-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
  padding-bottom: 10px;
}
.resumo-da-compra .line-resume-item {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.resumo-da-compra .line-resume-item p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .resumo-da-compra {
    display: flex;
    justify-content: space-between;
    border-radius: 16px 16px 0 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px -10px 20px 0px #000; 
    box-shadow: 0px -10px 20px 0px #000;
  }
  .resumo-da-compra .line-resume-item {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
    justify-content: initial;
    width: 30%;
  }
  .resumo-da-compra .line-resume-item p.total {
    font-size: 18px;
    color: #ccc;
  }
  .resumo-da-compra .line-resume-item p.valor {
    font-size: 22px;
  }
}

.sala-wrapper {
  max-width: 760px;
  margin: 0 auto;
  background: #37393A;
  border-radius: 20px;
  padding: 25px;
  color: #ccc;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform-origin: center center;
  margin-bottom: 20px;
  overflow-x: scroll;
}

.sala-wrapper.zoomed {
  transform: scale(1.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.tela {
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, #1a1a2e 0%, #37393A 100%);
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 14px;
  letter-spacing: 2px;
  border-top: 2px solid #0E00FF;
  border-radius: 40% 40% 0 0;
}

/* MAPA DE ASSENTOS */
.seat-map {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  position: relative;
}

.seat-row {
  display: grid;
  grid-template-columns: 18px repeat(12, 1fr) 18px; /* letra, 12 assentos, letra */
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.row-label {
  font-size: 12px;
  text-align: center;
  color: #aaa;
}

.seat {
  width: 29px;
  height: 17px;
  border-radius: 4px;
  background: var(--white);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, color 0.1s ease;
  font-size: 10px;
}
.seat::before {
  content: '';
  width: 21px;
  height: 13px;
  background: var(--white);
  position: absolute;
  left: 4px;
  top: -6px;
  border-radius: 4px;
}

.seat:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.seat.occupied {
  background: #555;
  cursor: default;
}
.seat.occupied::before {
  background: #555;
}

.seat.occupied::after {
  content: "×";
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  background: #555;
  width: 21px;
  text-align: center;
}

.seat.selected {
  background: var(--wine);
  color: #fff;
}
.seat.selected::before {
  background: var(--wine);
}

.seat-number {
  display: none;
  font-weight: 600;
  z-index: 1;
  color: #37393A;
}

.seat.selected .seat-number {
  color: var(--white);
}

.seat-map.show-numbers .seat-number {
  display: block;
}

/* CONTROLES INFERIORES */
.controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 20px 0;
}

.controls-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.zoom-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 13px;
  color: #eee;
  border: none;
  background: none;
  padding: 4px 0;
}

.zoom-btn span.icon {
  font-size: 15px;
}

/* Switch */
.switch-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.switch-label {
  font-size: 13px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #555;
  transition: .2s;
  border-radius: 999px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .2s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--wine);
}

input:checked + .slider:before {
  transform: translateX(22px);
}

/* Legenda */
.legend {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: center;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-box {
  width: 29px;
  height: 17px;
  border-radius: 4px;
  position: relative;
}
.legend-box::before {
  content: '';
  width: 21px;
  height: 13px;
  background: var(--white);
  position: absolute;
  left: 4px;
  top: -6px;
  border-radius: 4px;
}

.legend-box.available, .legend-box.available::before {
  background: var(--white);
}
.legend-box.occupied, .legend-box.occupied::before {
  background: #555;
}
.legend-box.selected, .legend-box.selected::before { 
  background: var(--wine); 
}

/* Info de seleção */
.selection-info {
  margin-top: 8px;
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

@media (max-width: 768px) {
  .sala-wrapper.zoomed {
    transform: scale(1.05); /* zoom menor em telas pequenas */
  }
}
.bomb-cat-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* GRID / CARD */
.bomb-card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}

.bomb-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
  padding: 20px;
  background: #fff4d1;
  border: 1px solid #ccc;
  border-radius: 16px;
}

.bomb-card h4 {
  font-size: 18px;
  font-weight: 600;
  min-height: 40px;
}

.bomb-price-qtd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bomb-price {
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}

/* QUANTIDADE */
.bomb-qtd {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.qtd-btn {
  background: #ADADAD;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  font-size: 20px;
  color: #848484;
}
.qtd-btn.plus {
  background: #ADADAD;
  color: #000;
}

.qtd-btn.minus:disabled {
  opacity: .4;
}

.qtd-value {
  width: 15px;
  text-align: center;
}


/* FILTRO */
.bomb-filters {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.bomb-filter {
  background: none;
  border: none;
  padding: 4px 0;
  font-size: 18px;
  cursor: pointer;
}

.bomb-filter.active {
  font-weight: bold;
  color: #003f87;
  position: relative;
}

.bomb-filter.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #003f87;
}

.bomb-category {
  display: none;
}

.bomb-category.active {
  display: block;
}

.review-session {
  font-size: 0.95rem;
}

.review-session h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.review-session .movie-poster {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.session-time {
  font-size: 0.9rem;
  color: #555;
}

.review-label {
  font-size: 0.9rem;
  color: #555;
}

.review-block strong {
  font-weight: 700;
}

.edit-link {
  font-size: 0.9rem;
  color: #003f87;
  text-decoration: none;
  white-space: nowrap;
}

.edit-link:hover {
  text-decoration: underline;
}

.payment-processing-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-processing-inner {
  text-align: center;
  color: #fff;
}

.processing-text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.processing-logo {
  max-width: 240px;
}

/* Bolinhas animadas */
.processing-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.processing-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  animation: payment-bounce 0.6s ease-in-out infinite alternate;
}

.processing-dots span:nth-child(2) {
  animation-delay: 0.15s;
}

.processing-dots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes payment-bounce {
  0%   { transform: translateY(0);    opacity: 0.4; }
  100% { transform: translateY(-10px); opacity: 1; }
}

.tittle-resumo {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

@media (max-width: 992px) {
  .tittle-resumo {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    padding: 24px 0 0;
  }
}

.tittle-resumo p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
}

/* PIX BOX */
.pix-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.pix-logo {
  width: 120px;
}

.pix-steps li {
  margin-bottom: 6px;
  font-size: 15px;
  list-style:decimal;
  margin-bottom: 20px;
}

.pix-pay-title {
  font-size: 17px;
}

.qr-code-img {
  width: 160px;
  height: 160px;
}

.pix-expire {
  font-size: 13px;
  color: #666;
}

.copy-link {
  color: #003f87;
  text-decoration: underline;
  cursor: pointer;
}

/* TICKET LAYOUT */
.ticket-section {
  margin-top: 20px;
}

.ticket-card {
  background: #37393A;
  color: #fff;
  width: 290px;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .ticket-card {
    width: 100%;
  }
}

.ticket-poster {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.ticket-content {
  padding: 16px;
  position: relative;
  text-align: center;
}

.ticket-tags {
  display: flex; 
  gap: 6px;
  position: absolute;
  left: 16px;
  top: -35px;
}

.tag-class {
  background: #4caf50;
  color: #fff;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 12px;
}

.tag-type {
  background: #003f87;
  color: #fff;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 6px;
}

.ticket-title {
  font-weight: 700;
  margin-bottom: 2px;
}

.ticket-subtitle {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 12px;
}

/* GRID DE DETALHES */
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
  font-size: 13px;
}

.tg-label {
  color: #bbb;
  font-size: 12px;
  margin-bottom: 0;
}

.tg-value {
  font-weight: 600;
  font-size: 14px;
}

/* DETALHES À DIREITA */
.ticket-details {
  flex: 1;
  min-width: 300px;
}

.detail-duration {
  font-size: 15px;
}

.detail-text {
  font-size: 15px;
}

.detail-important {
  font-size: 15px;
}

.detail-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}

.detail-value {
  font-size: 15px;
}

.ticket-type .tg-label {
  color: #ccc;
}

.ticket-type {
  position: relative;
  border-top: 2px dashed #6f6f6f;
  margin-top: 30px;
  padding-top: 30px;
}
.ticket-type::before {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: -40px;
  border-radius: 50%;
}
.ticket-type::after {
  content: '';
  background: #EAEAEA;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -40px;
  border-radius: 50%;
}