@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #211638;
}

* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

#submitButton {
  background-color: #ea030f;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
#submitButton:hover {
  background-color: #c00;
  color: #fff;
}
.form-check-input:checked {
  background-color: #211638 !important;
  border-color: #211638 !important;
}

.nav-custom {
  padding: 0 !important;
  margin-bottom: 3rem !important;
  background-color: #211638;
  background: linear-gradient(
    90deg,
    rgba(172, 70, 10, 1) 0%,
    rgba(44, 1, 6, 1) 64%,
    rgba(60, 7, 19, 1) 100%
  );
}

@media (min-width: 992px) {
  /* Adjust width for larger screens */
  div .custom-container {
    width: 35% !important;
  }
}

label {
  color: #181037;
}

.form-group.row {
  margin-bottom: 1rem !important;
  text-align: justify;
}

body {
  overflow-x: hidden;
}

.bg-pretao {
  background: #090909;
}

.navbar-default {
  text-align: center;
  background: #2a2a2a;
  border-top: solid 2px #211638;
}

.listaSocial li {
  float: left;
  list-style: none;
}

.listaSocial li i {
  color: #fff;
  font-size: 19px;
  margin: 0 10px;
}

.logo-fixed {
  position: fixed;
  box-shadow: 0 8px 6px -6px black;
}

.navbar-topo {
  width: 1170px;
}

.logo-reveillon {
  background: #170400;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 8px 6px -6px black;
}

.banner-reveillon-mobile {
  display: none;
}

.altura-header {
  margin-top: 510px;
}

.container-reveillon {
  padding: 0 60px;
}

.breadcrumb-reveillon {
  padding-top: 15px;
}

.titulo-reveillon {
  color: #ea030f;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0;
}

.quantidade-eventos {
  color: #3f434a;
  font-size: 1em;
  margin-bottom: 25px;
}

.linha-listaEventos {
  margin-top: 25px;
  border-bottom: 1px #9baaa9 solid;
}

/* Badge com as datas */
.data-evento {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #c31b26;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.dia-evento,
.mes-evento {
  color: #fff;
  font-weight: bold;
}

.dia-evento {
  font-size: 50px;
  line-height: 45px;
  padding-top: 20px;
}

.mes-evento {
  font-size: 25px;
}

/* /Badge com as datas */

.detalhe-evento {
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-left: 15px;
}

.detalhe-evento li {
  list-style: none;
  line-height: 30px;
}

.titulo-evento {
  font-size: 30px;
  /*margin-bottom: 10px;*/
}

.lugar-evento {
  font-size: 20px;
}

.local-evento {
  font-family: "OpenSansRegular";
  font-size: 20px;
  font-weight: normal;
}

.status-evento {
  font-size: 15px;
  font-weight: normal;
  border: 1px #000 solid;
  border-radius: 5px;
  padding: 0 10px;
  width: 215px;
}

.abertura-evento {
  font-size: 0.7em !important;
  font-weight: normal;
}

.btn-outline-reveillon,
.btn-outline-reveillon:active {
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 5px 25px;
  /* background-color: #FFF; */
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.btn-outline-reveillon:hover,
.btn-outline-reveillon:focus {
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
}

.btn-outline-reveillon-topo,
.btn-outline-reveillon-topo:active {
  width: 220px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 5px 25px;
  /* background-color: #FFF; */
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  margin: 20px 0;
}

/*
Rosa: #df3186
Laranja:
*/

.btn-outline-reveillon-topo:hover,
.btn-outline-reveillon-topo:focus {
  color: #ea030f;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #ea030f 20%, #ea030f 100%) border-box;
}

.linha-desativada {
  opacity: 0.5;
}

.titulo-botao {
  display: block;
}

.titulo-botao-mobile {
  display: none;
}

.st-esgotado {
  color: #f00;
}

.st-ultimos {
  color: rgba(241, 151, 75);
}

.st-disponivel {
  color: #008000;
}

.st-embreve {
  color: #9baaa9;
}

.titulo-turne-info {
  color: #ea030f;
  font-size: 40px;
  font-weight: bold;
  padding-top: 20px;
  font-family: arial;
}

.corpo-turne-info {
  text-align: justify;
}

footer {
  padding-bottom: 10px;
  background: #f9f9f9;
}

.footer-app {
  font-size: 19px;
}

.mao-app {
  text-align: center;
}

.baixar-msg-app {
  line-height: 15px;
  margin-top: 3rem !important;
}

.baixar-app {
  font-weight: bold;
}

.msg-app {
  font-family: OpenSansLight;
}

.lista-stores {
  margin-top: 3rem;
}

.lista-stores li {
  list-style: none;
  margin: 15px 0;
}

.footer-bdigital {
  padding-top: 30px;
  background: #f9f9f9;
}

.menu-footer li {
  list-style: none;
  font-family: "OpenSansBold";
  font-size: 12px;
  color: #333;
  display: inline-block;
  text-align: center;
  width: auto;
  padding: 0 15px;
}

.menu-footer li a {
  text-decoration: none;
  color: #333;
}

.informativo-footer {
  color: #8f8f8f;
  font-size: 12px;
}
.container-form {
  background-image: url('../images/background.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  overflow-x: hidden;
}

.content {
  width: 100%;
  max-width: 760px;
  padding: 1rem 2rem;
}

.form-card .card-body {
  padding: 2.5rem 3rem;
}

.form-group.row {
  margin-bottom: 1.4rem !important;
}

.header-logo {
  display: block;
  margin: 0 auto 2rem auto;
}

.title-tagline {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
  padding-bottom: 1.4rem;
  line-height: 1.7;
  border-bottom: 1px solid #e5e5e5;
}

.form-card {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.35);
}

.form-card .card-footer {
  background: transparent;
  border-top: none;
  padding-bottom: 0.5rem;
}
