:root {
  --font-family: 'Open Sans', sans-serif;
  --primary-color: #000;
  --headerOption: linear-gradient(90deg, rgb(222, 135, 66) 0%, rgb(249, 87, 2) 52%, rgb(222, 135, 66) 100%);
  --secundary-color: #ee5219;
  --text-color: #FFFFFF;
  --bg-color: #000;
}

.planet-home-destaque,
.planet-independent-countdowns,
.planet-countdowns {
  margin-bottom: 24px;
  margin-top: 24px;
}

.planet-home-destaque img,
.planet-home-destaque-programacao img {
  border-radius: 14px;
  display: block;
}

.planet-home-destaque-programacao {
  margin-bottom: 24px;
}

.planet-independent-countdown-card {
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  margin-bottom: 18px;
  overflow: hidden;
}

.planet-countdown-card {
  background-color: #151515;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  margin-bottom: 18px;
  overflow: hidden;
}

.planet-countdown-link {
  align-items: center;
  color: var(--text-color);
  display: flex;
  min-height: 108px;
  text-decoration: none;
}

.planet-countdown-link:hover {
  color: var(--text-color);
  text-decoration: none;
}

.planet-countdown-image {
  height: 110px;
  object-fit: cover;
  width: 260px;
}

.planet-countdown-content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 14px 24px;
}

.planet-independent-countdown-card {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 18px;
  justify-content: center;
  padding: 14px 24px;
}

.planet-independent-countdown-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px;
}

.planet-countdown-title {
  flex: 0 1 auto;
  min-width: 0;
}

.planet-countdown-title h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.85);
}

.planet-countdown-title h3 span {
  color: var(--secundary-color);
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-left: 6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.85);
}

.planet-countdown-time,
.planet-independent-countdown-time {
  align-items: center;
  display: flex;
  gap: 12px;
}

.planet-countdown-time small,
.planet-independent-countdown-time small {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.planet-countdown-time small {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.85);
}

.planet-countdown-display {
  display: flex;
  gap: 8px;
}

.planet-countdown-display div {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(32, 38, 42, 0.42);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  min-width: 70px;
  padding: 6px 10px;
}

.planet-countdown-display strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.85);
}

.planet-countdown-display span {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95), 0 0 3px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
}

.planet-countdown-alert {
  background: var(--secundary-color);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 13px 18px;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
}

.planet-independent-countdown-card {
  justify-content: center;
  text-align: center;
}

.planet-intervencao-popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.planet-intervencao-content {
  animation: planetIntervencaoIn 0.45s ease-out;
  background: #000;
  border-radius: 14px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  max-height: 90vh;
  max-width: min(900px, 90vw);
  overflow: hidden;
  position: relative;
}

.planet-intervencao-content img {
  display: block;
  height: auto;
  max-height: 90vh;
  max-width: 100%;
  object-fit: contain;
}

.planet-intervencao-close {
  align-items: center;
  background: rgba(0, 0, 0, 0.58);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 38px;
  z-index: 2;
}

@keyframes planetIntervencaoIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .planet-home-destaque,
  .planet-independent-countdowns,
  .planet-countdowns {
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .planet-home-destaque-programacao {
    margin-bottom: 18px;
  }

  .planet-countdown-link,
  .planet-countdown-content,
  .planet-independent-countdown-card {
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
  }

  .planet-countdown-image {
    align-self: stretch;
    height: auto;
    min-height: 92px;
    width: 34%;
  }

  .planet-countdown-content,
  .planet-independent-countdown-card {
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }

  .planet-independent-countdown-title h3 {
    font-size: 13px;
  }

  .planet-countdown-time small,
  .planet-independent-countdown-time small {
    font-size: 11px;
  }

  .planet-countdown-link {
    min-height: 120px;
  }

  .planet-countdown-content {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 12px 10px;
  }

  .planet-countdown-title h3 {
    font-size: 14px;
    max-width: 92%;
  }

  .planet-countdown-title h3 span {
    font-size: 14px;
    margin-left: 4px;
  }

  .planet-countdown-time,
  .planet-independent-countdown-time {
    gap: 8px;
    justify-content: flex-start;
  }

  .planet-countdown-display div {
    border-radius: 10px;
    flex-direction: row;
    gap: 4px;
    height: 32px;
    min-width: 72px;
    padding: 4px 8px;
  }

  .planet-countdown-display strong {
    font-size: 14px;
  }

  .planet-countdown-display span {
    font-size: 10px;
    margin-top: 0;
  }

  .planet-countdown-alert {
    border-radius: 7px;
    font-size: 10px;
    padding: 9px 10px;
  }

  .planet-intervencao-content {
    max-width: 92vw;
  }
}

/******* BG colors *******/

#modalSessao .modal-dialog {
  max-width: 560px;
}

#modalSessao .modal-content {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

#modalSessaoHeader {
  align-items: flex-start;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  gap: 16px;
  padding: 24px 28px 18px;
  text-align: left !important;
}

#modalSessaoContent {
  padding: 24px 28px 28px;
}

.modal-session-header-text {
  min-width: 0;
}

.modal-session-title {
  color: #151515;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}

.modal-session-meta {
  color: #656565;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.modal-session-close {
  align-items: center;
  background: transparent !important;
  border: 0;
  color: #151515;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.8rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  margin: -6px -8px 0 0;
  opacity: 0.75;
  padding: 0;
  width: 36px;
}

.modal-session-close:hover,
.modal-session-close:focus {
  opacity: 1;
}

.trailer-modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.trailer-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.trailer-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trailer-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  padding: 0;
  text-align: center;
}

@media (max-width: 575px) {
  .trailer-modal-dialog {
    margin-left: 12px;
    margin-right: 12px;
  }

  .trailer-modal-close {
    top: -14px;
    right: -8px;
  }
}

.modal-session-options {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btnTiqueteraModal {
  align-items: center;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 88px;
  padding: 18px 20px;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.btnTiqueteraModal:hover,
.btnTiqueteraModal:focus {
  border-color: var(--secundary-color);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.btnTiqueteraModal img {
  display: block;
  max-height: 44px;
  max-width: 100%;
  object-fit: contain;
}

.sessao-modal-trigger {
  cursor: pointer;
  touch-action: manipulation;
}

.sessao-modal-trigger .hor {
  pointer-events: none;
}

@media (max-width: 480px) {
  #modalSessao .modal-dialog {
    margin-left: 14px;
    margin-right: 14px;
  }

  #modalSessaoHeader {
    padding: 20px 20px 16px;
  }

  #modalSessaoContent {
    padding: 20px;
  }

  .modal-session-options {
    gap: 10px;
  }

  .btnTiqueteraModal {
    min-height: 74px;
    padding: 12px;
  }

  .btnTiqueteraModal img {
    max-height: 36px;
  }
}

.btnRede {
  color: var(--text-color);
}

.default .theme-bg,
.default .tabs-dias-horarios .owl-item .item.select {
  background: var(--secundary-color);
}

#subNavbar {
  background: var(--headerOption);
}

.btn-comprar-ingresso {
  background-color: var(--secundary-color) !important;
}

/******* TXT colors *******/
.default .theme-txt {
  color: var(--primary-color);
}

body {
  font-family: var(--font-family);
  background: top center var(--bg-color);

  background-image: url(../images/bg.jpg);
}

body.darkmode {
  background: #000;
  color: var(--text-color);
}

/** HEADER **/

header {
  padding: 0px 0 0;
  background: var(--primary-color);
}

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

header .header-content .logo {
  width: 250px;
}

.prog-header {
  margin-left: 30px;
}

@media (max-width: 1220px) {
  header .header-content .logo {
    width: 200px;
  }
}

@media (max-width: 991px) {
  header .header-content {
    flex-direction: column;
  }
}

.header-top {
  background: #282828;
  color: var(--text-color);
  font-size: 13px;
  padding: 4px 0;
}

.header-top .header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .header-top-content ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header-top .header-top-content ul li {
  margin: 0 4px;
}

.header-top .header-top-content ul li.modo-escuro {
  border-left: 1px solid var(--text-color);
  padding-left: 8px;
}

/** NAV **/
nav.main {
  padding: 0;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}

nav.main .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

nav.main .navbar-nav p {
  margin: 16px 0 4px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

nav.main .navbar-nav .nav-item {
  border-radius: 4px;
}

nav.main .navbar-nav .nav-item .nav-link {
  color: var(--text-color);
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link {
  background: #000;
  color: var(--text-color);
}

nav.main .navbar-nav .nav-item .nav-link i {
  font-size: 22px;
  margin: 0 2px;
}

nav.main .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.8;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link:hover {
  color: var(--text-color);
  background: initial;
}

nav.main .navbar-nav .nav-item .nav-link.club {
  text-wrap: nowrap;
}

nav.main .navbar-nav .nav-item .nav-link.app {
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  padding: 4px 8px 4px 2px;
  text-wrap: nowrap;
  margin: 0 4px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

body.darkmode nav.main .navbar-nav .nav-item .nav-link.app {
  border: 1px solid #fff;
}

nav.main .navbar-nav .nav-item .nav-link.app:hover {
  background: #000;
  color: var(--text-color);
}

nav.main .navbar-nav .nav-item.wbg {
  background: #EBEBEB;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
}

nav.main .navbar-nav .nav-item.wbg .nav-link {
  color: #000;
  line-height: 16px;
}

body.darkmode nav.main .navbar-nav .nav-item.wbg .nav-link {
  color: var(--text-color);
}

.navbar-nav .dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
}

body.darkmode .navbar-nav .dropdown-menu {
  background: #000;
}

.navbar-nav .dropdown-menu li .dropdown-item {
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  width: 100%;
}

.navbar-nav .dropdown-menu li {
  cursor: pointer;
}

body.darkmode .navbar-nav .dropdown-menu li .dropdown-item {
  background: #000;
  color: var(--text-color);
}

.navbar-nav .dropdown-menu li .dropdown-item:hover {
  background: initial;
  color: var(--text-color);
}

body.darkmode .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background: initial;
  color: var(--text-color);
}

.navbar-toggler {
  border: 0;
}

.dsk-off {
  display: none;
}

@media (max-width: 1140px) {
  nav.main .navbar-nav .nav-item .nav-link.app {
    display: none;
  }
}

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

  nav.main .content-navbar {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 8px;
  }

  nav.main .navbar-nav {
    display: block;
  }

  nav.main .navbar-nav .nav-item {
    margin: 5px;
    background: none !important;
  }

  nav.main .navbar-nav .nav-item.social {
    float: left;
  }

  nav.main .navbar-nav .nav-item.modo-escuro a {
    padding-top: 16px;
  }

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

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

  nav.main .navbar-nav .nav-item .nav-link.app {
    display: initial;
    border: none;
    color: #000;
    border-radius: 4px;
    padding: 0;
    text-wrap: nowrap;
    margin: 0;
  }

  body.darkmode nav.main .navbar-nav .nav-item .nav-link.app {
    border: 0;
  }

  nav.main .navbar-nav .nav-item .nav-link.app:hover {
    background: none;
    color: #000;
  }

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

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

  .mob-off {
    display: none;
  }

  .dsk-off {
    display: initial;
  }
}

.todososdias {
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 18px;
}

.proghoje {
  text-align: center;
  color: var(--text-color);
  font-size: 30px;
  line-height: 31px;
  padding: 10px 0;
  border: 0;
  font-weight: bold;
  margin-right: 40px;
  background-color: initial !important;
}

@media (max-width: 768px) {
  .margin-left {
    margin-left: 1px !important;
  }

  .nav-tabs {
    border-bottom: 1px solid var(--primary-color);
    margin: 15px 0 !important;

  }

  .tabs-dias-horarios .owl-item .item b {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 600;
  }

  .proghoje {
    text-align: center;
    color: var(--text-color);
    font-size: 20px !important;
    line-height: 21px !important;
    padding: 10px 0;
    border: 0;
    font-weight: bold;
    margin-right: 1px !important;
    background-color: initial !important;
  }

  .todososdiasmob {
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .pp-home h3 span {
    font-size: 20px;
  }

  h2.page-title {
    font-size: 20px !important;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: white;
    margin: 0 5px;
  }

  h4.cinema-title {
    color: #ffffff !important;
    font-size: 20px !important;
  }

  .content-programacao .filme h5 {
    font-size: 20px !important;
  }

  button {
    margin-top: 18px;
  }

  .owl-carousel .owl-nav .owl-prev {
    padding: 20px !important;
  }

  .owl-carousel .owl-nav .owl-next {
    padding: 20px !important;
  }

  .status-filmes {
    margin-top: -40px;
  }

}

.movie-content-hd {
  background: #ffffff10;
  padding: 1.5rem 0;
}

.programacao {
  color: var(--text-color);
}

@media (max-width: 991px) {
  .prog-header {
    width: 100%;
    margin-top: 16px;
  }

  form.proghd .content-form select.cidade,
  form.proghd .content-form select.filme {
    height: 40px;
    text-align: center;
    text-align-last: center;
  }

  form.proghd .content-form select.cidade,
  form.proghd .content-form select.filme {
    height: 40px;
    background-position: 10px center;
    appearance: none;
    background-image: url(../images/icone-cidade.svg), url(../images/seta-select.svg);
    padding-right: 30px;
    margin-left: 8px;
    margin-right: 16px;
  }
}

form.proghd {
  color: var(--text-color);
  padding: 0;
}

form.proghd .tgg-title {
  display: none;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
}

form.proghd .tgg-title i {
  float: right;
}

form.proghd .content-form {
  display: flex;
  align-items: center;
  padding: 0;
}

form.proghd .content-form p {
  margin-bottom: 0;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

form.proghd .content-form .select-box {
  width: 270px;
  border: 1px solid var(--text-color);
  border-radius: 30px;
  background-color: var(--text-color);
  margin-right: 5px;
}

.headerSelect {
  color: var(--primary-color) !important;
}

form.proghd .content-form select {
  height: 32px;
  width: 100%;
  background: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 34px;
  color: var(--text-color);
  padding: 2px 6px 2px 22px;
  font-weight: 500;
}

form.proghd .content-form select.cidade {
  background: url(../images/icone-cidade.svg) no-repeat 5px center;
}

form.proghd .content-form select.filme {
  background: url(../images/icone-filme.svg) no-repeat 5px center;
}

form.proghd .content-form .btn-ord {
  display: flex;
  align-items: center;
}

form.proghd .content-form .horarios {
  color: var(--text-color) !important;
  background-color: var(--secundary-color);
  border: 1px solid var(--secundary-color);
  border-radius: 4px;
  opacity: 1;
  color: var(--text-color);
  font-size: 12px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  height: 32px;
  width: 100%;
  font-weight: 900;
  text-align: center;
  transition-duration: 0.2s;
  text-transform: uppercase;
  padding: 0 16px;
}

form.proghd .content-form p.options {
  text-wrap: nowrap;
}

form.proghd .content-form .ingressos {
  background: #060667;
  border: 1px solid #060667;
  border-radius: 4px;
  opacity: 1;
  color: var(--text-color);
  font-size: 12px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  height: 32px;
  width: 100%;
  font-weight: 900;
  text-align: center;
  transition-duration: 0.2s;
  text-transform: uppercase;
}

form.proghd .content-form .horarios:hover,
form.proghd .content-form .ingressos:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  form.proghd {
    background: var(--primary-color);
    border-radius: 8px;
  }

  form.proghd .content-form {
    display: block;
    margin-left: -25px;
    margin-right: 5px;
  }

  form.proghd .content-form select {
    height: 32px;
  }

  form.proghd .content-form .select-box {
    width: 100%;
    margin-bottom: 10px;
  }

  form.proghd .content-form .horarios-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .site-content article{
    padding: 0px !important;
    margin-top: -30px !important;
  }
}

@media (min-width: 992px) {
  form.proghd .container {
    max-width: 1320px;
    width: 100%;
  }
}

/** CONTENT **/

.site-content article {
  padding: 24px 0 0;
  max-width: 1320px;
  margin: 0 auto;
}

.site-content article.tematizado {
  background: var(--bg-color);
  padding: 16px;
  border-radius: 32px;
}

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

.tematizacao {
  height: 280px;
}

.nav-tabs {
  border-bottom: 1px solid var(--primary-color);
  margin: 15px 0 15px 125px;

}

.nav-tabs .nav-link {
  color: var(--text-color);
  font-size: 30px;
  line-height: 31px;
  padding: 10px 0;
  border: 0;
  font-weight: bold;
  margin-right: 40px;
  background-color: initial !important;
}

@media (max-width: 991px) {
  .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 20px;
    margin-right: 10px;
  }

  .nav-tabs .nav-item.pre-venda + .nav-item.em-breve .nav-link {
    margin-left: 14px;
  }
}

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

.nav-tabs .nav-link.active {
  border-bottom: 1px solid var(--secundary-color);
  ;
  color: var(--secundary-color);
  ;
}

.nav-tabs .nav-link.active:hover {
  border-bottom: 1px solid var(--secundary-color);
  ;
}

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

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

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

.car-cartaz .item,
.car-breve .item,
.car-pre-venda .item,
.car-pre-estreia .item {
  padding: 20px 10px 10px;
}

@media (max-width: 991px) {

  .car-cartaz .item,
  .car-breve .item,
  .car-pre-venda .item,
  .car-pre-estreia .item {
    padding: 20px 5px 0;
  }
}

.car-cartaz .item .content-poster,
.car-breve .item .content-poster,
.car-pre-venda .item .content-poster,
.car-pre-estreia .item .content-poster {
  position: relative;
}

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

.car-cartaz .item ul.infos,
.car-breve .item ul.infos,
.car-pre-venda .item ul.infos,
.car-pre-estreia .item ul.infos {
  width: 100%;
  position: absolute;
  background: #00000090;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--text-color);
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  display: flex;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
}

.car-cartaz .item .content-poster:hover ul.infos,
.car-breve .item .content-poster:hover ul.infos,
.car-pre-venda .item .content-poster:hover ul.infos,
.car-pre-estreia .item .content-poster:hover ul.infos {
  z-index: 2;
  opacity: 1;
}

.car-cartaz .item ul.infos li,
.car-breve .item ul.infos li,
.car-pre-venda .item ul.infos li,
.car-pre-estreia .item ul.infos li {
  margin: 8px 0;
  cursor: pointer;
}

.car-cartaz .item ul.infos a,
.car-breve .item ul.infos a,
.car-pre-venda .item ul.infos a,
.car-pre-estreia .item ul.infos a {
  color: var(--text-color);
}

.car-cartaz .item div.data-movie,
.car-breve .item div.data-movie,
.car-pre-venda .item div.data-movie,
.car-pre-estreia .item div.data-movie {
  padding-top: 8px;
  text-align: center;
}

.car-cartaz .item div.data-movie .movie-title,
.car-breve .item div.data-movie .movie-title,
.car-pre-venda .item div.data-movie .movie-title,
.car-pre-estreia .item div.data-movie .movie-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.car-cartaz .item div.data-movie h5,
.car-breve .item div.data-movie h5,
.car-pre-venda .item div.data-movie h5,
.car-pre-estreia .item div.data-movie h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: var(--text-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.car-cartaz .item div.data-movie .movie-meta,
.car-breve .item div.data-movie .movie-meta,
.car-pre-venda .item div.data-movie .movie-meta,
.car-pre-estreia .item div.data-movie .movie-meta {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, auto) auto auto;
  gap: 3px;
  width: 100%;
  margin-top: 4px;
  color: var(--text-color);
  font-size: 13px;
  line-height: 14px;
  min-width: 0;
}

.label-mobile {
  display: none;
}

.nav-item.pre-venda .nav-link {
  overflow: visible;
  position: relative;
}

.home-tab-label {
  display: inline-block;
  position: relative;
}

.home-pre-venda-badge {
  align-items: center;
  background: #dc3545;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 1.25rem;
  min-width: 1.25rem;
  padding: 0.18rem 0.38rem;
  pointer-events: none;
  position: absolute;
  right: -1.08rem;
  top: -0.72rem;
  z-index: 1;
}

@media (max-width: 991px) {
  .label-full {
    display: none;
  }

  .label-mobile {
    display: inline;
  }
}

@media (max-width: 575.98px) {
  .home-pre-venda-badge {
    font-size: 0.65rem;
    min-height: 1.12rem;
    min-width: 1.12rem;
    padding: 0.14rem 0.32rem;
    right: -0.92rem;
    top: -0.62rem;
  }
}

.car-cartaz .item div.data-movie .movie-meta-genero,
.car-breve .item div.data-movie .movie-meta-genero,
.car-pre-venda .item div.data-movie .movie-meta-genero,
.car-pre-estreia .item div.data-movie .movie-meta-genero {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  text-align: left;
}

.car-cartaz .item div.data-movie .movie-meta-separator,
.car-breve .item div.data-movie .movie-meta-separator,
.car-pre-venda .item div.data-movie .movie-meta-separator,
.car-pre-estreia .item div.data-movie .movie-meta-separator,
.car-cartaz .item div.data-movie .movie-meta-duracao,
.car-breve .item div.data-movie .movie-meta-duracao,
.car-pre-venda .item div.data-movie .movie-meta-duracao,
.car-pre-estreia .item div.data-movie .movie-meta-duracao {
  white-space: nowrap;
}

@media (max-width: 599px) {
  .car-cartaz .item div.data-movie .movie-meta,
  .car-breve .item div.data-movie .movie-meta,
  .car-pre-venda .item div.data-movie .movie-meta,
  .car-pre-estreia .item div.data-movie .movie-meta {
    font-size: 11px;
    gap: 2px;
    line-height: 13px;
  }

  .car-cartaz .item div.data-movie .movie-title,
  .car-breve .item div.data-movie .movie-title,
  .car-pre-venda .item div.data-movie .movie-title,
  .car-pre-estreia .item div.data-movie .movie-title {
    min-height: 38px;
  }

  .car-cartaz .item div.data-movie h5,
  .car-breve .item div.data-movie h5,
  .car-pre-venda .item div.data-movie h5,
  .car-pre-estreia .item div.data-movie h5 {
    font-size: 14px;
    line-height: 18px;
  }
}

.car-cartaz .item .movie-carousel-classificacao,
.car-breve .item .movie-carousel-classificacao,
.car-pre-venda .item .movie-carousel-classificacao,
.car-pre-estreia .item .movie-carousel-classificacao {
  position: absolute !important;
  top: 8px;
  right: 8px;
  z-index: 3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.car-cartaz .item div.data-movie p,
.car-breve .item div.data-movie p,
.car-pre-venda .item div.data-movie p,
.car-pre-estreia .item div.data-movie p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0;
}

.car-cartaz .item div.data-movie .mv-hrs,
.car-breve .item div.data-movie .mv-hrs,
.car-pre-venda .item div.data-movie .mv-hrs,
.car-pre-estreia .item div.data-movie .mv-hrs {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}

.car-cartaz .item div.data-movie .mv-hrs li,
.car-breve .item div.data-movie .mv-hrs li,
.car-pre-venda .item div.data-movie .mv-hrs li,
.car-pre-estreia .item div.data-movie .mv-hrs li {
  margin: 0 5px 2px;
  color: var(--text-color);
}

.car-cartaz .item div.data-movie .mv-hrs .hor,
.car-breve .item div.data-movie .mv-hrs .hor,
.car-pre-venda .item div.data-movie .mv-hrs .hor,
.car-pre-estreia .item div.data-movie .mv-hrs .hor {
  padding: 8px 16px;
  color: var(--text-color);
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  position: relative;
  transition-duration: 0.2s;
}

.car-cartaz .item div.data-movie .mv-hrs .hor::before,
.car-breve .item div.data-movie .mv-hrs .hor::before,
.car-pre-venda .item div.data-movie .mv-hrs .hor::before,
.car-pre-estreia .item div.data-movie .mv-hrs .hor::before {
  content: 'comprar';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 35px;
  color: #ffffff00;
  transition-duration: 0.2s;
}

.car-cartaz .item div.data-movie .mv-hrs .hor:hover,
.car-breve .item div.data-movie .mv-hrs .hor:hover,
.car-pre-venda .item div.data-movie .mv-hrs .hor:hover,
.car-pre-estreia .item div.data-movie .mv-hrs .hor:hover {
  color: #ffffff00;
}

.car-cartaz .item div.data-movie .mv-hrs .hor:hover::before,
.car-breve .item div.data-movie .mv-hrs .hor:hover::before,
.car-pre-venda .item div.data-movie .mv-hrs .hor:hover::before,
.car-pre-estreia .item div.data-movie .mv-hrs .hor:hover::before {
  color: #ffffff;
}

.tag {
  color: var(--text-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 2px;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -20px;
  left: 5%;
  width: 90%;
  z-index: 3;
  text-align: center;
  text-transform: uppercase;
}

.tag.estreia {
  background: #008675;
}

.tag.pre-estreia {
  background: #A52A2A;
}

.tag.pre-venda {
  background: #123f68;
}

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

.mv-page .item {
  width: 20%;
  position: relative;
}

@media (max-width: 1199px) {
  .mv-page .item {
    width: 25%;
  }
}

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

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

.pp-home {
  margin-bottom: 15px;
}

.pp-home h3 {
  font-size: 30px;
  line-height: 31px;
  border-bottom: 1px solid var(--primary-color);
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--secundary-color);
  text-align: center;
}

.pp-home h3 span {
  border-bottom: 1px solid var(--secundary-color);
  padding-bottom: 7px;
}

/* PAGES */

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: white;
  margin: 0 5px;
}

ol.breadcrumb li.breadcrumb-item {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

ol.breadcrumb li.breadcrumb-item.no-link {
  color: var(--text-color);
}

ol.breadcrumb li.breadcrumb-item a {
  color: var(--text-color);
}

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

ol.breadcrumb li.breadcrumb-item.theme-txt,
ol.breadcrumb li.breadcrumb-item.active {
  color: var(--secundary-color);
  ;
}

.header-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .header-with-link {
    flex-direction: column;
    align-items: flex-start;
  }
}

h2.page-title {
  font-size: 28px;
  line-height: 34px;
  color: var(--secundary-color);
  font-weight: 900;
  position: relative;
}

.poster-mv {
  width: 20%;
  position: relative;
}

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

.movie-side {
  width: 80%;
}

.movie-content-hd .poster-mv {
  width: 20%;
}

.movie-content-hd .movie-side {
  width: 85%;
}

.yt-btn {
  color: var(--text-color);
  text-align: right;
  cursor: pointer;
}

.movie-side .mv-cont-hd {
  display: flex;
  align-items: center;
}

.movie-name {
  padding: 0 24px;
}

.movie-name h2 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--secundary-color);
  ;
  margin: 0;
}

@media (max-width: 991px) {
  .movie-content-hd .container > .d-flex {
    align-items: stretch;
    display: grid !important;
    gap: 12px;
    grid-template-columns: 156px minmax(0, 1fr);
  }

  .movie-content-hd .poster-mv {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 156px;
  }

  .movie-content-hd .poster-mv .poster {
    height: 229px;
    object-fit: cover;
    width: 156px;
  }

  .movie-side {
    display: contents;
  }

  .movie-side .mv-cont-hd {
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
    align-items: start;
  }

  .movie-name {
    padding: 0;
  }

  .movie-name h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .movie-side .data-filme {
    align-items: flex-start;
    border-bottom: 0;
    border-top: 0;
    justify-content: space-between;
    grid-column: 2;
    grid-row: 2;
    margin: 8px 0 0;
    padding: 0;
    text-align: left;
  }

  .movie-side .tgg-sinopse,
  .movie-side .sinopse {
    grid-column: 1 / -1;
    width: 100%;
  }

  .movie-side .tgg-sinopse {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    grid-row: 3;
    justify-content: space-between;
    margin-top: 16px;
    padding: 12px 14px;
    text-transform: uppercase;
  }

  .movie-side .tgg-sinopse i {
    float: none;
    line-height: 1;
    margin-left: 12px;
  }

  .movie-side .sinopse {
    grid-row: 4;
  }
}

.movie-name small {
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
}

h4.cinema-title {
  font-size: 22px;
  line-height: 30px;
  padding: 0;
  margin: 24px 16px;
  font-weight: bold;
  position: relative;
  color: var(--text-color)
}

h4.cinema-title span {
  color: var(--secundary-color);
}

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

@media (max-width: 991px) {
  h4.cinema-title {
    padding: 8px 0;
    margin: 16px 0;
  }

  div.title-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  div.mdbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

div.title-link h2 {
  margin-bottom: 0;
}

.valor-ingresso {
  color: var(--text-color);
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  float: right;
}

@media (max-width: 991px) {
  .valor-ingresso {
    position: initial;
    display: table;
    margin-top: 8px;
    float: none;
  }
}

.btn-loc {
  color: var(--text-color);
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .btn-loc {
    position: initial;
    display: table;
    margin-top: 8px;
  }
}

.sinopse {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  color: var(--text-color);
}

.sinopse h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.sinopse p {
  font-size: 14px;
  line-height: 19px;
  padding-right: 24px;
}

.sinopse .movie-people {
  display: flex;
  font-size: 12px;
  line-height: 14px;
}

.sinopse .movie-people legend {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.movie-accessibility-apps {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--secundary-color);
  border-radius: 12px;
  margin-top: 18px;
  padding: 18px;
}

.movie-accessibility-apps h5 {
  color: var(--secundary-color);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.movie-accessibility-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.movie-accessibility-logo {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: inline-flex;
  min-height: 56px;
  padding: 8px 12px;
}

.movie-accessibility-logo img {
  display: block;
  max-height: 42px;
  max-width: 130px;
  object-fit: contain;
}

.movie-accessibility-empty {
  font-weight: 700;
  margin-bottom: 12px;
  padding-right: 0 !important;
}

.movie-accessibility-apps ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.movie-accessibility-apps li {
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 18px;
  margin-bottom: 8px;
}

.movie-accessibility-apps li::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex: 0 0 6px;
  height: 6px;
  margin-top: 6px;
  width: 6px;
}

.movie-accessibility-apps li:last-child {
  margin-bottom: 0;
}

.tgg-sinopse {
  display: none;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
  color: #ffffff;
}

.tgg-sinopse i {
  float: right;
}

@media (max-width: 991px) {
  .sinopse {
    flex-direction: column;
    display: none;
    padding: 8px;
  }

  .sinopse p {
    padding-right: 0;
  }

  .sinopse iframe {
    margin-top: 24px;
    width: 100%;
  }

  .tgg-sinopse {
    display: block;
  }
}

ul.cine-links {
  display: flex;
  padding-left: 0;
}

ul.cine-links li {
  margin: 0 0 0 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  ul.cine-links li {
    margin: 12px 24px 0 0;
  }
}

ul.cine-links li:hover {
  opacity: 0.8;
}

ul.cine-links li.sobre {
  color: #D6CF02;
}

ul.cine-links li.local {
  color: #00862F;
}

.content-programacao {
  margin: 30px 0;
}

.content-programacao h3 {
  color: #D8076B;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
}

.content-programacao .filme {
  margin-bottom: 32px;
  background: #ffffff10;
  padding: 8px;
  border-radius: 16px;
}

.content-programacao .filme .col-poster {
  width: 20%;
  position: relative;
}

.content-programacao .filme .col-poster a,
.content-programacao .filme .mob-fit-mv-poster a {
  display: block;
  position: relative;
}

.content-programacao .filme .col-cont-mv {
  width: 80%;
  padding: 16px;
}

@media (max-width: 991px) {
  .content-programacao .filme .col-cont-mv {
    width: 100%;
    padding: 4px;
  }

  .content-programacao .filme .col-cont-mv .mob-fit-mv {
    display: flex;
    align-items: stretch;
    gap: 12px;
    justify-content: flex-start;
  }

  .content-programacao .filme .col-cont-mv .mob-fit-mv .mob-fit-mv-data {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 229px;
    min-width: 0;
    padding-left: 0;
    text-align: left;
    width: auto;
  }

  .content-programacao .filme .col-cont-mv .mob-fit-mv .mob-fit-mv-poster {
    flex: 0 0 156px;
    position: relative;
    width: 156px;
  }

  .content-programacao .filme .col-cont-mv .mob-fit-mv .mob-fit-mv-poster img.poster {
    height: 229px;
    object-fit: cover;
    border-radius: 8px;
    width: 156px;
  }
}

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

.content-programacao .filme .col-poster ul.infos {
  width: 100%;
  position: absolute;
  background: #00000090;
  border-radius: 8px;
  top: 0;
  color: var(--text-color);
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: flex;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
}

.content-programacao .filme .col-poster:hover ul.infos {
  z-index: 2;
  opacity: 1;
}

.content-programacao .filme .col-poster:hover ul.infos li {
  margin: 8px 0;
  cursor: pointer;
  font-size: 14px;
}

.content-programacao .filme .col-poster:hover ul.infos li a {
  color: var(--text-color);
}

.content-programacao .filme h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 0;
  color: var(--secundary-color);
}

.content-programacao .filme small {
  font-size: 14px;
  line-height: 13px;
}

div.info-cine-det {
  padding: 16px;
  border-radius: 16px;
  background: #E2E9EC10;
  margin-bottom: 40px;
}

div.info-cine-det h4 {
  font-size: 22px;
  font-weight: bold;
}

div.info-cine-det p {
  margin-bottom: 0;
}

form.info-cine-det {
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form.info-cine-det h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--text-color);
}

form.info-cine-det select {
  height: 32px;
  width: 100%;
  background: none;
  box-shadow: 0px 0px 4px #0000001A;
  border: 1px solid #D8076B1A;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: var(--text-color);
  padding: 0 6px 2px 25px;
  font-weight: 500;
  background: url(../images/icone-cidade.png) no-repeat 5px center #ffffff10;
}

@media (max-width: 991px) {
  form.info-cine-det {
    flex-direction: column;
    align-items: flex-start;
  }

  form.info-cine-det h4 {
    margin-bottom: 16px;
  }
}

.data-filme {
  color: var(--text-color);
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  margin-top: 16px;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.data-filme.on-prog {
  padding: 8px 0;
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0;
  border-top-right-radius: 0;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.data-filme .classind {
  margin-right: 30px;
}

.data-filme .classind span {
  font-size: 24px;
  border-radius: 4px;
  color: var(--text-color);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.data-filme legend {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 0;
}

.data-filme.on-prog legend {
  font-size: 14px;
  line-height: 16px;
}

.data-filme.on-prog .classind span {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .data-filme {
    flex-direction: column;
    font-size: 14px;
    padding: 16px 0;
  }

  .data-filme legend {
    font-size: 14px;
  }

  .data-filme .classind {
    margin-right: 0;
  }

  .data-filme legend {
    display: contents;
  }

  .content-programacao .data-filme.on-prog {
    align-items: flex-start;
    border-bottom: 0;
    border-top: 0;
    flex: 1 1 auto;
    justify-content: space-between;
    margin: 8px 0 0;
    padding: 0;
    text-align: left;
  }

  .content-programacao .data-filme .programacao-trailer {
    margin-left: 0;
  }
}

span.claL {
  background: #00A85A;
}

span.cla10 {
  background: #01AFF0;
}

span.cla12 {
  background: #FFCC29;
}

span.cla14 {
  background: #F58633;
}

span.cla16 {
  background: #EC3237;
}

span.cla18 {
  background: #000;
}

.content-programacao .data-filme .programacao-classificacao {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.data-filme .filme-classificacao {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.content-programacao .data-filme .programacao-classificacao span {
  height: auto;
  width: auto;
}

.data-filme .filme-classificacao span {
  border-radius: 0;
  display: flex;
  font-size: inherit;
  font-weight: 700;
  height: auto;
  line-height: 1;
  width: auto;
}

.data-filme .filme-trailer {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.content-programacao .data-filme .programacao-trailer {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.data-filme .btn-trailer-filme,
.content-programacao .data-filme .btn-trailer-programacao {
  align-items: center;
  background: var(--secundary-color);
  border: 0;
  border-radius: 20px;
  color: var(--text-color);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  line-height: 1;
  padding: 9px 16px;
  text-transform: uppercase;
}

.data-filme .btn-trailer-filme:hover,
.data-filme .btn-trailer-filme:focus,
.content-programacao .data-filme .btn-trailer-programacao:hover,
.content-programacao .data-filme .btn-trailer-programacao:focus {
  background: #ff6a2b;
  color: var(--text-color);
  text-decoration: none;
}

@media (max-width: 991px) {
  .data-filme .filme-trailer,
  .content-programacao .data-filme .programacao-trailer {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
  }
}

.content-programacao .filme .sala-filme {
  margin-top: 8px;
  background: #282929;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.content-programacao .filme .sala-filme:nth-child(odd) {
  margin-top: 8px;
  background: #E2E9EC30;
}

@media (max-width: 991px) {
  .content-programacao .filme .sala-filme {
    flex-direction: column;
  }
}

.content-programacao .filme .sala-filme .sala-data {
  display: flex;
  align-items: center;
}

.content-programacao .filme .sala-filme .sala-data .sala {
  margin-right: 16px;
  font-size: 22px;
  font-weight: 900;
  color: var(--secundary-color);
  ;
}

.content-programacao .filme .sala-filme .sala-data .audio {
  margin-right: 16px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: bold;
}

.content-programacao .filme .sala-filme .sala-data .video {
  margin-right: 16px;
  color: var(--text-color);
  padding: 0 8px;
  border-radius: 4px;
  font-weight: bold;
}

.content-programacao .filme .sala-filme .sala-data .video.s3D {
  background: rgb(74, 74, 74);
  background: linear-gradient(90deg, rgba(74, 74, 74, 1) 0%, rgba(5, 6, 6, 1) 100%);
}

.content-programacao .filme .sala-filme .sala-data img {
  margin-right: 16px;
  height: 26px;
}

.content-programacao .filme .sala-filme .horbox {
  display: flex;
}

.content-programacao .filme .sala-filme .horbox .hor {
  padding: 8px 16px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  margin-left: 16px;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}

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

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

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

@media (max-width: 991px) {
  .content-programacao .filme .sala-filme .horbox {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }

  .content-programacao .filme .sala-filme .horbox .hor {
    margin-left: 0;
    margin: 8px 8px 0 0;
  }

  .content-programacao .filme .sala-filme .sala-data {
    width: 100%;
    flex-wrap: wrap;
  }
}

/** SLIDERS **/
.main-banner .item a {
  display: block;
  position: relative;
}

.main-banner .main-banner-classificacao {
  position: absolute !important;
  top: 16px;
  right: 16px;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.main-banner .main-banner-tag {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%);
  min-width: 160px;
  padding: 6px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.main-banner .main-banner-tag.estreia {
  background: #008675;
}

.main-banner .main-banner-tag.pre-estreia {
  background: #A52A2A;
}

.main-banner .main-banner-tag.pre-venda {
  background: #123f68;
}

@media (max-width: 991px) {
  .main-banner .main-banner-classificacao {
    top: 10px;
    right: 10px;
  }

  .main-banner .main-banner-tag {
    bottom: 10px;
    min-width: 130px;
    padding: 5px 14px;
    font-size: 11px;
  }
}

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 40%;
  font-size: 0;
  padding: 16px;
}

.owl-carousel .owl-nav .owl-prev {
  background: url(../images/navigation-arrow-left.svg) no-repeat center center;
  left: 10px;
  opacity: 0.6;
  transition-duration: 0.2s;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 25px
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: url(../images/navigation-arrow-left-white.svg) no-repeat center center;
  opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
  background: url(../images/navigation-arrow-right.svg) no-repeat center center;
  right: 10px;
  opacity: 0.6;
  transition-duration: 0.2s;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 25px;
}

.owl-carousel .owl-nav .owl-next:hover {
  background: url(../images/navigation-arrow-right-white.svg) no-repeat center center;
  opacity: 1;
}

@media (max-width: 991px) {
  .owl-theme .owl-nav [class*='owl-'] {
    /*top: 30%;*/
    top: 13%;
  }

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

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

  #car-pre-venda.owl-carousel .owl-nav [class*='owl-'],
  #car-breve.owl-carousel .owl-nav [class*='owl-'] {
    top: 42%;
    transform: translateY(-50%);
  }

  #car-cartaz.owl-carousel .owl-nav [class*='owl-'] {
    top: 20%;
    transform: none;
  }
}

.owl-theme .owl-dots {
  margin: -8px auto 0;
}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secundary-color);
}

.owl-theme .owl-dots {
  margin: -8px auto 0;
}

.prod-promo .owl-item.active.center img {

  transition-duration: 0.2s;
}

.prod-promo .item {
  position: relative;
}

.prod-promo .item p {
  color: var(--text-color);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: table;
  text-align: center;
}

.with-stuck.stuck {
  position: fixed;
  top: 0;
  padding: 8px 10px 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 9;
  background: var(--primary-color);
  max-width: 1320px;
  width: 100%;
}

.tabs-dias-horarios {
  margin: 20px 0 -10px;
}

.tabs-dias-horarios .owl-item .item {
  text-align: center;
  color: var(--text-color);
  font-size: 18px;
  line-height: 20px;
  padding: 16px;
  margin: 0 8px;
  cursor: pointer;
  border: 2px solid;
  border-radius: 8px !important;
}

.tabs-dias-horarios .owl-item .item b {
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}

.tabs-dias-horarios .owl-item .item.select {
  color: var(--text-color);
  background: #000;
  border-radius: 8px;
}

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

.tabs-dias-horarios .owl-nav .owl-prev,
.tabs-dias-horarios .owl-nav .owl-prev:hover {
  box-shadow: none;
  top: 20px;
}

.tabs-dias-horarios .owl-nav .owl-next,
.tabs-dias-horarios .owl-nav .owl-next:hover {
  box-shadow: none;
  top: 20px;
}

@media (max-width: 991px) {

  .tabs-dias-horarios .owl-nav .owl-prev,
  .tabs-dias-horarios .owl-nav .owl-prev:hover {
    left: 0px;
  }

  .tabs-dias-horarios .owl-nav .owl-next,
  .tabs-dias-horarios .owl-nav .owl-next:hover {
    right: 0px;
  }
}

.promos-produtos {
  padding: 0;
}

.promos-produtos li {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.promos-produtos li p {
  color: var(--text-color);
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  display: table;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 0px 3px 6px #00000080;
}

.promos-produtos li img {
  border-radius: 16px;
}

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

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

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

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

.pp-side {
  background: #E2E9EC10;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px;
}

.pp-side ul {
  padding: 0;
  margin: 0;
}

.pp-side .item {
  width: 100%;
  margin-bottom: 12px;
}

.pp-side .item p {
  text-align: right;
  text-transform: uppercase;
  color: var(--text-color);
  font-size: 8px;
  margin-bottom: 0;
}

.pp-side .item img {
  width: 100%;
}

img.img-promo-prod {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
}

.sec-tt {
  color: #D8076B;
  display: none;
}

.redux-box {
  background: #F7F8F9;
  max-width: 100%;
  width: 500px;
  margin: 32px auto;
  padding: 24px;
  border-radius: 24px;
}

form.contato label {
  display: block;
}

form.contato input[type="text"],
form.contato input[type="password"],
form.contato input[type="email"],
form.contato input[type="tel"],
form.contato select {
  display: block;
  border: 1px solid #D9E1E7;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  padding: 8px;
  outline: none;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
}

form.contato .custom-file {
  display: inline-block;
  height: 40px;
  position: relative;
  width: 155px;
}

form.contato .custom-file input[type="file"] {
  background: transparent !important;
  border: 0;
  cursor: pointer;
  height: 40px;
  inset: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 155px;
  z-index: 2;
}

form.contato .custom-file .add-cv {
  background: #0090DF;
  color: var(--text-color);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 155px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}

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

form.contato input[type="submit"],
form.contato .contato-submit {
  color: var(--text-color);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  font-weight: 900;
  text-transform: uppercase;
}

form.contato .contato-submit:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

form.contato .contato-spinner {
  margin-right: 8px;
}

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

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

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

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

ul.bomboniere li h6 {
  color: #D8076B;
  font-size: 16px;
  line-height: 21px;
  margin: 10px 0;
}

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

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

ul.cinemas-list {
  padding: 0;
  justify-content: center;
}

ul.cinemas-list li {
  background: var(--secundary-color);
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 1% 15px;
  text-align: center;
  position: relative;
}

ul.cinemas-list li.cinema-list-button,
ul.cinemas-list li.cinema-list-button a,
ul.cinemas-list li.cinema-list-button h6 {
  cursor: pointer;
}

ul.cinemas-list li.cinema-list-button a {
  display: block;
  text-decoration: none;
}

ul.cinemas-list li.cinema-list-button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

ul.cinemas-list li .tag {
  position: initial;
  width: 100%;
  border-radius: 0;
}

ul.cinemas-list li div {
  border-radius: 8px;
}

@media (max-width: 991px) {
  ul.cinemas-list {
    display: block;
  }

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

ul.cinemas-list li h6 {
  color: var(--text-color);
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 8px 0;
  border-radius: 8px;
  text-shadow: 0px 3px 6px #00000080;
}

ul.cinemas-list li p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 8px 0 16px;
  border-radius: 8px;
}

ul.cinemas-list li img.img-news {
  width: 100%;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

div.cine-acc h3 {
  color: var(--text-color);
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  text-shadow: 0px 3px 6px #00000080;
}

div.content-preco {
  background: #ffffff10;
  border-radius: 2px;
  padding: 16px;
}

.panel-body {
  background-color: black;
}

.accordion-item {
  color: var(--text-color) !important;
  background-color: var(--bg-color) !important;
}

.accordion-button {
  color: var(--text-color) !important;
  background-color: var(--secundary-color) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--text-color) !important;
  background-color: var(--secundary-color) !important;
}

div.cine-acc h3 div {
  border-radius: 4px;
  padding: 4px 0;
  cursor: pointer;
}

img.clube {
  width: 100%;
}

.ad-new {
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  color: var(--text-color);
  margin-bottom: 20px;
  text-align: center;
}

.ad-new a {
  color: var(--text-color);
  text-decoration: underline;
}

/** FOOTER **/

footer {
  color: var(--text-color);
  padding: 20px 0 0;
  background: url(../images/footer-bg.svg) var(--secundary-color);
  background-size: 6px auto;
}

footer .contfoo li b {
  font-size: 16px;
  line-height: 24px;
}

footer .contfoo .btt-cad:hover {
  opacity: 0.7;
}

footer .contfoo .news-ft {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 6px;
}

footer .contfoo .news-ft p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

footer .contfoo .news-ft .btt-cad {
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  font-size: 12px;
  line-height: 32px;
  padding: 0 8px;
  font-weight: 900;
  margin: 4px auto 0;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.2s;
  text-transform: uppercase;
}

footer ul {
  padding-left: 0;
  margin-bottom: 0;
}

footer ul li {
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
}

footer ul li a {
  color: var(--text-color);
  border-bottom: 1px solid #ffffff50;
  width: 100%;
  padding: 5px;
  display: block;
}

footer ul li a:hover {
  background: #fff;
  color: #000;
}

footer .copyright {
  background: var(--primary-color);
  margin-top: 24px;
}

footer .copyright p {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
  color: var(--secundary-color);
  font-weight: bold;
}

footer .copyright .final-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

footer .copyright .final-line>div,
footer .copyright .final-line p,
footer .copyright .final-line a {
  display: flex;
  align-items: center;
}

footer .copyright .final-line p {
  gap: 8px;
}

footer .gaia-footer-logo {
  height: 50px;
  width: auto;
}

@media (max-width: 991px) {
  footer .contfoo .btt-cad {
    margin: 10px auto 34px;
    width: 100%;
  }

  footer form.row {
    display: none;
  }

  footer .bndes {
    margin: 20px auto 0;
  }

  .copyright {
    text-align: center;
  }

  footer .contfoo,
  footer ul,
  footer .copyright .final-line {
    /* flex-direction: column; */
    text-align: center;
  }

  footer .final-line {
    display: flex;
    flex-direction: column;
    /* Organiza as divs em coluna */
    align-items: center;
    /* Centraliza os itens horizontalmente */
  }

  footer .final-line>div {
    margin-bottom: 10px;
    /* Espaço entre os itens */
  }

  footer .copyright .final-line p,
  footer .copyright .final-line a {
    justify-content: center;
  }

  footer ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }

}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.sessao-indisponivel {
  background-color: gray !important;
}

.sessao-expirada:hover::before {
  content: "expirado" !important;
}

.sessao-esgotada:hover::before {
  content: "esgotado" !important;
}

.modal-content {
  background-color: var(--primary-color);
  border: 2px solid var(--secundary-color);
  border-radius: 20px;
  color: var(--text-color);
}

.modalCinemaBtn {
  background-color: var(--secundary-color);
}

#ingresso-modal-label {
  color: var(--text-color);
}

.room-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-tag-home {
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-tag-home-slot {
  align-items: flex-end;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 100%;
}

.room-tag img {
  height: 40px !important;
  width: auto !important;
}

.room-tag.room-tag-vip {
  height: 40px;
  width: 42px;
}

.room-tag.room-tag-vip img {
  height: 40px !important;
  max-width: 42px;
  object-fit: contain;
  width: 42px !important;
}

.room-tag-home img {
  height: 33px !important;
  width: auto !important;
}

.room-tag-home.room-tag-vip-home {
  height: 34px;
  width: 34px;
}

.room-tag-home.room-tag-vip-home img {
  height: 34px !important;
  object-fit: contain;
  width: 34px !important;
}

.sessao-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.sessao-item .room-tag-home {
  margin-left: auto;
  margin-right: auto;
}
