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

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@media screen and (min-width: 769px) {

  html,
  body {
    font-family: "Montserrat", sans-serif !important;
    height: 100%;
    overflow: hidden;
  }
}

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

  html,
  body {
    overflow: auto;
  }

  .tdmobile {
    max-width: 220px;
    white-space: break-spaces !important;

  }
}

/* Estilos básicos para o tooltip */
.tooltip-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 2px;
  color: #7f7f7f;
  /* Cor do ícone, pode ser ajustada */
  font-size: 20px;
  vertical-align: middle;
  /* Ajuda a alinhar o ícone com o texto do label */
}

/* Estilo para o texto do tooltip */
.tooltip-icon .tooltip-text {
  visibility: hidden !important;
  /* Força a ocultação */
  opacity: 0 !important;
  /* Força a transparência */
  width: 250px !important;
  /* Largura do tooltip */
  background-color: #333 !important;
  /* Fundo mais escuro para contraste */
  color: #fff !important;
  /* Cor do texto */
  text-align: center !important;
  font-size: 13px;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  /* Um pouco mais de padding */
  position: absolute !important;
  z-index: 1000 !important;
  /* Garante que fique acima de outros elementos */
  bottom: 125% !important;
  /* Posição acima do ícone */
  left: 50% !important;
  margin-left: -125px !important;
  /* Centraliza o tooltip */
  transition: opacity 0.3s ease-in-out !important;
  /* Transição suave */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  /* Sombra para destaque */
  white-space: normal !important;
  /* Permite quebra de linha */
}

/* Seta do tooltip */
.tooltip-icon .tooltip-text::after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  margin-left: -5px !important;
  border-width: 5px !important;
  border-style: solid !important;
  border-color: #333 transparent transparent transparent !important;
  /* Cor da seta igual ao fundo */
}

/* Quando o tooltip está ativo */
.tooltip-icon.active .tooltip-text {
  visibility: visible !important;
  opacity: 1 !important;
}

.navbar-inverse .menu-main.navbar-nav>.open>a,
.navbar-inverse .menu-main.navbar-nav>.open>a:focus,
.navbar-inverse .menu-main.navbar-nav>.open>a:hover {
  color: #303030 !important;
  background-color: transparent;
}

.container-fluid {
  max-width: 1366px;
}

.help-block {
  padding: 0 12px !important;
}

.navbar-inverse {
  background-color: #000000;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  border: 0;
  max-height: 65px;
  height: 100%;
}

h6.title-erro-participacao {
  background-color: #6d0101 !important;
  border: 1px solid #6d0101;
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 15px;
}

.menu-main {
  width: 100%;
  max-width: 860px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .menu-main {
    display: block;
    position: initial;
    transform: translate(0%, 0%);
  }

  .navbar-inverse {
    height: auto;
    max-height: 130px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-top: 1px solid #000000;
    background-color: #000000;
  }

  .navbar-inverse p {
    margin-left: 20px;
  }

  .form-numero-cupom {
    padding: 20px 15px 0 !important;
  }

  .aviso-importante {
    min-height: auto !important;
  }

  .cinema-data input,
  .cinema-data select {
    width: 100%;
  }

  #home {
    padding-bottom: 0 !important;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
  background-color: #f07d00;
}

.faq .panel.panel-default {
  background: rgb(255 255 255 / 75%);
}

.info-left .cadastro p.aviso-cupom {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.c-participa-aguarda .cadastrar-compra {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-participa-aguarda .cadastrar-compra a {
  background-color: #bc0a13;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: BOLD;
  padding: 8px 20px;
  border-radius: 8px;
}

.info-promocao .info-left .cadastro .cadastrar-compra a {
  background-color: #bc0a13;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: BOLD;
  padding: 8px 20px;
  border-radius: 8px;
}

p.aviso-importante-home {
  margin: 15px auto;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  background-color: rgb(255 130 1);
  padding: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #000000;
}

p.aviso-importante-home strong {
  font-size: 14px;
  color: #00428c;
  text-shadow: 0 0 0;
}

p.aviso-importante-home a {
  font-size: 13px;
  text-shadow: 0 0 0;
}

.info-promocao .info-left .cadastro .cadastrar-compra {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .title-page.login {
    margin-top: 0;
  }

  h6.title-sel-prod {
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .navbar-nav.navbar-right {
    float: right !important;
    margin-right: 0;
  }

  .navbar-nav {
    margin: 17.5px -15px;
  }

  .navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-right: 1px solid #ffffff !important;
  }

  .navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-right: 1px solid #ffffff !important;
  }

  .navbar-nav>li:last-child>a {
    border-right: none !important;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  .info-promocao .cadastro {
    margin: 0;
  }

  .info-promocao {
    padding: 0 20px;
  }

  .info-promocao h4 {
    letter-spacing: 1.8px;
  }

  .info-promocao h3 {
    letter-spacing: 2.1px;
  }

  .info-promocao h2 {
    letter-spacing: 1.3px;
  }

  .tabela-de-produtos input.cadastro-cupom-nf {
    font-size: 14px;
    font-weight: 900;
    padding: 4px;
    width: 225px;
    max-width: 100%;
    color: #333333;
    margin-bottom: 5px;
  }

  .cadastrar-compra {
    margin: 15px 0;
    display: flex;
    align-items: center;
  }

  .cadastrar-compra .col-produto {
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .cadastrar-compra .col-produto .blc-flex {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .cadastrar-compra .empty {
    background-color: #dddddd;
    color: #4f4f4f;
    font-size: 16px;
    font-style: italic;
    border: 1px dashed #6f6f6f;
    height: 38px;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.navbar-inverse .navbar-nav a {
  text-transform: capitalize;
  color: #ffffff !important;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 15px;
  font-weight: bold;
}

.navbar-inverse .navbar-nav a:focus,
.navbar-inverse .navbar-nav a:hover {
  color: #ffd101 !important;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

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

.navbar-brand img {
  max-width: 225px;
  height: auto;
  padding: 5px;
}

.borda-zero {
  border-right: 0 !important;
}

/* HOME */

#home {
  padding-bottom: 0;
}

.info-promocao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.info-promocao h1 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
}

img.pipoca-balde-refri {
  max-width: 440px;
}

.info-promocao h4,
.info-promocao h3,
.info-promocao h2 {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

.info-promocao h4 {
  letter-spacing: 1.8px;
  font-size: 14.5px;
}

.info-promocao h3 {
  letter-spacing: 2.1px;
  font-size: 20.6px;
}

.info-promocao h2 {
  letter-spacing: 1.3px;
  font-size: 26.1px;
}

.info-promocao h4 strong {
  font-size: 20px;
  margin: 0;
}

.info-promocao strong {
  font-weight: 900;
  font-family: "Barlow", sans-serif !important;
  text-align: justify;
  color: #f7931e;
}

.info-promocao strong {
  font-weight: 900;
  font-family: "Barlow", sans-serif !important;
  text-align: justify;
  color: #f7931e;
}

.info-promocao img.marcas {
  margin: 0 auto 10px;
}

.info-promocao p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}

#rodape {
  color: #ffffff;
  margin-top: 35px;
  padding-top: 15px;
  text-align: center;
  background-color: #000000;
  box-shadow: 3px 2px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  min-height: 110px;
}

#rodape a {
  color: #ffee00;
}

#rodape p.legalline {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

#rodape p.secap {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 768px) {
  h6.title-sel-prod {
    border: 1px solid #dddddd;
    border-radius: 10px;
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .info-promocao p.texto-content {
    font-size: 25px;
    background-color: rgb(51 51 170 / 70%);
    padding: 15px;
  }

  .tabela-de-produtos .table>tbody>tr>td.img-produtos img {
    max-width: 4em;
  }

  .tabela-de-produtos .table>tbody>tr>td.text-produtos p {
    width: 325px;
    white-space: normal !important;
  }

  .tabela-de-produtos .icon-info p {
    width: 110px;
  }
}

.title-page {
  font-family: "Montserrat", sans-serif;
  color: #ffffff !important;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
  padding-top: 0;
  margin-top: 0;
}

.subtitle-page {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
  padding: 0;
}

.subt-h3 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
  margin-top: 0;
  padding: 0;
}

.tabela-de-produtos.meus-numeros tr td p {
  margin-bottom: 5px;
  color: #666666;
  font-size: 15px;
  font-weight: 800;
}

.info-promocao p.texto-content strong {
  color: #f2b735;
}

.slogan-promocao,
.fotos-universal {
  max-width: 520px;
  margin: 0 auto;
}

.cadastrar-compra input,
.cadastrar-compra select {
  height: 40px !important;
  border-radius: 10px !important;
}

.cadastrar-compra .empty {
  background-color: #dddddd;
  color: #4f4f4f;
  font-size: 16px;
  font-style: italic;
  border: 1px dashed #6f6f6f;
  height: 38px;
  text-align: center;
  margin-top: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cadastrar-compra h4 {
  text-transform: initial;
  color: #bc0a13;
  font-size: 15px;
  text-shadow: 1px 0px 1px #000000;
  margin-top: 0;
  margin-bottom: 0;
  width: 200px;
}

.cadastrar-compra h4.num-cococola {
  width: 165px;
  margin: 0 8px 0 15px;
}

.cadastrar-compra h4.num-outra-bebida {
  width: 215px;
  margin: 0 5px 0 15px;
}

.cadastrar-compra h4.num-outra-bebida span.outra-bebida {
  font-size: 22px;
  font-weight: 800;
  color: #666666;
}

.selecionar-bebida {
  margin: 0 !important;
}

.selecionar-bebida input.form-check-input {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}

.selecionar-cupom-nf h4.comprovante {
  text-transform: initial;
  color: #bc0a13;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.selecionar-cupom-nf input.form-control {
  height: 40px !important;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0 15px;
  width: 240px;
}

.selecionar-cupom-nf .file-upload {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #bc0a13;
  color: #fff;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.selecionar-cupom-nf .file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.selecionar-cupom-nf .file-upload:hover {
  background-color: #286090;
}

.selecionar-cupom-nf .file-upload span {
  margin-right: 10px;
}

.selecionar-bebida h4.title-rbebidas {
  display: flex;
  align-items: center;
}

.selecionar-bebida h4.title-rbebidas label {
  text-transform: initial;
  font-weight: 600;
  color: #bc0a13;
  font-size: 16px;
  text-shadow: 1px 0px 1px #000000;
  margin-top: 0;
  margin-bottom: 0;
}

.cadastrar-compra select.numSelect {
  width: 75px;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .cadastra-produto {
    margin: 0 15px;
  }

  .cadastra-produto .row-header {
    padding: 5px;
    border-radius: 10px;
    margin: 0 0 5px;
    background-color: #ffb747;
  }

  .cadastra-produto .row-data {
    padding: 5px;
    border-radius: 10px;
    margin: 0;
  }

  .cadastra-produto h4.num-outra-bebida {
    text-transform: initial;
    color: #bc0a13;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000000;
    width: 110%;
  }

  .cadastra-produto h4 {
    text-transform: initial;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000000;
  }

  .cadastra-produto .combo-nome {
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cadastra-produto h5 {
    text-transform: initial;
    color: #666666;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000000;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .cadastra-produto h4 span.outra-bebida {
    font-size: 18px;
    font-style: italic;
    color: #666666;
  }

  .cadastra-produto select.form-control {
    height: 40px !important;
    border-radius: 10px;
  }

  .coca-cola {
    background-color: #d11e37;
    padding: 15px;
    border-radius: 15px;
    width: 500px;
    max-width: 100%;
    margin: 25px auto 15px;
  }

  .info-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .info-left .cadastro p {
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    max-width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
  }

  .info-left .cadastro img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
  }

  .selecionar-cupom-nf {
    margin: 0 15px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .selecionar-cupom-nf .col-produto {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.selecionar-cupom-txt {
  border: 1px solid #dddddd;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: #ffffff;
  margin: 0 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.selecionar-cupom-txt p {
  margin: 0;
  padding: 10px 15px;
}


.page-content .premios {
  margin: 25px 0 !important;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-content .container-premios {
  width: 1040px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0;
  margin: 0 auto 15px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}

.page-content .container-premios div {
  padding: 15px 0;
}

.page-content .container-premios h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #095689;
  font-weight: 800;
  font-size: 1.5em;
  padding: 15px 0 0;
}

.page-content .img-premios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.legalline-sonho-de-cinema {
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  top: -15px;
}

.logo-sonho-de-cinema {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
}

.b-premio {
  width: 100%;
  min-height: 160px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  margin: 15px 10px 15px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}

.b-premio h2,
.c-participa h2 {
  margin: 0;
  text-transform: uppercase;
  color: #00af4b;
  font-weight: 700;
  font-size: 1.8em;
}

.b-premio h4 {
  margin: 0;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 700;
  font-size: 14px;
}

.b-premio ul.principal {
  text-align: left;
  padding: 15px 0 15px 25px;
}

.b-premio ul.principal li {
  position: relative;
  list-style: none;
  font-size: 20px;
  padding-top: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.b-premio ul.principal li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  background-color: #00af4b;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.b-premio p {
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.4;
}

.b-premio p span {
  color: #f07d00;
  font-weight: 800;
}

.c-participa {
  width: 550px;
  max-width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  margin: 15px auto 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.c-participa-aguarda h2 {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
}

.c-participa-aguarda h2 strong {
  font-size: 26px;
  font-weight: 900;
}

.c-participa-aguarda p {
  text-align: center;
}

.c-participa-aguarda p a {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #fd6812;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
  position: relative;
  padding: 10px 25px;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 60%);
}

.c-participa p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cadastra-produto {
    margin: 0 5px;
  }

  .cadastra-produto .row-header {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background-color: #ffb747;
  }

  .cadastra-produto .row-data {
    padding: 0;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .cadastra-produto h4.num-outra-bebida {
    text-transform: initial;
    color: #bc0a13;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 1px 0px 1px #000000;
    width: 110%;
  }

  .cadastra-produto h4 {
    text-transform: initial;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 1px 0px 1px #000000;
  }

  .cadastra-produto .combo-nome {
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .cadastra-produto h5 {
    text-transform: initial;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 1px 0px 1px #000000;
  }

  .cadastra-produto h4 span.outra-bebida {
    font-size: 12px;
    font-style: italic;
    color: #666666;
  }

  .cadastra-produto select.form-control {
    height: 40px !important;
    border-radius: 10px;
  }

  .coca-cola {
    background-color: #d11e37;
    width: 100%;
    padding: 10px 15px 5px;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .info-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .info-left .cadastro p {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 75%);
  }

  .info-left .cadastro img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
  }

  .cadastrar-compra h4 {
    text-transform: initial;
    color: #bc0a13;
    font-size: 15px;
    text-shadow: 1px 0px 1px #000000;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }

  .selecionar-bebida {
    margin: 0 !important;
  }

  .selecionar-bebida input.form-check-input {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }

  .selecionar-cupom-nf {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
  }

  .selecionar-cupom-nf .col-produto {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .selecionar-cupom-nf h4.comprovante {
    text-wrap: nowrap;
  }

  .selecionar-cupom-nf input.form-control {
    height: 40px !important;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0 0 5px 10px;
    width: 100%;
  }

  .selecionar-cupom-nf .file-upload {
    position: relative;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #bc0a13;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-top: 10px;
    text-align: center;
  }

  .selecionar-cupom-nf .file-upload input[type="file"] {
    position: absolute;
    background-color: #bc0a13;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .selecionar-cupom-nf .file-upload:hover {
    background-color: #bc0a13;
  }

  .selecionar-cupom-nf .file-upload span {
    margin-right: 10px;
  }

  .selecionar-bebida h4.title-rbebidas {
    display: flex;
    align-items: center;
  }

  .selecionar-bebida h4.title-rbebidas label {
    text-transform: initial;
    font-weight: 600;
    color: #bc0a13;
    font-size: 16px;
    text-shadow: 1px 0px 1px #000000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .cadastrar-compra .upload-container {
    display: flex;
    align-items: center;
  }

  .cadastrar-compra .upload-container label {
    margin-bottom: 0;
  }

  .cadastrar-compra .col-produto {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 15px 10px;
    border-bottom: 1px solid #ffa136;
  }

  .cadastrar-compra .col-produto .blc-flex {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .cadastrar-compra .col-produto .blc-flex h4 {
    margin: 0;
    width: auto;
  }

  .cadastrar-compra .col-produto .blc-flex .numSelect {
    margin: 0;
    max-width: 200px;
  }

  .cadastrar-compra {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .page-content .container-premios h2 {
    font-size: 16px;
    padding: 15px 0 0;
  }
}

/* INTERNAS */

.titulo-left {
  text-align: left;
}

.titulo-left h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
}

.titulo-esquerdo {
  text-align: left;
}

.titulo-esquerdo h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 15px;
}

.titulo-esquerdo h1 span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

#como-participar,
#premios,
#regulamento,
#participe,
#menus-numeros,
#cadastro,
#login {
  padding-bottom: 0;
}

#menus-numeros .alert-info h2 {
  margin: 0;
  font-weight: bold;
  padding: 40px 0;
  opacity: 0.8;
}

#menus-numeros .alert-info {
  margin-top: 25px;
  border: dashed #529eca;
  opacity: 0.6;
}

.etapa-um,
.etapa-dois,
.etapa-tres {
  position: relative;
  background-color: #ffffff;
  color: #3375bb;
  box-shadow: 0px 5px 30px 10px rgb(0 0 0 / 30%);
  min-height: 280px;
  border-radius: 4px;
  padding: 45px 15px 5px;
  margin-top: 40px;
}

#como-participar p {
  font-size: 1em;
  font-weight: bold;
}

#como-participar p strong {
  font-size: 1.2em;
  color: #fd7600;
}

#como-participar p a {
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #fd7600;
}

.tabela-de-produtos {
  color: #ffffff;
  box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 35%);
}

/* ===== Scrollbar CSS ===== */

/* Firefox */

/* .tabela-de-produtos{
    scrollbar-width: thin;
    scrollbar-color: #f7931e #ffffff;
  } */

/* Chrome, Edge, and Safari */

/* .tabela-de-produtos::-webkit-scrollbar {
    width: 12px;
  } */

/* .tabela-de-produtos::-webkit-scrollbar-track {
    background: #ffffff;
  } */

/* .tabela-de-produtos::-webkit-scrollbar-thumb {
    background-color: #f7931e;
    border-radius: 2px;
    border: 3px double #ffffff;
  } */

.tabela-de-produtos {
  background: rgb(255 255 255 / 75%);
  margin: 25px 0 15px;
  border-radius: 15px;
}

.tabela-de-produtos .table>tbody>tr>td,
.tabela-de-produtos .table>tbody>tr>th,
.tabela-de-produtos .table>tfoot>tr>td,
.tabela-de-produtos .table>tfoot>tr>th,
.tabela-de-produtos .table>thead>tr>td,
.tabela-de-produtos .table>thead>tr>th {
  vertical-align: middle;
  border: 0;
  text-transform: uppercase;
}

.tabela-de-produtos .table>thead>tr>th,
.tabela-de-produtos .table>tbody>tr>td {
  border: 1px solid #500004 !important;
}

.tabela-de-produtos .table {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.tabela-de-produtos .table>tbody>tr>td.text-produtos {
  width: 25%;
}

.tabela-de-produtos .table>tbody>tr>td.select-quantidade {
  width: 15%;
}

.tabela-de-produtos .table>tbody>tr>td.text-produtos p {
  color: #525252;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: justify;
  text-transform: initial;
}

.tabela-de-produtos .table>tbody>tr>td p.text-date {
  font-size: 15px;
  font-weight: 800;
  color: #666666;
}

.tabela-de-produtos .table>tbody>tr>td p.text-cinema {
  font-size: 15px;
  font-weight: 800;
  color: #666666;
}

.tabela-de-produtos .table>tbody>tr>td.img-produtos {
  width: 12%;
}

.tabela-de-produtos .table>tbody>tr>td strong.sala-padrao {
  font-size: 13px;
  background-color: #ededed;
  color: #666666;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr>td strong.sala-kinoevolution {
  font-size: 13px;
  background-color: #f07d00;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr>td strong.sala-platinum {
  font-size: 13px;
  background-color: #000000;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr>td strong.sala-imax {
  font-size: 13px;
  background-color: #2387c5;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr>td strong.classe-economica {
  font-size: 13px;
  background-color: #ed037b;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr>td strong.classe-primeira {
  font-size: 13px;
  background-color: #ff4018;
  color: #ffffff;
  padding: 1px 2px;
  border-radius: 2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.tabela-de-produtos .table>tbody>tr.divisor {
  border: 0;
}

.form-numero-cupom {
  background-color: rgb(51 51 170 / 0.7);
  padding: 20px 0 0;
  color: #ffffff;
  box-shadow: 0px 5px 30px 10px rgb(0 0 0 / 30%);
}

.footer-cadastro-compra {
  width: 100%;
  background: rgb(255 255 255 / 75%);
  min-height: 75px;
  margin-top: 25px;
  margin-bottom: 15px !important;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%) !important;
  padding-bottom: 15px;
  color: #427aaf;
  font-weight: 700;
}

.footer-cadastro-compra h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.footer-cadastro-compra .btn {
  padding: 10px 0;
  margin-top: 20px;
  box-shadow: 3px 3px 8px #000 !important;
}

.footer-cadastro-compra span a {
  color: #4e4e4e;
  border: 0;
}

#aceitoRegulamento {
  margin-top: 15px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.form-numero-cupom h1 {
  margin-bottom: 0 !important;
}

.form-numero-cupom p {
  text-align: justify;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}

.form-numero-cupom p strong {
  padding: 20px 0 0;
  text-align: justify;
  color: #f7931e;
}

.form-numero-cupom .help-block {
  margin-bottom: 0 !important;
}

.tabela-de-produtos .table>thead>tr>th {
  border: 0;
  background-color: #bc0a13;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tabela-de-produtos th {
  font-size: 15px;
}

.tabela-de-produtos select::-webkit-input-placeholder,
.tabela-de-produtos input::-webkit-input-placeholder {
  color: #cccccc;
}

.tabela-de-produtos select:-ms-input-placeholder,
.tabela-de-produtos input:-ms-input-placeholder {
  color: #cccccc;
}

.tabela-de-produtos select::placeholder,
.tabela-de-produtos input::placeholder {
  color: #cccccc;
}

.tabela-de-produtos select {
  color: #333333;
  font-size: 14px;
  font-weight: 900;
  padding: 4px;
  border-radius: 4px;
}

.tabela-de-produtos .icon-info a {
  position: relative;
  cursor: pointer;
  padding-left: 5px;
}

.tabela-de-produtos .icon-info p {
  margin: 0;
  padding: 0;
}

.tabela-de-produtos .icon-info .tooltip img {
  max-width: 180px;
}

.tabela-de-produtos .icon-info a i {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 16px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
    color: #ffffff;
  }

  50% {
    transform: scale(1.1, 1.1);
    color: #f7931e;
  }

  100% {
    transform: scale(1, 1);
    color: #f96903;
  }
}

.aviso-importante {
  background-color: #ffffff;
  min-height: 150px;
  box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 35%);
  padding: 0 18px 5px;
}

.aviso-importante h2 {
  margin: 0;
  color: #bc0a13;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5em;
}

.aviso-importante p {
  font-size: 16px;
  padding: 0 0 15px;
  color: #525252;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.premios-fotos-universal,
.premios-pipocas-kinoplex {
  max-width: 480px;
  margin: 0 auto;
}

.premios-pipocas-kinoplex {
  max-width: 400px;
  margin: 0 auto;
}

.regulamento {
  text-align: justify;
  background: rgb(255 255 255 / 75%);
  padding: 5px 15px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 0.9);
}

.regulamento h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.regulamento p {
  font-size: 15px;
  color: #555555;
}

.regulamento p a {
  color: #f2b735;
}

.tabela-regulamento {
  border: 1px solid #333333;
  overflow: hidden;
}

.tabela-regulamento th,
.tabela-regulamento td {
  color: #333333;
  border-color: #333333 !important;
  vertical-align: middle !important;
  text-align: center;
}

.tabela-regulamento tr td ol li {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  text-align: left;
}

#participe h1 {
  color: #ffffff;
  padding: 15px;
  margin: 0;
}

.cinema-data {
  margin-bottom: 15px;
  padding-top: 5px;
}

.cinema-data h6 {
  font-weight: 900;
  margin: 0 0 10px;
  font-size: 18px;
  margin: 15px;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #f7931e;
}

.cinema-data label {
  color: #ffffff;
  padding: 0;
}

.cinema-data select {
  color: #666666;
  font-size: 13px;
  font-weight: 900;
  padding: 4px;
  border-radius: 15px;
}

.cinema-data input {
  color: #666666;
  font-size: 18px;
  font-weight: 900;
  padding: 2px;
  border-radius: 15px;
}

.table-participacoes tr th {
  color: #f96903;
  border: 3px solid rgba(249, 105, 3, 0.7);
  border-bottom: 3px solid rgba(249, 105, 3, 0.7) !important;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  vertical-align: middle !important;
}

.table-participacoes tr td {
  color: #666666;
  text-transform: uppercase;
  border: 3px solid rgba(249, 105, 3, 0.7);
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  vertical-align: middle !important;
}

.canal_venda label {
  margin: 0;
}

.certificado-autorizacao {
  text-align: center;
  width: 100%;
}

.certificado-autorizacao p {
  font-weight: bold;
  font-size: 10.6px;
  color: #ffffff;
  margin: 0;
  padding: 5px 0 8px;
}

.coca-cola .msg-coca-cola {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coca-cola .msg-coca-cola img {
  width: 120px;
  height: 47px;
  margin: 0;
}

.coca-cola .msg-coca-cola .divide {
  width: 2px;
  height: 40px;
  margin: 0 5px;
  background-color: #000000;
}

.coca-cola .msg-coca-cola p {
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

/* TABELA */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: none;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: none;
  color: white;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: none;
  color: white;
}

h2.titulo-table {
  font-size: 26px;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td li {
  margin-left: 30px;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  display: inline-block;
  color: #212121;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #333333;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
  color: #333333;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.newInputIngresso {
  height: auto;
}

.upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.upload-container label {
  cursor: pointer;
  background-color: #4e4e4e;
  width: 32px;
  height: 30px;
  padding: 4px;
  text-align: center;
  border: 1px solid #4e4e4e;
  border-radius: 4px;
  margin-left: 5px;
}

.upload-container label i {
  font-size: 18px;
  padding: 2px;
  color: #ffffff;
}

.file-name {
  margin-left: 5px;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  text-transform: lowercase;
}

.perguntas-fidelidades label {
  font-size: 13px;
  padding-left: 7px;
  padding-top: 4px;
  margin: 0;
}

.perguntas-fidelidades input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.perguntas-fidelidades .logo-kmais {
  width: 350px;
  max-width: 100%;
}

.table-combos td {
  color: #bc0a13;
  font-weight: 600;
  font-size: 14px;
}