/*Tablet retrato*/



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

/*Início*/	


#logo img{
	width: 50%;
	height: auto;
}

#logo {
	top: 325px;
}

#instrucoes{
	top: 350px;
}

#comecar{
	top: 300px;
}

#comecar img{
	
	position: relative;
	top: 234px;
	width: 186px;
	height: auto;
}


#googleplay{
	
	position: relative;
	float: right;
	top: 700px;
	right: 50px;
	
}

#googleplay img{
	
	width: 160px;
	height: auto;
	
	
}


/*Game*/


.quadrado {
	position: relative;
	top: 500px;
	
	display: none;
}

.bola{
	position: relative;
	top: 500px;
	
	display: none;
}

/*Game Over */


#titulo-gameOver{
	
	font-size: 60px;
	top: 150px;

}

#pnts-gameOver{
	
	font-size: 100px;
	top: 150px;
}

table{
	font-family: "montserrat", Arial; font-size: 25px;	
}

#ranking{

	top: 220px;
	
}



#entra-ranking{
	top: 45px;	
}

#entreNoRanking{
	float: left;
	color: #514663;
	font-family: "montserrat", Arial; font-size: 20px;
	margin-bottom: 15px;
	
	position: relative;
	top: 16px;
	
}


#social{
	position: relative;
	top: 400px;
}

.botaosocial{
	position: relative;
	display:inline;

	
}

button {
		
	top: -36px;
	left: 103px;

}

.botaosocial img{
	width: 80px;
	height: auto;
}

#again{
	display:inline;
	position: relative;
	left: 50px;
}

#again img{
	width: 225px;
	height: auto;
	
}

#placarAtual{
	display:inline-block;
	
	position:fixed;
	
	top:45px;
	left:85%;
	
	height:110px; 
	
	width: 74px;

	padding:0px 30px;
	
	text-align: center;
	

	font-family: "montserrat", Arial; font-size: 21px;
	color: #7A93AC;
		
}

#pontos-atual{
	font-family: "montserrat", Arial; font-size: 52px;
	color: #514663;
	
	position: relative;
	left: 5px;
}
}

/*Tablet Paisagem */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	
/*Início*/	

#logo {
	top: 200px;
}

#logo img{
	width: 40%;
	height: auto;
}

#instrucoes{
	top: 250px;
}

#comecar{
	top: 075px;
}

#comecar img{
	
	position: relative;
	top: 234px;
	width: 186px;
	height: auto;
}

#googleplay{
	
	position: relative;
	float: right;
	top: 400px;
	right: 50px;
	
}

#googleplay img{
	
	width: 160px;
	height: auto;
	
	
}

/*Game*/


.quadrado {
	position: relative;
	top: 280px;
	
	display: none;
}

.bola{
	position: relative;
	top: 280px;
	
	display: none;
}

/*Game Over */

#titulo-gameOver{
	
	font-size: 60px;
	top: 80px;

}

#pnts-gameOver{
	
	font-size: 100px;
	top: 80px;
}

table{
	font-family: "montserrat", Arial; font-size: 25px;	
}

#ranking{

	top: 180px;
	
}

#entra-ranking{
	top: 25px;	
}

#entreNoRanking{
	float: left;
	color: #514663;
	font-family: "montserrat", Arial; font-size: 20px;
	margin-bottom: 15px;
	
	position: relative;
	top: 16px;
	
}


#social{
	position: relative;
	top: 280px;
}

.botaosocial{
	position: relative;
	display:inline;

	
}

button {
		
	top: -36px;
	left: 103px;

}

.botaosocial img{
	width: 80px;
	height: auto;
}

#again{
	display:inline;
	position: relative;
	left: 50px;
}

#again img{
	width: 225px;
	height: auto;
	
}	
}