@font-face {
  font-family: GothamLI;
  src: url(../fonts/Gotham-LightItalic.ttf);
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
@media screen and (max-width: 1100px) {
	body{
		background-image: url(../img/bgMovil.jpg) !important;
		background-size: cover !important;
	}
	form {
		margin: 2% auto auto auto !important;
	}
	#zapato2{
		width: 30% !important;
		height: 30% !important;
		top: -71px !important;
	}
	#zapato1{
	    bottom: 0 !important;
		height: 24% !important;
		width: 59% !important;
	}
	#footImg{
		width: 100% !important;
	}
	input[type=text], input[type=email], input[type=number]{
		}
	
	

}
#ranking{
    display: none;
    background-image: url(../img/backrank.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: contain;
    margin-top: -24px;
    padding: 0;
    background-position-x: center;
    background-repeat: no-repeat;
}
#puntajes{
    position: relative;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 18%;
    color: #fff;
}
#gracias{
    background-image: url(../img/gracias.png);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -27px;
    padding: 0px;
    z-index: 1;
    background-size: cover;
    visibility: hidden;
}
#camp2{
    background-image: url(../img/camp2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -27px;
    padding: 0px;
    z-index: 1;
    background-size: contain;
    visibility: hidden;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

#footImg{
		width: 40%
	}

body{
    font-family: GothamLI !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000 !important;
    color: #fff !important;
	background-image: url('../img/backWallet.jpg') !important;
}
a{
    text-decoration: none;
}
#trivia{
    margin-top: 10%;
}
#titleTrivia{
    
}
#instruccionesGame{
    background-image: url(../img/graciasmovile.jpg);
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: contain;
    background-position-x: center;
    background-color: #000;
    background-repeat: no-repeat;
    visibility: hidden;
}
#juegos{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
td, #pregunta{
}
#camporegistro{
	background-image: url('../img/backregister.png');
	background-size: cover;
    height: 90px;
    padding-left: 40px;
	padding-top: 15px;
}
#correcto{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff85;
    background-image: url('../img/correcto.png');
    background-size: cover;
    top: 0;
    visibility: hidden;
}
#incorrecto{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff85;
    background-image: url('../img/incorrecto.png');
    background-size: cover;
    top: 0;
    visibility: hidden;
}
table { 
    border-spacing: 10px;
    border-collapse: separate !important;
}

#titleTrivia img{
    width: 100%;
    
}
form{
    font-family: GothamLI;
    color: #FFF;
    margin: 0 auto;
    padding: 0px;
    margin-top: 10%;
    border-radius: 21px;
	font-size: 1.5em;
}

input{
    border: solid 0;
    border-radius: 3px;
}
input[type=checkbox]{
	width: 50px;
}
placeholder{
	color: #FFF;
}
input[type=text], input[type=email], input[type=number], input[type=date], select{
	padding: 0px;
    font-size: 30px;
    outline: none;
    width: 400px;
    border: solid 0px #fff;
    background-color: #83188300;
    color: #fff;
    text-align: left;
    width: 90%;
    border-right: 0;
    border-left: 0;
}

input[type=submit]{
    background-image: url(../img/boton.png);
   width: 324px;
    background-size: cover;
    height: 68px;
    background-color: #00000000;
    margin-top: 0px;
}
.center{
    text-align: center;
}

.opcion{
    padding: 5px 0;
}

.barra{
    background-color:rgb(152, 196, 236);
    border-radius: 4px;
    padding: 10px;
}

.seleccionado{
    background-color: rgb(33, 90, 143);
    border-radius: 4px;
    color: white;
    padding: 10px;
}

#menu{
    background-color: #eee;
    padding: 10px;
}
#menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
#menu ul li{
    display: inline;
}
#menu ul li a{
    color: #1E69E3;
    text-decoration: none;
}
#menu ul li a:hover{
    color: rgb(227, 109, 30);
    text-decoration: none;
}
.cerrar-sesion{
    float: right;
}