<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --primeira-cor: #050404;
  --segunda-cor: #615842;
  --terceira-cor: #747474;
  --quarta-cor: #cbcac5;
  --primeira-cor--transparente: rgb(192, 227, 243, 0.7);
  --cor-fundo-card: rgb(192, 227, 243, 0.3);
}
a {
  text-decoration: none!important;
}
.loader {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primeira-cor);
  display: flex;
  justify-content: center;
  align-items: center;
  animation-duration: 2s;
}
.fadein {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#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 &gt; div {
  text-align: center;
}
#logo_preloader {
  max-width: 250px;
}
#preloader_image {
  max-width: 90px;
}
header {
  background-color: #fff;
  width: 100%;
  clear: both;
  min-height: 70px;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.10);
}
header img {
  width: 150px;
  padding: 10px;
}
#headingRegiao svg {
  color: var(--segunda-cor);
}
#accordionregiao {
  cursor: pointer;
  font-weight: 500;
  margin-left: 10px;
}
.navbar-toggler {
  background: var(--segunda-cor);
  color: #ffffff;
  font-weight: 600;
  margin-right: 15px;
}
.pesquisa #txt_busca {
  border: none;
} 
#txt_busca {
  width: 350px;
  margin-right: 0px!important;
  background-color: #ffffff;
  border: 1px solid #000 !important;
}
.btn-busca {
  background-color: #ffffff;
  color: var(--segunda-cor);
  border: 1px solid #000 !important;
}
#collapseRegiao {
  position: absolute;
  top: 95px;
  width: 100%;
  z-index: 5;
  background-color: rgb(230, 230, 230, 0.9);
  padding: 15px;
}
.cats .slides a i {
  margin-top: 5px;
  margin-right: 5px;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}
.cats .slides a {
  color: #7B7979;
  text-align: center;
  border: 1px solid #C4C4C4;
  padding: 0px 12px 0px 10px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px;
  width: 125px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cats .slides a:hover {
  border: 1px solid #000;
  color: var(--cor-primaria-escura);
}
.cats #cats {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 30px;
  clear: both;
}
.btn-id {
  background: var(--segunda-cor);
  min-width: 170px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close-regiao {
  width: 100%;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.btn-custon {
  height: 36px;
  background-color: var(--segunda-cor);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0px 10px;
  font-weight: 600;
}
.btn-id:hover,
.btn-custon:hover {
  background-color: var(--quarta-cor);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cats #cats ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.logo-parceiro {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.slides li {
  width: 110px;
  margin-right: 30px;
  float: left;
  display: block;
}
#car-parceiros div a {
  justify-content: center;
  display: flex;
  align-items: center;
}
#car-parceiros {
  cursor: grab;
}
#car-parceiros .draggable {
  max-width: 800px;
  margin: 0 auto;
}
.brands {
  margin: 60px auto;
}
#eventos {
  background-color: #F5F5F5;
  padding: 45px 0px;
}
.card-evento {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  min-height: 440px;
  border-radius: 4px;
  margin: 0px 8px;
}

.card-evento h2 {
  color: var(--cor-primaria-escura);
  font-size: 1.2rem;
  text-align: left;
  padding: 0 3% 16px 5%;
  line-height: 25px;
  height: 80px;
}
.location {
  display: flex;
  justify-content: initial;
  align-items: center;
  margin: 10px 5px;
}
.location span {
  margin-left: 10px;
  color: #7B7979;
  font-size: 0.9em;
}
.card-evento-texto {
  padding: 16px 10px;
}
.card-evento ul {
  padding: 0px;
  display: flex;
  margin: 10px 8px;
  overflow: overlay;
}
.card-evento ul::-webkit-scrollbar {
  width: 10px;
}
.card-evento ul::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: var(--segunda-cor);
}
.card-evento ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 50px;
  height: 10px;
}
.card-evento ul li a {
  display: block;
  padding: 5px 7px;
  text-align: center;
  font-size: 0.9rem;
  background-color: var(--segunda-cor);
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card-evento ul li {
  list-style: none;
  flex: 1;
  margin: 1.5%;
  max-width: 60px;
  height: 30px;
}
#eventos .slick-prev,
#eventos .slick-next  {
  background-color: var(--cor-primaria-escura);
  display: block;
  float: right;
  color: #ffffff;
  text-align: center;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
}
#eventos .slick-next {
  position: absolute;
  top: 0px;
  right: 1px;
}
#eventos .slick-prev {
  right: 0px;
  top: 0px;
  left: 93%;
}
#eventos .slick-track {
  margin-top: 30px;
}
.container-carrossel {
  max-width: 1240px;
  margin: 0 auto;
}
.idlinks {
  background: var(--cor-primaria-escura);
  padding: 5% 1%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.idlinks a {
  color: var(--cor-primaria-escura);
  font-size: 1.2rem;
  margin: 1%;
  padding: 1% 1%;
  display: block;
  width: 166px;
  height: 170px;
  text-align: center;
  background-color: var(--segunda-cor);
  border-radius: 5px;
  font-weight: 500;
}
.idlinks a:hover {
  background-color: var(--primaria-transparente);
}
.idlinks span {
  display: block;
  width: 70px;
  height: 70px;
  margin: 1% auto 2% auto;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  background-color: var(--cor-primaria-escura);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer {
  background-color: #1a1a1a;
  padding-top: 40px;
  clear: both;
}
.lista-rodape {
  list-style: none;
  padding: 0px;
}
.lista-rodape a,
.central-rodape {
  color: #fff;
}
.lista-rodape a:hover {
  font-weight: bold;
  color: #fff;
}
.texto-rodape {
  color: var(--quarta-cor)!important;
  font-weight: 600!important;
}
.facebook-footer,
.facebook-footer:hover {
  color: #fff;
  font-weight: 500;
}
.logo-rodape {
  margin-bottom: 15px;
}
.cpyrght {
  color: var(--terceira-cor);
  text-align: center;
  border-top: 1px solid var(--terceira-cor);
  margin-top: 3%;
  padding: 30px;
}
/*.eventHeader img {
  width: 100%;
  border-radius: 5px;
} */ 
.eventWhere h2 {
  font-size: 1.4em;
  padding: 0 0 20px 0;
  color: #1D4459;
}
.tag {
  background-color: var(--primeira-cor);
  color: #fff;
  line-height: 21px;
  text-align: left;
  padding: 2% 4% 2.5% 4%;
  display: inline-block;
  width: auto;
  margin: 0 0 4% 0;
  border-radius: 5px;
}
.tag:hover {
  color: var(--segunda-cor);
}
.eventDetails {
  padding: 0;
}
.eventWhere ul li {
  overflow: hidden;
  color: #7B7979;
}
.event h3 {
  font-size: 1.2em;
  padding: 5px 0 15px 0;
  color: var(--segunda-cor);
}
.btn-datas,
.force-overflow li a {
  color: #7B7979;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
  margin-right: 10px;
  min-width: 100px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-datas:hover,
.force-overflow li a:hover {
  background-color: var(--segunda-cor);
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-datas span {
  text-transform: uppercase;
}
.ativoButton {
  background-color: #F1F1F1;
  color: #7B7979;
}
.btn-datas:active,
.btn-datas:focus {
  background-color: var(--segunda-cor); 
  color: #fff;
}
.force-overflow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.force-overflow li {
  float: left;
  padding-top: 20px;
}
#accordionDatHor {
  min-height: 250px;
}
#accordioninfo,
#accordionDatHor {
  margin-bottom: 20px;
  clear: both;
  padding-top: 15px;
}
#accordioninfo h2 {
  background: #F5F5F5;
  margin: 2% 0 0 0;
  cursor: pointer;
  display: block;
  padding: 13px 15px 13px 30px;
  font-weight: 600;
  color: #1D4459;
  font-size: 1.1em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
}
#accordioninfo .accordion-collapse {
  background: #F5F5F5;
  padding: 0.5% 3% 3% 3%;
  line-height: 23px;
  color: #7B7979;
}
#area-conteudo {
  padding-bottom: 2rem;
  background-color: #fff;
}
.area-acordion-dados {
  clear: both;
  padding-top: 15px;
}
.step-top-compra {
  list-style: none;
  display: flex;
  padding: 0;
  z-index: 2;
  margin-top: 30px;
} 
.form-stepper {
  margin-right: 40px;
}
.step-top-compra .form-stepper-circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 2;
  text-align: center;
}
.form-stepper .label {
  display: none;
}
.step-top-compra .active .form-stepper-circle {
  background-color: var(--segunda-cor);
  border: 1px solid transparent;
}
.step-top-compra .active .label {
  color: var(--segunda-cor);
  font-weight: 600;
  display: initial;
}
#icons-step-buy {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
}
.eventDetails{
  list-style: none;
}
.eventDetails div {
  color: #7B7979;
}
.area-info-compra {
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  margin: 30px auto;
  padding: 18px;
  height: 100%;
}
.evn-place,
.evn-classif {
  margin: 10px 14px;
}
.alerta-setor {
  margin: 25px auto;
  font-weight: 800;
  color: #ff4444;
  text-align: center;
}
#accordionSetores .sector_title {
  background: var(--primeira-cor);
  cursor: pointer;
  display: block;
  color: #000;
  font-size: 1em;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}
.sector_title h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 10px;
  color: #fff;
}
.area-ingressos {
  line-height: 23px;
  color: #7B7979;
  border: 1px solid #F5F5F5;
  padding: 15px;
}
.sub-titulo {
  border-bottom: 1px solid #F5F5F5;
}
strong {
  color: #424040;
}
.area-ingresso-individual {
  margin-bottom: 30px;
  padding: 0;
}
#valor-ind {
  color: #7B7979;
  font-weight: 700;
}
.input-value {
  background-color: #F5F5F5;
  width: 50px;
  float: right;
  border: transparent;
  text-align: center;
  color: #7B7979;
}
.quantity {
  display: flex;
  height: 38px;
  justify-content: end;
}
.valor-ing-in {
  float: right;
  margin-top: 5px;
}
.area-setor {
  margin: 30px auto;
}
.st_cherity_img_cont {
  margin-top: 20px;
}
#termo {
  color: var(--segunda-cor);
}
.miniCheckout {
  border-top: 1px solid #C4C4C4;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 1.5% 2%;
  z-index: 99;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
} 
.miniCheckout-howMuch span {
  float: left;
  color: #7B7979;
  padding: 10px;
} 
.miniCheckout-howMuch strong {
  float: left;
  font-size: 2em;
  color: var(--segunda-cor);
}
.miniCheckout-howMuch {
  font-weight: 600;
  padding-top: 10px;
  display: flex;
  justify-content: initial;
  align-items: center;
}
.miniCheckout-toConfirm button {
  background-color: #00aa69;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3% 12%;
  position: relative;
}
.miniCheckout-toConfirm {
  justify-content: end;
  display: flex;
}
.alert-qtd-comp {
  color: #ff4444;
}
.text-esgo-ing {
  text-align: center;
  color: #ff4444;
  font-weight: 700;
  margin: 15px 0px;
  font-size: 20px;
}
.id-form form {
  max-width: 670px;
  margin: 4% auto;
  padding: 2%;
  background-color: #F5F5F5;
  border-radius: 7px;
}
.loginWarning {
  max-width: 558px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: center;
  color: #1D4459;
}
#validacao .input-group-text {
  background-color: #f2f2f2;
  border: none;
  color: var(--segunda-cor);
  cursor: pointer;
}
.input-login-comp {
  border: none;
}
.engloba-input-vali {
  max-width: 400px;
  margin: 0 auto;
}
.id-form form h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5%;
  color: #1D4459;
}
.id-form form p {
  text-align: center;
  color: #7B7979;
  line-height: 24px;
  margin-bottom: 5%;
}
.id-form form button.btniddefault {
  background: #00aa69;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 7% auto 6% auto;
  display: block;
  max-width: 299px;
  width: 100%;
  font-weight: 600;
  transition: all 0.5s ease;
}
.id-form form button.btniddefault:hover {
  background: var(--segunda-cor);
  color: #fff;
}
.id-form form a {
  text-align: center;
  display: block;
  color: #424040;
}
#login .noAccount {
  text-align: center;
  padding: 0 2% 4% 2%;
}
#login .noAccount a {
  display: block;
  background-color: var(--segunda-cor);
  max-width: 250px;
  margin: 0 auto;
  font-weight: 600;
  color: #ffffff;
  padding: 13px 15px;
  clear: both;
  transition: all 0.6s ease;
  border-radius: 7px;
}
#login .noAccount a:hover {
  background-color: var(--quarta-cor);
  transition: all 0.6s ease;
}
.esqueci-pass:hover {
  color: var(--quarta-cor);
}
/*.form-stepper:after {
  content: '';
  border: 1px solid #ddd;
  width: 600px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 210px;
  z-index: -1;
}*/
.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;
}
/* modal alerta */
.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;
}
/*.modal-alert h3 {
  margin: 25px auto;
}*/
.title-error,
.text-error {
  color: #ff0000!important;
}
.title-sucess,
.text-sucess {
  color: #3c763d!important;
}
.icon-alert {
  font-size: 65px;
}
.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-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;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin: 0 auto;
}
.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;	
}
.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;	
}
/* end modal alert */
.val,
.but {
  padding: 0px;
}
.titulo-lote {
  margin-top: 10px;
}
.pesquisa {
  margin-bottom: 0;
}
.espaco-icon {
  margin-left: 20px;
}
.loginWarning-ckeckout {
  padding: 5% 2%;
  font-size: 1.2em;
  max-width: 558px;
  margin: 0 auto;
  padding: 25px 1%;
  text-align: center;
  color: var(--cor-primaria-escura);
  font-weight: 500;
}
.payment-car {
  color: #7B7979;
  background: #F5F5F5;
  width: 155px;
  text-align: center;
  padding: 23px 30px;
  display: grid;
  border-radius: 5px;
  margin: 10px;
  min-height: 140px;
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-items: center;
}
.payment-car svg {
  margin: 0 auto;
}
.payment-car i {
  font-size: 36px;
}
.payment-car span {
  font-weight: 500;
  line-height: 1.3;
}
.icon-pesq-header {
  width: 30px;
  height: 25px;
}
.titulo-resumo {
  background: #F5F5F5;
  padding: 3% 2% 4% 2%;
  color: var(--cor-primaria-escura);
} 
.titulo-resumo a {
  float: right;
} 
.titulo-resumo a i {
  border: 1px solid var(--segunda-cor);
  width: 16px;
  padding: 5px;
  border-radius: 5px;
  background-color: var(--segunda-cor);
  color: #fff;
}
.titulo-resumo a i:hover {
  background-color: var(--quarta-cor);
  border: 1px solid var(--quarta-cor);;
}
#area-resumo-cupon {
  padding: 25px;
  margin-top: -10px;
}
#area-resumo-cupon h5 {
  color: var(--cor-primaria-escura);
  padding: 25px 0 5px 0;
}
.btn-cupon-des {
  background: var(--segunda-cor);
  border-color: var(--segunda-cor);
  text-transform: uppercase;
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px 3px 3px 0px;
  border: none;
  cursor: pointer;
}
.btn-cupon-des:hover {
  background: var(--quarta-cor);
}
#area-resumo-cupon input {
  border-radius: 3px 0px 0px 3px;
}
#resumo-compr{
  /*max-width: 450px;*/
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}
.button-form-p .active {
  border: 2px solid var(--segunda-cor);
}
.nav {
  justify-content: center;
}
.centralize-entre {
  display: flex;
  justify-content: center;
  align-items: center;
}
.valor-tot-resu{
  font-size: 20px;
  text-align: right;
  float: right;
  font-weight: 600;
  font-size: 1.4em;
}
.checkout-form__details {
  background: #F5F5F5;
  padding: 4% 8%;
}
#area-form-pagamentos {
  padding-bottom: 4rem;
  padding-top: 1rem;
}
.checkout-resume .table td, .table th {
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}
.quadro-erro-comp {
  max-width: 610px;
  margin-left: -20rem;
  margin-bottom: 2rem;
}
/* AREA PESQUISA */
.area-pesquisa {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 9px 16px -9px rgba(0, 0, 0, 0.10);
  margin-top: 10px;
}
#card-pesquisa {
  margin-bottom: 15px;
}
.btn-pesquisa {
  display: block;
  background-color: var(--segunda-cor);
  max-width: 250px;
  font-weight: 600;
  color: #ffffff;
  padding: 6px 15px;
  clear: both;
  transition: all 0.6s ease;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
/*BOTAO DROP MENU TOPO*/
.drop-down__item-icon{
  color: var(--segunda-cor);
  font-size: 15px;
  padding: 0px 5px;
}
.dropdown-menu {
  border: 1px solid var(--segunda-cor);
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 200px;
  margin: 7px!important;
} 
/**  MENU DESKTOP */
.btnBack {
  color: var(--cor-primaria-escura);
  padding-bottom: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 17px;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 210px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;	
}
.btnBack i {
  font-size: 30px;
  margin: 0px 7px;
}
.btnBack:hover {
  color: var(--segunda-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;	
}
.btnBack svg {
  margin-right: 7px;
}
.menu-desktop {
  background-color: var(--segunda-cor);
  border-radius: 4px;
  color: #ffffff;
  padding: 8%;
  margin: 0 0 4% 0;
}
.menu-desktop h2 {
  font-size: 1.6rem;
}
.menu-desktop p {
  font-style: italic;
}
.menu-desktop hr {
  border: 0.02rem solid rgba(255, 255, 255, 0.4);
  margin: 11% 0;
  display: block;
}
.menu-desktop a {
  display: block;
  padding: 1% 2% 1% 5%;
  margin: 2% 0 4% 0;
  text-align: left;
  line-height: 45px;
  color: #ffffff;
  font-weight: 500;
  -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 a:hover {
  background-color: var(--primeira-cor);
  color: var(--segunda-cor);
  border-radius: 4px;
  -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 a span {
  margin: 10px;
}
/**  MENU MOBILE */
.menu-mobile {
  border-bottom: 0.5px solid #7B7979;
  width: 100%;
  margin: 6%;
  padding: 2% 1%;
  background: none;
  color: var(--cor-primaria-escura);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  flex: 10 1 auto;
}
.menu-mobile a {
  padding: 10px;
  line-height: 33px;
  margin: 1%;
  overflow: hidden;
  border-radius: 4px;
  background: #F5F5F5;
  color: var(--cor-primaria-escura);
}
.menu-mobile .titulo {
  display: none;
}
.menu-mobile .active .titulo {
  display: contents;
}
/* AREA USUARIO */
.dados-user {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.title-p-user {
  color: var(--cor-primaria-escura);
  font-size: 1.7rem;
}
.sub-title {
  color: var(--cor-primaria-escura);
  font-size: 1.2rem;
  padding-bottom: 24px;
}
/*#area-user .form-control {
  border: 1px solid #fff;
}*/
#tabela-compras p {
  margin-bottom: 0;
}
.form-label-02 {
  width: 100%;
  color: #424040;
  font-size: 1rem;
  padding: 10px 3px 5px 0;
}
.select-user {
  width: 100%;
  min-height: 40px;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.ti-data {
  margin: 13px;
}
.radio-input {
  display: flex;
}
.radio-input input[type="radio"] {
  display: none;
}
.radio-input label {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #fff;
  color: #424040;
  border-radius: 5px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  min-width: 90px;
}
.radio-input label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.radio-input input[type="radio"]:checked + label:before {
  background-color: var(--segunda-cor);
  top: 0;
}
.radio-input input[type="radio"]:checked + label {
  background-color: #fff;
  color: var(--segunda-cor);
  border-color: 6px solid var(--segunda-cor);
  animation: radio-translate 0.5s ease-in-out;
}
.radio-input input[type="radio"]:checked + label span {
  color: #424040; 
}
@keyframes radio-translate {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.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: #424040;
  cursor: pointer;
  font-weight: 400;
  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 var(--cor-primaria-escura);
  color: var(--cor-primaria-escura);
}
.radio-button__label:hover .radio-button__custom {
  transform: translateY(-50%) scale(1.2);
  border-color: var(--cor-padrao-area-user);
  box-shadow: 0 0 10px var(--segunda-cor);
}
.form-check-label {
  width: 100%;
  /*padding: 5px;*/
  height: 123px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: center;
  /*color: #7B7979;*/
  line-height: 24px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 18px;
}
.btniddefault {
  background: var(--segunda-cor);
  color: #fff;
  text-transform: uppercase;
  margin: 1% auto 1% auto;
  display: block;
  max-width: 299px;
  width: 100%;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
}
.btniddefault:hover {
  background: transparent;
  color: var(--segunda-cor);
  border: 1px solid var(--segunda-cor);
} 
#check-ter-user {
  list-style: none;
  padding: 0px;
}
.area-imagem-evento {
  min-height: 210px;
  background-color: #ccc;
  text-align: center;
  color: #000;
}
.erro-input {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
#cam-val {
  min-width: 110px;
}
#camp-info {
  cursor: pointer;
}
.aproved {
  color: #6cbd7e;
}
.review {
  color: #ffc221;
}
.fail {
  color: #da0e2b;
}

#modalInfo .detalhe-compra {
  border: 2px solid #F5F5F5;
  padding: 15px;
  margin-bottom: 10px;
}

#modalInfo h6 {
  color: var(--segunda-cor);
  font-size: 0.9rem;
  padding-bottom: 10px;
}
.detalhe-compra div {
  margin-bottom: 15px;
}
#modalInfo .btn-info {
  color: #fff;
  background-color: var(--segunda-cor);
  border-color: var(--segunda-cor);
  min-width: 195px;
  padding: 13px;
  font-weight: 500;
  -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-bottom: 10px;
}
.detalhe-compra .btn-info i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-size: 25px;
  margin-bottom: 7px;
}
hr {
  border-top: 1px solid #F5F5F5!important;
}
#table-compras table,
#table-compras td,
#table-compras th {
  border: none;
}
#table-compras .form-control {
  border: 1px solid #ccc;
}
#table-compras th {
  border-bottom: 1px solid  var(--segunda-cor);
}
#table-compras td {
  border-bottom: 1px solid #ccc;
}
.page-item.active .page-link {
  background-color: var(--segunda-cor);
  border-color: var(--segunda-cor);
}
.page-link,
.page-link:hover {
  color: var(--segunda-cor);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--segunda-cor);
}
.checkout-form__input {
  margin-bottom: 15px;
}
.button-voucher,
.button-print-ticket {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  display: grid;
}
.button-voucher svg,
.button-print-ticket svg {
  margin: 0 auto;
}
.icon-pag {
  display: flex!important;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.card-nominal {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 4px;
  background-color: #F5F5F5;
  margin-bottom: 25px;
}
.card-evento-img {
  width: 100%;
  border-radius: 5px;
}
.card-eventos {
  min-height: 520px;
  padding: 30px;
}
.fl {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: .2s ease-in-out;
  position: absolute;
}
.fl:hover .fullscreen {
  scale: 1.2;
}
.fl:hover .fullscreen_svg {
  fill: white;
}
.fullscreen {
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  background-color: var(--primeira-cor);
  margin: 1em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
  box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}
.fullscreen_svg {
  width: 15px;
  height: 15px;
  fill: rgb(177, 176, 176);
  transition: .2s ease-in-out;
}
.card_back {
  position: absolute;
  width: 100%;
  min-height: 11em;
  background-color: var(--cor-fundo-card);
  border-radius: 7px;
  margin-top: -5em;
  margin-left: 0.7em;
  transition: .2s ease-in-out;
  z-index: -1;
  border: 1px solid #ddd;
}
.main:hover .card_back {
  margin-top: -13.25em;
  margin-left: 0em;
  scale: 1.1;
  min-height: 25.25em;
  cursor: pointer;
}
.main:hover .fl {
  opacity: 1;
  cursor: pointer;
  margin-right: 0.5em;
  color: var(--segunda-cor);
}
.data {
  margin-top: 1em;
  min-height: 70px;
}
.text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.btns {
  display: grid;
  transition: .2s ease-in-out;
}
.likes,
.comments,
.view {
  border-radius: 4px;
  opacity: 0;
}
.likes {
  transition: .2s ease-in-out;
}
.comments {
  transition: .24s ease-in-out;
}
.views {
  transition: .28s ease-in-out;
}
.main:hover .likes,
.main:hover .comments,
.main:hover .views {
  margin-top: 0.5em;
  opacity: 1;
}
.card_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch_738 {
  font-size: 13px;
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 3.3em;
}
.switch_738 .chk_738 {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider_738 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 5px;
}
.slider_738:before {
  position: absolute;
  content: "";
  height: .5em;
  width: 2.4em;
  border-radius: 5px;
  left: -0.6em;
  top: 0.2em;
  background-color: white;
  box-shadow: 0 6px 7px rgba(0,0,0,0.3);
  transition: .4s;
}
.slider_738:before, .slider_738:after {
  content: "";
  display: block;
}
.slider_738:after {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.15) 0) 0 50% / 50% 100%,
		repeating-linear-gradient(90deg,rgb(255, 255, 255) 0,rgb(255, 255, 255),rgb(255, 255, 255) 20%,rgb(255, 255, 255) 20%,rgb(255, 255, 255) 40%) 0 50% / 50% 100%,
		radial-gradient(circle at 50% 50%,rgb(255, 255, 255) 25%, transparent 26%);
  background-repeat: no-repeat;
  border: 0.25em solid transparent;
  border-left: 0.4em solid #ffffff;
  border-right: 0 solid transparent;
  transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
  transform: translateX(-22.5%) rotate(90deg);
  transform-origin: 25% 50%;
  position: relative;
  top: 0.5em;
  left: 0.55em;
  width: 2em;
  height: 1em;
  box-sizing: border-box;
}
.minicard-data {
  display: block;
  position: relative;
  float: left;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;  
  color: #fff;
  border: 1px solid #fff;
} 
.data-semana {
  min-width: 66px;
  width: 100%;
  height: 18px;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  display: table-cell;
  font-weight: 600;
}
.data-layer {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-top: 7px;
  font-family: arial, sans-serif;
}
.data-mes {
  width: 100%;
  height: 16px;
  padding-bottom: 2px;
  padding-top: 1px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: arial, sans-serif;
}
.btn-rodape-card {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#eventos-index {
  padding: 5rem 0px;
  background-color: #f5f5f5;
}
.titulo-card {
  color: var(--segunda-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;	
  margin-left: 20px;
}
.titulo-card:hover {
  color: var(--quarta-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;	
}
#espaco-header {
  padding-top: 4rem;
}
.placeImage {
  width: 100%;
  padding: 15px;
  border-radius: 21px;
}
.icone {
  color: var(--segunda-cor);
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  height: auto!important;
}
#timer {
  font-size: 15px;
  color: #000;
}
.fail-warning {
  color: #ff0000;
}
.dashboard-content-ul {
  list-style: none;
  padding: 0px;
}
input[type="checkbox"] {
  position: relative;
  top: 8px;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
  outline: none;
  transition: 0.5s;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--segunda-cor);
  box-sizing: border-box;
  transition: 0.5s;
}
input:checked[type="checkbox"]:before {
  border-left: none;
  border-top: none;
  width: 14px;
  border-color: var(--segunda-cor);
  transform: rotate(45deg) translate(5px, -10px);
}
.dashboard-content-ul li {
  display:block;           
  list-style-type: none;     
  margin:0;                  
  box-sizing: border-box;   
}
.dashboard-content-ul li:nth-child(odd) {        
  clear:both;                
  float:left; 
  width: 50%;               
}
.btn-mapa {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: var(--primeira-cor);
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
  padding: 10px;
  transition-duration: .5s;
}
.svgIcon {
  height: 25px;
  transition-duration: 1.5s;
}
.btn-mapa:hover {
  background-color: var(--primeira-cor--transparente);
  color: #000;
  transition-duration: .5s;
}
.btn-mapa:active {
  transform: scale(0.97);
  transition-duration: .2s;
}
.btn-mapa:hover .svgIcon {
  transform: rotate(250deg);
  transition-duration: 1.5s;
}
.mz-expand div a,
.mz-figure div a,
.mz-expand span a,
.mz-figure span a {
  display: none!important;
  position: absolute!important;
}
#btns-info-evento {
  margin-top: 20px;
}  
#btns-info-evento .btn-mapa {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
#btns-info-evento i {
  font-size: 25px;
}
#modalMapa .modal-body {
  margin: 0 auto;
} 
.modal-body img {
  max-height: 600px!important;
}
.lista-pag {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.bol-pag-fle {
  margin: 10px;
  font-size: 25px;
}
.bol-pag {
  margin: 5px;
  background-color: #ccc;
  padding: 0px 10px;
  border-radius: 20px;
}
.bol-pag a,
.bol-pag-fle a {
  color: #797979;
  text-decoration: none;
}
.active-pag {
  background-color: var(--segunda-cor);
}
.active-pag a {
  color: #fff;
}
.lista-rodape i {
  color: var(--quarta-cor);
}
.lista-rodape li {
  margin-bottom: 7px;
}
.newsletter_wrapper {
  background-color: var(--segunda-cor);
  padding-top: 60px;
  padding-bottom: 53px;
}
.prs_newsletter_text h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 12px 0px;
}
#news #email-new {
  float: left;
  width: 160px;
  height: 50px;
  font-weight: bold;
  background-color: #ffffff;
  color: var(--cor-primaria);
  border: 0px;
  letter-spacing: 1px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#news input {
  height: 50px; 
}
#carrossel-parceiros .slick-slide {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
#carrossel-parceiros {
  margin: 35px 0px 0px 0px;
}
#sec-parceiros {
  width: 100%;
  background: #ffffff;
  padding-top: 94px;
  padding-bottom: 80px;
}
.titulo-principal {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
#carrossel-parceiros .slick-slide img {
  width: 190px;
}
#carrossel-parceiros .slick-prev:before,
#carrossel-parceiros .slick-next:before {
  color: var(--segunda-cor);
  font-size: 35px;
}
.alerta-nenhum-conteudo {
  text-align: center;
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-recado {
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 16;
}
.btn-modal-recado {
  float: right;
  margin: 10px;
}
.modal-recado-dialog {
  top: 70px;
}
#clockdiv{
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}
#clockdiv &gt; div{
	padding: 0px;
	border-radius: 10px;
	background: transparent;
	display: inline-block;
	position:relative;
	margin-right:15px;
	padding-top: 10px;
}
#clockdiv &gt; div:last-child:after{
	display:none;
}
#clockdiv div &gt; span{
  padding: 0px;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#clockdiv div:first-child &gt; span{
	background:#43b9f6;
}
#clockdiv div:nth-child(2) &gt; span{
	background:#6686ff;
}
#clockdiv div:nth-child(3) &gt; span{
	background:#4cb3c4;
}
#clockdiv div:last-child &gt; span{
	background:#85df88;
}
.text-clock-pop {
  padding-top: 15px;
  font-size: 16px;
  color: #fff;
}
.div-pega-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookiesContent {
  margin: 0 auto;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 30px 30px 70px;
  border: 1px solid #e0e0e0;
}
.cookiesContent p {
  margin-bottom: 40px;
  font-size: 18px;
}
.cookiesContent h2 {
  margin: 15px auto;
  color: var(--segunda-cor);
}
.bi-exclamation-octagon {
  color: var(--segunda-cor);
}
button.accept {
  background-color: var(--segunda-cor);
  border: none;
  border-radius: 5px;
  width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  box-shadow: 0px 6px 18px -5px var(--segunda-cor);
  font-weight: 700;
  cursor: pointer;
}
.slick-track {
  width: 100%;
}
#eventos-index .container {
  padding: 0px;
}
.card {
  display: grid;
  place-items: center;
  /*min-width: 350px;*/
  max-width: 360px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  margin: 15px;
  background-color: #ddd;
}
.card &gt; * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.card__background {
  width: 100%;
  height: 300px;
}
.card__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: 0%;
  padding: 0px;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.4) 0%,
    hsl(0, 0%, 0%) 100%
  );
}
.card__content--container {
  --flow-space: 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 0px 20px;
  margin-top: 10px;
}
.card__title {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  color: #fff;
  margin-bottom: 25px;
}
.card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: #fff;
}
.card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content;
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  font-size: 1.125rem;
}
.card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .card__content {
    transform: translateY(100%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
    width: 100%;
  }
  .card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }
  .card__background {
    transition: transform 500ms ease-in;
  }
  .card__content--container &gt; :not(.card__title),
  .card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }
  .card:hover,
  .card:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }
  .card:hover .card__content,
  .card:focus-within .card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
    height: 100%;
    width: 100%;
  }
  .card:focus-within .card__content {
    transition-duration: 0ms;
  }
  .card:hover .card__background,
  .card:focus-within .card__background {
    transform: scale(1.3);
  }
  .card:hover .card__content--container &gt; :not(.card__title),
  .card:hover .card__button,
  .card:focus-within .card__content--container &gt; :not(.card__title),
  .card:focus-within .card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
    color: #fff;
  }
  .card:hover .card__title::after,
  .card:focus-within .card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}
.button {
  position: relative;
  width: 160px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 2px solid #dedede;
  box-shadow: 4px 4px #dedede;
  background-color: #323232;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.button, .button__icon, .button__text {
  transition: all 0.3s;
}
.button .button__text {
  transform: translateX(21px);
  color: #dedede;
  font-weight: 600;
}
.button__icon svg {
  color: #fff;
}
.button .button__icon {
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button .svg {
  width: 20px;
  fill: #dedede;
}
.button:hover {
  background: #323232;
}
.button:hover .button__text {
  color: transparent;
}
.button:hover .button__icon {
  width: 148px;
  transform: translateX(0);
}
.button:active {
  transform: translate(3px, 3px);
  box-shadow: 0px 0px #dedede;
}
.ri-add-circle-line {
  color: #fff;
}
.info-evento {
  position: absolute;
  bottom: 15px;
  right: 35px;
}
.form-up-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto
}
.btn-sob-img {
  color: #fff;
  background-color: var(--segunda-cor);
}
.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;
}
.lista-redes-sociais {
  display: flex;
  list-style: none;
  padding: 0px;
}
.lista-redes-sociais li {
  margin-bottom: 7px;
  margin-right: 10px;
  font-size: 30px;
  height: 40px;
} 
.lista-redes-sociais li i {
  color: #fff;
}
.lista-redes-sociais li i:hover {
  font-size: 35px
}
.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: rgb(17 24 39);
  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(--segunda-cor);;
}
.accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.icone-whats-flut {
  position: fixed;
  bottom: 2rem;
  right: 2.2rem;
  z-index: 1;
  width: 50px;
}
.btn-olho-senha {
  display: flex;
} 
.btn-olho-senha input {
  border-radius: 5px 0px 0px 5px;
}
.btn-olho-senha button {
  border: 1px solid #e6e6e6;
  border-left: 0px;
  border-radius: 0px 5px 5px 0px;
  width: 40px;
}
#card-pre-cadastro img {
  width: 100%;
  border-radius: 10px;
}
#card-pre-cadastro li {
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 25px;
}
.job-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2em;
  /*box-shadow: #091e4240 0px 1px 1px, #091e4221 0px 0px 1px 1px;
  border-radius: 0.6em;
  padding: 1em;*/
  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: 0px;
}
.text-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
}
.post-date {
  color: #598551;
  font-weight: 600;
}
.budget-exp {
  display: flex;
  gap: 5em;
}
.budget-exp .value {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5rem;
}
.budget-exp .label {
  font-size: 1em;
  color: #598551;
  margin-bottom: 0px;
  font-weight: 600;
}
.txt-adqu {
  font-size: 1em;
  color: #598551;
  font-weight: 600;
}
.quadro-resposta-pag .label {
  padding-left: 0px;
}
.tot {
  padding-right: 1rem;
}
.form-pag {
  white-space: break-spaces;
}
.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);
}
.Btn-edit-ing:hover .text {
  background-color: rgb(77, 153, 78);
}
.Btn-edit-ing:hover .icon {
  background-color: rgb(68, 136, 69);
}
.car-right-body {
  display: grid;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
.car-right-body 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;
} 
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;
}
#destaques .slick-slide {
  height: auto!important;
}
.slick-prev:before, .slick-next:before {
  color: var(--segunda-cor);
}
.slick-prev {
  left: 97%;
  position: absolute;
  top: -25px;
}
.slick-next {
  top: -25px;
}
.btn-salva-nominal {
  margin-bottom: 40px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.img-banner {
  max-height: 505px;
}
/* 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 &gt; .mapboxgl-popup-content {
  margin-top: 15px;
}
.mapboxgl-popup-anchor-top &gt; .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;
  padding: 2rem 0;
}
#form-contato h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
} 
#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;
}
#form-contato .d-flex {
  justify-content: center;
}
.capctha-img {
  display: grid;
  align-items: center;
  justify-content: end;
}
.capctha-img input {
  width: 220px;
  height: 50px;
}
.titulo-rodape {
  color: #fff;
  font-size: 17px;
  margin-top: 3rem;
}
.baixa-app {
  border-radius: 10px;
  max-width: 150px;
}
.quant-venda {
  text-align: center;
  color: #fca311;
  font-weight: 500;
  padding-top: 2rem;
  font-style: italic;
}
.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-inativo,
.btn-inativo:hover {
  background-color: #454343;
  color: #fff;
  border-color: transparent;
}
.alert-form-cartao {
  margin-top: 20px;
}
.alert-form-cartao p {
  margin: 0;
}
.titulo-rodape-lista {
  color: #fff;
  font-size: 17px;
}
.btn-salva-nominal {
  min-width: 150px;
  color: #fff;
  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;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin: 0 auto;
}
/* START PARTE DA VALIDACAO SENHA */
.password-check {
  padding: 0;
  list-style: none;
}
.password-check li {
  align-items: center;
  font-weight: 500;
  color: red;
}
.password-check svg {
  margin-right: 6px;
}
#mensagemSenha {
  margin-bottom: 1rem;
}
/* END PARTE DA VALIDACAO SENHA */
.status-compra {
  text-align: center;
  font-weight: 600;
  border: 1px solid;
  border-radius: 5px;
  width: 170px;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 27px;
}
.aproved {
  color: #6cbd7e;
}
.review {
  color: #ffc221;
}
.fail {
  color: #da0e2b;
}
.info-hist-card-com {
  display: grid;
}
.info-hist-card-com .btn {
  margin-bottom: 7px;
  min-width: 170px;
}
.lista-redes-sociais svg {
  color: #fff;
}</pre></body></html>