/* TELA PÓS CADASTRO - AGRADECIMENTO */
body.full-page-thanks {
  overflow-x: hidden;
}

.msg-erro {
  background-color: #e14949;
}
.msg-aviso {
  background-color: #e1a449;
}
.msg-info {
  background-color: #499ce1;
}
.msg-sucesso {
  background-color: #59C559;
}
.msg-erro,
.msg-aviso,
.msg-info,
.msg-sucesso{
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 40px 0;
}
.msg-erro i,
.msg-aviso i,
.msg-info i,
.msg-sucesso i{
  font-size: 36px;
  padding: 10px;
}

.img-obrigado {
  position: relative;
  background-image: url(/kinefilos/images/kinefilo-cadastro-confirmacao.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #333333;
  width: 100%;
  margin-top: -95px;
  z-index: -1;
}

.wrap-obrigado {
  width: 100%;
  height: 75vh;
}

.msg-kinefilo {
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  border: 2px solid #eeeeee;
  max-width: 900px;
  margin: 100px auto 50px;
}

.msg-kinefilo a.link-polica-privacidade {
  color: #0075ff;
  cursor: pointer;
}

.msg-kinefilo .disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

.msg-kinefilo h1 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333 !important;
}

.msg-kinefilo p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #333333;
}

.msg-kinefilo h2 {
  text-transform: uppercase;
}

.msg-kinefilo .btn-autorizacao p a:hover {
  color: #ffffff;
}

.btnEntrar {
  display: flex;
  justify-content: center;
}

.btnEntrar button {
  width: 150px;
}

@media (min-width: 769px) {
  .msg-kinefilo .btn-autorizacao {
    display: flex;
    justify-content: center;
  }

  .msg-kinefilo .btn-autorizacao p {
    margin: 0 8px;
  }
}

#modalNaoAutorizar .modal-dialog {
  max-width: 540px;
}

#modalNaoAutorizar h4 {
  font-weight: bold;
  font-size: 20px;
}

/* FIM TELA PÓS CADASTRO - AGRADECIMENTO */

/*BANNERS POR TELA*/
.banner-kinefilos,
.banner-sobre-kinefilos {
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {

  .banner-kinefilos,
  .banner-sobre-kinefilos {
    width: 100%;
    height: 50%;
    background-position: center;
    background-size: cover;
  }

  .login-redes {
    margin-bottom: 15px;
  }
}

.link-polica-privacidade {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}

.link-polica-privacidade i {
  color: #0075ff;
  font-size: 18px !important;
}

/*FIM BANNERS POR TELA*/

h2,
h3 {
  font-family: Futura, Trebuchet MS, Arial, sans-serif !important;
  color: #f07d00 !important;
  font-weight: bold;
}

h2.login-recadastro {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

h3 {
  margin-bottom: 25px;
}

/*FORMULÁRIOS*/

.btn-modal {
  border: 1px solid #333 !important;
  color: #333 !important;
}

.btn-modal:hover {
  transition: background-color 0.5s ease;
  background-color: #f90;
  color: #fff !important;
}

.centered-form p {
  background-color: transparent;
  padding: 10px;
  text-align: justify;
  border-radius: 5px;
}

.centered-form .panel {
  background-color: #ffffff;
}

.centered-form .form-control {
  height: 50px !important;
  border: 1px solid #ccc !important;
}

select.inputForm[readonly] {
  pointer-events: none;
  touch-action: none;
}

.centered-form textarea {
  min-height: 150px;
}

.recuperar-senha {
  padding-top: 0 !important;
  border-right: 1px solid #eee;
  padding: 0 !important;
}

.links-kinefilos {
  text-align: right !important;
}

.links-kinefilos a {
  color: #666 !important;
}

.links-kinefilos a:hover {
  color: #f07d00 !important;
}

.centered-form .col-md-12 p {
  padding: 0 !important;
}

.centered-form .col-md-12 p a {
  color: #f07d00 !important;
  font-weight: 400;
}

.centered-form .botoes-kinoplex {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0;
  background-color: #f07d00 !important;
  transition: background-color 0.5s ease;
  color: #ffffff !important;
  border-radius: 5;
  text-transform: initial;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
}

.centered-form .botoes-kinoplex:hover {
  background-color: #f90 !important;
  color: #fff !important;
  border: 0;
  transition: 1;
}

.recuperar-senha .botoes-kinoplex:hover {
  background-color: #f90 !important;
  color: #fff !important;
  border: 0;
  transition: 1;
}

@media (max-width: 768px) {
  .recuperar-senha {
    padding-top: 0 !important;
    border-right: 0 !important;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .recuperar-senha .botoes-kinoplex {
    margin-bottom: 0 !important;
  }
}

/*FIM FORMULARIOS*/

.no-padding img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pagina-estatica .well {
  margin-top: 0;
}

.pagina-estatica span.ti-Line-Smartphone-1 {
  color: #f07d00 !important;
  font-size: 32px;
}

.pagina-estatica .fone-produtos {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.btn-modal {
  min-width: 140px;
  margin-bottom: 0 !important;
}

.add-filhos {
  margin-bottom: 25px !important;
  background-color: #03ae4b !important;
}

a.add-filhos:hover {
  background-color: #fff !important;
  border: 1px solid #666;
  color: #666 !important;
}

.filho .botoes-kinoplex {
  background-color: #f05322;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.filho a.botoes-kinoplex:hover {
  background-color: #fff !important;
  border: 1px solid #666;
  color: #666 !important;
}

.dados-principais-tab>li.active>a {
  background-color: #f07d00 !important;
  color: #fff !important;
}

.nav-item {
  color: #555 !important;
}

li.active a,
li.active a:focus,
li.active a:hover {
  background-color: #f07d00 !important;
  color: #fff !important;
}

.facebook,
#googleBtnCustom {
  border-radius: 15px;
  text-align: center;
  padding: 8px 15px;
  margin: 8px 0 0 0;
  cursor: pointer;
}

#googleBtnCustom {
  border-radius: 15px;
  text-align: center;
  padding: 8px 15px;
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #fff;
  background-color: #f34346;
}

#googleBtnCustomCadastro {
  border-radius: 5px;
  text-align: center;
  padding: 8px 5px;
  margin: 0px 0 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #f34346;
}

#googleBtnCustom .buttonText:hover {
  border-bottom: 1px solid #ffffff;
}

.facebook a,
.google a {
  font-size: 14px;
  color: #fff;
}

.facebook {
  border-radius: 0 25px;
  text-align: center;
  padding: 12px 15px;
  margin: 0px 0 0 0;
  font-size: 14px;
  color: #fff;
  background-color: #47619e;
}

.google {
  background-color: #f34346;
}

span.btn,
.customGPlusSignIn {
  cursor: pointer;
}

.signin-button {
  width: 210px;
  height: 40px;
}

.perguntas-fidelidades label {
  font-size: 14px;
  margin: 0;
}

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

.perguntas-fidelidades .logo-kmais {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 15px !important;
}

.container-logo-vale-sul .logo-vale-sul {
  max-width: 100px;
  margin: 0 !important;
}

.container-logo-vale-sul .logo-kmais {
  width: 300px;
  max-width: 100%;
  margin: 10px 0 15px !important;
}

.container-logo-vale-sul {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

/* pré-cadastro */
.custom-radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  /* Esconde o radio button padrão */
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #000000;
}

.custom-radio:hover input~.radio-checkmark {
  background-color: #ccc;
  /* Cor ao passar o mouse */
}

.custom-radio input:checked~.radio-checkmark {
  background-color: #3f729b;
  /* Cor quando selecionado */
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border-radius: 50%;
  background: white;
}

.custom-radio input:checked~.radio-checkmark:after {
  display: block;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
}

/* RECADASTRAMENTO */
/* Reset e Container Principal */
.kinoplex-wizard {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Barra de Progresso */
.wizard-progress {
  position: relative;
  margin-bottom: 40px;
}

.progress-bar-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e4e4e4;
  z-index: 1;
}

.progress-bar-fill {
  height: 100%;
  background: #f07d00;
  width: 20%;
  transition: width 0.3s ease;
}

/* Steps do Wizard */
.perguta-dia-cinema .radio label {
  padding-left: 0;
}

.perguta-genero-filme #perguntaFilmeGeneros,
.perguta-genero-filme #tagator_activate_tagator2 {
  margin-bottom: 0 !important;
}

#perguntaFilmeGeneros .label-titulo {
  display: none;
}

.wizard-steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.wizard-step {
  flex: 1;
  text-align: center;
  position: relative;
}

/* Indicador do Step */
.step-indicator {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.step-number {
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}

.step-check {
  display: none;
  color: #fff;
  font-size: 24px;
}

/* Step Ativo */
.wizard-step.active .step-indicator {
  background: #f07d00;
  border-color: #f07d00;
  transform: scale(1.1);
}

.wizard-step.active .step-number {
  color: #fff;
}

.wizard-step.active .step-title {
  color: #f07d00;
  font-weight: bold;
}

/* Step Completo */
.wizard-step.completed .step-indicator {
  background: #ffb96f;
  border-color: #ffb96f;
}

.wizard-step.completed .step-number {
  display: none;
}

.wizard-step.completed .step-check {
  display: block;
}

.wizard-step.completed .step-title {
  color: #ffa03c;
  font-weight: bold;
  text-transform: uppercase;
}

/* Título do Step */
.step-title {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #afafaf;
  display: block;
  margin-top: 5px;
  transition: all 0.3s ease;
}

/* Painéis de Conteúdo */
.wizard-panels {
  min-height: 200px;
  margin: 30px 0;
}

.wizard-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.wizard-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Navegação */
.wizard-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 30px;
}

/* Botões Customizados */
.wizard-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.wizard-btn-prev {
  background: #e4e4e4;
  color: #333;
}

.wizard-btn-prev:hover {
  background: #d4d4d4;
}

.wizard-btn-next {
  background: #0090f0;
  color: #fff;
  margin-left: auto;
}

.wizard-btn-next:hover {
  background: #0070d0;
  transform: translateX(2px);
}

.wizard-btn-finish {
  background: #f07d00;
  color: #fff;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: bold;
}

.wizard-btn-finish:hover {
  background: #dc7303;
}

/* Loading */
.wizard-loading {
  text-align: center;
  padding: 40px;
  display: none;
}

.wizard-loading.active {
  display: block;
}

/* Responsivo */
@media (max-width: 768px) {
  .kinoplex-wizard {
    padding: 15px;
  }

  .wizard-steps {
    flex-wrap: nowrap;
    overflow-x: hidden;
  }

  .wizard-step {
    flex: 1 1 0;
    min-width: 0;
  }

  .step-indicator {
    width: 32px;
    height: 32px;
  }

  .step-number {
    font-size: 13px;
  }

  .step-check {
    font-size: 16px;
  }

  /* Oculta título em todos os steps por padrão */
  .step-title {
    display: none;
  }

  /* Mostra apenas no step ativo, com quebra de linha */
  .wizard-step.active .step-title {
    display: block;
    font-size: 9px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    padding: 0 2px;
    text-align: center;
    line-height: 1.6;
  }

  .wizard-navigation {
    flex-direction: column;
    gap: 10px;
  }

  .wizard-btn {
    width: 100%;
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .step-indicator {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .step-number {
    font-size: 12px;
  }

  .step-check {
    font-size: 13px;
  }

  .wizard-step.active .step-title {
    font-size: 8px;
    line-height: 1.6;
  }
}

/* Animação da barra de progresso */
.progress-animate {
  animation: progressFill 0.5s ease;
}

@keyframes progressFill {
  from {
    width: 0;
  }
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #000000 !important;
}

.checkbox label,
.radio label {
  font-weight: 500 !important;
  font-size: 17px;
  color: #666666;
}

label.label-titulo {
  font-size: 17px;
  margin-bottom: 0;
  color: #333333;
  font-weight: 500;
}

/* Estilos básicos para o tooltip */
.tooltip-icon i.icone-info {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border: 2px solid #666666;
  justify-content: center;
  align-items: flex-end;
  border-radius: 100%;
  display: flex;
  top: -2px;
}

.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;
}

/* Estilo quando atingir o limite */
.tagator_tags input[disabled] {
  cursor: not-allowed !important;
  background-color: #f5f5f5 !important;
  opacity: 0.6;
}

/* Esconde o autocomplete quando desabilitado */
.tagator_tags input[disabled]~.tagator_autocomplete {
  display: none !important;
}

/* Animação de shake para a mensagem */
@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-10px);
  }

  75% {
    transform: translateX(10px);
  }
}

#filmeGenerosHelp.show {
  animation: shake 0.5s;
}

.list-unstyled {
  color: #ff0000;
}