/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,500italic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    	font-family: 'Alegreya Sans SC', sans-serif;
	font-variant: small-caps;
	color: #ffb400;
	text-shadow: -1px -1px 1px #333333, 1px 1px #000, 1px 1px 5px #000;
	background: #000;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: top;
}
ul {
	margin:-20px 0 0 0;
	top:0;
}
ul li { 
	margin:0;
	padding:0;
	font-size:25px;
	list-style: none;
	
}

	

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #FC0;
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}



@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}





.buttons {
	width: 90%;
	max-width: 65em;
	height:500px;
	margin: 0 auto;
	padding: 3.875em 3.875em 1.875em;
	width: 800px;

}
.logo {
	background-image: url(../images/logo.png);
	background-position: center center;
	height: 420px;
	width: 400px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	text-indent:0px;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	height:100px;
	line-height:100px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 0px 0px #ded17c;
	margin-left:35px;
	float:left;

}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#c92200;
}.btn:active {
	position:relative;
	top:1px;
}


#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-shadow:0 1px 5px #000, 0 0 3px #000;
	text-align:center;
	background-image: url(../images/rodape.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 180px;
	width: 100%;
	float:left;
	position: relative;
}
#centralizador-rodape {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}



#informacoes ul {
  margin: 0px;
  padding: 0px;
  width:200px;
  list-style: none;
}
#informacoes li a {
  height: 20px;
  text-decoration: none;
  font-weight: normal;
  font-size:15px;
  color:#fefefe;
  display: block;
  padding: 4px 0 0 0;
  font-family:Arial, Helvetica, sans-serif;
}
#informacoes li a:hover {
  color: #cfac17;
  padding: 4px 0 0 0;
}


#f1 {
	height: 207px;
	width: 1024px;
}
#f2 {
	height: 125px;
	width: 1024px;
}
#f3 {
	height: 57px;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
}
.fb {
	background-image: url(../images/facebook.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
.tt {
	background-image: url(../images/twitter.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
.skype {
	background-image: url(../images/skype.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
.yt {
	background-image: url(../images/youtube.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 46px;
	margin: 0 10px 0 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}

#redes-sociais {
	height: 66px;
	width: 264px;
	float: left;
	margin: 60px 0 0 50px;
}

.redes-titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 20px;
	margin:2px;
	left:0;
}
.classi1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fefefe;
	text-decoration: none;
	height: 20px;
	width: 500px;
	float: left;
	margin-top: 45px;
	font-weight: normal;
	font-variant: small-caps;
}
.classi2 {
	background-image: url(../images/class.png);
	float: left;
	height: 52px;
	width: 334px;
	margin-top: 30px;
}