@font-face {
  src: url(../fontes/DINNextLTPro-Bold.otf);
  font-family: "din";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #444444;
  font-family: "din", sans-serif;
}

/* width */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #f15f2c;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #3f4c9d;
}
.home {
  background-color: #f15f2c;
  width: 100%;
}
.home .content img.banner-home {
  width: 100%;
}
h1.cc_dialog_headline {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .h-mobile {
    height: 100%;
  }
  .gd-mobile {
    height: 100%;
  }
  .p-mobile {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 45%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .home .home-left {
    position: relative;
    height: 100%;
  }
  .home .home-text {
    position: absolute;
    text-align: center;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 780px;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .home .home-text h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 200;
    font-size: 1.6em;
    color: #ffffff;
    line-height: 1.4;
  }
  .home .home-text h1 span {
    font-weight: 700;
  }
  .home .home-text h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4em;
    color: #ffffff;
    line-height: 1.2;
    margin: 5px 0;
  }
  .home .home-text h3 {
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    font-size: 1.4em;
    padding: 0 20px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 500;
  }
  .home .home-text h3 span {
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    color: #de2d73;
    background-color: #ffffff;
    padding: 4px;
  }
  .home .home-text h3 strong {
    font-weight: 800;
  }
  .home .home-text .logo-kinoplexmais {
    width: 100%;
    max-width: 250px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .home .home-text .logo-kinoplexmais img {
    width: 100%;
    max-width: 300px;
  }
  .home .home-text a {
    text-decoration: none;
    transition: ease-in-out 0.2s;
    width: 100%;
    max-width: 320px;
  }
  .home .home-text a .btn-go-login {
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    background-color: #444444;
    border-radius: 5px;
    padding: 8px;
    width: 340px;
    max-width: 100%;
    margin: 10px auto;
    height: 65px;
    line-height: 1.2;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home .home-text a .pr-fidelidade {
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #444444;
    border-radius: 3px;
    width: 390px;
    height: 90px;
    max-width: 100%;
    margin: 15px 0;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home .home-text a .pr-fidelidade img{
    width: 210px;
    max-width: 100%;
  }
  .home .home-text a .pr-fidelidade span{
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
  .home .home-text a .pr-fidelidade p{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .home .home-text a .pr-fidelidade .p-tc{
    color: #f58220;
  }
  .home .home-text a .pr-fidelidade .p-vs{
    color: #ed3572;
  }
  .home .home-text p {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .home .home-left {
    position: relative;
    height: 577.44px;
    max-height: 100%;
  }
  .home .home-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .home .home-text h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 200;
    font-size: 2.6em;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 28px !important;
  }
  .home .home-text h1 small{
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    font-size: .6em;
    color: #ffffff;
    line-height: 1.3;
  }
  .home .home-text h1 span {
    font-weight: 700;
  }
  .home .home-text h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6em;
    color: #ffffff;
    line-height: 1.4;
  }
  .home .home-text h3 {
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 500;
  }
  .home .home-text h3 span {
    font-family: "Rubik", sans-serif;
    letter-spacing: 1px;
    color: #de2d73;
    background-color: #ffffff;
    padding: 4px;
  }
  .home .home-text h3 strong {
    font-weight: 800;
  }
  .home .home-text.vs h3 {
    color: #ffffff;
    margin: 5px 0;
  }
  .home .home-text .logo-kinoplexmais {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home .home-text .logo-kinoplexmais img {
    width: 100%;
    max-width: 240px;
    margin-top: 15px;
  }
  .home .home-text a {
    text-decoration: none;
    transition: ease-in-out 0.2s;
  }
  .home .home-text a .btn-go-login {
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #444444;
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    margin: 15px 0;
    height: 55px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home .home-text a .btn-go-login.vs{
    background-color: #444444;
  }
  .home .home-text a .pr-fidelidade {
    font-family: "Rubik", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #444444;
    border-radius: 3px;
    width: 390px;
    height: 90px;
    max-width: 100%;
    margin: 15px 0;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .home .home-text a .pr-fidelidade img{
    width: 240px;
    max-width: 100%;
  }
  .home .home-text a .pr-fidelidade span{
    font-size: 15px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
  .home .home-text a .pr-fidelidade p{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .home .home-text a .pr-fidelidade .p-tc{
    color: #f58220;
  }
  .home .home-text a .pr-fidelidade .p-vs{
    color: #ed3572;
  }
  .home .home-text p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    color: #ffffff;
  }
}
.titulo-hm-vs{
  width: 660px;
  display: block;
}

.titulo-hm-vs .logo-vs{
  max-width: 120px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  display: block;
}
.titulo-hm-vs .titulo-hm-vs-txt{
  padding: 0;
}
.titulo-hm-vs .titulo-hm-vs-txt h1{
  margin: 0;
}
.titulo-hm-vs .titulo-hm-vs-txt h2{
  margin-top: 15px;
  font-size: 1.5em;
}

.home .home-text.vs .logo-kinoplexmais {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  position: relative;
  width: 100%;
  height: 100%;
}
.btns-programa {
  position: absolute;
  top: 55%;
  left: 20%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: auto;
  padding: 8px 8px 0;
  border-radius: 5px;
}

.btn-kinomais {
  width: 360px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-image: linear-gradient(
    to right top,
    #252525,
    #424242,
    #616161,
    #828282,
    #a4a4a4
  );
  box-shadow: 6px 6px 10px rgb(0 0 0 / 60%);
  transition: ease-in-out 0.5s;
  border-radius: 10px;
  padding: 10px;
}

.btn-valesul {
  width: 360px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-image: linear-gradient(
    to right top,
    #2a2a2a,
    #a7a7a7,
    #adadad,
    #606060,
    #2a2a2a
  );
  box-shadow: 6px 6px 10px rgb(0 0 0 / 60%);
  transition: ease-in-out 0.5s;
  border-radius: 10px;
  padding: 10px;
}


.btns-programa {
  position: absolute;
  top: 55%;
  left: 20%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: auto;
  padding: 8px 8px 0;
  border-radius: 5px;
}

.btn-kinomais {
  width: 360px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-image: linear-gradient(
    to right top,
    #252525,
    #424242,
    #616161,
    #828282,
    #a4a4a4
  );
  box-shadow: 6px 6px 10px rgb(0 0 0 / 60%);
  transition: ease-in-out 0.5s;
  border-radius: 10px;
  padding: 10px;
}

.btn-valesul {
  width: 360px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-image: linear-gradient(
    to right top,
    #2a2a2a,
    #a7a7a7,
    #adadad,
    #606060,
    #2a2a2a
  );
  box-shadow: 6px 6px 10px rgb(0 0 0 / 60%);
  transition: ease-in-out 0.5s;
  border-radius: 10px;
  padding: 10px;
}

.kinoplexmais-home {
  background-image: url(../images/background-kmvs.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: 100%;
}

.home-valesul {
  background-image: url(../images/background-home-kmvs.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .btn-cadastro {
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 79%;
    left: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 30%;
  }
  .btn-cadastro a {
    width: 100%;
    text-decoration: none;
    margin: 0 8px;
    background-color: #8a173a;
    border: 1px solid #8a173a;
    border-radius: 5px;
  }
  .btn-cadastro h1 {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0;
    padding-top: 5px;
    font-size: 30px;
    background-color: #ff3274;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 32%);
  }
  .btn-cadastro a img {
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .btns-programa {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    width: 90%;
    padding: 8px 8px 0;
    border-radius: 5px;
  }

  .btn-cadastro {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    top: 72%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 0;
  }
  .btn-cadastro h1 {
    text-transform: uppercase;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 80%;
    color: #ffffff;
    align-items: center;
    height: 60px;
    margin: 0;
    padding-top: 5px;
    font-size: 26px;
    background-color: #ff3274;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 32%);
  }

  .btn-cadastro a {
    color: #ffffff;
    font-size: 1.1em;
    text-decoration: none;
    padding-top: 5px;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .btn-cadastro-vale-sul {
    display: flex;
    align-items: center;
    height: 60px;
    background: rgb(241, 124, 9);
    background: linear-gradient(
      45deg,
      rgba(241, 124, 9, 1) 0%,
      rgba(232, 44, 102, 1) 100%
    );
    border-radius: 5px;
    position: absolute;
    top: 28%;
    right: 5%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 210px;
    max-width: 100%;
    line-height: 1.5;
    box-shadow: 1px 2px 3px #000000;
  }

  .btn-cadastro-vale-sul a {
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    padding-top: 5px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .btn-cadastro-vale-sul {
    display: flex;
    align-items: center;
    height: 60px;
    background: rgb(241, 124, 9);
    background: linear-gradient(
      45deg,
      rgba(241, 124, 9, 1) 0%,
      rgba(232, 44, 102, 1) 100%
    );
    border-radius: 5px;
    position: absolute;
    top: 8%;
    left: 62%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 240px;
    max-width: 100%;
    line-height: 1.5;
    box-shadow: 1px 2px 3px #000000;
  }

  .btn-cadastro-vale-sul a {
    color: #ffffff;
    font-size: 1.1em;
    text-decoration: none;
  }
}

.pontos,
.resgates {
  background-image: url(../images/background-internas-km.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: auto;
}
.home.km-vs{
  /* background-image: url(../images/home-km-vs.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  background-color: #f15f2c;
  width: 100%;
  height: auto;
}
.home,
.regulamento,
.premios,
.promocoes {
  /* background-image: url(../images/background-internas-km.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  background-color: #f15f2c;
  width: 100%;
  height: auto;
}
.home-vs{
  /* background-image: url(../images/background-km-vale-sul.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top; */
  background-size: cover;
  background-color: #bf2f38;
}
.pontos-vs,
.resgates-vs,
.pages-text-vs,
.faq-vs,
.categorias-vs,
.premios-vs,
.regulamento-vs,
.promocoes-vs {
  /* background-image: url(../images/background-internas-vale-sul.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; */
  background-color: #bf2f38;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.titulo-meu_historico {
  color: #ffffff;
  font-size: 42px;
  text-shadow: 2px 2px #000000;
}

#meu_historico {
  background-color: rgb(0 0 0 / 40%);
  font-size: 34px;
  position: relative;
  padding: 0px 5px;
  margin-left: 15px;
  bottom: 5px;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
}

#meu_historico option {
  color: #444444;
  font-size: 28px;
}

.cabecalho {
  width: 100%;
  display: inline-block;
  background-color: rgb(0 0 0 / 75%);
  padding: 15px 10px;
}

.cabecalho form .form-group {
  display: flex;
  align-items: flex-end;
}

.cabecalho form label {
  line-height: 0.7;
  margin-right: 10px;
  color: #ffffff;
  font-size: 2em;
}

.cabecalho form select {
  border: 0;
  font-weight: bold;
  padding: 10px 20px 10px 5px;
}

@media (max-width: 768px) {
  .title-page {
    font-size: 36px !important;
  }
  .kinoplexmais-home {
    /* background-image: url(../images/background-kmvs-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; */
    background-color: #f15f2c;
    width: 100%;
    height: 100%;
  }
  .home-valesul {
    /* background-image: url(../images/background-home-mobile-kmvs.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; */
    background-color: #f15f2c;
    width: 100%;
    height: 100%;
  }
  .cabecalho {
    display: inline-block;
    padding: 15px 10px 0;
  }
  .cabecalho form label {
    padding-bottom: 0px;
    line-height: 1;
  }
  .cabecalho form .form-group {
    display: block !important;
    padding-top: 15px;
  }
  .navbar-brand .logo {
    max-width: 250px;
  }
  .navbar-toggle {
    margin-top: 22px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar {
    min-height: 80px !important;
  }
  .navbar-brand {
    height: 80px !important;
  }
  .pontos,
  .resgates,
  .premios,
  .promocoes,
  .regulamento,
  .pages-text {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 720px;
  }
}

.conteudo {
  background-color: rgb(255 255 255 / 50%);
  padding: 15px;
}

.conteudo .item-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.conteudo .item-grid img {
  margin: 0 auto;
  border-radius: 10px;
  width: 175px;
}

.conteudo .item-grid h4 {
  margin: 12px 0 0;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
}

.conteudo .item-grid p span {
  font-family: "din", sans-serif !important;
  font-weight: 900;
  align-items: flex-start, flex-end, center, baseline, stretch, start, end,
    self-start, self-end;
  background-color: transparent;
  font-size: 30px;
  text-align: center;
  color: #8a173a;
  font-style: normal;
  letter-spacing: normal;
}

.conteudo .item-grid span {
  font-size: 12px;
  color: #666666;
  letter-spacing: 2px;
  background-color: #dddddd;
  padding: 5px 3px 2px 3px;
}

.conteudo .all-grid {
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.conteudo .item-grid p {
  margin: 0;
  font-style: italic;
  font-weight: 900;
  text-align: center;
}

.conteudo p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}

.conteudo p strong {
  font-weight: 900;
}

.conteudo h3 {
  font-size: 26px;
}

.conteudo ul {
  list-style: none;
  margin-left: 26px;
  display: block;
}

.navbar-default {
  background-color: #444444;
  border: 0 !important;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0 !important;
}

.navbar-brand {
  padding: 10px 15px;
}

.navbar-nav > li > a {
  color: #ffffff !important;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

@media (min-width: 769px) {
  .main-menu-items {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-collapse.collapse {
    display: inline-block !important;
  }

  .navbar-header-right {
    min-height: 85px;
    float: right !important;
  }

  .navbar-brand {
    padding: 0 15px;
  }

  .navbar-brand .logo {
    max-height: 80px;
  }

  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .pontos,
  .resgates,
  .premios,
  .promocoes,
  .regulamento,
  .pages-text {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 720px;
  }
  .pontos-vs,
  .resgates-vs,
  .premios-vs,
  .promocoes-vs,
  .categorias-vs,
  .pages-text-vs {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 720px;
  }
}

.navbar-nav > li > a:hover {
  color: #ff3f03 !important;
}

.navbar-nav > li > a:active {
  color: #ff3f03 !important;
}

.navbar-nav > li > a.dropdown-toggle:hover {
  color: #cccccc !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #444444 !important;
}

.navbar .bg-valesul {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0 !important;
  background-repeat: repeat-x;
}

.navbar .bg-valesul a {
  width: 120px;
  height: auto;
  position: absolute;
  left: 80px;
  z-index: 999;
}

.navbar .bg-valesul a img {
  width: 120px;
  height: auto;
}

@media (max-width: 768px) {
  .navbar .bg-valesul a {
    width: 90px;
    height: 108px;
    position: absolute;
    left: 18px;
  }
  .navbar .bg-valesul a img {
    width: 90px;
    height: 108px;
  }
}

body.body-pontos .page-pontos,
body.body-resgates .page-resgates,
body.body-premios .page-premios,
body.body-promocoes .page-promocoes,
body.body-faq .page-faq,
body.body-pages-text .page-pages-text,
body.body-regulamento .page-regulamento,
body.body-categorias .page-categorias {
  color: #f15f2c !important;
}

.title-page {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  font-size: 42px;
  text-shadow: 2px 2px #000000;
}

.data-table {
  background-color: rgb(0 0 0 / 45%);
}

.data-table tbody tr {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 20px;
  color: #666666;
}

.name-user {
  color: #f15f2c;
  text-transform: uppercase;
}
.name-user strong {
  color: #ffffff;
}
.data-table tr th {
  color: #ffffff;
  font-size: 30px;
}

.data-table tr th,
.data-table tr td {
  vertical-align: middle !important;
}

.data-table tr td span.ponto-negativo {
  color: #f20000;
}

.results {
  margin: 0;
  font-size: 24px;
  color: #000000;
}

.promo {
  margin: 0 0 15px;
  background-color: rgb(255 255 255 / 75%);
  padding: 15px 0;
}
.promo>div>img.img-responsive{
  max-width: 300px;
}

.promo p {
  font-size: 18px;
}

.promo a.botoes-kinoplex {
  font-size: 20px;
  text-decoration: none;
  border: 2px solid;
  padding: 10px 10px 5px;
  float: left;
}

.table-pagination {
  margin: 0;
}

.data-table {
  margin-bottom: 5px;
}

.div-empty {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 95%);
  margin: 0 auto 50px;
  max-width: 800px;
  height: 150px;
  border: 4px rgb(153 153 153 / 50%);
  border-style: dashed;
}

.div-empty h2 {
  margin-right: 10px;
  color: #999999;
}

.div-empty .img-svg {
  width: 45px;
}

.header-collapse {
  font-size: 18px;
}

.data-mobile .panel {
  background-color: transparent;
  margin-bottom: 0;
}

.data-mobile ul {
  margin-bottom: 0;
}

.data-mobile ul li {
  background-color: rgb(236 236 236 / 90%);
  border: 1px solid #ffffff;
}

a.list-group-item:focus,
a.list-group-item:hover {
  background-color: #e2e2e2;
}

.data-mobile .panel-footer {
  background-color: #ffffff;
  margin-bottom: 5px;
}

p.results-mobile {
  font-size: 14px;
  text-transform: uppercase !important;
  margin-bottom: 0;
  text-align: center;
}

p.results-mobile strong {
  font-size: 20px;
}

.infos-mobile {
  background-color: rgb(236 236 236 / 90%);
  margin: 0;
  padding: 0 0 10px;
}

.data-compra {
  background-color: #cccccc;
}

.data-compra h5 {
  color: #000000;
  font-size: 16px;
  margin: 0px;
  padding: 14px 0 6px;
}

.infos-mobile .descricao p {
  color: #333333;
  font-size: 14px;
  margin: 0px;
  padding: 10px 0 0;
}

.infos-mobile .descricao small {
  color: #666666;
  font-size: 12px;
  margin: 0px;
  padding: 10px 0 0;
}

.infos-mobile .divisor {
  margin-bottom: 15px;
}

.infos-mobile .pontuacao {
  padding: 10px 15px 0;
}

.infos-mobile .pontuacao p {
  text-align: right;
  color: #666666;
  font-size: 14px;
  margin: 0px;
}

.infos-mobile .pontuacao p small {
  text-align: right;
  color: #333333;
  font-size: 16px;
  margin: 0px;
}

/* Footer 2 */
.rodape-v2 {
  background-color: #444444;
}
.rodape-v2 p {
  padding: 25px 0 20px;
  color: #ffffff;
  margin: 0;
}

/* Footer 1 */
.top-footer-bt {
  width: 100%;
}
.top-footer-bt img {
  width: 100%;
  display: block;
}
.top-footer {
  background-image: url(../images/top-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: 45px;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-footer img {
  width: 150px;
  max-width: 100%;
  display: block;
}

.top-footer h3 {
  margin: 0;
  padding: 10px 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-footer {
    height: 60px;
  }

  .top-footer h3 {
    padding: 10px 0 10px;
    font-size: 18px;
  }

  .top-footer img {
    width: 95px;
    max-width: 100%;
    display: block;
  }

  .center-footer img {
    width: 706px;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
  }

  .center-footer {
    background-image: url(../images/center-bg-footer-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #f15f2c;
    width: 100%;
    min-height: 100%;
    padding: 5px 0 !important;
  }
}

.center-footer {
  background-image: url(../images/center-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  min-height: 100%;
  padding: 35px 0 15px;
}

.center-footer img {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}

/* header premios */
.top-header {
  background-image: url(../images/top-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: 45px;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header h3 {
  margin: 0;
  padding: 10px 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.top-header img {
  width: 150px;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-header h3 {
    padding: 10px 0 10px;
    font-size: 16px;
  }

  .top-header {
    height: 60px;
    min-width: 100%;
  }

  .top-header img {
    width: 95px;
    max-width: 100%;
  }

  .center-header img {
    width: 706px;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
  }

  .center-header {
    background-image: url(../images/center-bg-footer-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #f15f2c;
    width: 100%;
    min-height: 100%;
    padding: 5px 0 !important;
  }
}

.center-header {
  background-image: url(../images/center-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  min-height: 100%;
  padding: 20px 0 15px;
}

.center-header img {
  width: 1920px;
  max-width: 90%;
  margin: 0 auto;
}
/* KINOPLEXMAIS VALESUL */
.cabecalho-home {
  height: 85px;
}

.top-footer {
  width: 100%;
}

.top-footer h3 {
  margin: 0;
  padding: 10px 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-footer {
    height: 60px;
  }

  .top-footer h3 {
    padding: 10px 0 10px;
    font-size: 18px;
  }

  .top-footer img {
    width: 95px;
    max-width: 100%;
    display: block;
  }

  .center-footer img {
    width: 706px;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
  }

  .center-footer {
    background-image: url(../images/center-bg-footer-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #f15f2c;
    width: 100%;
    min-height: 100%;
    padding: 5px 0 !important;
  }
}

/*
.center-footer {
  background-image: url(../images/center-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  min-height: 100%;
  padding: 35px 0 15px;
}

.center-footer img {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}

/* header premios */
.top-header {
  background-image: url(../images/top-bg-footer-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f15f2c;
  width: 100%;
  height: 45px;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header h3 {
  margin: 0;
  padding: 10px 0 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.top-header img {
  width: 150px;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-footer {
    height: 60px;
  }
  .top-header h3 {
    padding: 10px 0 10px;
    font-size: 16px;
  }

  .top-header {
    height: 60px;
    min-width: 100%;
  }

  .top-header img {
    width: 95px;
    max-width: 100%;
  }

  .center-header img {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
  }

  .center-header {
    width: 100%;
    padding: 0 !important;
  }
}

.center-header {
  width: 100%;
  padding: 0;
}
.center-header img {
  width: 100%;
  margin: 0 auto;
}


/* PROMOÇÃO DE FEVEREIRO */
.all-grid .pontuacao{
  text-decoration: none;
  position: relative;
}
.all-grid .pontuacao::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #000000;
  transform: translate(-7%, -50%) rotate(7deg);
}

.all-grid .desconto{
  color: #ff0000;
  font-style: normal !important;
  font-size: 18px;
  margin-top: -6px !important;
  margin-bottom: 15px !important;
}
.all-grid .desconto.vs{
  color: #ffef66;
} 