@media(max-width: 600px) {
  body {
    padding-bottom: 3rem;
  }
  .menu-mobile {
    display: block;
  }
  .menu-desktop {
    display: none;
  }
  .menu-mobile-top form {
    margin-bottom: 2rem!important;
  }
  .card-comum {
    /*max-width: 180px;
    padding-right: 10px;
    margin: 0 auto;*/
    margin: 5px;
  }
  .titulo-card {
    font-size: 14px;
  }
  .img-banner {
    max-height: 110px;
  }
  .titulo-card-destaque {
    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;
  }
  .area-footer-lista ul {
    margin-bottom: 3rem;
  }
  .input-pesquisa {
    width: auto;
    min-width: auto;
  }
  .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
  }
  .slick-prev {
    left: 85%;
    position: absolute;
    top: -40px;
  }
  .slick-next {
    top: -40px;
    right: 0px;
  }
  .titulo-parceiro {
    font-size: 20px;
  }
  .btn-pesquisa {
    margin-right: 0px;
  }
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media(min-width: 601px) {
  .menu-mobile {
    display: none;
  }
  .menu-mobile-top {
    display: none;
  }
  .menu-desktop {
    display: flex;
  }
  .card-comum {
    padding: 10px;
    width: 285px;
  }
}
@media(max-width: 600px) {
  .img-centro-foco {
    border-radius: 0px;
  }
  .img-principal-evento > img {
    display: none;
  }
  .area-centro-img {
    position: initial;
  }
  .area-seleciona-ingresso {
    height: auto!important;
  }
  .camp-pesquisa {
    margin-bottom: 15px;
  }
  .card-destaque .card-evento-img img{
    max-height: 120px;
    width: 170px;
    border-radius: 8px;
  }
  #methods-pag #nav-tab a {
    padding: 0px;
  }
  #area-pesquisa .card-evento-img img {
    width: 100%;
    height: 170px;
    border-radius: 8px;
  }
  #card-evento-comum .card-evento-img img {
    width: 100%;
    height: 140px;
    border-radius: 8px;
  }
  .icone-whats-flut {
    bottom: 6rem;
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .pop-img {
    max-width: 370px;
    margin: 0 auto;
    display: flex;
  } 
}
@media (max-width: 767px) {
  .pop-img {
    width: 100%;
  }
}
@media(min-width: 600px) {
  .dashboard-content-ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .dashboard-content-ul > li:nth-child(odd) {
    clear: both;
    float: left;
    width: 50%;
  }
  .dashboard-content-ul > li {
    display: block;
    list-style-type: none;
    margin: 0;
    box-sizing: border-box;
    height: 25%;
  }
  .range-tickets {
    margin-top: 3rem;
  }
  .card-destaque .card-evento-img img{
    min-width: 250px;
    max-width: 280px;
    border-radius: 8px;
    height: 200px;
  }
  #area-pesquisa .card-comum .card-evento-img img {
    height: 260px;
    width: 100%;
    border-radius: 8px;
  }
  #card-evento-comum .card-evento-img img,
  .cad-evento-pesquisa .card-evento-img img {
    width: 100%;
    height: 225px;
    border-radius: 8px;
  }
}
/* start map Gl ponto venda */
@media(max-width: 500px) {
  .sidebar {
    width: auto;
    width: 100%;
  }
  .mapboxgl-ctrl-top-right {
    /*right: 0;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: end;*/
    bottom: 10rem;
    left: 1rem;
    right: auto;
    top: auto;
  }
}
@media(min-width: 501px) {
  .mapboxgl-ctrl-top-right {
    bottom: 4rem;
    top: auto;
    right: 1rem;
  }
}
/* end map Gl ponto venda */
@media (max-width: 700px) {
  .dado-eventr h3 {
    font-size: 25px;
  }
  #btn-conf-pag-final {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    right: 0;
    padding-bottom: 1rem;
    z-index: 999;
    -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%);
  }
  .prs_bottom_footer_wrapper {
    text-align: center;
  }
  .prs_footer_social_wrapper ul svg {
    margin-top: 10px;
  }
}

/* Final marketplace overrides */
.site-page .card-evento-img {
  display: flex;
  height: 100% !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff !important;
}

.site-page .card-comum .card-evento-img img,
.site-page .cad-evento-pesquisa .card-evento-img img,
.site-page #card-evento-comum .card-evento-img img,
.site-page #area-pesquisa .card-comum .card-evento-img img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.site-page .card-destaque .card-evento-img {
  display: flex;
  height: 100% !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}

.site-page .card-destaque .card-evento-img img {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  background: transparent !important;
}

.site-page .card-comum,
.site-page .cad-evento-pesquisa {
  height: 100% !important;
}

.site-page .card-comum > a,
.site-page .cad-evento-pesquisa > a {
  height: 100%;
}

.site-page .card-comum > a > div:last-child,
.site-page .cad-evento-pesquisa > a > div:last-child {
  display: flex;
  min-height: 118px;
  flex-direction: column;
}

.site-page .titulo-card {
  min-height: 38px;
  margin-bottom: 6px !important;
  line-height: 1.25 !important;
  -webkit-line-clamp: 2;
}

.site-page .local-card {
  min-height: 34px;
  margin-top: auto;
  line-height: 1.35 !important;
  -webkit-line-clamp: 2;
}

.site-page h2::before {
  box-shadow: none !important;
}

.site-page footer {
  position: relative;
  overflow: hidden;
  margin-top: 46px;
  color: #d8e1ee;
  background: #f7f7f7 !important;
}

.site-page footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(252, 29, 4, 0.75), transparent);
}

.site-page .area-footer-lista {
  max-width: 1120px;
  padding-top: 34px !important;
  padding-bottom: 22px !important;
}

.site-page .footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-page .footer-brand img {
  width: 132px;
  max-height: 74px;
  object-fit: contain;
}

.site-page .footer-brand p {
  max-width: 520px;
  margin: 0;
  color: #aeb9ca;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.site-page footer h3 {
  margin-bottom: 14px;
  color: var(--primeira-cor);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-page .area-footer-lista ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-page .area-footer-lista li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.site-page .area-footer-lista li i {
  display: none;
}

.site-page .area-footer-lista li a {
  display: inline-flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  color:  var(--segunda-cor);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.25;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-page .area-footer-lista li a:hover {
  color: #fff;
  background: rgba(252, 29, 4, 0.14);
  border-color: rgba(252, 29, 4, 0.3);
}

.site-page .footer-legal {
  padding: 18px 12px !important;
  color: #c7d1df;
  background: rgba(255, 255, 255, 0.035) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-page .footer-legal .container {
  max-width: 960px;
}

.site-page .footer-legal address,
.site-page .footer-legal p,
.site-page .footer-legal a {
  color: var(--segunda-cor);
  font-size: 12px;
  line-height: 1.45;
}

.site-page .footer-legal strong {
  color: var(--primeira-cor);
}

.site-page .copy-footer {
  padding: 16px 12px calc(16px + env(safe-area-inset-bottom)) !important;
  color: #94a3b8;
  background: #06090f !important;
}

.site-page .copy-footer p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 600px) {
  .site-page .card-comum .card-evento-img img,
  .site-page .cad-evento-pesquisa .card-evento-img img,
  .site-page #card-evento-comum .card-evento-img img,
  .site-page #area-pesquisa .card-comum .card-evento-img img,
  .site-page .card-destaque .card-evento-img img {
    aspect-ratio: auto !important;
  }

  .site-page .card-evento-img,
  .site-page .card-destaque .card-evento-img {
    height: 100% !important;
  }

  .site-page .card-comum,
  .site-page .cad-evento-pesquisa {
    height: 270px !important;
  }

  .site-page .footer-brand {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 22px;
    text-align: center;
  }

  .site-page .footer-brand img {
    width: 118px;
    margin-bottom: 12px;
  }

  .site-page .footer-brand p {
    max-width: none;
    text-align: center;
  }

  .site-page footer h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .site-page .area-footer-lista {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .site-page .area-footer-lista .row {
    display: grid;
    gap: 24px;
  }

  .site-page .area-footer-lista .row > [class*="col-"] {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .site-page .area-footer-lista ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0 !important;
  }

  .site-page .area-footer-lista li {
    margin-bottom: 0;
  }

  .site-page .area-footer-lista li a {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 12px;
  }

  .site-page .footer-legal {
    padding-bottom: 20px !important;
  }

  .site-page .footer-legal address,
  .site-page .footer-legal p {
    margin-bottom: 9px;
    text-align: left;
  }

  .site-page .copy-footer {
    padding-bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }
}

/* Card image fill + checkout polish */
.site-page .card-evento-img,
.site-page .card-destaque .card-evento-img {
  background: #111827 !important;
}

.site-page .card-comum .card-evento-img img,
.site-page .cad-evento-pesquisa .card-evento-img img,
.site-page #card-evento-comum .card-evento-img img,
.site-page #area-pesquisa .card-comum .card-evento-img img,
.site-page .card-destaque .card-evento-img img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.site-page .card-destaque {
  padding: 0 !important;
}

.site-page .card-destaque .text-card-destaque {
  padding: 14px 16px 18px !important;
}

.page-checkout-php .st_bt_top_header_wrapper {
  padding: 22px 0 18px;
  background: linear-gradient(135deg, #0f172a 0%, #1d2430 62%, #2a0d0a 100%);
}

.page-checkout-php .color-title-comp {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
}

.page-checkout-php #area-checkout {
  padding: 34px 0 56px;
  background:
    radial-gradient(circle at 12% 0%, rgba(252, 29, 4, 0.08), transparent 34%),
    linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.page-checkout-php #area-checkout > .container {
  max-width: 1120px;
}

.page-checkout-php #area-checkout .row {
  align-items: flex-start;
}

.page-checkout-php .cal-title {
  padding: 18px 20px 10px;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.page-checkout-php .cal-title h4 {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #111827 !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.page-checkout-php .cal-title h4::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--primeira-cor);
  border-radius: 999px;
}

.page-checkout-php .car-right-body.bg-white,
.page-checkout-php #methods-pag.bg-white {
  padding: 18px 20px 22px !important;
  margin-bottom: 24px;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.page-checkout-php .d-flex-bet {
  gap: 14px;
  align-items: flex-start;
  padding: 0 0 14px;
}

.page-checkout-php .d-flex-bet + hr {
  margin: 0 0 16px;
  border-color: #eef2f7;
}

.page-checkout-php .icon-chekout {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.page-checkout-php .d-flex-bet p {
  margin-bottom: 8px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.page-checkout-php .d-flex-bet b {
  color: #111827;
  font-weight: 850;
}

.page-checkout-php .car-right-body ul {
  gap: 8px;
}

.page-checkout-php .car-right-body ul li {
  padding: 11px 12px;
  margin: 0;
  color: #475467;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  font-size: 13px;
}

.page-checkout-php .car-right-body ul li:last-child {
  color: #111827;
  background: rgba(252, 29, 4, 0.08);
  border-color: rgba(252, 29, 4, 0.14);
  font-weight: 850;
}

.page-checkout-php #form-cupom {
  gap: 8px;
}

.page-checkout-php #form-cupom .input-rounded-l,
.page-checkout-php #form-cupom .btn-apply-desc {
  height: 48px;
  border-radius: 12px;
}

.page-checkout-php #form-cupom .input-rounded-l {
  border: 1px solid #d9e1ec;
  color: #111827;
  background: #f8fafc;
}

.page-checkout-php #form-cupom .btn-apply-desc {
  min-width: 108px;
  border: 1px solid var(--primeira-cor);
  box-shadow: 0 12px 22px rgba(252, 29, 4, 0.18);
}

.page-checkout-php #methods-pag .nav-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px !important;
}

.page-checkout-php #methods-pag .nav-item {
  width: 100%;
}

.page-checkout-php .card-method-pag.nav-link {
  display: flex;
  width: 100%;
  min-height: 104px;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  color: #344054;
  background: #f8fafc;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-checkout-php .card-method-pag.nav-link svg {
  width: 32px;
  height: 32px;
}

.page-checkout-php .card-method-pag.nav-link p {
  margin: 0;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

.page-checkout-php .card-method-pag.nav-link:hover {
  border-color: rgba(252, 29, 4, 0.28);
  transform: translateY(-2px);
}

.page-checkout-php .card-method-pag.nav-link.active {
  color: #fff;
  background: #111827;
  border-color: #111827;
}

.page-checkout-php #methods-pag hr {
  margin: 4px 0 20px;
  border-color: #eef2f7;
}

.page-checkout-php .checkout-form__details {
  padding-top: 4px;
}

.page-checkout-php .checkout-form__title {
  margin: 0 0 16px;
  color: #111827;
  font-size: 16px;
  font-weight: 850;
}

.page-checkout-php .checkout-form__details label,
.page-checkout-php .checkout-form__input label,
.page-checkout-php .form-label,
.page-checkout-php .form-label-02 {
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.page-checkout-php .checkout-form__details input,
.page-checkout-php .checkout-form__details select,
.page-checkout-php #cardNumber,
.page-checkout-php #expirationDate,
.page-checkout-php #securityCode {
  width: 100%;
  height: 48px !important;
  margin-bottom: 14px;
  color: #111827;
  background: #f8fafc;
  border: 1px solid #d9e1ec;
  border-radius: 12px;
  box-shadow: none;
}

.page-checkout-php .checkout-form__details input:focus,
.page-checkout-php .checkout-form__details select:focus {
  background: #fff;
  border-color: rgba(252, 29, 4, 0.5);
  box-shadow: 0 0 0 4px rgba(252, 29, 4, 0.08);
}

.page-checkout-php .btn-finish {
  width: min(100%, 340px);
  min-height: 52px;
  padding: 0 20px;
  color: #fff;
  background: var(--primeira-cor);
  border: 1px solid var(--primeira-cor);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(252, 29, 4, 0.24);
}

.page-checkout-php .btn-finish:hover {
  color: #fff;
  background: #d91702;
  border-color: #d91702;
}

.page-checkout-php .Btn-edit-ing {
  width: auto;
  height: 40px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 12px 0 14px;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.page-checkout-php .Btn-edit-ing .text,
.page-checkout-php .Btn-edit-ing .icon {
  width: auto;
  color: #344054;
  background: transparent;
}

.page-checkout-php .Btn-edit-ing .text {
  font-weight: 800;
}

.page-checkout-php .relogio-carrinho {
  right: 18px;
  top: 132px;
  z-index: 99;
}

.page-checkout-php .area-relogio {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

@media (max-width: 600px) {
  .site-page .card-evento-img,
  .site-page .card-destaque .card-evento-img {
    height: 100% !important;
  }

  .site-page .card-comum,
  .site-page .cad-evento-pesquisa {
    height: 100% !important;
  }

  .page-checkout-php .st_bt_top_header_wrapper {
    padding: 16px 14px;
  }

  .page-checkout-php .color-title-comp {
    font-size: 18px;
  }

  .page-checkout-php #area-checkout {
    padding: 22px 0 104px;
  }

  .page-checkout-php #area-checkout > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .page-checkout-php .cal-title {
    padding: 16px 16px 8px;
    border-radius: 16px 16px 0 0;
  }

  .page-checkout-php .car-right-body.bg-white,
  .page-checkout-php #methods-pag.bg-white {
    padding: 16px !important;
    border-radius: 0 0 16px 16px;
  }

  .page-checkout-php .d-flex-bet {
    gap: 12px;
  }

  .page-checkout-php .icon-chekout {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    border-radius: 12px;
  }

  .page-checkout-php .d-flex-bet p {
    font-size: 12px;
  }

  .page-checkout-php #form-cupom {
    display: grid;
  }

  .page-checkout-php #form-cupom .btn-apply-desc {
    width: 100%;
  }

  .page-checkout-php #methods-pag .nav-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-checkout-php .card-method-pag.nav-link {
    min-height: 92px;
    padding: 14px 8px;
  }

  .page-checkout-php .card-method-pag.nav-link svg {
    width: 28px;
    height: 28px;
  }

  .page-checkout-php .relogio-carrinho {
    top: auto;
    right: 14px;
    bottom: 88px;
  }

  .page-checkout-php .area-relogio {
    padding: 9px 12px;
  }
}
