body {
  margin: 0;
  font-family: 'DIN Alternate';
  padding-top: 65px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DIN Condensed';
  font-weight: bold;
  font-display: swap;
  text-transform: uppercase;
}

p {
  display: block;
  text-align: center;
  font-family: 'DIN Condensed';
}

#cineModal {
  width: 100%;
  left: 0;
}

.card-title {
  color: #212529;
}

.modal-header {
  border: none !important;
}

.modal-body {
  padding: 0 5.4rem 2.4rem 0;
}

#blocos {
  width: 100%;
  border-radius: 0.55rem;
  box-shadow: 0.2em 0.2em 0.3em black;
  margin-bottom: 10px;
  cursor: pointer;
}

#logo {
  width: 100px;
}

.btn .btn-dark .align-bottom {
  width: 210px !important;
}

#titulocidade {
  padding-bottom: 25px;
}

#div-select {
  padding-left: 10px;
}

#icon-before-select {
  color: #C0A16F;
  display: inline-flex;
  font-size: 20px;
  padding-top: 5px;
}

#cinema-select {
  margin-left: 2px;
  padding-bottom: 0;
  color: #C0A16F;
  font-family: 'DIN Condensed';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #212529;
  border: none;
}

.option-select {
  color: #C0A16F;
  font-family: 'DIN Condensed';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;

}

#header {
  height: 70px;
  max-height: 70px;
  padding: 0px;
}

.nav-link-sem-padding {
  padding: 0px;
}

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

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

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

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

.banner-abaixo-carrossel {
  background-color: #C0A16F;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.imgSubCarrossel {
  width: 100%;
}

.oscarQtdDiv {
  display: flex;
  align-items: end;
  margin-top: 0px;
  margin-bottom: 15px;
  justify-content: center;
  display: flex;
  align-content: end;
}

.indicacoesOscarText {
  margin: 0px;
  margin-left: 10px;
  color: white;
}

.diaExibicao {
  color: #FFFFFF;
  font-style: normal;
  line-height: 28px;
  text-align: center;
}

a,
a:hover {
  text-decoration: none;
}

button {
  border-radius: 50px;
  padding: 10px;
  border: none;
  font-family: 'DIN Condensed';
  opacity: 1;
  transition-duration: 0.3s;
}

button.btsm {
  padding: 5px 10px;
}

button.btmd {
  padding: 10px 30px;
}

button.btlg {
  padding: 10px 60px;
}

.cabecalho {
  display: inline-flex;
}

.logoCabecalho {
  margin-bottom: -24%;
}

header .navbar .nav-item .nav-link {
  padding-bottom: 0;
  color: #fff;
  font-family: 'DIN Condensed';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .navbar-collapse {
    margin-top: 32px;
  }

  header .navbar .nav-item .nav-link {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
  }
}

.gdpattern {
  border: 1px solid #C4C4C4;
  box-shadow: 7px 7px 0px #C0A16F;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  top: 95%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 32px;
  opacity: 0.6;
  position: absolute;
  top: 40%;
  color: #bbafaf;
  display: block !important;
  transition-duration: 0.2s;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  border: 2px solid rgba(55, 55, 55, 0.5);
  border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 16px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 16px;
}

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }

  #prog-slider .owl-nav button.owl-prev {
    left: 0 !important;
  }

  #prog-slider .owl-nav button.owl-next {
    right: 0 !important;
  }
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: none;
  opacity: 0.4;
  color: #000;
}

h3.section-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  border-bottom: 3px solid #B5A170;
  margin: 40px 15%;
}

h3.movie-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  border-bottom: 3px solid #B5A170;
  margin: 0 15% 8px;
}

p.movie-title {
  text-align: center;
}

.titpubpreshow {
  float: left !important;
  color: #ffffff !important;
}

.titpubpreshowfundobranco {
  float: left !important;
  color: #000000 !important;
}

.divdeskpubpreshow {
  width: 310px !important;
}

.divdeskpubpreshow970px {
  width: 970px !important;
}

.section-title-comtag {
  margin-top: 1px !important;
  margin-right: 15%;
  margin-bottom: 40px;
  margin-left: 15%;
}

.adversing {
  background: #FFFFFF;
  text-align: right;
  padding: 24px 8px;
  margin: 0 0;
}

.adversing p {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.adversing img {
  max-width: 100%;
}

.main-banner .item {
  /* padding: 0 7px 7px 0; */
}

.movies-sliders {
  background: #1F1F1F;
  margin: 0;
  padding: 0 0 48px;
  overflow-x: hidden;
}

.movies-sliders .movietab {
  /* justify-content: center;*/
  /* justify-content: left;*/
  margin-bottom: 24px;
  background: #2c2c2c;
  padding-top: 10px;
  justify-content: space-between;
}

.movies-sliders .movietab.with-stuck.stuck {
  position: fixed;
  top: 66px;
  padding-top: 10px;
  left: 0;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  width: 100%;
  z-index: 9;
  background: #2c2c2c;
}

@media (max-width: 1000px) {
  .movies-sliders .movietab.with-stuck.stuck {
    top: 50px;
  }
}

@media (min-width: 1000px) {
  #dolby {
    width: 80px;
  }
}

.movies-sliders .movietab .nav-item .nav-link {
  color: #FFFFFF;
  background: none;
  font-family: 'DIN Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
}

.movies-sliders .movietab.with-stuck .nav-item .nav-link {
  font-size: 20px;
  line-height: 22px;
}

.movies-sliders .movietab .nav-item .nav-link.active {
  color: #B5A170;
}

.movies-sliders .movietab .nav-item .nav-link.active::after {
  content: '';
  background: #B5A170;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 25%;
}

@media screen and (max-width: 600px) {
  .movies-sliders .movietab.with-stuck.stuck {
    padding-top: 30px;
  }

  .movies-sliders .movietab.with-stuck .nav-item .nav-link {
    font-size: 18px;
    line-height: 20px;
  }
}

.movies-sliders .header-content-tab {
  margin: 16px 0;
}

.movies-sliders .header-content-tab h4 {
  color: #FFFFFF;
  font-family: 'DIN Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
}

.movies-sliders .movie-home-slide .owl-dots {
  position: initial;
}

.movies-sliders .movie-home-slide button.owl-prev {
  /* left: -32px; */
  color: #FFF;
}

.movies-sliders .movie-home-slide button.owl-next {
  /* right: -32px; */
  color: #FFF;
}

.movies-sliders .footer-content-tab {
  margin: 32px 0 16px;
  text-align: center;
}

.movies-sliders .footer-content-tab button {
  background: #fff;
  border: 2px solid #fff;
  font-size: 19px;
  line-height: 22px;
  padding: 8px 40px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  color: #262626;
}

.movies-sliders .footer-content-tab button a {
  color: #fff;
}

.movies-sliders .footer-content-tab button:hover {
  opacity: 0.5;
}

.movies-sliders .footer-content-tab button:hover a {
  color: #262626;
}

.movies-sliders .item h5 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .movies-sliders .item h5 {
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}

/*LEG DUB na home
.movies-sliders .item h6 {
    text-align: center;
    color: #B5A170;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}*/
.movies-sliders .item h6 {
  text-align: center;
  color: #FFFFFF !important;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 20px !important;
}

.movies-sliders .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #B5A170;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  border-radius: 0 8px 8px 0;
  position: absolute;
  width: auto;
  margin: auto;
  left: 5%;
  margin-top: 15px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 600px) {
  .movies-sliders .tag {
    left: 0;
  }
}

.movies-sliders .dolby-on {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1E90FF80;
  font-size: 14px;
  line-height: 16px;
  padding: 8px;
  font-family: 'DIN Alternate';
  border-radius: 50px;
  position: absolute;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: -40px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.movies-sliders .dolby-on img {
  width: 110px;
  height: 16px;
  margin-left: 8px;
}

.movies-sliders .movie-links {
  margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
  .movies-sliders .movie-links {
    flex-direction: column;
  }
}

.movies-sliders .btn-pre-venda {
  max-width: 100%;
  background: #78bfb8;
  color: #FFF;
  padding: 4px 20px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  margin: 4px auto;
  text-align: center;
  border-radius: 24px;
}

@media screen and (max-width: 600px) {
  .movies-sliders .btn-pre-venda {
    font-size: 12px;
  }
}

.movies-sliders .movie-links button {
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 4px 20px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  color: #1F1F1F;
  width: 49%;
}

.movies-sliders .movie-links.prog button {
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .movies-sliders .movie-links button {
    width: 95%;
    margin-bottom: 8px;
  }
}

.movies-sliders .movie-links button a {
  color: #1F1F1F;
}

.movies-sliders .movie-links button:hover {
  opacity: 0.5;
}

.movies-sliders .movie-links button:hover a {
  color: #1F1F1F;
}

.movies-sliders .horarios {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
}

.movies-sliders .horarios .legdubnac {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  min-width: 120px;
}

.fullHeight {
  min-height: 80vh;
}

.movies-sliders .horarios .dolby {
  width: 70px;
  display: block;
  margin: auto 0;
}

.movies-sliders .horarios button {
  background: #B5A170;
  font-size: 20px;
  line-height: 18px;
  padding: 10px 16px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  margin: 0 4px 4px 4px;
  color: #262626;
  position: relative;
}

.movies-sliders .horarios button::after {
  content: 'Comprar';
  position: absolute;
  top: 0;
  left: 0;
  color: #B5A17000;
  font-size: 14px;
  width: 100%;
  line-height: 38px;
}

.movies-sliders .horarios button a {
  color: #262626;
}

.movies-sliders .horarios button:hover {
  color: #B5A170;
}

.movies-sliders .horarios button:hover a {
  color: #B5A170;
}

.movies-sliders .horarios button:hover::after {
  content: 'Comprar';
  color: #262626;
}

.movies-sliders .horarios .em-breve {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 8px;
  background: #B5A170;
  color: #262626;
  font-family: 'DIN Alternate';
  border-radius: 50px;
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .movie-list {
    justify-content: center;
  }
}

.movie-list .item {
  padding: 10px;
  text-align: center;
  position: relative;
}

.movie-list .data-prog {
  display: flex;
}

.movie-list .ficha {
  padding: 40px 10px 10px;
  color: #fff;
  width: 70%;
}

.movie-list .ficha iframe {
  max-width: 534px;
  width: 100%;
}

.movie-list .programacao {
  padding: 40px 10px 10px;
  color: #fff;
}

.movie-list .programacao h5 {
  margin: 20px 0 0;
}

.movie-list .item .poster {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .movie-list .data-prog {
    display: flex;
    flex-direction: column-reverse;
  }

  .movie-list .ficha {
    width: 100%;
  }

  .movie-list .programacao {
    text-align: center;
  }

  .movie-list .programacao .horarios {
    justify-content: center !important;
  }
}

.movie-list .item .movie-links button {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
}

.prog-list .item {
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.prog-list .item .poster {
  width: 100%;
  margin: 0;
}

.prog-list .item .tag {
  position: inherit;
  margin: 0;
  width: auto;
  display: initial;
}

.prog-list .item .dolby-on {
  position: inherit;
  margin: 0;
  width: auto;
  display: initial;
}

.prog-list .item h5 {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.prog-list .item .movie-links {
  justify-content: flex-start;
}

.prog-list .item h6 {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.prog-list .item .horarios {
  justify-content: flex-start;
  align-items: top;
}

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

  .prog-list .item,
  .prog-list .item h5,
  .prog-list .item h6 {
    text-align: center;
  }

  .prog-list .item .horarios {
    justify-content: center;
  }
}

.promos-sliders {
  background: url('../images/border-movies.png') no-repeat top center;
  padding: 72px 0 0;
}

#MovieCtrlTabContent .item {
  align-content: center;
  padding: 0 5%;
}

@media screen and (max-width: 600px) {
  #MovieCtrlTabContent .item {
    padding: 0;
  }
}

#MovieCtrlTabContent .item img {
  max-width: 100%;
}


.dif-banner .item {
  padding: 15px 7px 7px;
}

.dif-banner .item .box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 50%;
  width: calc(100% - 14px);
  position: absolute;
  top: calc(50% - 7px);
  text-align: center;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.dif-banner .item .box h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #B5A170;
  margin-bottom: 20px;
}

.dif-banner .item button {
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #Fff;
  width: 84%;
  margin: 0 5% 0;
  padding: 8px 0;
  background: #B5A170;
}

.dif-banner .item button a {
  color: #fff;
  padding: 8px 10px;
}

footer {
  background: url('../images/footer-border.png') no-repeat bottom center #262626;
  color: #fff;
  padding-bottom: 160px;
}

footer .social {
  background: #B5A170;
  padding: 20px 0;
  margin-bottom: 24px;
}

footer .social .medias {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .social .medias p {
  margin-bottom: 0;
  font-family: 'DIN Condensed';
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

footer .social .medias p a {
  color: #fff;
  margin: 0 10px;
}

footer .social .medias p a:hover {
  text-decoration: underline;
}

footer .social .medias button {
  background: #262626;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 8px 30px 4px;
}

footer .social .medias button a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  footer .social .medias {
    flex-direction: column;
  }

  footer .social .medias p {
    text-align: center;
    line-height: 32px;
  }

  footer .social .medias p a {
    display: block;
  }

  footer .social .medias button {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
  }
}

footer .navbar .nav-item .nav-link {
  padding-bottom: 0;
  color: #fff;
  font-family: 'DIN Condensed';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

footer .copyright .address {
  text-align: center;
  color: #C4C4C4;
}

footer .copyright .address h6 {
  font-size: 24px;
}

footer .copyright .address {
  text-align: center !important;
}

@media screen and (max-width: 600px) {
  footer .copyright {
    flex-direction: column;
    text-align: center;
    margin: 0 0;
  }

  footer .copyright div img {
    margin: 30px 0;
  }

  footer .copyright .address {
    text-align: center !important;
  }

  .mob-no {
    display: none;
  }
}

.prog-slider {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.prog-slider .owl-nav button.owl-prev,
.prog-slider .owl-nav button.owl-next {
  top: -5px;
}

#prog-slider .owl-nav button.owl-prev,
#prog-slider .owl-nav button.owl-next {
  top: 5px;
}

#prog-slider-movies .owl-nav button.owl-prev,
#prog-slider-movies .owl-nav button.owl-next {
  top: 25px;
}

#prog-slider .owl-nav button.owl-prev {
  left: 8;
}

#prog-slider .owl-nav button.owl-next {
  right: 8;
}

#prog-slider-movies .owl-nav button.owl-prev {
  left: -16;
}

#prog-slider-movies .owl-nav button.owl-next {
  right: -16;
}

.prog-slider .owl-dots {
  display: none;
}

.mostra-section {
  background: url('../images/bg_mostra.png') no-repeat bottom center #000;
  background-size: 100% auto;
  padding: 40px 0;
}

.mostra-section h3 {
  text-align: center;
  color: #ccc;
}

#btn_contato {
  background: #C4C4C4;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 16px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  margin: 0 4px 4px 4px;
  color: #FFFFFF;
  position: relative;
}

#btn_contato:hover {
  background: #B5A170;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 16px;
  font-family: 'DIN Alternate';
  text-transform: uppercase;
  margin: 0 4px 4px 4px;
  color: #FFFFFF;
  position: relative;
}

.no-click {
  pointer-events: none;
  cursor: default;
}

.white-link {
  color: #fff !important;
}

.termos {
  text-align: center;
  align-content: center;
}

.alerta {
  background: #5459a2;
  color: white;
}

@media (max-width: 768px) {

  .alerta {
    font-size: 12px !important;
  }
}

.clique-aqui {
  text-decoration: underline !important;
  color: black;
}

.clique-aqui:hover {
  color: black;
}

@media (max-width: 960px) {
  .cabecalho {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 6.3vh;
  }

  .logoCabecalho {
    width: 100px;
    margin-bottom: -9%;
  }

  .boxLocal {
    margin-left: -15%;
  }

  #cinema-select {
    font-size: 0.9rem;
  }
}

.owl-carousel.owl-loaded {
  display: block;
}

#rodapeNavBar a {
  color: #fff;
  font-family: 'DIN Condensed';
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-block: 8px;
}

.btn-sessao-disable button {
  background-color: gray !important;
  text-decoration: line-through;
  color: black;
}

.btn-sessao-disable button::after {
  content: 'Expirado' !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #B5A17000;
  font-size: 14px;
  width: 100%;
  line-height: 38px;
}

.btn-sessao-disable button:hover {
  color: #05050500 !important;
}