body {
  font-family: "Inter", sans-serif;
  background: #fff;
}

header {
  background: #024DDF;
  display: flex;
  padding: 0 50px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .containerBruto {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

header img {
  padding: 20px 0;
  width: 150px;
}

header .buttonsHeader {

}

header .buttonsHeader button {
  background: #024DDF;
  border: none;
  color: #fff;
  height: stretch;
  padding: 10px;
  font-size: 15px;
}

header .buttonsHeader button.mobile {
  display: none;
}

header .buttonsHeader button:hover, header .buttonsHeader button:active, header .buttonsHeader button:focus {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.176));
  background-color: #0000 !important;
  outline: none;
}

.subHeader {
  background: #0046cb;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.subHeader .container {
  display: flex;
  padding: 10px;
  align-items: center;
  overflow: hidden;
}

.subHeader .container img {
  width: 50px;
  margin-right: 10px;
  border-radius: 6px;
  flex-shrink: 0;
}

.subHeader .info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.subHeader .info h1,
.subHeader .info span {
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.subHeader .info h1 {
  margin-bottom: 4px;
  font-size: 1em;
}

.subHeader .info span {
  font-size: 0.9em;
  opacity: 0.7;
}

.bannerCentral img {
  width: 100%;
}

.footerBanner {
  background: #fff;
  box-shadow: 0px 11px 8px -9px #00000014;
  position: sticky;
  top: 61px;
  z-index: 999;
}

.footerBanner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.footerBanner .container strong {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 500;
}

.footerBanner .container strong span {
  font-weight: 400;
}

.footerBanner button {
  background: #024ddf;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  padding: 15px 40px;
}

.event_info {
  padding: 30px !important;
  padding-top: 150px !important;
  color: #555;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3em;
  display: flex;
  flex-direction: column;
}

footer {
  background: #1f262d;
  color: #fff;
  margin-top: 20px;
}

footer .containerFooter {
  padding: 50px;
}

footer .menus {
  display: flex;
  justify-content: space-between;
}

footer .acesso-rapido {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

footer .acesso-rapido h3 {
  font-size: 14px;
  font-weight: 600;
}

footer .menus .acesso-rapido a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
}

footer .menus .acesso-rapido a:hover {
  text-decoration: underline;
}

.logoRodape {
  margin-top: 30px;
}

.logoRodape img {
  width: 150px;
}

.iconesCookies {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.iconesRodape img {
  width: 40px;
}

.linksCookies {
  font-size: 12px;
}

.linksCookies a {
  color: #fff;
  background: #468254;
}

.enderecoRodape {
  text-align: right;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.enderecoRodape span:nth-child(2) {
  padding-top: 15px;
}

.linguagemFooter {
background: #000000;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 15px;
font-size: 14px;
}

.linguagemFooter span {
padding: 5px 15px;
color: #999999;
}

.linguagemFooter span:hover {
color: #fff;
}

.linguagemFooter i {
padding: 5px 15px;
padding-top: 6px;
font-size: 16px;
}

.linguagemFooter span:nth-child(4) {
color: #fff;
text-decoration: underline;
}

@media (max-width: 700px) {
  header {
    padding: 0 10px;
  }

  header .buttonsHeader button {
    display: none;
  }

  header .buttonsHeader button.mobile {
    display: unset;
    font-size: 24px;
  }

  .event_info {
    padding-top: 65px;
  }

  footer .containerFooter {
    padding: 10px;
    padding-top: 25px;
  }

  footer .menus, footer .iconesCookies {
    flex-direction: column;
  }

  footer .menus .acesso-rapido {
    padding-bottom: 20px;
  }

  footer .linksCookies {
    padding-top: 5px;
  }

  footer .enderecoRodape {
    text-align: left;
    padding-top: 10px;
  }

  footer .enderecoRodape span:nth-child(2) {
    padding-top: 5px;
  }
}

@media (max-width: 410px) {
  .subHeader .container img {
    display: none;
  }
}



* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #e7edf6;
  font-family: Arial, sans-serif;
}

.ticket-layout {
  display: grid;
  grid-template-columns: 1fr 560px;
  min-height: 100vh;
}

.map-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.event-map {
  width: 100%;
  max-width: 760px;
  display: block;
}

.setor {
  cursor: pointer;
  stroke: #fff;
  stroke-width: 5;
  transition: .2s ease;
}

.setor:hover,
.setor.ativo {
  filter: brightness(.65);
}

.setor-premium {
  fill: #0757e8;
}

.setor-pista {
  fill: #b91cf4;
}

.setor-inferior {
  fill: #f2c500;
}

.setor-superior {
  fill: #08c9bd;
}

.txt-palco,
.txt-setor {
  fill: #fff;
  font-weight: 700;
  font-size: 13px;
  pointer-events: none;
}

.taxa {
  fill: #000;
  font-size: 10px;
  pointer-events: none;
}

.obs {
  fill: #000;
  font-size: 9px;
  pointer-events: none;
}

.painel-lateral {
  background: #fff;
  border-left: 1px solid #e4e8ef;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.painel-lateral h3 {
  margin: 0;
  height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e8ef;
  font-size: 16px;
}

.setor-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 24px;
  border-bottom: 1px solid #e4e8ef;
  cursor: pointer;
  background: #fff;
}

.setor-card:hover {
  background: #f8f9fb;
}

.setor-card > span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}

.setor-card div {
  flex: 1;
}

.setor-card strong {
  color: #333;
  font-size: 15px;
}

.setor-card p {
  margin: 6px 0;
  color: #777;
  font-size: 14px;
}

.setor-card small {
  color: #777;
  font-size: 13px;
}

.setor-card b {
  color: #d2d8e0;
  font-size: 32px;
  font-weight: 300;
}

.clear-btn {
  color: #b83318;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.ticket-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px 28px 30px;
  border-bottom: 1px solid #e4e8ef;
  background: #fff;
}

.ticket-row::before {
  content: "";
  width: 4px;
  background: var(--cor-ticket);
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  border-radius: 10px;
}

.ticket-row strong {
  color: #222;
  font-size: 15px;
}

.ticket-row p {
  margin: 6px 0 0;
  color: #777;
  font-size: 14px;
}

.qty {
  width: 140px;
  height: 50px;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qty button {
  border: 0;
  background: transparent;
  width: 45px;
  height: 50px;
  font-size: 24px;
  color: #4b83f1;
  cursor: pointer;
}

.qty span {
  color: #333;
}

.panel-bottom {
  margin-top: auto;
  padding: 24px 22px;
}

.total-box {
  border: 1px solid #e0e5ec;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.total-box strong {
  margin-left: 4px;
}

.continue-btn {
  height: 52px;
  background: #0757e8;
  color: #fff;
  border: 0;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .ticket-layout {
    grid-template-columns: 1fr;
  }

  .painel-lateral {
    min-height: auto;
  }

  .map-wrapper {
    padding: 12px;
  }
}








.ticket-mobile-layout {
  min-height: 100vh;
  background: #e7edf6;
}

.topo-selecao {
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #e4e8ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  position: sticky;
  top: 60px;
  z-index: 20;
}

.ticket-content {
  display: grid;
  grid-template-columns: 1fr 560px;
  min-height: calc(100vh - 56px);
}

.clear-btn {
  color: #b83318;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.map-wrapper {
  background: #e7edf6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  overflow: hidden;
}

.map-card {
  width: 100%;
  max-width: 720px;
}

.map-card svg {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.setor-click {
  cursor: pointer;
  transition: .2s ease;
}

.setor-click:hover,
.setor-click.ativo {
  filter: brightness(.65);
}

.map-label {
  fill: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  pointer-events: none;
}

.palco-label {
  font-size: 18px !important;
}

.map-footer-label {
  fill: #000 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  pointer-events: none;
}

.lista-ingressos {
  background: #fff;
  border-left: 1px solid #e4e8ef;
  min-height: calc(100vh - 56px);
}

.empty-message {
  padding: 28px 24px;
  color: #777;
}

.ticket-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px 28px 30px;
  border-bottom: 1px solid #e4e8ef;
  background: #fff;
}

.ticket-row::before {
  content: "";
  width: 4px;
  background: var(--cor-ticket);
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  border-radius: 10px;
}

.ticket-row strong {
  color: #222;
  font-size: 15px;
}

.ticket-row p {
  margin: 6px 0 0;
  color: #777;
  font-size: 14px;
}

.qty {
  width: 140px;
  height: 50px;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qty button {
  border: 0;
  background: transparent;
  width: 45px;
  height: 50px;
  font-size: 24px;
  color: #4b83f1;
  cursor: pointer;
}

.qty span {
  color: #333;
}

.panel-bottom {
  padding: 24px 22px;
  background: #fff;
}

.total-box {
  border: 1px solid #e0e5ec;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 16px;
}

.continue-btn {
  height: 52px;
  background: #0757e8;
  color: #fff;
  border: 0;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.continue-btn:hover {
  background: #004bd0;
}

.cart-ticket-card {
  position: relative;
  margin: 20px 22px;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
  padding: 18px 18px 0;
}

.cart-ticket-card > strong {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 14px;
}

.cart-ticket-card small {
  display: block;
  color: #777;
  font-size: 13px;
  margin-bottom: 4px;
}

.cart-ticket-card b {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
}

.cart-ticket-value {
  margin: 0 -18px;
  padding: 16px 18px;
  border-top: 1px solid #e4e8ef;
}

.cart-ticket-value p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-ticket-value span {
  color: #79a95b;
  font-weight: 700;
}

.cart-ticket-value button {
  border: 0;
  background: transparent;
  color: #0757e8;
  cursor: pointer;
}

.remove-ticket {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 1px solid #dfe5ec;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 900px) {
  .ticket-content {
    display: block;
  }

  .lista-ingressos {
    border-left: 0;
    border-top: 1px solid #e4e8ef;
    min-height: auto;
  }

  .map-wrapper {
    padding: 16px;
  }
}






.carrinhoInicio {
  padding: 38px 0 70px;
  background: #e7edf6;
  font-family: Arial, sans-serif;
}

.carrinhoInicio .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
}

.carrinhoContainer {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: flex-start;
}

.carrinhoLeft {
  min-width: 0;
}

.tituloCarrinho {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 36px;
  color: #000;
}

.carrinhoBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.boxSelect {
  background: #fff;
  display: grid;
  grid-template-columns: 56px 1fr 100px;
  align-items: flex-start;
  min-height: 145px;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.divDotSelect {
  width: 56px;
  position: relative;
}

.divDotSelect::before {
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  border: solid 1px #c0cedf;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 36px;
}

.boxSelect.selected .divDotSelect::before {
  background: #0757e8;
  border-color: #0757e8;
  box-shadow: inset 0 0 0 7px #0757e8;
}

.boxSelect.selected .divDotSelect::after {
  content: '✓';
  color: #fff;
  position: absolute;
  left: 26px;
  top: 38px;
  font-size: 14px;
  font-weight: 700;
}

.bodySelect {
  padding: 34px 18px 30px 8px;
  min-width: 0;
}

.bodySelect h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: #111;
}

.bodySelect span {
  display: block;
  margin-top: 6px;
  color: #111;
  font-size: 15px;
  line-height: 1.45;
}

.priceSelect {
  padding: 34px 22px 0 0;
  text-align: right;
  white-space: nowrap;
  color: #999;
  font-size: 18px;
  font-weight: 400;
}

.priceSelect.seguro {
  color: #26a943;
}

.btnContinuarSeguro {
  display: block;
  width: 60%;
  height: 52px;
  margin: 42px 0 0 auto;
  background: #0757e8;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
}

.cartBox {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.tituloResumo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  background: #fff;
}

.tituloResumo span {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.tituloResumo a {
  color: #004ee7;
  font-size: 13px;
  text-decoration: underline;
}

.corpoCart {
  padding: 16px 24px 20px;
}

.corpoCart h3 {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.35;
  color: #004ee7;
  font-weight: 700;
}

.ingressoSelecionado {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #111;
}

.ingressoSelecionadoTitulo {
  line-height: 1.25;
}

.ingressoSelecionadoValor {
  white-space: nowrap;
}

.linhaSeparadora {
  height: 1px;
  background: #eef1f4;
  margin: 20px 0;
}

.totalIngressoCart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}

.boxTotal {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.boxTotal h3 {
  margin: 0;
  width: 28px;
  height: 28px;
  background: #f2f5fb;
  color: #0757e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.priceTotal {
  font-weight: 700;
  font-size: 16px;
}

/* MOBILE */
@media (max-width: 900px) {
  .carrinhoInicio {
    padding: 28px 0 90px;
  }

  .carrinhoInicio .container {
    padding: 0 6px;
  }

  .carrinhoContainer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .tituloCarrinho {
    padding: 0 14px;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 32px;
  }

  .boxSelect {
    grid-template-columns: 56px 1fr 82px;
    min-height: 170px;
  }

  .bodySelect {
    padding: 28px 10px 24px 0;
  }

  .bodySelect h3 {
    font-size: 16px;
    line-height: 1.45;
  }

  .bodySelect span {
    font-size: 14px;
  }

  .priceSelect {
    padding: 28px 16px 0 0;
    font-size: 15px;
  }

  .cartBox {
    order: 2;
    margin-top: -4px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -4px 18px rgba(0,0,0,.08);
  }

  .btnContinuarSeguro {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    margin: 0;
    border-radius: 0;
    z-index: 50;
  }

  .tituloResumo {
    padding: 18px 20px;
  }

  .corpoCart {
    max-height: 260px;
    overflow-y: auto;
    padding: 16px 20px 18px;
  }

  .totalIngressoCart {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 18px 0 0;
  }
}