:root {
 --primeira-cor: #000;
 --segunda-cor: #241c1c;
 --terceira-cor: #6c6c6c;
 --quarta-cor: #000;
 --quinta-cor: #000;
}
.loader {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-duration: 2s;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
#status > div {
  text-align: center;
}
#logo_preloader {
  max-width: 250px;
}
#preloader_image {
  max-width: 90px;
}
.fadein {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a,a:hover {
  text-decoration: none;
}
.nav-link:hover {
  color: var(--primeira-cor);
}
.menu-mobile {
  box-shadow: rgba(25, 31, 40, 0.15) 0px 6px 24px 0px;
  padding: 12px;
  border-top: 1px solid rgb(221, 224, 228);
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 31;
}
.lista-menu-mobile {
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.btn-menu-mobile {
  display: grid;
  text-align: center;
  color: #707070;
}
.btn-menu-mobile span {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
}
.btn-menu-mobile i {
  font-size: 20px;
}
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom:1rem;
}
.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}
.nav-link {
  color: rgb(76, 87, 108);
  font-weight: 500;
}
.navbar-brand {
  margin-right: 3rem;
}
.logo-header {
  max-width: 120px;
}
.input-pesquisa, 
.btn-pesquisa {
  border: 1px solid rgb(189, 194, 201);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(25, 31, 40, 0.15) 0px 1px 2px 0px;
  height: 48px;
}
.input-pesquisa {
  backface-visibility: hidden; 
  transition: border 0.3s ease 0s;
  position: relative;
  border-radius: 8px 0px 0px 8px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex: 2 1 0%;
  z-index: 20;
  border-right: 0px;
  min-width: 350px;
}
.btn-pesquisa {
  border-radius: 0px 8px 8px 0px;
  margin-right: 10px;
  border-left: 0px;
}
.btn-area-usuario {
  height: 48px;
  border-radius: 8px;
  color: var(--primeira-cor);
  border-color: var(--primeira-cor);
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-area-usuario:hover {
  background-color: var(--primeira-cor);
  border-color: var(--primeira-cor);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-desktop {
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  min-height: 70px;
  background-color: #fff;
  z-index: 1;
}
.img-banner {
  max-height: 320px;
}
.icone-genero {
  display: grid;
  justify-content: center;
}
.icone-genero .i-genero {
  background-color: #f1f1f1;
  border-radius: 50%;
  height: 65px;
  width: 65px;
}
.icone-genero i {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: rgb(76, 87, 108);
}
.icone-genero .tex-genero {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 20px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  font-size: 14px;
  color: rgb(76, 87, 108);
  line-height: 1.14;
  letter-spacing: 0.1px;
  margin-top: 16px;
}
section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.card-evento-img {
  min-height: 115px;
}
.dia-hora-card {
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--primeira-cor);
  font-weight: 700;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
}
.titulo-card {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(25, 31, 40);
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.titulo-card-destaque {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(25, 31, 40);
  margin-bottom: 8px;
}
.local-card {
  font-size: 12px;
  line-height: 1.33;
  color: rgb(76, 87, 108);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
h2 {
  font-size: 20px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  flex: 2 1 auto;
  border-left: 3px solid var(--primeira-cor);
  padding-left: 9px;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 25px;
}
.text-card-destaque {
  margin: 0px 15px;
}
footer {
  background: #111111;
}
.area-footer-lista {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.copy-footer {
  width: 100%;
  background: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.57);
}
footer h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.icone-app {
  max-width: 130px;
  border-radius: 5px;
  margin-top: 10px;
}
.area-footer-lista li a {
  color: rgba(255, 255, 255, 0.57);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.area-footer-lista li a:hover {
  color: var(--primeira-cor);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.area-footer-lista li {
  margin-bottom: 10px;
}
.titulo-parceiro {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.slick-prev:before, .slick-next:before {
  color: var(--primeira-cor);
}
.slick-prev {
  left: 97%;
  position: absolute;
  top: -25px;
}
.slick-next {
  top: -25px;
}
.btn-pesquisa-detalhada {
  border: 1px solid var(--primeira-cor);
  background-color: var(--primeira-cor);
  color: #fff;
  border-radius: 8px;
  min-width: 117px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-pesquisa-detalhada:hover {
  color: var(--primeira-cor);
  border: 1px solid var(--primeira-cor);
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#area-pesquisa {
  background-color: rgb(245, 247, 248);
  min-height: 70vh;
}
.img-principal-evento {
  position: relative; 
  width: 100%; 
  background-color: #000000A9;
}
.img-principal-evento > img {
  width:100%; 
  filter: blur(30px);
}
.img-principal-evento,
.img-total {
  max-height: 480px;
}
.area-centro-img {
  position: absolute;
  top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.img-centro-foco {
  width: 100%;
  border-radius: 12px;
  box-shadow: rgba(25, 31, 40, 0.2) 0px 20px 36px 0px;
  max-width: 620px;
  max-height: 485px;
}
.area-info-evento p {
  margin-bottom: 4px;
  color: rgb(25, 31, 40);
}
.titulo-evento {
  font-weight: 700;
  font-size: 28px;
  color: rgb(25, 31, 40);
  margin-top: 8px;
  margin-bottom: 16px;
  word-break: break-word;
  line-height: 40px;
  letter-spacing: -0.05rem;
} 
.secao-ingressos {
  box-shadow: rgb(221, 224, 228) 0px 6px 24px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
}
.secao-ingressos .header {
  background-color: rgb(76, 87, 108);
  color: rgb(255, 255, 255);
  display: flex;
  border-radius: 12px 12px 0px 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.lista-ingressos {
  max-height: 500px;
  overflow: hidden auto;
}
.lista-ingressos .ingresso {
  padding: 8px;
  font-size: 12px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: rgb(221, 224, 228);
  margin: 15px auto;
}
.ingresso .titulo {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.ingresso .valores {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(25, 31, 40);
}
.obs-ingressos {
  font-style: italic;
  color: rgb(132, 140, 155);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}
.btn-qtd-ingresso:disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}
.btn-qtd-ingresso {
  border-radius: 50%;
  border: 2px solid var(--primeira-cor);
  color: var(--primeira-cor);
  font-weight: bold;
  background-color: #fff;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.area-qtd-ingresso {
  display: flex;
  justify-content: end;
  align-items: center;
}
.input-value {
  width: 30px;
  text-align: center;
  border: none;
}
.valor-individual {
  margin-top: 5px;
  font-weight: 700;
}
.titulo-setor {
  text-align: center;
  font-weight: 700;
  margin: 10px auto;
}
.area-total-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}
.area-total-btn p:first-child {
  font-size: 10px;
  color: rgb(189, 194, 201);
  margin-bottom: 0;
}
.area-total-btn div p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.btn-sucesso,
.ver-mapa-setores {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: fit-content;
  width: max-content;
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-transform: uppercase
}
.ver-mapa-setores {
  margin: 0 auto;
  text-align: center;
  display: flex;
  margin-bottom: 10px;
}
.m-top {
  margin-top: 3rem;
}
.m-bottom {
  margin-bottom: 3rem;
}
.pad {
  padding: 0px;
}
.genero-evento {
  border-width: 1px;
  border-style: solid;
  border-radius: 24px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  background-color: rgb(238, 246, 230);
  color: rgb(81, 168, 0);
  border-color: rgb(238, 246, 230);
  padding: 4px 12px;
  font-size: 12px;
  height: 28px;
  align-self: auto;
  text-transform: uppercase;
}
.area-info-evento {
  margin-bottom: 2rem;
}
.textos-evento {
  position: relative;
  min-height: 600px;
  background-color: rgb(245, 247, 248);
  padding: 2rem;
}
.area-seleciona-ingresso {
  height: 150px;
  position: relative;
  z-index: 1;
}
.titulo-textos-evento {
  font-weight: 700;
  font-size: 20px;
  color: rgb(25, 31, 40);
  margin-bottom: 24px;
  line-height: 1.5;
}
.imagem-setores {
  margin: 0 auto;
  text-align: center;
}
.imagem-setores img {
  width: 100%;
}
.alert-qtd-comp {
  text-align: center;
  margin-bottom: 2rem;
  color: red;
  font-weight: 500;
  margin-left: 1rem;
  margin-right: 1rem;
}
.mz-expand div a, 
.mz-figure div a, 
.mz-expand span a, 
.mz-figure span a {
  display: none !important;
  position: absolute !important;
}
.opt-finaliza-ingresso {
  padding-top: 2rem;
  margin: 15px;
}
.opt-finaliza-ingresso .form-check {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  color: rgb(132, 140, 155);
}
.st_bt_top_header_wrapper {
  background: var(--primeira-cor);
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
.st_bt_top_header_wrapper h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  margin: 20px;
}
.form ::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.form .form button {
  align-self: flex-end;
}
.form .flex-column > label {
  color: #151717;
  font-weight: 600;
}
.form .inputForm {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}
.form .input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}
.form .input:focus {
  outline: none;
}
.form .inputForm:focus-within {
  border: 1.5px solid var(--primeira-cor);
}
.form .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.form .flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.form .span {
  font-size: 14px;
  margin-left: 5px;
  color: var(--primeira-cor);
  font-weight: 500;
  cursor: pointer;
}
.form .button-submit {
  margin: 20px 0 10px 0;
  background-color: var(--primeira-cor);
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}
.form .p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}
.form .btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.form .btn:hover {
  border: 1px solid var(--primeira-cor);
  color: var(--primeira-cor);
}
.area-finalizacao {
  background: #f6f6f6;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  min-height: 85vh;
}
#area-checkout {
  background: #f6f6f6;
  padding: 3rem 0;
}
.Btn-edit-ing {
  width: 110px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  padding: 0px;
  margin-bottom: 10px;
  float: inline-end;
}
.Btn-edit-ing .text {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(85, 170, 87);
}
.Btn-edit-ing .icon {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: rgb(77, 153, 78);
}
.cal-title {
  background: var(--primeira-cor);
  padding: 1rem;
}
.cal-title h4 {
  color: #fff;
  font-size: 20px;
}
.bg-white {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.d-flex-bet {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-chekout {
  width: 100px;
  margin-right: 24px;
}
.car-right-body ul {
  display: grid;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
.car-right-body ul li {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #efefef;
  padding: 8px 20px;
  margin-bottom: 5px;
  background: #fff;
}
#form-cupom {
  display: flex;
}
#form-cupom .input-rounded-l {
  height: 50px;
  width: 100%;
  border: 2px solid;
  border-color: rgb(229 231 235);
  border-radius: 10px 0px 0px 10px;
  padding: 12px;
}
#form-cupom .btn-apply-desc {
  border-radius: 0px 10px 10px 0px;
  background-color: var(--primeira-cor);
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-color: var(--primeira-cor);
  padding: 10px;
  font-weight: 700;
}
.resumo-evento {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#resumo-evento-final li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-bottom: 15px;
}
.dtts1 {
  float: left;
  width: 130px;
}
.dtts2 {
  float: left;
  width: calc(100% - 130px);
}
.quadro-resposta-pag {
  border-radius: 10px;
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  min-height: 469px;
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
  margin: 30px auto;
}
.title-resp {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.job-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2em;
  max-width: 30em;
}
.text-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 0;
  color: #707070;
}
.post-date {
  color: #598551;

}
/*.budget-exp {
  display: flex;
  gap: 5em;
}*/
.quadro-resposta-pag .label {
  padding-left: 0px;
}
.budget-exp .label {
  font-size: 1em;
  color: #598551;
  font-weight: 600;
  margin-bottom: 0;
}
.budget-exp .value {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5rem;
  color: #707070;
  margin-bottom: 0;
}
.form-pag {
  white-space: break-spaces;
}
.text-body-conf {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
  color: #707070;
  margin-bottom: 0;
}
.txt-adqu {
  font-size: 1em;
  color: #598551;
  font-weight: 600;
}
.tot {
  padding-right: 1rem;
}
#resumo-evento-final {
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
  padding: 25px;
}
#resumo-evento-final ul {
  list-style: none;
  padding-left: 0;
}
.btn-green:hover {
  background-color: transparent;
  color: #3c763d;
  border: 1px solid #3c763d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.button-print-ticket {
  width: 150px;
  text-align: center;
}
.btn-green {
  min-width: 150px;
  background-color: #55aa57;
  color: #fff;
  border: 1px solid #55aa57;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: grid;
  margin: 0 auto;
}
.icon-pag {
  font-size: 30px;
}
.img-info-top-evento {
  margin-bottom: 25px;
  width: 100%;
}
.radio-buttons-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.radio-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.radio-button__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-button__label {
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #5c6460;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.radio-button__custom {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.radio-button__input:checked + .radio-button__label .radio-button__custom {
  transform: translateY(-50%) scale(0.9);
  border: 5px solid #4c8bf5;
  color: #4c8bf5;
}
.radio-button__input:checked + .radio-button__label {
  color: #4c8bf5;
}
.radio-button__label:hover .radio-button__custom {
  transform: translateY(-50%) scale(1.2);
  border-color: #4c8bf5;
  box-shadow: 0 0 10px #4c8bf580;
}
.hs_blog_box1_cont_main_wrapper {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
}
.st_cherity_img_cont {
  padding: 10px 0px;
}
.st_cherity_img_cont label {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.88px;
  font-weight: normal;
  text-transform: capitalize;
}
.btn-cadastro {
  margin: 0 auto;
}
.lista-generos {
  list-style: none;
  padding: 0;
}
.btn-olho-senha {
  display: flex;
}
.btn-olho-senha button {
  border: 1px solid #e6e6e6;
  border-left: 0px;
  border-radius: 0px 5px 5px 0px;
  width: 40px;
  cursor: pointer;
}
.btn-olho-senha input {
  border-radius: 5px 0px 0px 5px;
}
.fail-warning {
  color: #ff0000;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #707070;
}
.form-group .form-control {
  height: 45px;
}
.centralize-entre {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-foto {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  margin-left: -20px;
  cursor: pointer;
}
.name-email {
  font-size: 11px;
  margin-bottom: 30px;
}
.name-email ul {
  list-style: none;
  padding: 0;
}
.name-list-dat {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
#v-pills-tab {
  display: grid;
  clear: both;
  padding-top: 30px;
}
#v-pills-tab .nav-link {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 1rem;
  border: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
}
.icon-menu {
  width: 30px;
}
.card-area-usuario {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 1px 20px 0px rgb(0 0 0 / 10%);
  margin: 2rem auto;
  background-color: #fff;
}
.main {
  background: #f6f6f6;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  color: #707070;
}
#table p {
  margin-bottom: 0px;
}
#table b, 
#table strong {
  font-weight: bold;
  color: #707070;
}
.thValor {
  min-width: 100px;
}
.form-up-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.btn-olho-ver-senha {
  background-color: #f1f1f1;
  border: none;
  height: 100%;
  width: 46px;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
.range-tickets {
  border: 1px solid #d6d8db;
  border-radius: 2px;
  width: 320px;
  background-color: #fff;
  margin: 0 auto;
} 
.event-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 50px;
  font-size: 14px;
  padding: 0 10px;
  border-bottom: 1px solid #d6d8db;
} 
.ticket-label-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn-select-data {
  width: 95%;
  margin: 9px auto;
  display: flex;
}
.st_calender_tabs .nav > li > a {
  width: 75px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 1rem;
}
.st_calender_tabs .nav > li > a span {
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  background: transparent;
  height: 26px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link,
.nav-pills .nav-link.active > span {
  border: 1px solid rgb(153, 153, 153);
  background-color: #fff;
  color: #000;
}
.nav-pills .nav-link.active > span {
  float: left;
  width: 100%;
  font-size: 14px;
  background: var(--primeira-cor);
  height: 26px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
  border-bottom: 1px solid rgb(153, 153, 153);
}
.btn-horario {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  width: 75px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #d0cfcf;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-horario:hover {
  background-color: var(--primeira-cor);
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.title-horario {
  font-size: 15px;
  font-weight: bold;
  margin: 2rem 0;
}
.area-detalhes-evento {
  border-top: 1px solid #d6d8db;
}
#area-collapse .collapse {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: 0.5s;
}
#area-collapse div.collapse[aria-expanded="false"] {
  display: block;
  height: 145px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: 0.5s;
} 
#area-collapse .show {
  height: auto!important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: 0.5s;
  margin-bottom: 70px;
}
.area-ver-mais {
  -webkit-box-shadow: -4px -50px 50px 29px rgba(255,255,255,0.33); 
  box-shadow: -4px -50px 50px 29px rgba(255,255,255,0.33);
  text-align: center;
  margin: 1rem 0;
}
#verMais {
  color: #000;
  font-weight: 600;
}
.btn-datas {
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #ddd;
} 
.ativoButton {
  background-color: var(--primeira-cor);
  color: #fff;
}
.force-overflow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.force-overflow li {
  float: left;
}
.force-overflow li a {
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 80px;
  text-align: center;
  border-radius: 3px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}
.force-overflow li a:hover {
  background-color: var(--primeira-cor);
  color: #fff;
}
.text-esgo-ing b{
  text-align: center;
  margin-bottom: 2rem;
  color: red;
  font-size: 15px;
}
.relogio-carrinho {
  position: fixed;
  right: 0px;
  top: 170px;
  z-index: 3;
}
.min-relogio {
  background-color: rgba(0,0,0,0.15);
  float: left;
}
.min-relogio svg {
  margin: 5px 5px 5px 5px;
}
.area-relogio {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-right: 0px;
}
.bArLua {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 16px;
  font-weight: bold;
}
.bArLua:hover::after{
  font-size: 13px;
  font-weight: 400;
  content: "Após este tempo, os ingressos serão liberados para venda novamente.";
}
.overlay-none {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.engloba-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-alert {
  min-width: 350px;
  max-width: 450px;
  margin: 15px;
  padding: 1.3rem;
  min-height: 250px;
  position: fixed;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 15px;
  z-index: 15000;
}
.modal-alert .flex {
  display: flex;
  align-items: center;
  justify-content: right;
}
.modal-alert input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}
.modal-alert p {
 /* font-size: 0.9rem;
  color: #777;
  margin: 0.4rem 0 0.2rem; */
  font-weight: 500;
}
.title-sucess i {
  font-size: 3rem;
}
.title-error,
.text-error {
  color: #ff0000!important;
}
.title-error {
  font-size: 5rem;
}
.title-sucess,
.text-sucess {
  color: #3c763d!important;
}
.icon-alert {
  font-size: 50px;
}
.btn-close {
  border-radius: 20%;
  background-color: #ff0000;
  color: #fff;
  border: none;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 10000;
}
.hidden {
  display: none;
}
.btn-red {
  min-width: 150px;
  background-color: #ff4d4d;
  color: #fff;
  border: 1px solid #ff4d4d;
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-red:hover {
	background-color: transparent;
	color: #ff0000;
	border: 1px solid #ff0000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
}
.card-method-pag {
  border: 1px solid #ccc;
  width: 120px;
  display: grid;
  text-align: center;
  border-radius: 9px;
  padding: 20px 15px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  margin-bottom: 45px;
}
.card-method-pag:hover {
  border: 2px solid #ccc;
}
.card-method-pag i {
  font-size: 30px;
}
.card-method-pag p {
  /*margin-top: 9px;*/
  line-height: 1;
}
#methods-pag #nav-tab a {
  float: left;
  border: none;
}
.btn-finish {
  background-color: #55aa57;
  color: #fff;
  height: 2.9em;
  border: #55aa57 0.1em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  clear: both;
}
.btn-finish:hover {
  background-color: #fff;
  color: #55aa57;
  cursor: pointer;
}
.btn-finish i {
  margin-left: 1rem;
  display: flex;
  transition: all 0.6s ease;
}
.btn-finish:hover i {
  transform: translateX(5px);
}
.btn-finish .text {
  margin: 0 1em;
  font-weight: 700;
  text-transform: uppercase;
}
#nav-pix {
  padding: 1rem 0;
}
#methods-pag .nav-tabs {
  margin-bottom: 3rem;
}
.nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
}
.nav-tabs .nav-link:hover{
  border: 1px solid transparent;
}
.checkout-form__details input,
.checkout-form__details select,
#cardNumber,
#expirationDate,
#securityCode {
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  margin-bottom: 1rem;
}
.checkout-form__details label {
  font-weight: 500;
}
.texto-qrcode-pag {
  padding: 25px;
  font-size: 12px;
  margin-bottom: 25px;
  background-color: #f6f6f6;
  border-radius: 8px; 
  word-break: break-all;
}
.img-qrcode-final {
  margin-bottom: 25px;
  justify-content: center;
}
.img-qrcode-final img {
  max-width: 180px;
}
.steps-ingresso-step-1__right,
.card-ingresso-nominal {
  -webkit-box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.steps-ingresso-step-1__right {
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  padding: 30px;
  margin-top: 0px;
}
.card-ingresso-nominal {
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
#btnSubmit {
  color: #fff;
  height: 2.9em;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  width: 130px;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-recupera-senha h4 {
  margin: 20px 10px;
  line-height: 1.6rem;
  font-size: 15px;
}
.modal-recupera-senha #timer{
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.modal-recupera-senha #recu {
  margin: 20px 20px 0px 0px;
}
.modal-recupera-senha .btn-success {
  margin-top: 20px;
}
.modal-recupera-senha .d-flex-recupera {
  display: flex;
  justify-content: center;
}
.modal-recupera-senha .modal-alert {
 display: grid;
}
.status-compra {
  text-align: center;
  font-weight: 600;
  border: 1px solid;
  border-radius: 5px;
  width: 150px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.aproved {
  color: #6cbd7e;
}
.review {
  color: #ffc221;
}
.fail {
  color: #da0e2b;
}
.detail-view .btn-success {
  margin: 0px 10px 10px 0px;
  min-width: 150px;
  font-size: 15px;
}
.detail-view .btn-info {
  margin: 0px 0px 10px 0px;
  min-width: 150px;
  font-size: 15px;
}
.detail-view .btn-danger {
  margin: 0px 0px 10px 0px;
  min-width: 150px;
  font-size: 15px;
}
.alerta-setor {
  color: #ff0000;
  font-weight: 500;
  text-align: center;
  margin: 1rem auto;
}
.cookie-card {
  max-width: 430px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
  position: fixed;
  z-index: 444;
  bottom: 10px;
  border: 1px solid #ddd;
  margin: 20px;
}
.cookie-card .title {
  font-weight: 600;
  color: rgb(31 41 55);
}
.cookie-card .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
}
.cookie-card .description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
}
.cookie-card .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.cookie-card .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.cookie-card .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55 );
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.pref:hover {
  color: rgb(156 163 175);
}
.pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: var(--segunda-cor);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: none;
  transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}
.accept:hover {
  background-color: var(--primeira-cor);
}
.accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.foto-user {
  max-width: 100px; 
  height: 100px; 
  border-radius: 5px 5px 0px 0px;
  border-radius: 9999px;
  cursor: pointer;
}
.hidden {
    display: none;
}
.modal-recado {
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.btn-modal-recado {
  float: right;
  margin: 10px;
}
.modal-recado-dialog {
  top: 70px;
}
.div-pega-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
#clockdiv{
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv > div{
	padding: 0px;
	border-radius: 10px;
	background: transparent;
	display: inline-block;
	position:relative;
	margin-right:5px;
	padding-top: 10px;
}
#clockdiv > div:last-child:after{
	display:none;
}
#clockdiv div > span{
  padding: 0px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#clockdiv div:first-child > span{
	background:#43b9f6;
}
#clockdiv div:nth-child(2) > span{
	background:#6686ff;
}
#clockdiv div:nth-child(3) > span{
	background:#4cb3c4;
}
#clockdiv div:last-child > span{
	background:#85df88;
}
.text-clock-pop {
  padding-top: 15px;
  font-size: 16px;
  color: #fff;
}
.icone-whats-flut {
	height:60px; 
	position:fixed; 
	bottom: 15px; 
	right: 50px; 
	z-index:100;
}
.dashboard-content-ul {
  list-style: none;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}
.text-small {
  margin-left: 2px;
  color: #ff0000;
  font-weight: 100;
}
.btn-salva-nominal {
  margin-bottom: 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
/* start map Gl ponto venda */
#mapa-p-venda {
  margin-right: 0px;
  margin-left: 0px;
}
#mapa-p-venda .col-md-2,
#mapa-p-venda .col-md-10 {
  padding-right: 0px;
  padding-left: 0px;
}
.sidebar {
  position: absolute;
  /* width: 23%; */
  height: auto;
  /* top: 0; */
  /* left: 0; */
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 1;
  background-color: #fff;
}
.map {
  /*position: absolute;
  /*left: 33.3333%;
  width: 66.6666%;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;*/
  width: 100%;
  height: 85vh;
}
h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
}
a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  color: #101010;
}
.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: var(--primeira-cor);
  color: #fff;
  cursor: pointer;
  width: 100%;
  user-select: none;
}
.listings {
  max-height: 60vh;
  overflow: auto;
}
.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}
.listings .item:last-child {
  border-bottom: none;
}
.listings .item .title {
  display: block;
  color: var(--primeira-cor);
  font-weight: 700;
}
.listings .item .title small {
  font-weight: 400;
}
.listings .item.active .title,
.listings .item .title:hover {
  color: var(--primeira-cor);
}
.listings .item.active {
  background-color: #f8f8f8;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: var(--primeira-cor);
  border-radius: 0;
}
.marker {
  border: none;
  cursor: pointer;
  height: 56px;
  width: 56px;
  background-image: url('https://bilheto.com.br/images/header/horoscope.gif');
}
/* Marker tweaks */
.mapboxgl-popup {
  padding-bottom: 20px;
}
.mapboxgl-popup-close-button {
  display: none;
}
.mapboxgl-popup-content {
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
  width: 240px;
  padding-top: 0;
}
.mapboxgl-popup-content p {
  padding: 0;
  margin: 0;
}
.mapboxgl-popup-content h5 {
  background: var(--primeira-cor);
  color: #fff;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
  padding-right: 23px;
  font-size: 18px;
  margin: 0px -10px 0px -10px;
}
.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.mapboxgl-popup-content div {
  padding: 10px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: var(--primeira-cor);
}
.btn-api-map {
  position: absolute;
  z-index: 2;
}
.heading h1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading svg {
  margin-left: 10px;
}
.ajuste {
  height: auto;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-attrib-inner {
  display: none;
}
.mapboxgl-popup-close-button {
  display: block;
  background-color: red;
  border: 0;
  border-radius: 0px 3px 0px 3px;
  cursor: pointer;
  position: absolute;
  right: 0;
  color: #fff;
}
.mapboxgl-popup .btn-success {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  max-width: 95px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
}
/* end map Gl ponto venda */
#form-contato  {
  background-color: #f1f1f1;
}
#form-contato h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
} 
#form-contato input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  border: 0;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
#form-contato textarea {
  width: 100%;
  border: 0;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
/* CSS do captcha de img */
.capctha-img {
  display: grid;
  align-items: center;
  justify-content: end;
}
.capctha-img input {
  width: 220px;
  height: 50px;
}
/* CSS do captcha de img */
.fale-conosco {
  margin-bottom: 3rem;
}
/* start mensagem sistema  */
#mensagem-sistema {
  margin-top: 3rem;
}
#mensagem-sistema .area-img-evento {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mensagem-sistema .img-detail-event {
  border-radius: 10px;
  width: 90%;
}
#mensagem-sistema .dado-event {
  background-color: transparent;
  width: 100%;
  padding: 0px !important;
  margin: 0px;
}
#mensagem-sistema h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primeira-cor);
  font-weight: bold;
  padding-top: 10px;
}
#mensagem-sistema .smalltext {
  color: #797979;
  padding-top: 15px;
  font-size: 16px;
}
.card-msg-evento {
  background-color: #e6eaed;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  max-width: 282px;
  margin: 100px auto;
  border: 1px solid #e6eaed;
  padding-bottom: 35px;
}
.ilustration {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -5rem;
}
.ilustration .icone-oopss {
  font-size: 5rem;
  color: var(--primeira-cor);
  background-color: #fff;
  border-radius: 100%;
}
.card-msg-evento h2, 
.card-msg-evento p {
  font-weight: 700;
  margin: 2rem auto;
  color: #000;
  border: none;
}
.card-msg-evento h2 {
  font-size: 40px;
}
.button-msg-evento {
  width: 90%;
  font-weight: 600;
  text-transform: uppercase;
}
/* end mensagem sistema  */
.features-section {
  background-color: #f6f6f6;
}
.quant-venda {
  text-align: center;
  color: #fca311;
}
.faixa-teste {
  background-color: #d50e0e;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  height: 37px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 3;
  bottom: 41px;
  right: -94px;
  width: 300px;
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
}
.btn-boleto {
  width: 200px;
  text-align: center;
}
.btn-boleto i {
  font-size: 42px;
}
.text-nenhum-evento {
  min-height: 16rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.btn-inativo,
.btn-inativo:hover {
  background-color: #454343;
  color: #fff;
  border-color: transparent;
}*/