@charset "utf-8";
/* CSS Document */
body, html{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
	color:#333;
	margin:0 auto;
	height:100%;
	width:100%;	
}
.topo{
	width: 100%;
	background-color: #002141;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 50px;
}
.topo a{
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	display: inline-block;
	color: #FFFFFF;
}
.topo span{
	margin-right: 50px;
}
header{
	width:100%;
	position: absolute;
	position: fixed;
	background-color: #285785;
	z-index: 10;
}
.coisa{
	text-align: center;
	font-size: 13px;
	font-weight: lighter;
	color: #285785;
	font-stretch: expanded;
	margin-bottom: 30px;
	position: absolute;
	width: 51%;
	bottom: 30px;
}
header img{
	margin-bottom: -3px;
}
nav{
	width: 100%;
	background-color: #002141;	
	font-size: 14px;
}
nav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
	display: inline-block;
}
nav a:hover{
	text-decoration: underline;
}
.bgparallax{
	margin:auto;
	width:100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
}
#home{
	padding-top: 17%;
	box-sizing: border-box;
}
.container{
	width: 90%;
	margin: auto;
	position: relative;
	height: 100%;
}
#home img{
	float: left;
}
.titulo{
	text-align: center;
	border-bottom: 1px solid #285785;
	font-weight: normal;
	color: #285785;
	margin: 10px;
}
.formulario{
	right:3%;
	width: 45%;
	padding:3%;
	box-sizing:border-box;
	border: #66990d 5px solid;
	border-radius: 20px;
	position: fixed;
	background-color: #FFFFFF;
}
.input{
	width:94%;
	padding:10px;
	outline:none;
	margin:5px;
	resize:none;
	font-size: 18px;
	border-radius: 5px;
}
.botform{
	padding:10px;
	width:100%;
	margin:5px;
	font-size: 20px;
	font-weight:bold;
	border-radius: 10px;
	background-color: #66990d;
	color: #FFF;
}
#vejo{
	padding-left: 2%;
	box-sizing: border-box;
	height: 150%;
}
#usar{
	padding-left: 2%;
	box-sizing: border-box;
}
footer{
	
}