@font-face {
	font-family: 'elmoder';
	src: url('fonts/elmoder_bold-webfont.woff2') format('woff2'),
		 url('fonts/elmoder_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {			
	font-family: 'elmoder';
	overflow:hidden
}
* {
	margin:0;
	padding:0;
}
#juego {
	background:url('img/fondo.jpg') center center no-repeat;
	background-size:cover;
	display:block;
}
#heladera {
	height:55vh;
	margin:6% 8% 3% 8%;
}
#estante1, #estante2, #estante3, #estante4 {
	display:flex;
}
#estante1 {
	height:12vh;
}
#estante2 {
	height:12.5vh;
}
#estante3 {
	height:12.5vh;
}
#estante4 {
	height:15.5vh;
}
#heladera img {
	transform:scale(0.5);
	transform-origin:bottom center;
}
.estante {
	width:25%;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	/*border:1px solid;*/
}
#plato {
	display:flex;
	justify-content:center;
	align-items:center;
}
#plato .plco {
}
#plato li {
	font-size:1.5vh;
	color:#fff;
	list-style:none;
	text-transform:uppercase;
	display:flex;
	align-items:center;
	margin:0.1vh 0.1vw;
}
#plato li:before {
	content:'';
	display:inline-block;
	width:0.6vh;
	height:0.6vh;
	border:0.6vh solid #fff;
	border-radius:5vh;
	margin-right:0.6vh;
}
#plato li.on:before {
	background:#ffbe40;
}
#plato .plgr {
	text-align:center;
	max-width:35vw;
}
#plato .plgr img {
	max-width:90%;
}
.puntos {
	display:flex;
	align-items:center;
	justify-content:space-around;
	max-width:90%;
}
.barrabln {
	background:#fff;
	height:6px;
	width:50%;
	margin:4% auto;;
}
h2 {
	font-size:4vh;
	text-align:center;
	margin:auto;
	max-width:60%;
	color:#fff;
}
.puntos img {
	max-width:20vw;
}
#tiempo {
	background: #ffbe40;
	color: #093659;
	font-size: 4vh;
	text-align: center;
	padding: 2% 8% 0% 8%;
	border-radius:100px;
}
.pantalla {
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	display:none;				
}
.premio, #home, #instrucciones {
	background: url('img/fondo_termino.png') center center no-repeat;
	background-size: 100% 100%;
	text-align:center;
}
#instrucciones h2 {
	padding-top:12vh;
	margin-bottom:2vh;
}
#regresiva {
	color: #ffbe40;
	font-size: 30vh;
	text-align:center;	
}
.elpremio {
	margin: 26% auto 5% auto;
	display: block;
	min-height:20%;
	position:relative;
	max-width:50%;
}
#gano .elpremio {
	margin: 21% auto 5% auto;
	min-height:26%;
}
.elpremio img {
	width:100%;
	top:0;
	left:0;
	position:absolute;
}
.premio h3 {   
	min-height: 18%;
	margin: 2vh 5vh;
	color: #ffbe40;
	font-size: 6vh;
}
.premio h3.nofra {
	margin: 25% 15%;
}
.premio h4 {
    margin: 3vh 15%;
	color:#ffffff;
	font-size:5vh;
}
#home h1 {   
	min-height: 18%;
	margin: 7% 10%;
	color: #ffbe40;
	font-size: 5vh;
	line-height:150%;
}
#home h1 span { 
	color: #ffffff;
	font-size: 6vh;
}
#home h1 span strong { 
	color: #ffbe40;
}
#home {
	display:block;
}
.btn {
	display:inline-block;
	margin:7%;
	background: #ffbe40;
	color: #093659;
	font-size: 4rem;
	text-align: center;
	padding: 2% 8% 0.75% 8%;
	border-radius:100px;
}
#admin {
	background:rgba(255,255,255,0.95);
	text-align:center;
}
#admin > div {
	margin:15% auto;
}
#admin p {
	margin:5% 10px 2% 10px;
}
#admin p, #admin a, #admin input {
	font-size:2.5rem;
}