@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'Aldothe Apache';
	src: url(../fonts/AldotheApache.ttf);
}

body {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
	font-weight: 400;
	color: #fff;
}

p {
	margin-top: 20px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #ccc;
}
*:focus {
	outline: 0;
	border: 0;
}
input {
	border: 0;
}
* img {
	width: 100%;
	height: auto;
}
:root {
	--animate-duration: 1.6s;
}

.skip-link {
	position: fixed;
	top: -200px;
}
.mobile {
	display: none;
}
#wait {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 100000;
	top: 0;
	left: 0;
}
.wait-animation {
	width: 90px;
	height: 90px;
	padding-top: calc(50vh - 45px);
	margin: 0 auto;
}
#wait2 {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);;
	z-index: 100000;
	top: 0;
	left: 0;
	display: none;
}

.main {
	height: 100vh;
	background-image: url(../images/niebla.png);
	background-size: cover;
}

.social-networks {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 140px;
}

.logo0 {
	position: absolute;
	width: 86px;
	top: 30px;
	left: 60px;
}
.punch-machine {
	position: absolute;
	width: 35%;
	height: 97vh;
	top: 0;
	left: 25%;
}
.punch-machine img {
	width: auto;
	height: 100%;
}
.logo-machine {
	position: absolute;
	top: 58vh;
	left: calc(100vh / 9);
	width: 20%;
	height: 18vh;
}
.logo-machine img {
	width: auto;
	height: 100%;
}
.title {
	position: absolute;
	width: 570px;
	height: 52px;
	left: 42%;
	top: 38vh;
}
.subtitle {
	position: absolute;
	width: 570px;
	left: 42%;
	top: calc(38vh + 55px);
	text-align: center;
	font-family: 'Aldothe Apache', sans-serif;
	font-size: 64px;
	line-height: 0.9em;
	color: #e0e0e0;
}
.text {
	position: absolute;
	width: 500px;
	text-align: center;
	font-size: 16px;
	color: #e0e0e0;
	top: calc(38vh + 55px + 120px);
	left: calc(42% + 35px);
}
.text a {
	color: #e0e0e0;
	text-decoration: underline;
}
.text a:hover {
	color: #FFF;
}

.button-container {
	position: absolute;
	width: 570px;
	left: 42%;
	top: calc(38vh + 55px + 120px + 30px);
	overflow: hidden;
}
.button {
	width: 220px;
	float: left;
	margin: 0 32px 20px;
	background-color: #b72e2e;
	text-align: center;
	border-radius: 25px;
	padding: 6px 0 8px;
}
.button img {
	width: 22px;
	vertical-align: middle;
}
.button:hover {
	cursor: pointer;
	background-color: #e63a3a;
}
.enter-button-text {
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}
.skip {
	text-align: center;
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto 4px;
	padding: 4px 0;
	cursor: pointer;
	text-decoration: underline;
}

.disclaimer {
	font-size: 13px;
	text-align: center;
	color: #e0e0e0;
	line-height: 1.6em;
	float: left;
	width: 100%;
}
.disclaimer a {
	color: #e0e0e0;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #ccc;
}
.spotify-attribution {
	position: absolute;
	width: 120px;
	right: 60px;
	bottom: 50px;
}
.apple-attribution {
	position: absolute;
	width: 60px;
	left: 60px;
	bottom: 50px;
}
.prizes-window {
	position: fixed;
	width: 700px;
	background-color: rgba(183, 46, 46, 0.98);
	border-radius: 12px;
	height: 500px;
	max-height: 80vh;
	top: 10vh;
	left: calc(50% - 350px);
	overflow: auto;
	z-index: 10;
	display: none;
}
.prizes-container {
	padding: 20px;
}
.prizes-title {
	font-family: 'Aldothe Apache', sans-serif;
	font-size: 36px;
	letter-spacing: 2px;
	text-align: center;
	color: #FFF;
}
.prizes-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.prizes-images {
	overflow: hidden;
	padding: 20px 0;
	width: 80%;
	margin: 0 auto;
}
.prize-image {
	float: left;
	width: 44%;
	margin: 0 3%;
}
.prize-image img {
	border-radius: 4px;
}
.prize-position {
	font-family: 'Aldothe Apache', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	padding: 20px 0 5px;
}
.ordinal {
	font-size: 14px;
}
.prize-text {
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.prize-text-bigger {
	font-size: 18px;
}
.prize-text a {
	color: #FFF;
}
.prize-text a:hover {
	color: #ccc;
}
.prize-window-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 29px;
	height: 28px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
	border-radius: 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 1px;
	font-family: 'Open Sans', sans-serif;
}
.prizes-popup {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
@media screen and (max-height: 700px) {
	.punch-machine {
		height: 96vh;
	}
	.title {
		top: 36vh;
	}
	.subtitle {
		top: calc(36vh + 55px);
		font-size: 58px;
	}
	.text {
		top: calc(36vh + 55px + 105px);
	}
	.button-container {
		top: calc(36vh + 55px + 105px + 60px);
	}
	.spotify-attribution, .apple-attribution {
		display: none;
	}
	.prizes-title {
		font-size: 32px;
	}
}


/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #FFF;
	background-color: #b72e2e;
}
.footer-desktop {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #b72e2e;
	text-align: center;
	color: #FFF;
	z-index: 30;
}
.footer-desktop a, .footer-mobile a {
	color: #FFF;
}
.footer-desktop a:hover, .footer-mobile a:hover {
	text-decoration: underline;
}
.footer-in {
	margin: 0 auto;
	overflow: hidden;
}

.copyright {
	padding: 10px 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

/*---Game page---*/
.show-leaderboard {
	display: none;
}
.show-leaderboard img {
	animation-duration: 1.8s;
	animation-direction: forwards;
}
@keyframes colorchange {
	0% { filter: hue-rotate(0deg); }
	50% { filter: hue-rotate(180deg); }
	100% { filter: hue-rotate(360deg); }
}
.show-infoboard {
	display: none;
}
.left-margin {
	position: absolute;
	z-index: 10;
	width: 35%;
	height: 100vh;
	overflow: hidden;
	display: none;
	/*display: flex;*/
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.close-left-panel {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 20px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.instructions {
	max-width: 547px;
	width: 23vw;
	margin: 0 auto;
	opacity: 0.9;
}
.right-top-links {
	position: absolute;
	z-index: 4;
	width: 35%;
	right: 0;
	height: 100vh;
	overflow: hidden;
	display: none;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.close-right-top-links {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 20px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.vinyl-pack-container {
	max-width: 547px;
	width: 20vw;
	margin: 10vh auto 0;
	opacity: 0.9;
}
.panel-links-container {
	width: 20vw;
	margin: 0px auto;
}
.panel-link {
	overflow: hidden;
	cursor: pointer;
	margin: 10px 0;
	border: 1px solid #535353;
	background-color: rgba(20, 20, 20, 0.9);
	display: flex;
	align-items: center;
	height: calc(20% + 3px);
	opacity: 0.9;
}
.panel-link:hover {
	background-color: rgba(30, 30, 30, 0.9);
}
.panel-link-image {
	float: left;
	width: 17%;
	margin-right: calc(3% - 1px);
	overflow: hidden;
	border-right: 1px solid gray;
}
.panel-link-title {
	float: left;
	width: 80%;
	font-size: 14px;
}
@keyframes open-leaderboard {
	from {right: -34%;}
	to {right: 0;}
}
@keyframes close-leaderboard {
	from {right: 0;}
	to {right: -34%;}
}
.right-margin {
	position: absolute;
	right: -34%;
	z-index: 10;
	width: 32%;
	height: 100vh;
	overflow: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
	background-image: url(../images/bkg.jpg);
	background-size: cover;
	border-left: 3px solid #9d1f20;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}
.show-leaderboard-desktop {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 140px;
	text-align: center;
	font-size: 20px;
	color: #cfc3b5;
	cursor: pointer;
	display: none;
	z-index: 8;
}
.show-leaderboard-desktop-icon {
	width: 92px;
	margin: 0 auto;
}
.close-right-panel {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 20px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	display: none;
}
.close-right-panel-desktop {
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 20px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: bold;
}
.blackboard {
	position: relative;
	width: 340px;
	margin: 7% auto;
	border: tan solid 12px;
	border-top: #bda27e solid 12px;
	border-left: #b19876 solid 12px;
	border-bottom: #c9ad86 solid 12px;
	box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
	background-image: radial-gradient( circle at left 30%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient( 215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient( circle at right, #111, rgba(51, 51, 51, 1));
	background-color: #333;
}
@media (max-height: 770px) {
	.right-margin {
		display: block;
	}
	.blackboard {
		border: none;
		margin: 50px auto 20px;
	}
	.top-right-links {
		margin-top: 12vh;
	}
	.panel-link-title {
		font-size: 12px;
	}
	.show-leaderboard-desktop-icon {
		width: 70px;
	}
	.show-leaderboard-desktop {
		top: 0px;
		right: 2px;
		width: 120px;
		font-size: 16px;
	}
}

.blackboard:before {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient( 175deg, transparent, transparent 40px, rgba(120, 120, 120, 0.1) 100px, rgba(120, 120, 120, 0.1) 110px, transparent 220px, transparent), linear-gradient( 200deg, transparent 80%, rgba(50, 50, 50, 0.3)), radial-gradient( ellipse at right bottom, transparent, transparent 200px, rgba(80, 80, 80, 0.1) 260px, rgba(80, 80, 80, 0.1) 320px, transparent 400px, transparent);
	border: #2c2c2c solid 2px;
	font-size: 2.2em;
	color: rgba(238, 238, 238, 0.7);
	text-align: center;
	padding-top: 20px;
}

.logo-death{
	padding-top: 30px;
}
.logo-death img{
	width: 340px;
	height: auto;
	text-align: center;
}
.tit-leaderboard{
	text-align: center;
	max-width: 360px;
	padding: 1px 0 16px;
	color: #FFF;
	font-family: 'Aldothe Apache', sans-serif;
	letter-spacing: 1px;
	font-size: 38px;
}
.player-details {
	max-width: 380px;
	width: 94%;
	margin: 10px auto;
	padding: 10px 0;
}
.right-title {
	text-align: center;
	max-width: 300px;
	width: 80%;
	padding: 8px 0 6px;
	background-color: #9d1f20;
	color: #FFF;
	font-family: 'Aldothe Apache', sans-serif;
	font-size: 20px;
	margin: 0px auto;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*.right-title2 {
	margin-top: 20px;
}*/
.player-name {
	color: #de203d;
	padding-bottom: 8px;
	text-align: left;
	margin-left: 10%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.player-username {
	font-size: 22px;
	color: #FFF;
	letter-spacing: 1px;
	font-family: 'Just Another Hand', cursive;
	text-transform: uppercase;
}
.player-score, .player-current-score {
	color: #de203d;
	padding-bottom: 1px;
	text-align: left;
	margin-left: 10%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
/*.player-score .player-username {
	font-family: 'Kalam', cursive;
	font-size: 22px;
}*/
.player-current-score {
	padding-bottom: 3px;
}

.leaderboard-row {
	width: 94%;
	overflow: hidden;
	margin: 8px auto;
}
.leaderboard-position {
	float: left;
	width: 12%;
	margin-top: 0px;
}
.position-circle {
	background-color: #9d1f20;
	border-radius: 14px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #FFF;
	/*text-shadow: 2px 2px 1px #000;*/
	width: 28px;
	display: inline-block;
	padding: 3px 0;
	text-align: center;
}
.leaderboard-username {
	float: left;
	width: 51%;
	margin-left: 2%;
	text-align: left;
	font-size: 22px;
	color: #FFF;
	font-family: 'Just Another Hand', cursive;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
}
.leaderboard-score {
	float: left;
	width: 32%;
	margin-left: 3%;
	text-align: left;
	color: #FFF;
	font-family: 'Just Another Hand', cursive;
	font-size: 26px;
}


@media (max-width: 900px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.main {
		min-height: 100vh;
		height: auto;
		position: relative;
	}
	.main-content {
		min-height: 760px;
	}
	.social-networks {
		top: 10px;
		right: 10px;
		display: none;
	}
	.logo0 {
		display: none;
	}
	.punch-machine {
		left: -5%;
		height: calc(100vh - 40px);
		width: 105%;
		overflow: hidden;
	}
	.logo-machine {
		display: none;
	}
	.title {
		width: 80%;
		height: unset;
		left: 18%;
		top: 48vh;
	}
	.subtitle {
		width: 80%;
		left: 18%;
		top: calc(48vh + 30px);
		font-size: 40px;
	}
	.text {
		width: 80%;
		left: 18%;
		top: calc(48vh + 30px + 75px);
		font-size: 12px;
	}
	.button-container {
		position: absolute;
		width: 80%;
		left: 18%;
		top: calc(48vh + 30px + 75px + 20px);
	}
	.button {
		width: 260px;
		float: none;
		margin: 0 auto 10px;
		cursor: pointer;
	}
	.disclaimer {
		font-size: 12px;
		background-color: rgba(0, 0, 0, 0.5);
		float: none;
	}
	.spotify-attribution, .apple-attribution {
		display: none;
	}
	.prizes-window {
		width: 90%;
		left: 5%;
	}
	.prizes-subtitle {
		font-size: 18px;
	}
	.prize-position {
		padding: 15px 0 0;
	}
	.prize-text {
		font-size: 14px;
	}
	@keyframes open-left-panel {
		from {left: -99%;}
		to {left: 0;}
	}
	@keyframes close-left-panel {
		from {left: 0;}
		to {left: -99%;}
	}
	.left-margin {
		border-right: 5px solid #9d1f20;
		width: 97%;
		left: -99%;
		overflow: auto;
		background-color: #000;
		background-image: url(../images/bkg.jpg);
		background-size: cover;
		display: flex;
		animation-duration: 0.6s;
		animation-fill-mode: forwards;
		display: none;
	}
	.instructions {
		width: 80%;
	}
	.close-left-panel {
		display: block;
	}
	@keyframes open-links {
		from {opacity: 0;}
		to {opacity: 1;}
	}
	@keyframes close-links {
		from {opacity: 1;}
		to {opacity: 0;}
	}
	.right-top-links {
		width: 100%;
		height: 100vh;
		background-image: url(../images/bkg.jpg);
		background-size: cover;
		overflow: auto;
		animation-duration: 0.6s;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes open-panel {
		from {right: -99%;}
		to {right: 0;}
	}
	@keyframes close-panel {
		from {right: 0;}
		to {right: -99%;}
	}
	.right-margin {
		border-left: 3px solid #9d1f20;
		width: 97%;
		top: 0;
		right: -99%;
		overflow: auto;
		background-color: #000;
		display: flex;
		animation-duration: 0.6s;
		animation-fill-mode: forwards;
		display: none;
	}
	.blackboard {
		border: none;
	}
	.show-leaderboard {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 35px;
		cursor: pointer;
		display: none;
	}
	.show-infoboard {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 35px;
		cursor: pointer;
		display: none;
	}
	.show-links {
		position: absolute;
		top: 10px;
		left: calc(50% - 17px);
		width: 35px;
		cursor: pointer;
		display: none;
	}
	.vinyl-pack-container {
		width: 70%;
		margin: 0 auto;
	}
	.panel-links-container {
		width: 90%;
	}
	.close-right-panel-desktop {
		display: none;
	}
	.close-right-panel {
		display: block;
	}
	.close-right-top-links {
		display: block;
	}
	
	.footer-desktop {
		display: none;
	}
	.footer-mobile {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		text-align: center;
		font-size: 14px;
		z-index: 30;
		display: block;
	}
	.copyright {
		font-size: 12px;
	}
	@media screen and (max-height: 700px) {
		.title {
			top: 47vh;
		}
		.subtitle {
			top: calc(47vh + 30px);
			font-size: 38px;
		}
		.text {
			top: calc(47vh + 30px + 70px);
			font-size: 12px;
		}
		.button-container {
			top: calc(47vh + 30px + 70px + 20px);
		}
		.button {
			margin-bottom: 7px;
		}
	}
}
