/* DatePicker Container */
.ui-datepicker {
	width: 100% !important;
	height: auto;
	margin: 5px auto 0;
	font: 12pt Arial, sans-serif !important;

}

.ui-datepicker a {
	text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}

.ui-datepicker-header {
	color: #e0e0e0;
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #ffffff;
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 10pt;
	padding: 5px 0;
	color: #666666;

}

.ui-datepicker tbody td {
	padding: 0;
	/*border-right: 1px solid #bbb;*/
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 0px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;

}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	width: 100% !important;
	text-align: center;
	border-style: none !important;

}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	border: 0px solid #55838f;
	border-radius: 10px;
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.tabla_pegada {
	padding: 0px !important;
	margin: 0px !important;
}


#botonesAvance {
	background-color: #ffffff;
	display: flex;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#botonesAvanceMvl {
	background-color: #ffffff;
	position: relative;
	left: -100px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#botonesAvanceMvl02 {
	background-color: #ffffff;
	position: relative;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.cajaSombra {
	background-color: #eeeeee;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cajaSombraBlanca {
	background-color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 8px;
}


#btSiguiente {
	margin: 5px;
}

#btAnterior {
	margin: 5px;
}

#logotipo {
	position: relative;
	width: 80px !important;
	height: 80px !important;
	background: url(../../../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#progreso {
	position: relative;
	width: 400px !important;
	height: 80px !important;
	background: url(../../../images/progreso01.png);
	background-repeat: no-repeat;
	background-position: center;


}

#imgIzquierda {
	position: relative;
	width: 110px !important;
	height: 60px !important;
	background: url(../../../images/btizq01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#imgDerecha {
	position: relative;
	width: 110px !important;
	height: 60px !important;
	background: url(../../../images/btdcha01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#imgCarrito {
	position: relative;
	width: 60px !important;
	height: 60px !important;
	background: url(../../../images/carrito01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#imgSeoFaq{
	position: relative;
	width: 100% !important;
	height: 80px !important;
	background: url(../../../images/seo_faq.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#imgSeoPrecios{
	position: relative;
	width: 100% !important;
	height: 80px !important;
	background: url(../../../images/seo_precios.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.fondoNegro{
	background-color: #000000;
}

#botonesAvanceMvl {
	display: none;
}

#botonesAvanceMvl02 {
	display: none;
}


#smAnterior{
	margin: 5px;
	position:relative;
	width: 80px;
	height: 50px;
}
#smSiguiente{
	margin: 5px;
	position:relative;
	width: 80px;
	height: 50px;
}

#smAnterior02{
	margin: 5px;
	position:relative;
	width: 120px;
	height: 50px;
}
#smSiguiente02{
	margin: 5px;
	position:relative;
	width: 120px;
	height: 50px;
}

#smCarrito{
	margin: 0px;
	background: url(../../../images/carrito01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position:relative;
	border-style: none;
	width: 60px;
	height: 60px;
}

.contenedorPrincipal {
	margin-top: 120px;

}

#contenedorInfoFechas{
	margin: 10px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	font-size: larger;
	text-align: center;
}

#contenedorInfoEntradas{
	margin: 10px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	font-size: larger;
	text-align: center;
}

#contenedorInfoExtras{
	margin: 10px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	font-size: larger;
	text-align: center;
}


#contenedorFechas{
	margin: 10px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px;
}

.cajaFecha {
	position: relative;
	height: 100px;
	text-align: center;
	width: 30%;
	/*background-color:#a2dae3;
	background:url(../../../images/fondo_dia.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	padding: 0px;
	margin: 6px;
	border-radius: 0.5em;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	cursor: pointer;
	color: #010101;
	/*flex-basis: 200px;*/
}

.calendario_dia {
	position: relative;
	width: 100%;
	height: 40%;
	background-color: #50690e;
	display: flex;
	color: white;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.calendario_precio {
	position: relative;
	width: 100%;
	height: 60%;
	background-color: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icono-producto{
	width: 80px;
    height: 80px;
    display: block;
}

@media (max-width: 1280px) {
	.cajaFecha {
		width: 30%;
	}
	
}

@media (max-width: 800px) {
	.cajaFecha {
		width: 100%;
		height: 70px;
	}

	.cajaFecha hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#cabecero {
		height: 50px,  !important;
	}

	.contenedorPrincipal {
		margin-top: 70px;
	}

	#logotipo {
		position: relative;
		left: -20px;
		width: 120px !important;
		height: 50px !important;
		cursor: pointer;
	}

	#progreso {
		display: none;
	}

.trFilaEntrada{
	display: grid;
	text-align: center !important;
}
.trFilaExtra{
	display: grid;
	text-align: center !important;
}	

	#botonesAvance {
		display: none;
	}

	#botonesAvanceMvl {
		display: flex;
	}

	#botonesAvanceMvl02 {
		display: flex;
	}
}



.cajaFecha:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 8px;
}

.cajaFecha.activo .calendario_precio {
	background-color: #17a2b8;
	color: #eeeeee;
}



.cajaFecha.fechaPasada .calendario_dia {
	background-color: #aaaaaa;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px;
	color: #555555;
	cursor: default;
}

.cajaFecha.incompatible .calendario_dia {
	background-color: red;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px;
	color: white;
	cursor: default;
}

.cajaFecha.conDescuento .calendario_dia {
	background-color:dodgerblue;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px;
	color: white;
	cursor: default;
}


.etFecha {

	text-align: center;
}

.etPrecio {
	font-weight: bold;
	font-size: larger;
	line-height: 10px;
}

#btFechaAnterior {
	position: relative;
	width: 50px;
	height: 100px;
	background: url(../../../images/flchaIzq01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#btFechaAnterior.desactivado {
	background: url(../../../images/flchaIzq02.png);
	cursor: default;
}

#btFechaPosterior {
	position: relative;
	width: 50px;
	height: 100px;
	background: url(../../../images/flchaDcha01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

#btFechaPosterior.desactivado {
	background: url(../../../images/flchaDcha02.png);
	cursor: default;
}



.td70 {
	position: relative;
	width: 70% !important;
}

.td30 {
	position: relative;
	margin-left: 40px;
	padding-left: 30px;
	background-color: #6eafbf;
	width: 30% !important;
}

.col50 {
	position: relative;
	width: 50%;
	float: left;
}

.col70 {
	position: relative;
	width: 70%;
	float: left;
}

.col30 {
	position: relative;
	width: 30%;
	float: left;
}

.fondoCupon {
	background: url(../../../images/fondo_cupon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.fondoCalendario {
	background: url(../../../images/calendario02a.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.fondoEntradas {
	background: url(../../../images/fondo_tickets.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.fondoExtras {
	background: url(../../../images/fondo_extras.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.fondoProcesa {
	background: url(../../../images/fondo_procesa.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.fondoCaja {
	background: url(../../../images/fondo_comprueba.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
.fondoGracias {
	background: url(../../../images/fondo_gracias.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.etAhorro{
	font-size: 0.6em;
	color:darkmagenta;
}

h1 {
	font-size: 2em !important;
}

h2 {
	font-size: 1.6em !important;
}

h3 {
	font-size: 1.4em !important;
}

h4 {
	font-size: 1.2em !important;
}

h5 {
	font-size: 1em !important;
}

#infoProducto{
	position:absolute;
	height: 90%;
	width: 100%;
	background-color: #50690e;
}

#pieLogos{
	margin-top: 15px;
	background-color: #010101;
	text-align: center;
}

.pie{
	margin-top: 15px;
	padding-top: 10px;
	background-color: #010101;
	text-align: center;
}

#contenedor_mapa{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10000;
	background-color: rgba(0, 0, 0,1);
	padding: 0px;
	overflow: hidden;
}
#mapa{
	border-radius: 15px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	/*background-image: url('../../../images/mapaparquebn.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	border-style: solid;
	overflow: hidden;
}

.oculto{
	display: none;
}

#pielegal{
	color:#111 !important;
	text-align: center !important;
	font-size: small;
}

#pielegal a{
	color:#111;
	text-align: center;
}

.tachado{
	text-decoration: line-through #f00 2px;
}

.muychico{
	color: darkorange;
	font-size: 14px;
}

#etBonoFamiliar{
	display: inline-block;
	width: 100%;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color:rgb(51,51,151);
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
  @media (prefers-reduced-motion: reduce) {
	#etBonoFamiliar {
	  transition: none;
	}
  }