body {
  background: #000;
}
   
.teatro-page {
  padding-top: 20px;
  padding-bottom: 30px;
  width: fit-content !important;
  max-width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.logo-evento {
  text-align: center;
  margin-bottom: 12px;
}

.logo-evento img {
  display: inline-block;
  width: min(350px, 82vw);
  height: auto;
}

.teatro-page > .ui.header,
.teatro-page > .ui.header .content,
.teatro-page > .ui.header .icon {
  color: #fff;
}

.teatro-page > .ui.header {
  font-size: 2rem;
}

.teatro-page > .ui.header .sub.header {
  font-size: 1.15rem;
}

.teatro-page > .ui.message {
  font-size: 1.15rem;
}

.teatro-page > .ui.header .sub.header,
.leyenda {
  color: #e8e8e8;
}
  
.teatro-wrapper {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
     
.logo-teatro {
  text-align: center;
  margin-bottom: 22px;
}

.logo-teatro img {
  display: inline-block;
  width: min(150px, 55vw);
  height: auto;
}
 
.escenario {
  max-width: 360px;
  margin: 0 auto 12px auto;
  background: #fff0c9;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 6px;
}

.titulo-zona {
  text-align: center;
  letter-spacing: 6px;
  font-size: 24px;
  margin: 16px 0 18px;
  text-transform: uppercase;
}

.sector-label {
  font-weight: bold;
  margin: 18px 0 8px;
  font-size: 15px;
  text-transform: uppercase;
}

.mapa-sector {
  display: inline-block;
  min-width: max-content;
  margin-bottom: 26px;
}

.mapa-bloques {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

.bloque-asientos,
.diamante-col {
  min-width: max-content;
}

.mapa-diamante {
  margin-top: 0;
}

.mapa-platinum {
  margin-bottom: 0;
}

.mapa-platea-alta {
  gap: 31px;
}

.mapa-platea-alta .bloque-asientos:nth-child(2) {
  margin-right: -216px;
}

.diamante-lateral {
  padding-top: 44px;
  position: relative;
}

.diamante-spacer {
  display: none;
}

.sector-label-diamante {
  margin: 0;
  position: absolute;
  top: 22px;
  left: 0;
}

.sector-label-placeholder {
  visibility: hidden;
}

.fila {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
  align-items: center;
}

.fila-label {
  width: 24px;
  min-width: 24px;
  font-weight: bold;
  text-align: center;
  color: #555;
}

.asiento {
  width: 36px;
  height: 28px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
  user-select: none;
  transition: .15s;
}

.mapa-bloques .fila {
  gap: 1px;
  margin-bottom: 1px;
}

.mapa-bloques .asiento {
  width: 30px;
  height: 21px;
  border-radius: 0;
  font-size: 12px;
  line-height: 19px;
}

.asiento-vacio {
  width: 36px;
  min-width: 36px;
  height: 28px;
}

.mapa-bloques .asiento-vacio {
  width: 30px;
  min-width: 30px;
  height: 21px;
}

.asiento:hover {
  transform: scale(1.06);
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
}

.platinum { background: #bdd7ee; }
.diamante { background: #d9ead3; }
.golden { background: #fff2cc; }
.silver { background: #fce4d6; }

.reservado {
  background: #d9534f !important;
  color: #fff;
  cursor: not-allowed;
  opacity: .85;
}

.reservado:hover {
  transform: none;
  box-shadow: none;
}

.discapacidad {
  background: #2185d0;
  color: #fff;
}

.seleccionado {
  background: #21ba45 !important;
  color: #fff;
  font-weight: bold;
}

.leyenda {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 17px;
}

.leyenda span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cuadro {
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  display: inline-block;
  border-radius: 3px;
}

.resumen-fijo {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 14px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 18px;
  z-index: 20;
}

.mobile-help {
  display: none;
}

@media only screen and (max-width: 768px) {
  .teatro-page {
    padding-top: 10px;
  }

  .ui.container {
    width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .teatro-wrapper {
    padding: 14px;
    border-radius: 10px;
  }

  .logo-teatro {
    font-size: 30px;
  }

  .titulo-zona {
    font-size: 20px;
    letter-spacing: 4px;
  }

  .asiento {
    width: 34px;
    height: 28px;
    font-size: 11px;
    line-height: 26px;
  }

  .mapa-bloques {
    gap: 44px;
  }

  .mapa-bloques .asiento {
    width: 30px;
    height: 22px;
    font-size: 11px;
    line-height: 20px;
  }

  .mapa-bloques .asiento-vacio {
    width: 30px;
    min-width: 30px;
    height: 22px;
  }

  .diamante-lateral {
    padding-top: 46px;
  }

  .sector-label-diamante {
    top: 24px;
  }

  .asiento-vacio {
    width: 34px;
    min-width: 34px;
  }

  .mobile-help {
    display: block;
  }

  .resumen-fijo .right.aligned {
    text-align: left !important;
  }

  #btnContinuar {
    width: 100%;
    margin-top: 10px;
  }
}
