@charset "UTF-8";

/* TAPAS EXPERIENCE Blex CSS Document */

.tg-modulo .card {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 !important;
}

.tg-modulo .card-body {
	padding: 0 1.5rem;
}

.tg-modulo .reserva_ciclos .dia.hora .label.col-3 {
	width: 100%;
}

.tg-modulo .reserva_ciclos .dia.hora .label.col-3 p {
	display: inline-block;
	font-weight: 300;
	margin-right: .15rem;
}


/* CALENDARIO */
.tg-modulo .ui-datepicker-title {
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	color:var(--bs-secondary);
}
.tg-modulo .ui-datepicker-prev,
.tg-modulo .ui-datepicker-next {
	width: 2.0rem;
	height: 2.0rem;
	margin-top: .1rem;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 100%;

	position: relative;
    top: -5px;

}
.tg-modulo .ui-datepicker-prev {
	float: left;
	background-image: url('../img/icons/arrow-with-circle-left-light.svg');
	background-position: center left;
}

.tg-modulo .ui-datepicker-next {
	float: right;
	background-image: url('../img/icons/arrow-with-circle-right-light.svg');
	background-position: center right;
}

.tg-modulo .ui-datepicker-calendar {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
	text-align: center;
}
.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: transparent;
	opacity: .5;
	border-bottom: 1px solid var(--bs-primary);
	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: 1rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--bs-secondary);
	padding: .35em 0;
}
.tg-modulo .datepicker tbody td {
	position: relative;
	/* width: calc(100% / 7); */
	font-size: 1.2rem;
	line-height: 1;
	padding: .5em 0.2rem;
	border: 0;
	color: white;
	/* height: calc(100% / 7); */
	/* margin-inline: 50px; */
}
.tg-modulo .datepicker th a,
.tg-modulo .datepicker td a {
	display: block;
	position: relative;
	z-index: 2;
}
.tg-modulo .datepicker tbody td.aviso {
	color: var(--bs-warning);
}

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

.tg-modulo .datepicker tbody td.disabled {
	color: var(--bs-danger);
}
.tg-modulo .datepicker .ui-datepicker-current-day {
	position: relative;
    z-index: 2;
    /* color: var(--bs-white) !important; */
    color: var(--bs-primary) !important;
    /* background: var(--bs-secondary);
    border-radius: 50%; */
    /* margin-inline: 10px;*/
}

.tg-modulo .datepicker .ui-datepicker-current-day {
	position: relative;
    z-index: 2;
    /* color: var(--bs-white) !important; */
    color: var(--bs-primary) !important;
    /* background: var(--bs-secondary);
    border-radius: 50%; */
    /* margin-inline: 10px;*/
}

/* __________________________________________________________________ */
.tg-modulo .datepicker .ui-datepicker-current-day:after {				 
	content: '';
	position: absolute;
	top: 52%;
	left: 50%;
	width: 80%;
	height: 0;
	z-index: 1;
	padding-top: 75%;
	color: black;
	background: var(--bs-secondary);
	border-radius: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.tg-modulo .datepicker tbody td.aviso.ui-datepicker-current-day:after {
	background: var(--bs-warning);
}
.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 {
	color:#FFFFFF5C;
	/* color: white; */
}


.tg-modulo .leyenda {
	margin: .35rem 0;
}
.tg-modulo .leyenda span {
	font-size: .56rem;
	display: inline-block;
	position: relative;
}
.tg-modulo .leyenda span:before {
	content: '';
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 60%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tg-modulo .leyenda span.hr-disponible:before {
	background-color: var(--bs-success);
}
.tg-modulo .leyenda span.hr-agotadas:before {
	background-color: var(--bs-danger);
}
.tg-modulo .leyenda span.hr-poca-disponibilidad:before {
	background-color: var(--bs-warning);
}

/* STEPS COMPRA */
.tg-modulo .step_reserva h6 {
	position: relative;
	font-size: 1.1rem;
	font-weight: 200;
	margin-bottom: .7rem;
}
.tg-modulo .agotadas {
	color: var(--bs-primary);
	font-size: .7rem;
}
.tg-modulo .step_reserva.servicios label {
	display: block;
	font-size: .9rem;
}
.tg-modulo .step_reserva.precios,
.tg-modulo .step_reserva.datos_personales {
	margin-top: 1.5rem;
	/* border-top: 1px solid var(--bs-white); */
	/* padding-top: 1.5rem; */
}

.tg-modulo .step_reserva.datos_personales input::placeholder {
	visibility: hidden
	/* border-top: 1px solid var(--bs-white); */
	/* padding-top: 1.5rem; */
}

.tg-modulo .step_reserva.datos_personales textarea::placeholder {
	visibility: hidden
	/* border-top: 1px solid var(--bs-white); */
	/* padding-top: 1.5rem; */
}

.tg-modulo .step_reserva.precios big {
	font-weight: 500;
	color: var(--bs-white);
	font-size: 1rem;
	
}
.tg-modulo .step_reserva .complementos_obligatorios {
	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.75rem calc(calc(var(--bs-gutter-x) * .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: dashed 1px var(--bs-secondary);
	opacity: .3;
}

.tg-modulo .step_reserva.precios .info {
	display: block;
	color: var(--bs-primary);
	font-weight: 500;
	font-size: .8rem!important;
	font-style: italic;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada {
	padding: .5rem .5rem;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada p{
	font-size: .8rem;
	font-weight: 400;
	margin-bottom: .6em;
	color: var(--bs-white);
}
.tg-modulo .step_reserva.precios .step_tipo_entrada p small{
	color: var(--bs-white);
}
.tg-modulo .step_reserva.precios .step_tipo_entrada:last-of-type {
	padding-bottom: 0;
}
.tg-modulo .step_reserva.precios .step_tipo_entrada > .row:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
.tg-modulo .step_reserva.precios .precio {
	font-size: 1.39rem;
	font-weight: 600;
	color:var(--bs-secondary);
}
.tg-modulo sup {
	top: -.2em;
}
.tg-modulo .step_reserva.precios input {
	width: 2.25rem !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 0;
	background-color: transparent;
	font-size: 1.2rem;
	line-height: 1; 
}
.tg-modulo .step_reserva.precios input:disabled {
	border: none;
}
.tg-modulo .step_reserva.precios input::-webkit-outer-spin-button,
.tg-modulo .step_reserva.precios 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 {
	display: inline-block;
	vertical-align: middle;
	width: 1.5rem;
	cursor: pointer;
}

.tg-modulo .step_reserva.datos_personales small {
	font-size: .6rem;
}

/* FORM ELEMENTS */
.tg-modulo .form-control,
.tg-modulo .form-select {
	background-color: var(--bs-primary);
	/* border-bottom: 1px solid rgba(var(--bs-secondary-rgb), .5); */
	border-radius: 8px;
	margin-bottom: 1.4rem;
	color:white;
	min-height: 45px;

	appearance: none; /* elimina el estilo nativo */
	-webkit-appearance: none;
	-moz-appearance: none;
	
	padding: 8px 32px 8px 12px; /* deja espacio para la flecha */
	font-size: 14px;
	border-radius: 6px;

	/* aquí agregas tu propia flecha como imagen SVG inline */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.521' height='6.011' viewBox='0 0 10.521 6.011'%3E%3Cpath d='M7 10l4.2 4.2L15.4 10' transform='translate(-5.939 -8.939)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
}

.tg-modulo .form-control:focus,
.tg-modulo .form-select:focus,
.tg-modulo .form-control:invalid:focus,
.tg-modulo .form-select:invalid:focus {
	border-color: white;
	-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: rgba(var(--bs-secondary-rgb), .5);
} */
 .tg-modulo select:required:invalid {
	color: white;
	background: rgba(255, 255, 255, 0.36);
	border-radius: 5px;
	min-height: 45px;
	border: 0
}
.tg-modulo select:required:invalid sup {
	color: var(--bs-danger);
}
.tg-modulo option[value=""][disabled] {
	display: none;
}
.tg-modulo option {
	color: var(--bs-secondary);
    background: var(--bs-primary);
}
.tg-modulo .form-floating>.form-control,
.tg-modulo .form-floating>.form-select {
	height: auto;
    padding: .25rem .5rem;
    font-size: .9rem;
}
.tg-modulo .form-floating>textarea.form-control {
	/* border: 1px solid rgba(var(--bs-secondary-rgb), .45); */
	padding: 1rem .5rem;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.36);
	border: 0;
	margin-top: 40px;
}

.tg-modulo .form-floating>label {
	color: white !important;
	top: 10px !important;
}

.tg-modulo .code .form-floating label {
	color: var(--bs-secondary) !important;
	top: 10px !important;
}

.tg-modulo .form-floating>label {
    font-size: .8rem;
	padding: 0 .75rem;
}

.tg-modulo .textarea.form-floating>label {
	padding-top: .5rem;
}

.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(.85) translateY(-2.3em) translateX(.15rem);
}
.tg-modulo .form-floating>textarea.form-control:focus~label, 
.tg-modulo .form-floating>textarea.form-control:not(:placeholder-shown)~label{
	transform: scale(.85) translateY(-4.6em) translateX(.15rem);
}

.tg-modulo .form-floating:not(.checkbox):not(.radio)>label:not(.error) {
	color: rgba(var(--bs-secondary-rgb), .5);
}
.tg-modulo .limits_input {
	display: none;
}
.tg-modulo [type="checkbox"]+label {
	font-size: .8rem;
}
.tg-modulo [type="checkbox"]+label:last-of-type,
.tg-modulo [type="radio"]+label:last-of-type {
	margin-bottom: 0;
	color:white;
}
 .tg-modulo input:not([type="checkbox"]):not([type="image"]):not(.btn):not(.input_disponibilidad) {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.36);
	border: 0;
	border-bottom: 0.5px solid var(--bs-primary);
	border-radius: 5px;
	padding: .5rem;

    font-size: 1.125rem;
	color: white;
	min-height: 45px;
}

 .tg-modulo #wrapper_precio {
	position: relative;
 }

  .tg-modulo #wrapper_precio big{
	display: none;
 }

 .tg-modulo #wrapper_precio input:not([type="checkbox"]):not([type="image"]):not(.btn):not(.input_disponibilidad){
	background: transparent !important
 }

 /* .tg-modulo #wrapper_precio .row > div:nth-of-type(3){
	position: absolute;
	position: absolute;
    right: 0%;
    top: 0%;
 } */

 .tg-modulo #wrapper_precio .row > div:nth-of-type(2) {
	padding-left: 4px;
 }
  .tg-modulo #wrapper_precio .row > div:nth-of-type(1) {
	padding-left: 4px;
 }
.tg-modulo input:not([type="checkbox"]):not([type="image"]):not(.btn):not(.input_disponibilidad)[name="codigo"] {
	background: transparent !important;
    border: 1px solid var(--bs-secondary) !important;
 }
.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: .2;
}
.tg-modulo [type="checkbox"]:disabled+label,
.tg-modulo [type="radio"]:disabled+label {
	opacity: .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: .1rem;
	left: 0;
	width: .8rem;
	height: .8rem;
	transition: all .28s ease;
	border: 1px solid var(--bs-white);
}
.tg-modulo [type="radio"]+label:before,
.tg-modulo [type="radio"]+label:after {
	border-radius: 50%;
	top: .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 {
	background-color: var(--bs-green);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.tg-modulo [type="checkbox"] {
  position: absolute;
  opacity: 0;
}

 .tg-modulo [type="checkbox"] + label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
}

 .tg-modulo [type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid var(--bs-secondary);
  border-radius: .25rem;
  background: transparent;
}
.tg-modulo [type="checkbox"]:checked+label:before {
	background: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.tg-modulo [type="checkbox"]:checked + label::after,
.tg-modulo [type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.01rem;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.001' height='12.104' viewBox='0 0 16.001 12.104'%3E%3Cg transform='translate(-7.293 -10.293)'%3E%3Cpath d='M13.594,22.4l9.7-9.7-2.4-2.4-7.3,7.3-3.9-3.9-2.4,2.4Z' fill='%23002139'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.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: .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 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 2;
	text-align: left;
}
.tg-modulo .resumen_submit {
	padding: .5rem 0;
	background: var(--bs-secondary);
	color: var(--bs-primary);
	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: .76rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.tg-modulo .resumen_submit a::after,
.tg-modulo .resumen_submit button::after {
	content: url(../img/icons/arrow-next-light.svg);
    display: inline-block;
    width: 0.7em;
    height: 1em;
    /* background: url(../img/flecha-btn.svg) no-repeat center center; */
    background-size: contain;
    margin-left: auto;
    position: absolute;
    right: 15px;
}

.tg-modulo .resumen_submit button {
	display: none;
}
.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: .5rem .5rem .5rem 1rem;
	background: url(../img/icons/alert2.svg) no-repeat top left / contain;
}

/* MODAL */
.tg-modulo .info_modal {
	position: relative;
	z-index: 1;
	font-size: .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: .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 [data-bs-toggle="modal"] {
	position: absolute;
	top: 50%;
	right: .5rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.tg-modulo .step_reserva.complementos [data-bs-toggle="modal"] svg {
	width: 1.5rem;
}

.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: .75;}
#modals-body .modal-body{
	padding: 2rem 1rem;
}

#cookiescript_badge.push_top,
#CookiebotWidget.push_top,
#cc-show-preferences-modal.push_top {
    bottom: 80px !important;
}


/** 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; }
	.aside-form .tg-modulo-modulo-compra{padding: 0!important;}
}

.aside-form .tg-modulo-modulo-compra #wrapper_hora {}

/* 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)  {
	.tg-modulo .datepicker .ui-datepicker-current-day:after {
		width: 90%;
		padding-top: 90%;
	}
}
