@charset "UTF-8";

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

.tg-modulo-blex-tfls .with_info {
	position: relative;
	padding-right: 2rem;
}

.tg-modulo-blex-tfls {
	color: var(--bs-secondary);
	text-align: left;
}

.tg-modulo-blex-tfls h5 {
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 0;
}

.tg-modulo-blex-tfls .card {
	border-radius: 1rem;
	background-color: transparent;
	border: solid 1px var(--bs-secondary);
}

.tg-modulo-blex-tfls .card .card-title {
	padding: 1rem 1rem .5rem;
	margin: 0;
}

.tg-modulo-blex-tfls .card .card-title .btn-step {
	max-width: 1.5rem;
	cursor: pointer;
}

.tg-modulo-blex-tfls .card .card-title .btn-step svg circle {
	fill: var(--bs-secondary) !important;
}

.tg-modulo-blex-tfls .card-body {
	position: relative;
	padding: 1rem !important;
}

.tg-modulo-blex-tfls .card-body:not(.visible) {
	display: none;
}

.tg-modulo-blex-tfls .card-body:before {
	content: '';
	position: absolute;
	width: 75%;
	left: 1rem;
	top: 0;
	height: 1px;
	background-color: var(--bs-secondary);
}

/* CALENDARIO */
.tg-modulo-blex-tfls .datepicker {
	text-align: center;
}

.tg-modulo-blex-tfls .ui-datepicker-title {
	font-weight: 800;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1em;
}

.tg-modulo-blex-tfls .ui-datepicker-prev,
.tg-modulo-blex-tfls .ui-datepicker-next {
	width: 1.5rem;
	height: .8rem;
	margin-top: .1rem;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.tg-modulo-blex-tfls .ui-datepicker-prev {
	float: left;
	margin-left: 1rem;
	background-image: url('../img/icons/arrow-prev.svg');
	background-position: center left;
}

.tg-modulo-blex-tfls .ui-datepicker-next {
	float: right;
	margin-right: .75rem;
	background-image: url('../img/icons/arrow-next.svg');
	background-position: center right;
}

.tg-modulo-blex-tfls .ui-datepicker-calendar {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}

.tg-modulo-blex-tfls .ui-datepicker-calendar thead {
	position: relative;
}

.tg-modulo-blex-tfls .ui-datepicker-calendar thead th,
.tg-modulo-blex-tfls .ui-datepicker-calendar thead td {
	font-weight: 400;
	font-size: .5rem;
	line-height: 1;
	text-transform: uppercase;
	padding: .05em 0 .5rem;
}

.tg-modulo-blex-tfls .card-datepicker,
.tg-modulo-blex-tfls .datepicker {
	margin: 0 auto;
}

.tg-modulo-blex-tfls .datepicker tbody td {
	position: relative;
	width: calc(100%/7);
	font-size: .8rem;
	line-height: 1;
	padding: .2em 0;
	border: 0;
	color: var(--bs-text-color);
}

.tg-modulo-blex-tfls .datepicker th a,
.tg-modulo-blex-tfls .datepicker td a {
	display: block;
	position: relative;
	z-index: 2;
}

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

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

.tg-modulo-blex-tfls .datepicker .ui-datepicker-current-day {
	position: relative;
	z-index: 2;
	color: var(--bs-white) !important;
}

.tg-modulo-blex-tfls .datepicker .ui-datepicker-current-day:after {				 
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	z-index: 1;
	background: var(--bs-secondary);
	border-radius: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

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

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

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

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

.tg-modulo-blex-tfls .datepicker tbody td.pasado,
.tg-modulo-blex-tfls .datepicker tbody td.disabled {
	color:rgba(139, 139, 139, .3);
}

.tg-modulo-blex-tfls .datepicker + .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 1rem);
	z-index: -10;
	padding: 10% 25%;
    background-color: var(--bs-extralight-primary);
	opacity: 0;
	transition: opacity .3s linear;
}

.tg-modulo-blex-tfls .datepicker.loading + .loader {
	z-index: 2;
	opacity: 1;
}

.tg-modulo-blex-tfls .leyenda {
	margin: .35rem 0;
}

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

.tg-modulo-blex-tfls .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-blex-tfls .leyenda span.hr-disponible:before {
	background-color: var(--bs-success);
}

.tg-modulo-blex-tfls .leyenda span.hr-agotadas:before {
	background-color: var(--bs-danger);
}

.tg-modulo-blex-tfls .leyenda span.hr-poca-disponibilidad:before {
	background-color: var(--bs-warning);
}

.tg-modulo-blex-tfls .agotadas {
	color: var(--bs-primary);
	font-size: .7rem;
}

.tg-modulo-blex-tfls sup {
	top: -.2em;
}

.tg-modulo-blex-tfls .step_tipo_entrada {
	font-size: .95rem;
	line-height: 1.6rem;
}

.tg-modulo-blex-tfls .step_tipo_entrada .precio {
	font-size: .95rem;
	display: block;
}

.tg-modulo-blex-tfls .step_tipo_entrada input {
	width: 2rem !important;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 0;
	background-color: transparent;
	color: var(--bs-secondary);
	font-size: 1.2rem;
	line-height: 1.2rem;
	height: 1.2rem;
	padding: 0;
}

.tg-modulo-blex-tfls .step_tipo_entrada input:disabled {
	border: none;
}

.tg-modulo-blex-tfls .step_tipo_entrada input::-webkit-outer-spin-button,
.tg-modulo-blex-tfls .step_tipo_entrada 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-blex-tfls .step_tipo_entrada .menos,
.tg-modulo-blex-tfls .step_tipo_entrada .mas {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	cursor: pointer;
}

#form-compra .input {
	margin-bottom: 0
}

.tg-modulo-blex-tfls .step_tipo_entrada .desc_precio {
	font-size: .7rem;
	line-height: .9rem;
	padding-right: 4.75rem;
	margin-top: .15rem;
	margin-bottom: .75rem;
	opacity: .5;
}

.tg-modulo-blex-tfls .regalo .h6 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}


/* FORM ELEMENTS */
.tg-modulo-blex-tfls .form-control,
.tg-modulo-blex-tfls .form-select {
	font-size: .9rem;
	color: var(--bs-secondary);
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid var(--bs-secondary);
	border-radius: 0;
	margin-bottom: 1.4rem;
}

.tg-modulo-blex-tfls textarea.form-control {
	border: 1px solid var(--bs-secondary);
}

.tg-modulo-blex-tfls .form-control:focus,
.tg-modulo-blex-tfls .form-select:focus,
.tg-modulo-blex-tfls .form-control:invalid:focus,
.tg-modulo-blex-tfls .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-blex-tfls option[value=""][disabled] {
	display: none;
}

.tg-modulo-blex-tfls .form-floating>.form-control,
.tg-modulo-blex-tfls .form-floating>.form-select {
	height: auto;
	padding: .25rem .5rem;
}

.tg-modulo-blex-tfls .form-floating>textarea.form-control {
	padding: .5rem;
}

.tg-modulo-blex-tfls input:-webkit-autofill,.tg-modulo-blex-tfls input:-webkit-autofill:hover,.tg-modulo-blex-tfls input:-webkit-autofill:focus,
.tg-modulo-blex-tfls textarea:-webkit-autofill,.tg-modulo-blex-tfls textarea:-webkit-autofill:hover,.tg-modulo-blex-tfls textarea:-webkit-autofill:focus,
.tg-modulo-blex-tfls select:-webkit-autofill,.tg-modulo-blex-tfls select:-webkit-autofill:hover,.tg-modulo-blex-tfls select:-webkit-autofill:focus{
	-webkit-text-fill-color:var(--bs-secondary);-webkit-box-shadow:0 0 0 50px rgba(var(--bs-primary-rgb),.2) inset;transition:background-color 5000s ease-in-out 0s
}

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

.tg-modulo-blex-tfls .form-floating>.form-control:focus~label, 
.tg-modulo-blex-tfls .form-floating>.form-control:not(:placeholder-shown)~label, 
.tg-modulo-blex-tfls .form-floating>.form-select~label{
	transform: scale(.85) translateY(-1.3em) translateX(.15rem);
}

.tg-modulo-blex-tfls .form-floating>textarea.form-control:focus~label, 
.tg-modulo-blex-tfls .form-floating>textarea.form-control:not(:placeholder-shown)~label{
	transform: scale(.85) translateY(-1.5em) translateX(.15rem);
}

.tg-modulo-blex-tfls .form-floating:not(.checkbox):not(.radio)>label:not(.error),
.tg-modulo-blex-tfls select:required:invalid {
	color: #666 !important;
}

.tg-modulo-blex-tfls .limits_input {
	display: none;
}

.tg-modulo-blex-tfls [type="checkbox"]+label {
	font-size: .67rem;
}

.tg-modulo-blex-tfls [type="checkbox"]+label:last-of-type,
.tg-modulo-blex-tfls [type="radio"]+label:last-of-type {
	margin-bottom: 0;
}

.tg-modulo-blex-tfls [type="checkbox"]:disabled+label:before,
.tg-modulo-blex-tfls [type="checkbox"]:disabled+label:after,
.tg-modulo-blex-tfls [type="radio"]:disabled+label:before,
.tg-modulo-blex-tfls [type="radio"]:disabled+label:after {
	opacity: .2;
}

.tg-modulo-blex-tfls [type="checkbox"]:disabled+label,
.tg-modulo-blex-tfls [type="radio"]:disabled+label {
	opacity: .5;
}

.tg-modulo-blex-tfls [type="checkbox"]+label:before,
.tg-modulo-blex-tfls [type="checkbox"]+label:after,
.tg-modulo-blex-tfls [type="radio"]+label:before,
.tg-modulo-blex-tfls [type="radio"]+label:after {
	content: '';
	position: absolute;
	top: .1rem;
	left: 0;
	width: .8rem;
	height: .8rem;
	transition: all .28s ease;
	border: 1px solid var(--bs-primary);
}

.tg-modulo-blex-tfls [type="radio"]+label:before,
.tg-modulo-blex-tfls [type="radio"]+label:after {
	border-radius: 50%;
	top: .3rem;
}

.tg-modulo-blex-tfls [type="checkbox"]:not(:checked)+label:after,
.tg-modulo-blex-tfls [type="radio"]:not(:checked)+label:after {
	-ms-transform: scale(0);
	transform: scale(0);
}

.tg-modulo-blex-tfls [type="checkbox"]:checked+label:after,
.tg-modulo-blex-tfls [type="radio"]:checked+label:after {
	background-color: var(--bs-primary);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.tg-modulo-blex-tfls .form-check {
	padding-left: 0;
}

.tg-modulo-blex-tfls .label-precio {
	text-transform: uppercase;
	opacity: .9;
}

.tg-modulo-blex-tfls .precio_final {
	font-size: 1.2rem;
}

.tg-modulo-blex-tfls .advertencia {
	margin-top: 1rem;
	color: var(--bs-danger);
}

.tg-modulo-blex-tfls .alert-danger {
	padding: 0;
	border: 0;
}

.tg-modulo-blex-tfls .alert-danger > div:not(:empty) {
	padding: 1rem;
}

.tg-modulo-blex-tfls .alert-danger p:last-of-type {
	margin-bottom: 0;
}

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

/* MODAL */
.tg-modulo-blex-tfls .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-blex-tfls .info_modal.info_unique_modal {
	position: absolute;
	top: -3rem;
	right: 0;
	max-width: 60%;
	font-size: 1rem;
	margin: 0;
}

.tg-modulo-blex-tfls .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-blex-tfls .info_modal.info_unique_modal figure {
	width: 2rem;
}

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

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

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

.tg-modulo-blex-tfls .step_reserva.complementos [data-bs-toggle="modal"] {
	position: absolute;
	top: 50%;
	right: .5rem;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

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

.tg-modulo-blex-tfls .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-blex-tfls .datepicker tbody td.dp-highlight.first,
.tg-modulo-blex-tfls .datepicker tbody td.dp-highlight.middle,
.tg-modulo-blex-tfls .datepicker tbody td.dp-highlight.last {
	color: var(--bs-white);
}

.tg-modulo-blex-tfls .datepicker tbody td.dp-highlight.first::after,
.tg-modulo-blex-tfls .datepicker tbody td.dp-highlight.last::after,
.tg-modulo-blex-tfls .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-blex-tfls .datepicker tbody td.dp-highlight.first::after {
	border-radius: 0;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
}

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

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

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

.modal#modalPatioDeButacas .modal-content {
	background-color: var(--bs-secondary);
	color: var(--bs-white);
	padding: 0;
}

.modal#modalPatioDeButacas .modal-content .modal-header {
	padding-bottom: 0;
}

.modal#modalPatioDeButacas .modal-content .btn-close {
	filter: brightness(0) invert(1);
}

.modal#modalPatioDeButacas .modal-content .modal-body {
	padding: 1rem;
}


@media (max-width:992px) {

}
@media (max-width:576px) {
	.tg-modulo-blex-tfls .step_tipo_entrada .precio{font-size: .8rem;}
}