@charset "UTF-8";

/* CLUB LA JULIANA - MODULO COMPRA PERSONALIZADO */

.info-compra .tg-section {
  position: sticky;
  top: 45px;
  z-index: 1010;
}

/* ESTILOS PERSONALIZADOS PARA EVENTO */
.tg-modulo .event-info-static {
  background-color: #f5f5f7;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.tg-modulo .event-info-static h6 {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.tg-modulo .event-info-static p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #5ab5a4;
  margin: 0;
}

/* Separador horizontal entre secciones */
.tg-modulo .step_reserva {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.tg-modulo .event-info-static {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* Total Section */
.tg-modulo .total-section {
  background-color: transparent;
  border-top: 2px solid #1a1a1a;
}

.tg-modulo .total-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

.tg-modulo .total-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a1a1a;
}

.tg-modulo .total-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

/* Botón COMPRAR */
.tg-modulo .btn-purchase-submit {
  width: 100%;
  background-color: #5ab5a4;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.tg-modulo .btn-purchase-submit:hover {
  background-color: #4a9d8d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(90, 181, 164, 0.3);
}

/* Inputs personalizados */
.tg-modulo .form-control {
  background-color: #f5f5f7;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: border-color 0.3s ease;
}

.tg-modulo .form-control:focus {
  border-color: #5ab5a4;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 181, 164, 0.1);
}

.tg-modulo .form-control::placeholder {
  color: #999;
}

/* Checkbox personalizado */
.tg-modulo [type="checkbox"] + label {
  font-size: 0.875rem;
  color: #666;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
}

.tg-modulo [type="checkbox"] + label:before {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #5ab5a4;
  border-radius: 4px;
  background-color: #fff;
}

.tg-modulo [type="checkbox"]:checked + label:after {
  background-color: #5ab5a4;
  border-color: #5ab5a4;
}

/* Ocultar campos no deseados que el core inyecta dinámicamente */
.tg-modulo .datos_personales #telefono,
.tg-modulo .datos_personales #pais-id,
.tg-modulo .datos_personales #notas,
.tg-modulo .datos_personales input[name="telefono"],
.tg-modulo .datos_personales select[name="pais_id"],
.tg-modulo .datos_personales textarea[name="notas"] {
  display: none !important;
}

.tg-section .with_info {
  position: relative;
  padding-right: 2rem;
}

/** COMPRA FORM */
.tg-section .telefonoPlugin .iti {
  width: 100%;
}

/** VENTAS CRUZADAS */
.tg-modulo-ventas-cruzadas .card {
  padding-top: 100%;
  overflow: hidden;
  border: none;
  margin-bottom: 1.5rem;
}

.tg-modulo-ventas-cruzadas .card .tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

.tg-modulo-ventas-cruzadas .card .main_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tg-modulo-ventas-cruzadas .card .main_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 90%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 90%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 90%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);
}

.tg-modulo-ventas-cruzadas .card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
}

.tg-modulo-ventas-cruzadas .card .content {
  padding: 0 1rem;
}

.tg-modulo-ventas-cruzadas .card .content h6 {
  font-weight: 600;
  font-size: 1rem;
}

.tg-modulo-ventas-cruzadas .card .intro {
  font-size: 1rem;
}

.tg-modulo-ventas-cruzadas .card_hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: left;
  color: #fff;
  padding: 1rem;
  overflow: hidden;
}

.tg-modulo-ventas-cruzadas .card_hover .hover-header {
  height: 14%;
}

.tg-modulo-ventas-cruzadas .card_hover p {
  height: 53%;
  font-size: 0.8rem;
  padding-right: 1rem;
  overflow: auto;
  /*position: relative;
    z-index: 2;*/
}

/*.tg-modulo-ventas-cruzadas .card:hover .card_hover {
	opacity: 1;
}*/

.tg-modulo-ventas-cruzadas .wrapper-precio {
  text-align: left;
  margin-bottom: 1rem;
  white-space: nowrap;
}

.tg-modulo-ventas-cruzadas .precio {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: right;
  white-space: nowrap;
}

.tg-modulo-ventas-cruzadas .outdated-precio,
.tg-modulo-ventas-cruzadas .card .smaller {
  vertical-align: baseline;
  font-size: 0.7rem;
  margin-right: 0.25rem;
}

/** NEWSLETTER MESSAGE */
.resultado-newsletter {
  background-color: var(--bs-secondary);
  color: #fff;
  text-align: center;
}

.resultado-newsletter .container:not(:empty) {
  margin-top: -5rem;
  padding-bottom: 3rem;
}

/** CONTACT METHODS */
.modal_contacto {
  position: fixed;
  right: -310px;
  bottom: -13rem;
  width: 300px;
  z-index: 9;
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.modal_contacto.visible {
  bottom: 10rem;
  right: 0;
}

.modal_contacto .icon {
  position: absolute;
  top: 0;
  right: 100%;
  width: 57px;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 10px;
  background-color: var(--bs-primary);
  cursor: pointer;
}

.modal_contacto .icon svg {
  max-width: 24px;
  margin-top: 6px;
}

.modal_contacto .bocadillo_h4 {
  height: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 50px;
  text-transform: uppercase;
  background-color: var(--bs-primary);
  padding: 0 1rem;
}

.modal_contacto .aviso {
  background-color: #fff;
  color: #000;
}

.modal_contacto .pd,
.modal_contacto .aviso {
  padding: 1rem;
}

.modal_contacto p strong {
  white-space: nowrap;
}

.modal_contacto input,
.modal_contacto input.form-control,
.modal_contacto .uneditable-input,
.modal_contacto textarea,
.modal_contacto textarea.form-control,
.modal_contacto select,
.modal_contacto select.form-control,
.modal_contacto form button:not(.btn) {
  font-size: 1rem;
  line-height: 2.5rem;
  height: 2.5rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #fff;
  border-radius: 0;
}

.modal_contacto textarea,
.modal_contacto textarea.form-control {
  height: 80px;
  line-height: 1.4em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/** SCROLLTOP */
.scrolltop {
  position: fixed;
  bottom: -18px;
  width: 50px;
  height: 50px;
  right: calc(50% - 25px);
  z-index: 8;
  background-color: var(--bs-primary);
  border-radius: 24px;
  cursor: pointer;
}

.scrolltop svg {
  position: relative;
  top: -7px;
  height: 100%;
}

.tg-modulo {
  text-align: center;
}
.tg-modulo .card {
  border-radius: 20px;
}
.tg-modulo .card-body {
  padding: 2rem 0.5rem;
}

/* CALENDARIO */

.tg-modulo .ui-datepicker-title {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.tg-modulo .ui-datepicker-prev,
.tg-modulo .ui-datepicker-next {
  width: 1.5rem;
  height: 0.8rem;
  margin-top: 0.1rem;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.tg-modulo .ui-datepicker-prev {
  float: left;
  margin-left: 0.5rem;
  background-image: url("../img/icons/arrow-prev.svg");
  background-position: center left;
}
.info-compra .tg-modulo .ui-datepicker-prev {
  margin-left: 1.5rem;
}
.tg-modulo .ui-datepicker-next {
  float: right;
  margin-right: 0.5rem;
  background-image: url("../img/icons/arrow-next.svg");
  background-position: center right;
}
.info-compra .tg-modulo .ui-datepicker-next {
  margin-right: 1.5rem;
}
.tg-modulo .ui-datepicker-calendar {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
.tg-modulo .ui-datepicker-calendar thead {
  position: relative;
}
.tg-modulo .ui-datepicker-calendar thead:after {
  content: "";
  position: absolute;
  bottom: 1;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 5px; /* 5px margin para separar gradient del border */
}
.tg-modulo .ui-datepicker-calendar thead th,
.tg-modulo .ui-datepicker-calendar thead td {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #010a35;
  padding: 0.35em 0;
}
.tg-modulo .card-datepicker,
.tg-modulo .datepicker {
  max-width: 100%;
  margin: 0 auto;
}

.tg-modulo .datepicker tbody td {
  position: relative;
  width: calc(100% / 7);
  font-size: 0.9rem;
  line-height: 1;
  padding: 0 !important;
  padding-bottom: 0 !important;
  height: 3em;
  border: 0;
  color: var(--bs-text-color);
}

.tg-modulo .datepicker th a,
.tg-modulo .datepicker td a {
  display: block;
  position: relative;
  z-index: 2;
  color: #010a35;
}
.tg-modulo .datepicker td a.ui-state-active {
  color: var(--bs-white);
}

.tg-modulo .datepicker tbody td:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 5%;
  background-color: #19f28d;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 60%;
  z-index: 1;
}

.tg-modulo .datepicker tbody td.aviso:after {
  background-color: var(--bs-warning);
}

.tg-modulo .datepicker tbody td.disabled:after {
  background-color: var(--bs-danger);
}

.tg-modulo .datepicker .ui-datepicker-current-day {
  position: relative;
  z-index: 2;
  color: #fff !important;
}

.tg-modulo .datepicker .ui-datepicker-current-day:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 12px;
  border: solid 1px #010a35;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tg-modulo .datepicker .ui-datepicker-current-day:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  z-index: -1;
  background: #000;
  border-radius: 12px;
  border: solid 1px #000;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tg-modulo .datepicker tbody td.aviso.ui-datepicker-current-day:before {
  background-color: var(--bs-warning);
}

.tg-modulo .datepicker tbody td.disabled.ui-datepicker-current-day:before {
  background-color: var(--bs-danger);
}

.tg-modulo .datepicker tbody td.aviso.ui-datepicker-current-day:after,
.tg-modulo .datepicker tbody td.disabled.ui-datepicker-current-day:after {
  background-color: transparent;
}

.tg-modulo .datepicker .ui-datepicker-unselectable {
  cursor: default;
  color: #ccc;
}

.tg-modulo .datepicker .ui-datepicker-other-month {
  border: 0;
  font-weight: 500 !important;
}

.tg-modulo .datepicker .ui-datepicker-other-month:after,
.tg-modulo .datepicker .ui-datepicker-unselectable:after,
.tg-modulo .datepicker tbody td.pasado:after {
  display: none;
}

.tg-modulo .datepicker tbody td.disabled.ui-datepicker-unselectable:after {
  display: block;
}

.tg-modulo .datepicker tbody td.pasado,
.tg-modulo .datepicker tbody td.disabled {
  cursor: default;
  pointer-events: none;
  color: rgba(1, 10, 53, 0.3) !important;
}

.tg-modulo .leyenda {
  margin: 2.5rem 0 0;
}

.tg-modulo .leyenda span {
  font-size: 0.7rem;
  display: inline-block;
  position: relative;
}

.tg-modulo .leyenda span:before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tg-modulo .leyenda span.hr-disponible:before {
  background-color: #19f28d;
}

.tg-modulo .leyenda span.hr-agotadas:before {
  background-color: #ff002b;
}

.tg-modulo .leyenda span.hr-poca-disponibilidad:before {
  background-color: #fdb306;
}

/* STEPS COMPRA */
.tg-modulo .start-compra {
  position: relative;
  z-index: 2;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tg-modulo .start-compra .btn {
  font-size: 0.72rem;
  width: 75%;
  padding: 1rem;
}
.tg-modulo .step_reserva {
  text-align: left;

  padding-bottom: 2rem;
}
.tg-modulo .step_reserva:first-child {
  margin-top: 0;
}
.tg-modulo .step_reserva:last-child {
  margin-bottom: 0;
}

.tg-modulo .step_reserva.final {
  position: relative;
  background-color: #eeeef1;
}
.tg-modulo .step_reserva.final:after,
.tg-modulo .step_reserva.final:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 100%;
  background-color: #eeeef1;
}
.tg-modulo .step_reserva.final:before {
  left: auto;
  right: 100%;
}

.tg-modulo .step_reserva h6 {
  position: relative;
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.tg-modulo .step_reserva h6:not(:first-child) {
  margin-top: 1.5rem;
}
.tg-modulo .step_reserva.note h6 {
  margin-bottom: 0;
}
/*.tg-modulo .step_reserva h6:after{
	content: '';
	position: absolute;
	left: 0;
	top: calc(100% + 6px);
	width: 100%;
	height: 5px;
	background: url('../img/subrayado.svg') no-repeat left center;
	background-size: contain;
}*/
.tg-modulo .agotadas {
  color: var(--bs-primary);
  font-size: 0.7rem;
}
.tg-modulo .step_reserva.servicios label {
  display: block;
  font-size: 0.9rem;
}
.tg-modulo .step_reserva.precios,
.tg-modulo .step_reserva.complementos_post {
  border-top: 1px solid var(--bs-secondary);
}
.tg-modulo .step_reserva.precios big,
.tg-modulo .step_reserva.complementos_post big {
  font-weight: 500 !important;
  font-size: 1rem;
}
.step_reserva .h5 {
  font-weight: normal !important;
  font-size: 1.125rem !important;
}
.tg-modulo .step_reserva .complementos_obligatorios {
  width: calc(100% + calc(calc(calc(var(--bs-gutter-x) * 0.5) + 1rem)) * 2);
  margin-left: calc(calc(calc(var(--bs-gutter-x) * 0.5) + 1rem) * -1);
  padding: 0.75rem calc(calc(var(--bs-gutter-x) * 0.5) + 1rem);
  background-color: #fbd0df;
}
.tg-modulo .step_reserva .separador-tipo {
  /*width: calc(100% + calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem))*2);
    margin-left: calc(calc(calc(var(--bs-gutter-x) * .5) + 1rem)* -1);
    padding: 0 calc(calc(var(--bs-gutter-x) * .5) + 1rem);*/
  width: calc(100% + 2rem);
  margin-left: -1rem;
  border-top: solid 1px var(--bs-body-color);
  opacity: 0.3;
}

.tg-modulo .step_reserva.precios .info,
.tg-modulo .step_reserva.complementos_post .info {
  display: block;
  color: var(--bs-primary);
  font-weight: 300;
  font-size: 0.6rem !important;
  font-style: italic;
}

.tg-modulo .step_reserva.precios .step_tipo_entrada p,
.tg-modulo .step_reserva.complementos_post .step_tipo_entrada p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada:last-of-type,
.tg-modulo .step_reserva.complementos_post .step_tipo_entrada:last-of-type {
  padding-bottom: 0;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada > .row:not(:last-of-type),
.tg-modulo
  .step_reserva.complementos_post
  .step_tipo_entrada.step_tipo_entrada
  > .row:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada > .row,
.tg-modulo
  .step_reserva.complementos_post
  .step_tipo_entrada.step_tipo_entrada
  > .row {
  align-items: center !important;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada .desc_precio {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  opacity: 0.8;
}

.tg-modulo .step_reserva.precios .precio,
.tg-modulo .step_reserva.complementos_post .precio {
  font-size: 1.125rem;
  font-weight: 600;
}
.tg-modulo sup {
  top: -0.2em;
}
.tg-modulo .step_reserva.precios input,
.tg-modulo .step_reserva.complementos_post input {
  width: 5rem !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 0;
  border-radius: 1.5rem;
  background-color: #eeeef1;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 0;
}
.tg-modulo .step_reserva.precios input:disabled,
.tg-modulo .step_reserva.complementos_post input:disabled {
  border: none;
}
.tg-modulo .step_reserva.precios input::-webkit-outer-spin-button,
.tg-modulo .step_reserva.precios input::-webkit-inner-spin-button,
.tg-modulo .step_reserva.complementos_post input::-webkit-outer-spin-button,
.tg-modulo .step_reserva.complementos_post input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.tg-modulo .step_reserva.precios .menos,
.tg-modulo .step_reserva.precios .mas,
.tg-modulo .step_reserva.complementos_post .menos,
.tg-modulo .step_reserva.complementos_post .mas {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  cursor: pointer;
}
.tg-modulo .step_reserva.datos_personales {
  margin-top: 0;
  border-top: 1px solid var(--bs-secondary);
}
.tg-modulo .step_reserva.datos_personales small {
  font-size: 0.6rem;
}
.tg-modulo .step_reserva.servicios label {
  font-size: 0.8em;
  line-height: 1.4rem;
  padding-right: 2rem;
}
.tg-modulo .step_reserva.servicios label .text-primary {
  display: block;
  color: var(--bs-body-color) !important;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.tg-modulo .step_reserva.note {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* FORM ELEMENTS */
.tg-modulo .form-control,
.tg-modulo .form-select {
  background-color: #eeeef1;
  border: 0;
  border-radius: 1.5rem;
  margin-bottom: 1.4rem;
  padding: 0.75rem;
}
.tg-modulo .step_reserva.final .form-control,
.tg-modulo .step_reserva.final .form-select {
  background-color: #fff;
}
.tg-modulo .form-control:focus,
.tg-modulo .form-select:focus,
.tg-modulo .form-control:invalid:focus,
.tg-modulo .form-select:invalid:focus {
  border-color: var(--bs-primary);
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  outline: 0;
}
.tg-modulo select:required:invalid {
  color: #010a35;
}
.tg-modulo select:required:invalid sup {
  color: var(--bs-danger);
}
.tg-modulo option[value=""][disabled] {
  display: none;
}
.tg-modulo option {
  color: var(--bs-secondary);
}
.tg-modulo .form-floating > .form-control,
.tg-modulo .form-floating > .form-select {
  height: auto;
  padding: 1rem 1rem;
  font-size: 0.8rem;
}
.tg-modulo .form-floating > textarea.form-control {
  border: none;
  border-radius: 1.5rem;
  padding: 1rem;
}
.tg-modulo .form-floating > label {
  padding: 0 1rem;
  height: auto;
  font-size: 0.8rem;
  top: 0.8rem;
}

.tg-modulo .form-floating > .form-control:focus ~ label,
.tg-modulo .form-floating > .form-control:not(:placeholder-shown) ~ label,
.tg-modulo .form-floating > .form-select ~ label {
  transform: scale(0.55) translateY(-1.3em) translateX(0.85rem);
}
.tg-modulo .form-floating > textarea.form-control:focus ~ label,
.tg-modulo
  .form-floating
  > textarea.form-control:not(:placeholder-shown)
  ~ label {
  transform: scale(0.55) translateY(-1.5em) translateX(0.85rem);
}

.tg-modulo .form-floating:not(.checkbox):not(.radio) > label:not(.error) {
  color: #010a35;
}
.tg-modulo .limits_input {
  display: none;
}
.tg-modulo [type="checkbox"] + label {
  font-size: 0.85rem;
  padding-left: 1.5rem !important;
}
.tg-modulo [type="checkbox"] + label a {
  text-decoration: underline;
}
.tg-modulo [type="checkbox"] + label:last-of-type,
.tg-modulo [type="radio"] + label:last-of-type {
  margin-bottom: 0;
}
.tg-modulo [type="checkbox"]:disabled + label:before,
.tg-modulo [type="checkbox"]:disabled + label:after,
.tg-modulo [type="radio"]:disabled + label:before,
.tg-modulo [type="radio"]:disabled + label:after {
  opacity: 0.2;
}
.tg-modulo [type="checkbox"]:disabled + label,
.tg-modulo [type="radio"]:disabled + label {
  opacity: 0.5;
}
.tg-modulo [type="checkbox"] + label:before,
.tg-modulo [type="checkbox"] + label:after,
.tg-modulo [type="radio"] + label:before,
.tg-modulo [type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  transition: all 0.28s ease;
  border: 1px solid var(--bs-primary);
}
.tg-modulo [type="radio"] + label:before,
.tg-modulo [type="radio"] + label:after {
  border-radius: 50%;
  top: 0.3rem;
}
.tg-modulo [type="checkbox"]:not(:checked) + label:after,
.tg-modulo [type="radio"]:not(:checked) + label:after {
  -ms-transform: scale(0);
  transform: scale(0);
}
.tg-modulo [type="checkbox"]:checked + label:after,
.tg-modulo [type="radio"]:checked + label:after {
  border-color: #19f28d;
  background-color: #19f28d;
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}
.tg-modulo .form-check {
  padding-left: 0;
}
.tg-modulo .icon_regalo + label svg {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  margin-left: 0.5rem;
  border: 0;
}
.tg-modulo .icon_regalo:checked + label svg {
  background-color: transparent;
}
.tg-modulo .advertencia {
  margin-top: 1rem;
  color: var(--bs-danger);
}
.tg-modulo .fixed_bottom {
  bottom: 46px;
  left: 0;
  z-index: 2;
  text-align: left;
}
.tg-modulo .resumen_submit {
  padding: 1rem 0;
  background: var(--bs-gradient);
  color: var(--bs-white);
  line-height: 1.4rem;
}
.tg-modulo .resumen_submit strong {
  display: block;
  font-size: 1.7rem;
  border-bottom: none;
  padding-bottom: 0;
}
.tg-modulo .resumen_submit a,
.tg-modulo .resumen_submit button {
  font-weight: 500;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 0.76rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tg-modulo .resumen_submit button {
  display: none;
}
.reserva .resumen_submit button svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  width: auto;
  height: 1.4rem;
  transition: all ease 0.5s;
}

.tg-modulo .alert-danger {
  padding: 0;
  border: 0;
}
.tg-modulo .alert-danger > div:not(:empty) {
  padding: 1rem;
}
.tg-modulo .alert-danger p:last-of-type {
  margin-bottom: 0;
}

/*.tg-modulo .alert-danger:not(:empty):before,*/
.tg-modulo .alert-danger p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem 0.5rem 0.5rem 1rem;
}

/* MODAL */
.tg-modulo .info_modal {
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  text-align: right;
  margin-top: -3rem;
  margin-left: 2rem;
  color: var(--bs-primary);
  cursor: pointer;
}

.tg-modulo .info_modal.info_unique_modal {
  position: absolute;
  top: -3rem;
  right: 0;
  max-width: 60%;
  font-size: 1rem;
  margin: 0;
}

.tg-modulo .info_modal figure {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.5rem;
  margin-right: 0.5rem;
  border: 1px solid var(--bs-primary);
  border-radius: 50%;
}

.tg-modulo .info_modal.info_unique_modal figure {
  width: 2rem;
}

.tg-modulo .info_modal figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tg-modulo .info_modal svg {
  position: absolute;
  top: 15%;
  left: 50%;
  width: auto;
  height: 70%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tg-modulo .info_modal svg * {
  fill: var(--bs-primary);
}

.tg-modulo .step_reserva.complementos_post [data-bs-toggle="modal"] {
  font-weight: 300;
  cursor: pointer;
}

.tg-modulo .modal .carousel-caption {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--bs-body-color);
  text-align: left;
  padding-bottom: 0;
}

/* DATEPICKER CON RANGO DE FECHAS*/
.tg-modulo .datepicker tbody td.dp-highlight.first,
.tg-modulo .datepicker tbody td.dp-highlight.middle,
.tg-modulo .datepicker tbody td.dp-highlight.last {
  color: #fff;
}

.tg-modulo .datepicker tbody td.dp-highlight.first::after,
.tg-modulo .datepicker tbody td.dp-highlight.last::after,
.tg-modulo .datepicker tbody td.dp-highlight.middle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 8px);
  height: 0;
  z-index: 1;
  padding-top: 85%;
  background: var(--bs-primary);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.tg-modulo .datepicker tbody td.dp-highlight.first::after {
  border-radius: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.tg-modulo .datepicker tbody td.dp-highlight.last::after {
  border-radius: 0;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.tg-modulo .datepicker tbody td.dp-highlight.middle::after {
  border-radius: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}
#modals-body .modal-body {
  padding: 2rem 1rem;
}

.card-pago,
.card-datepicker {
  position: relative;
}

.preloader,
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
  opacity: 0;
  transition: opacity 0.3s linear;
}

.loading .preloader,
.submitting .preloader,
.loading + .loader {
  z-index: 2;
  opacity: 1;
}

.preloader svg,
.preloader img,
.loader svg,
.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader svg,
.loader img {
  width: 75px;
}

.card-pago.loading:after,
.card-pago.submitting:after,
.card-datepicker .loading:after {
  content: "";
}

.preloader svg *,
.loader svg * {
  fill: var(--bs-primary) !important;
}

.preloader svg *:nth-child(2n),
.loader svg *:nth-child(2n) {
  fill: var(--bs-secondary) !important;
}

.preloader-animation,
.preloader-animation {
  animation: salto 0.8s alternate infinite;
}

.preloader-animation:nth-child(2) {
  animation-delay: 0.4s;
}
.preloader-animation:nth-child(3) {
  animation-delay: 0.85s;
}
.preloader-animation:nth-child(4) {
  animation-delay: 1.2s;
}

/* BLEXSELL-TEATROS - PROCESO COMPRA */
#horarios-exp {
  border-radius: 2rem;
  overflow: hidden;
}

#horarios-exp .head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* border-bottom: 1px solid var(--bs-light-gray); */
  padding-inline: 1rem;
  background-color: #f5f5f7;
}

.class-gray {
  background-color: #f5f5f7;
}
#horarios-exp .form-check {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  margin-bottom: 0 !important;
}
#horarios-exp .form-check-input:checked {
  background-image: none !important;
  background-color: var(--bs-blexsell-primary);
}
#notas_zonas p {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.disponible {
  background-color: #19f28d;
}
.poco-disponible {
  background-color: #fdb306;
}
.agotado {
  background-color: #ff002b;
}

#seleccion-entradas .precios {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Para Chrome, Safari, Edge y Opera */
#seleccion-entradas .precios input[type="number"]::-webkit-outer-spin-button,
#seleccion-entradas .precios input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  text-align: center;
}
#seleccion-entradas .precios input[type="number"] {
  /* Para Firefox */
  -moz-appearance: textfield;
  border: none;
  text-align: center;
}
#seleccion-entradas .precios .num-entradas .fa-minus-circle,
#seleccion-entradas .precios .num-entradas .fa-plus-circle {
  cursor: pointer;
}

.error-message {
  font-size: 0.85rem;
  color: var(--bs-red);
  margin-top: 5px;
}

.step_reserva.final {
  position: relative;
  background-color: #eeeef1;
}

.step_reserva.final:after,
.tg-modulo .step_reserva.final:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 100%;
  background-color: #eeeef1;
}
.tg-modulo .step_reserva.final:before {
  left: auto;
  right: 100%;
}

.tg-modulo .step_reserva h6 {
  position: relative;
  font-size: 0.86rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.tg-modulo .step_reserva h6:not(:first-child) {
  margin-top: 1.5rem;
}
.tg-modulo .step_reserva.note h6 {
  margin-bottom: 0;
}

@keyframes salto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/** MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header.tg-section .logo {
    height: 40px;
  }
  header.tg-section .topbarhora {
    text-align: right;
  }
  header.tg-section.scrolling .topbarhora {
    opacity: 1;
    height: auto;
    padding: 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .tg-modulo .resumen_submit .btn {
    min-width: 250px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* calendario - medium devices */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
}
@media (max-width: 576px) {
  .tg-modulo .step_reserva.precios input,
  .tg-modulo .step_reserva.complementos_post input {
    width: 4rem !important;
    font-size: 1.2rem;
  }
  .tg-modulo .step_reserva.precios .step_tipo_entrada,
  .tg-modulo .step_reserva.complementos_post .step_tipo_entrada {
    font-size: 0.9rem;
  }
}
