*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

@font-face {
	font-family: Cheveuxdange;
	src: url(../fonts/Cheveuxdange.ttf);
}


body{
	position:relative;
	background-color: #172025;	
	background-image:url(../img/intro/back.svg);
	background-repeat: repeat-x;
	background-position: top;
	overflow:hidden;
}

/*=============================================
MARCO
=============================================*/
#marco{
	position:absolute;
	width:1060px;
	height:560px;
	border-radius:10px 10px 10px 10px;
	box-shadow:0px 5px 10px rgba(155, 206, 195, 0.7);
	background:rgba(25, 228, 191, 0.4);
	top:-30px;
	left:50%;
	margin-left:-530px;
}

/*=============================================
CONTENEDOR
=============================================*/

#contenedor{
	position:relative;
	margin:5vh auto;
	width:1000px;
	height:500px;
	background:white;
}

/*=============================================
LOGIN
=============================================*/

#contenedor #login{
	position:absolute;
	width:1000px;
	height:500px;
	top:0;
	left:0px;
	font-family: 'Patrick Hand', cursive;
	background:url(../img/intro/ingreso.svg);
}

#contenedor #login #ingresoPC{
	display:block;
	position:absolute;
	width:300px;
	top:280px;
	left:50%;
	padding:20px;
	background:rgba(0,0,0,.5);
	margin-left:-150px;
}

#contenedor #login #ingresoPC input{
	padding:10px;
	width:92%;
	margin:5px 0;
	font-family: 'Patrick Hand', cursive;
	border:2px solid silver;
}


#contenedor #login #ingresoPC button{
	padding:10px;
	width:92%;
	margin:5px 5%;
	border:0;
	background:rgb(153, 74, 0);
	color:white;	
	font-size:20px;
	font-family: 'Patrick Hand', cursive;
	cursor:pointer;		
}


/*=============================================
INGRESO
=============================================*/

#contenedor #ingreso{
	position:absolute;
	width:1000px;
	height:500px;
	top:0;
	left:0px;
	font-family: 'Patrick Hand', cursive;
	background:rgb(125, 177, 226);
	/* background:url(../img/intro/ingreso1.svg); */
}

#contenedor #ingreso #jugarPC{
	display:block;
	position:absolute;
	width:680px;
	top:415px;
	left:44%;
	padding:10px;
	background:rgba(0,0,0,.5);
	margin-left:-150px;
}

#contenedor #ingreso #jugarPC input{
	padding:10px;
	width:92%;
	margin:5px 0;
	font-family: 'Patrick Hand', cursive;
	border:2px solid silver;
}

#contenedor #ingreso #jugarPC button{
	padding:10px;
	width:40%;
	margin:5px 5%;
	border:0;
	background:rgb(153, 74, 0);
	color:white;	
	font-size:20px;
	font-family: 'Patrick Hand', cursive;
	cursor:pointer;		
}

/*=============================================
INICIO
=============================================*/

#contenedor #inicio{
	position:absolute;
	width:1000px;
	height:500px;
	top:0px;
	left:0px;
	background:url(../img/intro/inicio.svg);
	font-family: 'Patrick Hand', cursive;
}

 #cerrarSesion {
	position:absolute;
	right:0%;
	text-align:center;
	top:-25px; 
	cursor: pointer;
}

#anclaExit{
	color:red;
	font-size: 16px;
}

#saludo{
	position:absolute;
	left:50%;
	width:1000px;
	text-align:center;
	margin-left:-500px;
	color:rgb(3, 10, 22);
}

#contenedor #inicio .niveles{
	float:left;
	position:relative;
	width:33.33%;
	height:300px;
	margin-top:200px;
	text-align:center;
}

#contenedor #inicio .niveles .puntaje{
	position:absolute;
	top:-120px;
	left:50%;
	width:100%;
	margin-left:-50%;
	color:white;
	font-size:20px;
}

#contenedor #inicio .niveles button{
	display:block;
	width:100px;
	margin:10px 0;
	padding:10px;
	border:0;
	background:#131C17;
	color:white;
	font-size:20px;
	border-radius:10px 0 10px 0;
	font-family: 'Patrick Hand', cursive;
	cursor:pointer;
}

#contenedor #inicio .niveles button:hover{
	width:120px;
	margin:15px 0;
	transition:all .1s;
}

#contenedor #inicio .niveles button:active{
	background:green;
}

#contenedor #inicio .niveles .puntajes{
	background:rgba(0,0,0,.8);
	padding:10px;
	margin:10px;
	border-radius:10px;
	color:yellow;
}

#contenedor #inicio .niveles .puntajes ul li{
	display:inline-block;
	width:30%;
	margin:20px 2px 5px 2px;
}

#contenedor #inicio .niveles .puntajes ul li img{
	border-radius:100%;
	width:30px;
}

#contenedor #inicio .niveles .puntajes ul li h3{
	font-weight: 100;
	color:white;
}

#contenedor #inicio .niveles .puntajes ul li h2{
	font-weight: 100;
}

/*=============================================
CANVAS
=============================================*/

#contenedor #lienzo{
	display:none;
}

#btnAmpliar{
	display:none;
	position:relative;
	width:150px;
	padding:10px 5px;
	background:green;
	color:white;
	text-align:center;
	line-height:20px;
	border-radius:0px 0px 10px 10px;
	cursor:pointer;
	font-family: 'Patrick Hand', cursive;
}

/*=============================================
TABLERO
=============================================*/

#contenedor #tablero{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:60px;
	background:rgba(0,0,0,.5);
	font-family: 'Patrick Hand', cursive;

}

/*=============================================
VIDAS
=============================================*/

#contenedor #tablero #vidas{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:60px;	
	color:white;
	font-size:20px;	
}

#contenedor #tablero #vidas p{
	float:left;
	line-height:60px;
	padding-left:10px;
	width:50px;
	font-weight: bold;
}

#contenedor #tablero #vidas ul{
	float:left;
	width:140px;
	height:70px;
	margin-left:10px;
}

#contenedor #tablero #vidas ul li{
	margin:8px 2px;
	float:left;
	width:40px;
	height:40px;
	border-radius:100%;
	line-height:40px;
	background: rgba(255,255,255,.5);
	text-align: center;
}

#contenedor #tablero #vidas ul li img{
	padding-top:7px;
	width:60%;
}

/*=============================================
ENERGÍA
=============================================*/

#contenedor #tablero #energia{
	position:absolute;
	top:0px;
	left:220px;
	width:340px;
	height:60px;	
	color:white;
	font-size:20px;
}

#contenedor #tablero #energia p{
	float:left;
	line-height:60px;
	padding-left:10px;
	width:50px;
	font-weight: bold;
}

#contenedor #tablero #energia progress{
	float:left;
	width:200px;
	margin-top:20px;
	margin-left:30px;
}

#contenedor #tablero #energia span{
	float:left;
	line-height:60px;
	padding-left:5px;
}

/*=============================================
MONEDAS
=============================================*/

#contenedor #tablero #monedas{
	position:absolute;
	top:0px;
	left:560px;
	width:200px;
	height:60px;	
	color:white;
	font-size:20px;
}

#contenedor #tablero #monedas p{
	float:left;
	line-height:60px;
	padding-left:20px;
	width:50px;
	font-weight: bold;
}

#contenedor #tablero #monedas span{
	float:left;
	line-height:60px;
	padding-left:30px;
	font-weight: bold;
}

#contenedor #tablero #spriteMoneda{
	float:left;
	margin-top:5px;
	margin-left:10px;
	width:50px;
	height: 50px;
	background-image: url(../img/utileria/monedas.png);
	background-position: 0px;
	background-size: cover;
}

/*=============================================
SONIDO
=============================================*/

#contenedor #tablero #sonido{
	position:absolute;
	top:0px;
	right:80px;
	width:150px;
	height:60px;	
	color:white;
	font-size:20px;
}

#contenedor #tablero #sonido p{
	float:left;
	line-height:60px;
	padding-left:5px;
	width:50px;
	font-weight: bold;
}

#contenedor #tablero #sonido ul{
	float:left;
	width:65px;
	height:70px;
	margin-left:30px;
}

#contenedor #tablero #sonido ul li{
	float:left;
	width:8px;
	height:20px;
	background:white;
	margin:19px 3px;
	cursor:pointer;
}

#contenedor #tablero #sonido ul li:first-child{
	height:7px;
	margin-top:32px;
}

#contenedor #tablero #sonido ul li:nth-child(2){
	height:14px;
	margin-top:25px;
}

/*=============================================
SALIDA
=============================================*/

#contenedor #tablero #salida{
	position:absolute;
	top:0px;
	right:0px;
	width:80px;
	height:60px;	
	color:white;
	font-size:20px;
	text-align: center;
}

#contenedor #tablero #salida button{
	width:50px;
	font-weight: bold;
	border:0;
	margin-top:15px;
	padding:5px;
	background:black;
	color:white;
	font-family: 'Patrick Hand', cursive;
	cursor:pointer;
	border-radius:2px;
}

/*=============================================
GAMEOVER
=============================================*/
#contenedor #gameover{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:500px;
	z-index:1;
	background:rgba(0,0,0,1);
	font-family: 'Patrick Hand', cursive;
	color:white;
}

#contenedor #gameover h1{
	line-height:500px;
	text-align:center;
}

/*=============================================
FINAL
=============================================*/
#contenedor #final{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:500px;
	z-index:1;
	background:rgba(0,0,0,.9);
	font-family: 'Patrick Hand', cursive;
	color:white;
}

#contenedor #final #btnCompartir{
	cursor:pointer;
}

#contenedor #final h1{
	margin-top:2%;
	text-align:center;
	font-size:55px;
}

#contenedor #final ul{
	position:absolute;
	width:80%;
	height:200px;
	top:50%;
	left:10%;
}

#contenedor #final ul li{
	float:left;
	padding:20px 0;
	height:150px;
	width:30%;
	margin:0px 1%;
	text-align:center;
	font-size:20px;
	background:rgba(100,0,0,.5);
	border-radius:20px;
}

#contenedor #final #spriteMonedaFinal{
	position: relative;
	left:50%;
	margin-left:-40px;
	width:80px;
	height: 80px;
	background-image: url(../img/utileria/monedas.png);
	background-position: 0px;
	background-size: cover;
}

#contenedor #final ul li ol li{
	background: rgba(0,0,0,0);
	height:45px;
}

#contenedor #final ul li ol li img{
	width:60%;
}


/*=============================================
ACIERTOS
=============================================*/

#contenedor #ingreso #aciertos{
	display:block;
	position:absolute;
	top:50px;
	left:1%;
	width:270px;
	height:140px;
	background:rgba(0,0,0,.5);
	font-family: 'Patrick Hand', cursive;
	color:yellow;
	padding-top: 5px;
}

/* #puntos-aciertos{
	color:tomato;
} */
#btn-validar{
	background: transparent;
	color:red;
	font-size: large;
	cursor: pointer;
}



/*=============================================
RULETA
=============================================*/

#contenedor #ingreso #ruleta{
	display:block;
	position:absolute;
	top:200px;
	left:1%;
	width:270px;
	height:290px;
	background:rgba(0,0,0,.5);
	font-family: 'Patrick Hand', cursive;
	color:rgb(2, 2, 27);
}

 #flecha-down {
    z-index: 3;
    width:0px;
    height:0px;
    border-left:15px solid transparent; /* izquierda flecha */
    border-right:15px solid transparent; /* derecha flecha */
    border-top:25px solid #eb0c0c; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
}

#spin_button{
	width: 14%;
	height: auto;
}

/*=============================================
CALCULADORA
=============================================*/

#contenedor #ingreso #calculador{
	display:block;
	position:absolute;
	top:50px;
	left:29%;
	width:230px;
	height:360px;
	background:rgba(0,0,0,.5);
	font-family: 'Patrick Hand', cursive;
	color:rgb(134, 23, 116);
}

#contenedor #ingreso #calculador p{
	margin-top: 4px;
	color: #009;
}


.calculadora {
    position: relative;
    z-index: 4;
    background-color:#2980b9;
    padding: 20px 40px;
    border-radius: 15px 15px 0 0;
	top: 12px;
    height: 300px;
    width: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border: silver 10px solid;
    padding: 10px;
    text-align: justify;
}

 
 .calculadora td button{
    width:50px;
    font-size: 20px;
    border-radius: 20px;
    border-style: groove;
    border-color: orangered;
    border-width: 3px;
    color:teal;
    font-weight: bolder;
    background: rgb(231, 235, 236);
  }

  .calculadora td button:hover{
      background: rgb(0, 15, 19);
      color:red;
  }


  #resultado{
    display:block;
    text-align: center;
    align-self: center;
    font-size: 25px;
    margin-bottom: 7px;
    width:90%;
    height: 50px;
    line-height: 50px;
    background-color:rgb(109, 114, 109);
    border-radius: 25px;
    color: beige;
    border-color: yellow;
    border-width: 4px;
    border-style: outset;
    font-weight: bolder;
  }

/*=============================================
PREGUNTAS
=============================================*/

#contenedor #ingreso #preguntas{
	display:block;
	position:absolute;
	top:50px;
	left:53%;
	width:460px;
	height:360px;
	background:rgba(0,0,0,.5);
	font-family: 'Patrick Hand', cursive;
	color:rgb(134, 23, 116);
}


.registration-form {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 2%;
    /* background: transparent; */
}
.registration-form #header-q {
    position: relative;
    z-index: 4;
    background: linear-gradient(45grad, #e04209, rgb(5, 174, 81));
    padding: 20px 40px;
    border-radius: 15px 15px 0 0;
    height: 200px;
    width: 390px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Cheveuxdange; 
    border: silver 10px solid;
    border-image-source: url("../img/cuestionario/marco-dorado.png");
    border-image-slice: 21;
    padding: 10px;
    text-align: justify;
}

.registration-form #header-q .titulo-q {
    font-weight: 900;
    letter-spacing: 1.5px;
    color: rgb(239, 243, 243);
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
}
.registration-form #header-q p {
    word-spacing: 0px;
    color: yellow;
    font-size: 20px;
    margin: 0;
    margin-top: 5px;
}
.registration-form form {
    position: relative;
}
.registration-form .input-section {
    width: 100%;
    position: absolute;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
    height: 75px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in;
}
.registration-form .input-section.folded {
    width: 95%;
    margin-top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.registration-form .input-section.folded input {
    background-color: #e9e2c0;
}
.registration-form .input-section.folded span {
    background-color: #e9e2c0;
}
.registration-form .input-section.folded + .folded {
    width: 90%;
    margin-top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}
.registration-form .input-section.folded + .folded input {
    background-color: #e1bcef;
}
.registration-form .input-section.folded + .folded span {
    background-color: #e1bcef;
}
.registration-form .input-section.fold-up {
    margin-top: -75px;
}
.registration-form form input {
    background: #fff;
    color: #8f8fd6;
    width: 80%;
    border: 0;
    padding: 20px 40px;
    margin: 0;
}
.registration-form form input:focus {
    outline: none;
}
.registration-form form input::placeholder {
    color: #8f8fd6;
    font-weight: 100;
}
.animated-button {
    width: 20%;
    background-color: #d4d4ff;
}
.animated-button span {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    line-height: 75px;
    text-align: center;
    height: 75px;
    transition: all 0.2s ease-in;
}
.animated-button span img {
    font-size: 25px;
    color: #9999f8;
    width: 50%;
}
.animated-button .next-button {
    background: transparent;
    color: #9999f8;
    font-weight: 100;
    width: 100%;
    border: 0;
}
.next {
    margin-top: -75px;
}
.success {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    height: 75px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in;
    background: limegreen;
    margin-top: -75px;
}
.success p {
    color: white;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}


/*=============================================
PRELOAD
=============================================*/

#contenedor #carga{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:500px;
	background:black;
	text-align:center;
	font-size:40px;
	color:white;
	opacity:1;
	transition:opacity 1s ease;
	font-family: 'Patrick Hand', cursive;
}

#contenedor #carga #preload{
	padding-top:17%;
}

/*=============================================
CREDITOS
=============================================*/

footer p{
	position:relative;
	padding:8px;
	font-family: sans-serif;
	color:white;
	font-size:16px;
}

footer p a{
	color:yellow;
}

/*=============================================
PANTALLA VERTICAL
=============================================*/

#vertical{
	display:none;
}

@media all and (orientation: portrait){
	
	#contenedor{
		display:none;
	}

	#vertical{
		display:block;
		position:fixed;
		width:100%;
		height:100vh;
		z-index:1;
		background:url(../img/vertical.jpg);
		background-size:cover;
		background-position:center;
	}

}

/*=============================================
PANTALLA DISPOSITIVOS TOUCH
=============================================*/

#instruccionesTouch{
	display:none;
}

#ingresoTablet{
	display:none;
}

#controles{
	display:none;
}

@media only screen and (max-width:1024px){

	#instruccionesTouch{
		display:block;
		position: relative;
		width:800px;
		height: auto;
		margin: auto;
		z-index: 1;
		border:20px solid #000;
		border-radius:10px;
	}

	#instruccionesTouch button{
		position:absolute;
		width:50px;
		height: 50px;
		right:-30px;
		top:-30px;
		border-radius:100%;
		color:white;
		background:#000;
		border:5px solid white;
	}

	#instruccionesTouch img{
		width:100%;
	}

	#ingresoTablet{
		display:block;
		position:absolute;
		width:300px;
		top:280px;
		left:50%;
		padding:20px;
		background:rgba(0,0,0,.5);
		margin-left:-150px;
	}

	#ingresoTablet input{
		padding:10px;
		width:92%;
		margin:5px 0;
		border:2px solid silver;
	}

	#ingresoTablet button{
		padding:10px;
		width:92%;
		margin:5px 5%;
		border:0;
		background:#009;
		color:white;		
	}

	#izquierda{
		position:absolute;
		left:60px;
		bottom:25px;
		width:80px;
		height:80px;
		background:url(../img/touch/controlFlecha.svg);
	}

	#derecha{
		position:absolute;
		left:180px;
		bottom:25px;
		width:80px;
		height:80px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background:url(../img/touch/controlFlecha.svg);
	}

	#arriba{
		position:absolute;
		right:60px;
		bottom:25px;
		width:80px;
		height:80px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		background:url(../img/touch/controlFlecha.svg);
	}

	#disparo{
		position:absolute;
		right:180px;
		bottom:25px;
		width:80px;
		height:80px;
		background:url(../img/touch/controlDisparo.svg);
	}

}