@font-face{
	font-family: 'Indivisa Text Sans Regular';
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Regular.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Regular.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Regular.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Regular.svg#indivisa') format('svg');
}
@font-face{
	font-family: 'Indivisa Display Sans Regular';
	src: url('../../fonts/eot/IndivisaDisplaySans-Regular.eot');
	src: url('../../fonts/eot/IndivisaDisplaySans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaDisplaySans-Regular.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaDisplaySans-Regular.woff') format('woff'),
		url('../../fonts/ttf/IndivisaDisplaySans-Regular.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaDisplaySans-Regular.svg#indivisa') format('svg');
}
html, body{
	background: #fff;
	color: #111;
	font-family: 'Indivisa Text Sans Regular', sans-serif;
	font-size: 16px;
	width: 100%;
}
*{
	box-sizing: border-box;
}
a{
	color: #54a3da;
	text-decoration: none;
}
.btn{
	background: #36C0CB;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
}
.right{
	float: right;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}
.text{
	margin: 0 auto;
	max-width: 90%;
}
.wrapper{
	margin: 0 auto;
	max-width: 1280px;
	min-width: 440px;
	position: relative;
	top: 0;
	width: 100%;
}
header{
	background: #fff;
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}
header img{
	float: left;
	height: 60px;
	margin: 20px 10px;
}
#lblMenu{
	cursor: pointer;
	float: right;
	height: 40px;
	margin: 30px 20px 0 0;
	position: relative;
	width: 40px;
}
#lblMenu span{
	background: #172540;
	height: 4px;
	position: absolute;
	top: 18px;
	transition: all .3s ease;
	width: 40px;
}
#lblMenu span:nth-child(1){
	top: 4px;
}
#lblMenu span:nth-child(3){
	top: 32px;
}
#chkMenu{
	display: none;
}
#menu{
	background: #fff;
	display: block;
	margin-top: 100px;
	max-height: 0;
	overflow: hidden;
	width: 100%;
}
#menu li a{
	color: #172540;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
}
#chkMenu:checked + label span,
#chkMenu:checked + label span:nth-child(1){
	top: 18px;
	transform: rotate(45deg);
}
#chkMenu:checked + label span:nth-child(3){
	top: 18px;
	transform: rotate(-45deg);
}
#chkMenu:checked ~ #menu{
	max-height: 500px;
}
#banner{
	background: #172540;
	background: linear-gradient(0deg,rgba(54, 192, 203, 1) 0%, rgba(23, 37, 64, 1) 100%);
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	margin: 100px 0 20px 0;
	padding: 40px 20px;
}
#card{
	background: #172540;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) -50%, rgba(23, 37, 64, 1) 100%);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: relative;
	text-align: center;
}
#circuit{
	background: url(../images/circuito_index.png);
	background-position: bottom right;
	background-size: cover;
	bottom: 0;
	height: 60%;
	left: 0;
	opacity: .5;
	position: absolute;
	width: 30%;
	z-index: 0;
}
#profile{
	background: url(../images/silueta_index.png);
	background-position: bottom left;
	background-size: cover;
	height: 100%;
	right: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 0;
}
#title{
	background: #172540;
	background: linear-gradient(270deg,rgba(54, 192, 203, 1) 0%, rgba(23, 37, 64, 1) 100%);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	margin-top: -20px;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 250px;
	z-index: 10;
}
#title span{
	font-size: 38px;
}
#slogan{
	display: block;
	height: 140px;
	margin: 40px auto;
	position: relative;
	z-index: 10;
}
#date{
	background: #d30d2b;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px auto;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 80%;
	z-index: 10;
}
.dark{
	box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
	position: relative;
}
.dark:before{
	background: #172540;
	content: '';
	height: calc(100% - 200px);
	position: absolute;
	top: 200px;
	width: 100%;
}
.dark .wrapper{
	margin-top: -200px;
	padding-bottom: 100px;
}
h2{
	color: #36C0CB;
	font-size: 38px;
	margin: 0 0 20px 0;
	text-align: center;
}
h2 span:nth-child(1){
	background: url(../images/h2_l.png) center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 28px;
	width: 60px;
}
h2 span:nth-child(2){
	background: url(../images/h2_r.png) center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 28px;
	width: 60px;
}
.program{
	max-width: 800px;
	padding: 0 20px;
}
.day{
	cursor: pointer;
	float: left;
	height: 44px;
	margin-bottom: 20px;
	position: relative;
	width: 25%;
}
.day:before{
	background: #d30d2b;
	content: '';
	height: 10px;
	left: 1px;
	position: absolute;
	top: 17px;
	width: 100%;
	z-index: 0;
}
.day strong{
	background: #36C0CB;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	color: #22366D;
	float: left;
	font-size: 24px;
	height: 44px;
	line-height: 24px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 44px;
	z-index: 1;
}
.day.selected strong{
	background: #d30d2b;
	color: #fff;
}
.day label{
	color: #22366D;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}
.day label span{
	display: none;
}
.day_content{
	display: none;
}
.day_content.selected{
	display: block;
}
.day_content > div{
	background: #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-bottom: 5px;
}
.day_content strong{
	background: #36C0CB;
	float: left;
	height: 100%;
	margin-right: 15px;
	padding: 5px;
	text-align: center;
	width: 100px;
}
.day_content span{
	float: left;
	padding: 5px;
	width: calc(100% - 120px);
}
.anchor{
	padding-top: 100px;
}
.carousel-viewport{
	overflow: hidden;
	width: 100%;
}
.carousel-track{
	display: flex;
	transition: transform 0.5s ease-in-out;
	min-width: max-content;
}
.carousel-slide{
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.carousel-slide img{
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	cursor: pointer;
	height: 350px;
	object-fit: cover;
	width: auto;
}
.carousel-slide strong{
	color: #36C0CB;
	display: block;
}
.carousel-slide span{
	color: #fff;
	display: block;
	padding: 0 20px;
}
.carousel-button{
	background-color: #CE0E2D;
	border-radius: 50%;
	border: none;
	color: #172540;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	z-index: 10;
	width: 40px;
}
.prev-btn{
	left: 0.5rem;
}
.next-btn{
	right: 0.5rem;
}
.description{
	color: #fff;
	display: none;
	text-align: center;
}
#registro,
#encuesta{
	background: #ddd;
	border-radius: 5px;
	box-shadow: 0 0  10px rgba(0, 0, 0, .5);
	margin: 0 auto;
	max-width: 90%;
	padding: 20px;
}
#registro input[type="text"],
#registro input[type="email"],
#registro input[type="date"],
#registro input[type="time"],
#registro label,
#registro span,
#encuesta input[type="text"],
#encuesta input[type="email"],
#encuesta input[type="date"],
#encuesta input[type="time"],
#encuesta label,
#encuesta span{
	margin-bottom: 5px !important;
}
.qr{
	margin: 30px;
	padding: 20px;
	text-align: center;
}
.aliado{
	background: rgba(255, 255, 255, .9);
	display: inline-block;
	height: 150px;
	margin: 0 10px 20px 10px;
	width: 150px;
}
.pago{
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.5);
	cursor: pointer;
	display: block;
	height: 16px;
	position: relative;
	width: 32px;
}
.pago:after{
	background: #fff;
	border: 1px solid #999;
	border-radius: 7px;
	box-shadow: inset -1px -1px 3px rgba(0,0,0,.3),inset 1px 1px 3px rgba(255,255,255,.5);
	content: '';
	height: 14px;
	left: -1px;
	position: absolute;
	transition: all .3s ease;
	top: -1px;
	width: 14px;
}
.pago.selected:after{
	background: #0c0;
	left: 15px;
}
.star-rating{
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 10px 0;
}
.star-rating .star{
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	transition: color .2s ease, transform .15s ease;
	user-select: none;
}
.star-rating .star:hover,
.star-rating .star.active{
	color: #f5a623;
}
.star-rating .star:hover{
	transform: scale(1.2);
}
.star-rating .star-label{
	color: #555;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
footer{
	background: #172540;
	text-align: center;
}
footer .wrapper{
	padding: 20px;
}
footer img{
	height: 60px;
	margin-bottom: 20px;
	width: auto;
}
footer #address,
footer #contact{
	color: #fff;
}
footer #address strong,
footer #contact strong{
	color: #36C0CB;
}
footer #contact a{
	color: #fff;
}
#saving{
	background: rgba(255,255,255,.7);
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}
#saving #logo{
	animation: loading 2s linear infinite;
	background: url(../../images/loader_lasalle.png);
	background-size: cover;
	height: 100px;
	margin: calc(50vh - 50px) auto;
	width: 100px;
}
@keyframes loading{
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}

@media screen and (min-width: 580px){
	.day label span{
		display: inline;
	}
}
@media (min-width: 768px){
	.carousel-slide{
		width: 50%;
	}
	form label{
		text-align: right;
	}
	footer{
		text-align: left;
	}
	footer img{
		float: left;
	}
	footer #address{
		float: left;
		width: 30%;
	}
	footer #contact{
		float: right;
		text-align: right;
		width: 40%;
	}
}
@media (min-width: 1024px){
	#lblMenu{
		display: none;
	}
	#menu{
		float: right;
		margin-top: 50px;
		max-height: 50px;
		width: auto;
	}
	#menu li{
		border-right: 2px solid #36C0CB;
		display: inline-block;
	}
	#menu li:last-child{
		border: none;
	}
	#menu li a{
		padding: 5px 15px;
	}
	#card{
		height: 465px;
	}
	#slogan{
		left: 5%;
		position: absolute;
		top: 20px;
	}
	#date{
		bottom: 0;
		position: absolute;
		width: 100%;
	}
	.carousel-slide{
		width: 33.333333%;
	}
	footer #address,
	footer #contact{
		width: auto;
	}
}
@media screen and (min-width: 1280px){
	#slogan{
		left: 10%;
	}
	.light{
		background: url(../images/circuito_verde.png) no-repeat;
		background-position: 0 0;
		background-size: auto 800px;
	}
}