.quick-checkout h1 {
  color: var(--mdc-blue-1);
  font-weight: 400;
}
.quick-checkout h1 span {
  color: var(--mdc-orange-1);
}

.quick-checkout p {
  font-size: 1.3em;
  line-height: 1.4em;
}

.quick-checkout label.sede-label {
  font-size: 1.3em;
}

.quick-checkout .step h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: var(--mdc-blue-1);
}

.quick-checkout .step h2 span {
  color: var(--mdc-orange-1);
  text-transform: none;
  font-weight: 600;
}

.quick-checkout .boletos img {
  width: 100%;
  aspect-ratio: 1/1;
}

.quick-checkout .select-sede {
  text-align: center;
  padding: 0 10px;
  font-size: 1.5em;
}

.quick-checkout .boletos select {
  color: var(--mdc-blue-1);
  width: auto;
  border-radius: 20px;
  padding: 0px 28px;
  font-size: 19px;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(/images/select-2.svg);
  background-repeat: no-repeat;
  background-position-x: 85%;
  background-position-y: 50%;
  background-size: 10px auto;
  border: none;
  font-weight: 800;
}

.quick-checkout .boletos .nombre {
  font-size: 1.2em;
  line-height: 1.2em;
  color: var(--mdc-blue-1);
  font-weight: 800;
}

.quick-checkout .boletos .boleto-tipo label {
  font-size: 1.1em;
  color: var(--mdc-blue-1);
  margin: 0;
}

.quick-checkout .boletos .boleto-tipo label span {
  font-size: 1.1em;
  font-weight: 600;
}


.quick-checkout .buttons-checkout .btn {
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 600;
}

.quick-checkout .buttons-checkout .btn.btn-back {
  background-color: var(--mdc-blue-1);
}

.quick-checkout .buttons-checkout .btn.btn-next {
  background-color: var(--mdc-orange-1);
}

.quick-checkout .sede-title {
  background-color: var(--mdc-orange-1);
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 600;
}

.quick-checkout table.table thead th {
  border-top: 0;
  border-bottom: 4px solid #dee2e6;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 1px;
  color: var(--mdc-blue-1);
  text-transform: uppercase;
}

.quick-checkout table.table tr {
  text-align: center;
}

.quick-checkout table.table tr td {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px 0;
  vertical-align: middle;
}

.quick-checkout .total {
  font-size: 1.2em;
  border: 1px solid;
  border-radius: 25px;
  padding: 5px 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.quick-checkout .resumen-box {
  border: 1px dashed rgb(111, 111, 111);
  padding: 5px;
}

.quick-checkout form label {
  font-size: 1.1em;
  color: var(--mdc-blue-1);
  font-weight: 800;
  line-height: 1em;
}

.quick-checkout form input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.quick-checkout form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: -1.5rem;
}

.quick-checkout form input.ng-touched.ng-invalid {
  border: 1px solid red;
}

.quick-checkout form .form-check label {
  font-size: 1em;
  color: black;
  font-weight: 400;
  line-height: 1em;
}

.quick-checkout form .form-check label a{
  color: var(--mdc-orange-1);
  font-weight: 600;
}

.quick-checkout p.gracias {
  font-size: 1.1em;
  line-height: 1.5em;
  color: gray;
  text-align: left;
  font-weight: 400;
}

.quick-checkout p.gracias span {
  color: var(--mdc-blue-1);
  font-weight: 600;
}

.quick-checkout .btn.btn-default {
  border-radius: 5px;
}

.quick-checkout .formas-pago {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-checkout .formas-pago .form-check{
  display: flex;
  align-items: center;
}

.quick-checkout .formas-pago .form-check > input{
  margin-top: 0;
}

@media (max-width: 768px) {s
  .quick-checkout.container {
      max-width: 95%;
  }

  .quick-checkout table.table thead th {
    font-size: 1em;
  }

  .quick-checkout table.table tr td {
    font-size: 1em;
    padding: 2px 0;
  }
}

@media (max-width: 430px) {
  .quick-checkout.container {
    padding: 0px;
    max-width: 95%;
  }

  .quick-checkout .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .quick-checkout form .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .quick-checkout h1 {
    font-size: 1.8em;
  }

  .quick-checkout p {
    font-size: 0.70em;
  }

  .quick-checkout label.sede-label {
    font-size: 1em;
  }

  .quick-checkout .step h2 {
    font-size: 1.2em;
  }

  .quick-checkout .boletos .col-5, .quick-checkout .boletos .col-7 {
    padding: 0px;
  }

  .quick-checkout .boletos .nombre {
    font-size: 0.9em;
  }

  .quick-checkout .boletos .descripcion {
    font-size: 0.85em;
    line-height: 0.9em;
  }

  .quick-checkout .boletos img {
    width: 90%;
    aspect-ratio: 1/1;
  }

  .quick-checkout .boletos .boleto-tipo label {
    font-size: 1.2em;
  }
  
  .quick-checkout .boleto-tipo select {
    font-size: 1.2em;
    background-size: 8px auto;
  }

  .quick-checkout .buttons-checkout .btn {
    font-size: 1em;
    padding: 10px 15px;
  }

  .quick-checkout .sede-title {
    font-size: 1em;
    padding: 10px 15px;
  }

  .quick-checkout .total {
    font-size: 1em;
    padding: 5px 20px;
  }

  .quick-checkout table.table thead th {
    font-size: 1em;
  }

  .quick-checkout table.table tr td {
    font-size: 0.8em;
    padding: 2px 0;
  }
}