@charset "utf-8";
/*Versão Desktop */


*{
	margin: 0;
	padding: 0;
	
}

html{
	height: 100%;
	
}

body{
	margin: 0;
	padding: 0;
	height:100%;
	
	background-color:#7a93ac;
}

@font-face {
	font-family: "montserrat", "HelveticaNeue";
	src: url("/font/Montserrat-Regular.otf"); /* para IE */
	src: local("montserrat"), url("/font/Montserrat-Regular.otf") format("opentype");
	font-weight: normal;
  	font-style: normal;
	
  
  
}


/* Início */

#inicio{
	
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:100%;
	background-color:#514663;
	
}

#app-android-dica{
	display: none;	
}

#logo {
	position: relative;
	top: 150px;
	
}
#logo img{
	width: 30%;
	height: auto;
}

#instrucoes{
	font-family: "montserrat", Arial; font-size: 20px;
	color: #7a93ac;
	width: 50%;
	
	line-height:125%;
	
	position: relative;
	top: 180px;
}

#comecar{
	position: relative;
	top: 35px;
}

#comecar img{
	
	position: relative;
	top: 234px;
	width: 136px;
	height: auto;
}

/* Jogo */

#game{
	display:none;
}


.ladoA-pnts{
	
	display: none;
	/*display:inline-block;*/
	position:fixed;
	
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:50%;
	float: left;
		
	z-index: 5;
}

.ladoB-pnts{
	
	display: none;
	/*display:inline-block;*/
	position:fixed;
	
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:50%;

	float: right;
	
	z-index: 5;
	
	
}

#ladoA{
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:50%;
	background-color:#7a93ac;
	float: left;
}

#ladoB{
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:50%;
	background-color:#514663;
	float: right;
}

/* Para o IE */
* html #ladoA #ladoB{
	height:100%;
}

/* Pontuação */

.tempo{
	
	display:inline-block;
	
	position:fixed;
	top:-1px;
	left:0px;
	
	height:10px; 
	
	padding:0px 0px;
	
	font-size:18px;
	text-align: center;
	
}

#tempoRestante {

	width:100%;
	background:#2d2535; 
	z-index:1;
	-webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.4);
	
}

#tempoPassou {	
	width:0%;
	background:#97b3c9; 
	z-index:2;		
}

.quadrado img{
	width: 45%;
	height: auto;		
}

.bola img{
	width: 45%;
	height: auto;	
}


.quadrado {
	position: relative;
	top: 205px;
	
	display: none;
}

.bola{
	position: relative;
	top: 205px;
	
	display: none;
}

#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: 19px;
	color: #7A93AC;
		
}

#pontos-atual{
	font-family: "montserrat", Arial; font-size: 47px;
	color: #514663;
	
	
}




/* Game Over */

#gameOver{
	z-index:3;
	min-height:100%;
	height:auto;
	margin:0px auto;
	width:100%;	
	
	display: none;
}

#titulo-gameOver{
	
 	position: relative;
	top: 50px;
	
	font-family: "montserrat", Arial; font-size: 45px;
	color: #514663;
	
}

#pnts-gameOver {
	
	position: relative;
	top: 50px;
	
	font-family: "montserrat", Arial; font-size: 70px;
	color: #514663;
	
}

#nome-pontos-placar{
	display: inline;
}



#ranking{
	position: relative;
	width: 42%;
	
	top: 110px;
	
	
}

table{
	
	font-family: "montserrat", Arial; font-size: 20px;
	color: #514663;
	
}

.melhoresPontuacoes{	
	text-align:left;
}

.nomesDosJogadores{
	text-align:right;
	
}

#entra-ranking{
	position: relative;
	top: 45px;	
	left: 41px;
	font-size: 45x;
	
}

#entreNoRanking{
	float: left;
	color: #514663;
	font-family: "montserrat", Arial; font-size: 20px;
	margin-bottom: 15px;
	
	position: relative;
	top: 6px;
	
}
input[type=text]{   
	border:2px solid #514663;
	background:none;
	
	font-family: "montserrat", Arial;
	
	width:235px;
	height: 34px;
	
	font-size: 25px;
	
	color: #514663;
	
}

::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 25px;
	color: #87a1b2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 25px;
	color: #87a1b2;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 25px;
	color: #87a1b2;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 25px;
	color: #87a1b2;
}

button {
	display:inline;
	width:40px;
	height:40px;
	text-indent:-9000em;
	overflow:hidden;
	background:url('img/go.png') no-repeat 0 0;
	border: none;
	position: relative;
	
	top: -36px;
	left: 102px;
}

#social{
	position: relative;
	top: 150px;
}

.botaosocial{
	position: relative;
	display:inline;
	
	left: -15px;

	
}

#valor{
	
	cursor: not-allowed; 
	opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	
}

.botaosocial img{
	width: 45px;
	height: auto;
}

#desativar-audio{
	position: relative;
	left: 15px;
}

#again{
	display:inline;
	position: relative;
	left: 50px;
}

#again img{
	width: 140px;
	height: auto;
	
}

#dica-pontuacao{
	display: none;
}

#dica-ranking{
	display: none;
}

#footer{
	display:inline-block;
	position:fixed;
	
	
	bottom: 0px;
	width: 100%;
	height: 25px;	
	z-index: 8;
	
	background-color: #403851;
}

.opcoes-footer{
	display: inline;
	position: relative;
	top: 5px;
	font-family: "montserrat", Arial; font-size: 12px;
	color:#726D89;
}

.opcoes-footer a{
	text-decoration:none;
	color:#726D89;
}

#bug, #contato-twitter, #para-android {
	position: relative;
	float: left;
	left: 65px;
}

#contato-twitter{
	display: inline;
	left: 75px;
}

#para-android{
	display: inline;
	left: 90px;
	
}


#jeff-experiment{
	position: relative;
	right: 85px;
	
}

#googleplay{
	
	
	position: relative;
	float: right;
	top: 270px;
	right: 50px;
	
}

#googleplay img{
	
	width: 170px;
	height: auto;
	
	
}



