<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	outline: none;
}

:root{
	--color:rgba(67,47,35,.7);
	--letra:rgba(85,48,21,.8);
}

body,html{
	height: 100%;
	background-size: cover;
	background: black;
	overflow: hidden;
}

.mapa{
	/*background: url(imgs/bg1.png);*/
	/*opacity: .45;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	opacity: .4;
	transition: 4s all;
	z-index: 98;
}

.error{
	font-family: 'Nothing You Could Do', cursive !important;
	position: fixed;
	width: 500px;
	z-index: 999999999;
	top: 200px;
	left: calc(50% - 250px);
	text-align: center;
	color: var(--color);
	font-size: 3.5em;
	opacity: 0;
	visibility: hidden;
	transition: 3s all;
	transform:rotate(-5deg);
	line-height: 40px;
}

.error p{
	font-family: 'Zeyada', cursive !important;
}

*{
	margin: 0px;
	padding: 0px;
	font-family: 'Libre Baskerville', serif;
}

.main{
	width: 100%;
	height: 100%;
	position: fixed;
	/*background: rgba(0,0,0,.2);*/
	text-align: center;
	z-index: 9999;
	/*background: url(bg.jpg);*/
	background-size: cover;
	transition: 6s all;
}

.a{
	width: 50%;
	height: 100%;
	background: url(imgs/bg-edge-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	transition: 2s linear;
	box-shadow: inset 30px 0px 60px 0px rgba(0,0,0,.3);
	transform: rotateY(0deg);
	/*background: red;*/
	z-index: 99;
}

.b{
	width: 50%;
	height: 100%;
	background: url(imgs/bg-edge-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	right: 0px;
	top: 0px;
	opacity:1;
	transition: 2s linear;
	box-shadow: inset -30px 0px 60px 0px rgba(0,0,0,.3);
	/*transform: rotateY(180deg);*/
	z-index: 99;
}


	.a-img{
		background: url(imgs/a.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 50%;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: 3s all;
	}

	.b-img{
		background: url(imgs/b.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 50%;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: 3s all;
	}
.controles{
	width: 500px;
	height: 100px;
	position: fixed;
	bottom: 40px;
	left: calc(50% - 250px);
	z-index: 9999999;
	text-align: center;
	opacity: 1;
}

	#btn{
		width: 50px;
		height: 50px;
		margin-left: calc(50% - 25px);
		border-radius: 50%;
		background: transparent;
		border: 2px solid var(--color);
		opacity: .8;
		box-shadow: 0px 0px 0px 0px var(--color);
		transition: 1s all;
	}

	#btn2{
		width: 50px;
		height: 50px;
		margin-left: calc(50% - 25px);
		border-radius: 50%;
		background: transparent;
		border: 2px solid var(--color);
		padding: 10px;
		box-sizing: border-box;
		opacity: .8;
		box-shadow: 0px 0px 0px 0px var(--color);
		transition: 1s all;
	}

		#btn2 img{
			width: 30px;
		}

	.animacion-microfono{
		animation-name: resplandor;
		animation-duration: 2s;
		animation-iteration-count: infinite;
		transition: 1s all;
	}

	@keyframes resplandor{
		0%{
			box-shadow: 0px 0px 10px 0px white;
		}

		50%{
			box-shadow: 0px 0px 50px 10px white;
		}

		100%{
			box-shadow: 0px 0px 10px 0px white;
		}
	}



.pista{
	color: var(--color);
	padding: 10px;
	text-transform: uppercase;
	border-radius: 10px;
	/*text-shadow: 0px 0px 20px var(--color);*/
	font-weight: lighter;
	font-size: 12px;

}

.pista img{
	width: 300px;
	margin-top: -70px;
	animation-name: movimiento;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

.pista2{
	color: var(--color);
	padding: 10px;
	text-transform: uppercase;
	border-radius: 10px;
	/*text-shadow: 0px 0px 20px var(--color);*/
	font-weight: lighter;
	font-size: 12px;

}

.pista2 img{
	width: 300px;
	margin-top: -70px;
	animation-name: movimiento;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

	@keyframes movimiento{
		0%{
			margin-top: -70px;
			margin-left: 0px;
		}

		50%{
			margin-top: -65px;
		}

		100%{
			margin-top: -70px;
			margin-left: 00px;
		}
	}

	@keyframes movimiento2{
		0%{
			line-height: 40px;
		}

		50%{
			line-height: 35px;
		}

		100%{
			line-height: 40px;
		}
	}

.ayuda{
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99999;
	opacity: .7
}

.contenedor{
	margin-left: -20%;
	width: 120%;
	height: 100%;
	background: url(imgs/bg-edge-2.png) black;
	background-position: right top;
	background-size: cover;
	transition: 3s all;
	position: fixed;
}

.pies{
	width: 500px;
	height: 300px;
	background: url(imgs/pies1.gif) no-repeat;
	background-position: center;
	mix-blend-mode: multiply;
	position: fixed;
	top: 10px;
	right: 0px;
	background-size: 100%;
	visibility: hidden;
	/*border: 1px solid red;*/
	pointer-events: none;
	z-index: 99;
}

.transicion{
	background: url(imgs/bg-edge-1.png);
	background-size: cover;
	background-position: right top;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	opacity: 0;
	transition: 3s all;
}

	.encabezado{
		width: 800px;
		height: 200px;
		/*margin-left: calc(55% - 480px);*/
		margin-left: 20%;
		position: absolute;
		right: calc(50% - 400px);
	}

		.encabezado select{
			font-size: 2em;
			background: transparent;
			border: none;
			margin-top: 50px;
			color: var(--letra);
			width: 200px;
			outline: none;
		}

		.botonera{
			width: 100%;
			height: 50px;
			margin-top: 0px;
		}

			.botonera button{
				border-radius: 15px;
				padding: 0px 10px;
				margin-top: 10px;
				border: transparent;
				background: transparent;
				outline: none;
				font-size: .7em;
				color: var(--letra);
				background: url(imgs/btn.png);
				background-size: cover;
				width: 150px;
				height: 80px;
				line-height: 80px;
				text-transform: uppercase;
				transition: .3s all;
			}

			.botonera button:hover{
				font-weight: bold;
			}

	.contenido{
		width: 800px;
		height: calc(100% - 300px);
		position: absolute;
		top: 250px;
		right: calc(50% - 400px);
		background: url(imgs/marco.png);
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 30px;
	}

	.contenido h2{
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		line-height: 40px;
		text-align: center;
		color: var(--letra);
		animation-name: movimiento2;
		animation-duration: 3s;
		animation-iteration-count: infinite;
	}

	.overlayo{
		width: calc(33% - 10px);
		margin:10px 5px;
		float: left;

	}

		.evento h3{
			font-size: 1em;
			font-weight: lighter;
			margin: 10px;
			color: var(--letra);

		}

		.evento h4{
			font-size: .8em;
			font-weight: lighter;
			margin: 10px;
			color: var(--letra)
		}

		.evento h5{
			font-size: .7em;
			font-weight: lighter;
			margin: 10px;
			text-align: right;
			color: var(--letra)
		}

		.titulo{
			background: url(imgs/titulo.png);
			margin-top: 10px;
			width: 250px;
			height: 130px;
			background-size: 100%;
			padding-left: 30px;
			padding-top: 0px;
		}


		/* .controles textarea{
			width: 300px;
			background: rgba(0,0,0,0);
			border-radius: 20px;
			border:none;
			height: 280px;
			top: calc(50% - 140px);
			right: calc(50% - 150px);
			background: red;
			position: fixed;
			border: 1px solid red;
			outline: none;
			margin-left: calc(50% - 150px);
			text-align: center;
			color: var(--)
		} */


@media only screen and (max-width: 500px) {
	.ayuda{
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 99999;
		opacity: .7;
		width: 40px;
	}

	.error{
		width: 90%;
		text-align: center;
		z-index: 999999999;
		top: 50px;
		font-size: 1.5em;
		left: 0px;
	}

	.encabezado{
		width: 90%;
		right: 5%;
		margin-left: 0px;
		height: 180px;
		z-index: 99999999999999;
	}

		.encabezado select{
			font-size: 1.5em;
			background: transparent;
			border: none;
			margin-top:10px;
			color: var(--letra);
			width: 100%;
			outline: none;
			text-align: center;
		}

		.titulo{
			background: url(imgs/titulo.png) no-repeat;
			margin-top: 5px;
			width: 50%;
			height: 60px;
			background-size: 100% 100%;
			padding-left: 15px;
			padding-top:10px;
			margin-right: 0%;
			float: left;
		}

		.botonera{
			width: 100%;
			height: 50px;
			margin-top: 0px;
			float: left;
		}

			.botonera button{
				border-radius: 15px;
				box-sizing: border-box;
				padding: 0px 10px;
				margin-top: 10px;
				border: transparent;
				background: transparent;
				outline: none;
				font-size: .7em;
				color: var(--letra);
				background: url(imgs/btn.png);
				background-size: 100% 100%;
				width: 33%;
				overflow: hidden;
				text-overflow: ellipsis;
				height: 40px;
				line-height: 40px;
				text-transform: uppercase;
				transition: .3s all;
				text-overflow: ellipsis;
				overflow: hidden;
				word-break: break-all;
				word-wrap: break-word;
				float: left;
			}

			.botonera button:hover{
				font-weight: bold;
			}

	.contenido{
		width: 95%;
		height: calc(100% - 180px);
		position: absolute;
		top: 180px;
		right: 2.5%;
		background: url(imgs/marco.png);
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 10px;
		overflow-y:scroll;
		padding-top: 50px;
		z-index: 99999999999999;
	}

	.contenido h2{
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		line-height: 40px;
		text-align: center;
		color: var(--letra);
		animation-name: movimiento2;
		animation-duration: 3s;
		animation-iteration-count: infinite;
	}

	.evento{
		width: 90%;
		margin:10px 5px;
		float: left;
	}

	.a-img{
		background-size: 95%;
	}

	.b-img{
		background-size: 95%;
	}

}


/* NUEVOS */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.blackBack {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: -9999;
	transition: .6s;
	-webkit-backdrop-filter: blur(4px);
	opacity: 1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	top: 0;
}

.blackBack textarea{
	width: 80%;
	background: rgba(0,0,0,0);
	border: none;
	top: calc(50% - 140px);
	right: calc(50% - 150px);
	outline: none;
	text-align: center;
	color: var(--);
	font-size: 2em;
	resize: none;
}


#closeButton {
	width: 40px;
	height: 40px;
	position: fixed;
	margin: auto;
	right: 30px;
	top: 30px;
	left: auto;
	bottom: auto;
	-webkit-backdrop-filter: blur(10px);
	border-radius: 100px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,.1);
	z-index: 10;
}

.showSth {
	z-index: 999 !important;
	opacity: 1 !important;
}

.event {
	height: 100px;
	border-radius: 4px;
	background: url(imgs/marco.png);
	background-size: 100% 100%;
	float: left;
	min-width: 200px;
	margin: 10px 10px 15px 10px;
	padding: 10px 25px 10px 25px;
	box-sizing: border-box;
}

.event p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.event p:first-child {
	font-weight: 500;
}

.event div {
	width: 100%;
	margin-top: 20px;
}

.event div p {
	width: 50%;
	float: left;
}

.event div p:nth-child(2) {
	text-align: right;
}

.topBar {
	width: 100%;
	top: 0;
	left: 0px;
	padding: 10px;
	box-sizing: border-box;
	height: 150px;
	position: fixed;
	z-index: 10;
	background: url(imgs/bg_faded.png);
}

.selH1 {
	background: url(imgs/chevron-downB.svg) no-repeat;
	background-position: right center;
	letter-spacing: 1.9px;
	font-weight: 800;
	color: var(--letra);
	height: auto !important;
	width: auto;
	border: none;
	cursor: pointer;
	margin-bottom: 5px !important;
}

.lineBreak {
	width: 100%;
	height: 30px;
	margin-top: 30px;
}

.lineBreak p {
	text-align: right;
	margin-right: 5px;
	color: var(--letra);
	font-size: 18px;
}

.filter {
	height: 35px;
	border-radius: 100px;
	border: none;
	padding: 5px 15px 5px 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.3);
	cursor: pointer;
	/* mix-blend-mode: color-burn; */
	background: rgba(30, 15, 8, 0.1);
	user-select: none;
}

.filter p {
	font-weight: 400;
	font-size: 16px;
	color: #562406;
	letter-spacing: 0;
	text-align: center;
	user-ect: none !important;
	-webkit-user-select: none !important;
	margin-left: 10px;
}

.filter svg, #Btn label svg, #closeButton svg {
	width: 22px !important;
	height: 22px !important;
}

.filOn {
	background: rgba(13,7,3,.8);
	/* mix-blend-mode: color-burn; */
}
.filOn svg g {
	fill: #FFE3AB;
}
.filOn p {
	color: #FFE3AB;
}

#filters {
	float: left;
}

#filters div {
	float: left;
	margin-right: 16px;
}

input[type="checkbox"] {
	display: none;
}

/* #cardsSpace {
	padding: 10px 15px 10px 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
} */

.contentSpace {
	margin-top: 100px;
	height: calc(100% - 130px);
}

One {
	flex-basis: 350px;
	margin-left: 4px;
	margin-right: 4px;
	flex-grow: 3;
}

.flexTwo {
	flex-basis: 300px;
	margin-left: 4px;
	margin-right: 4px;
	flex-grow: 3;
}

.flexThree {
	flex-basis: 240px;
	margin-left: 4px;
	margin-right: 4px;
	flex-grow: 2;
}

.touch {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.contenedor {
	top: 0;
	position: fixed;
	z-index: -2;
}

.one {
	width: 100%;
}

.bigSection {
	width: 100%;
	/* height: 100%; */
	margin-top: 140px;
	position: absolute;
	overflow-y: auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

#profileBtn {
	width: 40px;
	height: 40px;
	position: fixed;
	margin: auto;
	right: 30px;
	top: 30px;
	left: auto;
	bottom: auto;
	border-radius: 100px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,.1);
	z-index: 11;
	cursor: pointer;
}

.mapDiv {
	float: left;
	width: 30%;
	min-height: 100%;
	background: url(imgs/mapa_bg.png) repeat-y;
}

.mainContent {
	float: left;
	width: 70%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	box-sizing: border-box;
}

.houseScores {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.houseScores div {
	border: 1px solid #FFDA93;
	border-radius: 4px;
	height: 80px;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	max-width: calc(50% - 10px);
	margin: 5px;
	box-sizing: border-box;
	padding: 5px;
}

.houseScores div p {
	color: #FFDA93;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 !important;
	line-height: normal;
	max-width: none;
}

.houseScores div p:first-child {
	font-size: 1.3em;
}

.myHouse {
	background: #FFDA93;
}

.myHouse p {
	color: #37191B !important;
}

h2 {
	font-size: 1.8em !important;
	margin-bottom: 30px !important;
}

.mainButton {
    background: #FFDA93;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #37191B;
    letter-spacing: 0.8px;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    -webkit-appearance:none;
}

.secondButton {
    background: rgba(255,218,147,.05);
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border: 1px solid #FFDA93;
    font-weight: 700;
    font-size: 16px;
    color: #FFDA93;
    letter-spacing: 0.8px;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    -webkit-appearance:none;
}

#botones {
	margin-top: 60px;
}

#botones button {
	margin-bottom: 30px;
}

#holaName {
	text-transform: capitalize;
	margin-bottom: 0px !important;
}

.center {
	margin: auto;
	left: 0;
	right: 0;
}

#profileContent {
	/* display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center; */
}

#profileContent .secondButton {
	margin-top: 20px;
}

#profileContent .secondButton:first-of-type {
	margin-top: 70px;
}

#codeBack {
	opacity: 0;
	background: rgba(0,0,0,.9);
}

.showIt {
	z-index: 99999;
	opacity: 1 !important;
	transition: .6s;
}

.loginBlock input[type="text"], .loginBlock input[type="password"] {
	background: none;
	border: 1px solid white;
	color: white;
}

.loginBlock {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 280px;
	position: absolute;
}

input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], select {
    -webkit-appearance:none;
		-moz-appearance:none;
    background: #FFFFFF;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    font-weight: 300;
    color: #202020;
    transition: .3s;
}

.loginBlock .mainButton {
	color: #000000 !important;
	background: rgba(255,255,255,0.80);
	-webkit-backdrop-filter:blur(10px);
}

#punAlum {
	margin-bottom: 40px;
}




@media only screen and (min-width: 1024px) {
	.contentSpace {
		width: 90%;
		height: 100%;
		margin: auto;
		left: 0;
		right: 0;
		overflow: auto;
		position: absolute;
		z-index: 9;
	}

	#closeButton  {
		width: 50px !important;
		height: 50px !important;
	}

	input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], select, input[type="search"], input[type="phone"] {
			height: 40px;
			font-size: 14px;
			margin-bottom: 20px;
	}

	.loginBlock {
		height: 350px;
	}

	/* #cardsSpace {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	} */

	.mainContent {
		padding: 0px 40px 10px 0px;
	}

	.selH1 {
		font-size: 32px;
	}

	.bigSection {
		height: calc(100% - 140px);
	}

	.mainButton, .mainButtonDisabled, .Button {
		min-width: 150px;
		height: 45px;
	}
}

@media only screen and (max-width: 1124px) {
	.mapDiv {
		float: left;
		width: 100%;
		/* background: rgb(165, 150, 33); */
		height: 100%;
		position: fixed;
		opacity: .3;
	}

	input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], select, input[type="search"], input[type="phone"] {
			height: 35px;
			font-size: 14px;
			margin-bottom: 15px;
	}

	.mainContent {
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		padding: 0px 10px 5px 0px;
	}

	.bigSection {
		height: calc(100% - 140px);
	}

	.selH1 {
		font-size: 32px;
	}

	.mainButton, .mainButtonDisabled, .secondButton {
/*        min-width: 150px;*/
			height: 40px;
	}

	.loginBlock {
		height: 400px;
	}
}

@media only screen and (max-width: 700px) {
	.contentSpace {
		width: 100%;
		height: 100%;
		margin: auto;
		left: 0%;
		right: 0;
		overflow: auto;
		position: absolute;
		z-index: 9;
	}

	.loginBlock {
		height: 300px;
	}

	.filter {
		width: 40px;
		height: 40px;
		padding: 0px;
		margin-left: 100px;
	}

	.filter p {
		display: none;
	}

	.filter {
		width: 40px;
		height: 40px;
		padding: 0px;
		margin-left: 100px;
	}

	.filter:first-child {
		margin-left: 0px;
	}

	.selH1 {
			font-size: 32px;
			margin-bottom: 24px;
	}

	.mapDiv {
		float: left;
		width: 100%;
		/* background: rgb(165, 150, 33); */
		height: 100%;
		position: fixed;
		opacity: .3;
	}

	.mainContent {
		float: left;
		width: 100%;
		height: 100%;
		position: absolute;
		padding: 0px 10px 5px 0px;
	}

	input[type="text"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], select, input[type="search"], input[type="phone"] {
			height: 35px;
			font-size: 14px;
			margin-bottom: 10px;
	}

	.bigSection {
		height: calc(100% - 140px);
	}

	.mainButton, .secondButton {
			height: 45px;
			width: 100%;
	}

	#closeButton  {
		width: 22px !important;
		height: 22px !important;
	}
}

/*  Cambios en z-index de .a y .b (9999 --&gt; 99)*/
.omitir{
	position: fixed;
	top: 5px;
	right: 5px;
	background: transparent;
	border: none;
	height: 40px;
	z-index: 999999;
	padding: 0px 20px;
}
</pre></body></html>