﻿*{
	margin:0;
	padding:0;
	outline:none;
	border:0;
	text-decoration:none;
	list-style:none;
	font-weight:normal;
}

img{
	float:left;
}

html{
	background-color: white;
	overflow-x: hidden;
	overflow-y: scroll;

	float: left;
}

body{
	float: left;
}
/* @media only screen and (min-width:1441px) */
header{
	position:fixed;
	
	width: 100%;
	height: 100px;
	
	top: 0px;
	left: 0px;

	border-bottom: 4px solid rgba(0, 232, 216, 1);


	background: rgba(8, 8, 8, 1);


	z-index: 100;
}

#redes_sociais_top{
	float:right;
	
	margin-top: 25px;
}

#redes_sociais_bot{
	float:right;
	
	margin-top: 12px;
}

#redes_sociais_top a, #redes_sociais_bot a{
	float:left;
	
	width: 40px;
	height: 40px;
	
	margin: 0px 5px;
	
	overflow:hidden;
}

#redes_sociais_top a img, #redes_sociais_bot a img{
	-webkit-transition:all ease-out 0.5s;/* comando para transicao no chrome */
    -moz-transition:all ease-out 0.5s;/* comando para transicao no firefox */
    -o-transition:all ease-out 0.5s;/* comando para transicao no opera */
    -ms-transition:all ease-out 0.5s;/* comando para transicao no IE 9.0 */
    transition:all ease-out 0.5s;/* especificação necessária do comando e IE 10*/
}

#redes_sociais_top a img:hover, #redes_sociais_bot a img:hover{
	margin-top: -40px;
}

#menu{
	float:right;
	
	height: 50px;
	
	margin-top: 25px;
}

#menu li{
	float:left;
}

#menu li a{
	float:left;
	
	line-height: 60px;
	margin: 0px 16px;
	
	font-family: 'Roboto Slab', serif;
	/*color: #fec17e;*/
	color: rgba(216, 216, 216, 1);
	font-size: 24px;
	background: url("../imagens/option.png");
}

#menu li a:hover{
	
	color: rgba(0, 232, 216, 1);
	/*color: #F1B084;*/
	/*color: #ffffff;*/
	background: url("../imagens/option.png");
}

#slideshow{
	
	width: 100%;
	height: 865px;
	
	margin: 0px auto 0px auto;
	margin-top: 104px;
	
}


#conteudo{
	
	width: 100%;
	
	
	margin: 0px auto 0px auto;
	background: #ffffff;
}

#game{
	width: 100%;

	padding: 50px 0px;

	background: url("../imagens/estrelas1.png");

	
	
}

#conteudo_game{
	width: 1200px;
	padding: 50px 0px;
	margin:  0 auto;

}

#conteudo_contato{
	width: 1200px;
	padding: 50px 0px;
	margin:  0 auto;

}

#conteudo_game img{
	float: right;
}

#sobre{
	width: 100%;

	padding: 50px 0px;

	background: rgba(216, 216, 216, 1);

	
	
}


#conteudo_sobre{
	width: 100%;
	padding: 50px 0px;
	margin:  0 auto;

}

#widgets_steam{
	width: 650px;
	padding: 50px 100px;
	margin:  0 auto;
	
}

#conteudo_sobre h2{
	
	
	width: 100%;
	
	margin: 5px auto;
	text-align:center;
	
	font-family: 'Roboto Slab', serif;

	color: #f83800;	

}

#conteudo_sobre p{

	width: 40%;
	margin:  0 auto;
	text-align:center;
	
	font-family: 'Roboto Slab', serif;

	

}

#game h3{
	float:left;
	
	width: 100%;
	
	margin: 5px 0px;
	text-align:center;
	
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	color: #ffffff;	
}

#game p{
	float:left;
	
	width: 100%;
	text-align:center;
	
	font-family: 'Roboto Slab', serif;
	font-size:12px;
	color: #ffffff;	
}




#contato{
	float: left;

	width: 100%;


	padding: 0px 0px;
}

#blocoEsquerdo{
	float: left;
	width: 480px;

	padding: 60px 60px;
}

#blocoDireito{
	float: right;
	width: 480px;

	padding: 60px 60px;
}

#blocoDireito img{
	float: left;

	margin: auto; 
}

#email, #presskit{
	float: center;


	height: 200px;

	margin: 0px 50px 0px 50px;

}

#email h2, #presskit h2{
	float:left;
	
	width: 100%;
	
	margin: 25px 0px;
	text-align:center;
	
	color: #f83800;	
	font-family: 'Roboto Slab', serif;
	font-size:32px;

}

#email p, #presskit p{
	float:center;
	text-align:center;
	margin: 5px 0px;
	
	font-family: 'Roboto Slab', serif;
	font-size:16px;

}



footer{
	float: left;
	width: 100%;
	height: 62px;
	
	/*background: #ffddc2;F1B084*/
	background: rgba(216, 216, 216, 1);
}

/* @media only screen and (min-width:600px) and (max-width:1280px) */
@media only screen and (min-width:721px) and (max-width:1280px){
	
	header{
	position: unset;
	
	width: 100%;
	height: 100px;
	
	top: 0px;
	left: 0px;

	border-bottom: 4px solid rgba(0, 232, 216, 1);


	background: rgba(8, 8, 8, 1);


	z-index: 100;
	}
	#slideshow{
	
		width: 100%;
		height: unset;
		
		margin: 0px auto 0px auto;

		
	}
	#conteudo #contato{
		
		width: 100%;
		/*height: 800px;*/
		
		margin: 0px auto 0px auto;
		background: #ffffff;
	}

	#conteudo_game{
		width: 616px;
		padding: 50px 0px;
		margin:  0 auto;

	}

	#conteudo_contato{
		width: 100%;
		padding: 50px 0px;
		margin:  0 auto;

	}

	#conteudo_game img{
		float: left;
	}

	#blocoEsquerdo{
		float: left;
		width: 40%;

		margin: 5%;
		padding: 0;
	}

	#blocoDireito{
		float: right;
		width: 40%;

		margin: 10% 5%;
		padding: 0;
	}
	#blocoDireito img{
		float: left;

		margin: 10%; 
	}

	#slideshow figure{
	    max-width: 100%;
		
		height: unset;
		position: relative;
		overflow: hidden;
		width: 100%;
	    
	}


}
