﻿body {
}
@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.html');
    src: url('nexa_bold-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('nexa_bold-webfont-2.html') format('woff2'),
         url('nexa_bold-webfont-3.html') format('woff'),
         url('nexa_bold-webfont-4.html') format('truetype'),
         url('nexa_bold-webfont-5.html#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.html');
    src: url('nexa_light-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('nexa_light-webfont-2.html') format('woff2'),
         url('nexa_light-webfont-3.html') format('woff'),
         url('nexa_light-webfont-4.html') format('truetype'),
         url('nexa_light-webfont-5.html#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.centraliza{
	width:1024px;
	margin:0 auto;
}

#top{
	float:left;
	background:#013143;
	width:100%;
	height:110px;
}
#top h3{
	float: left;
	background: url(../img/bgH3.html) right top no-repeat;
	width: 38%;
	height: 45px;
	font-family: 'nexa_boldregular';
	font-size: 1.6em;
	color: #fff;
	margin-top: 30px;
	margin-left: 29%;
}
#top h3 span.azul{
	font-size: 0.6em;
	color: #00ade5;
}
#middle{
	float:left;
	width:100%;
	min-height:1970px;
}

#middle p.Agredecemos{
	float: left;
	width: 90%;
	height: 100px;
	font-family: 'nexa_lightregular';
	font-size: 1.0em;
	color: #013143;
	margin-left: 5%;
	margin-top: 70px;
}

form#pesquisa{
	float:left;
	width:100%;
	height:1670px;
	margin-left:5%;
	margin-top:100px;
}

form#pesquisa label{
	float:left;
	width:15%;
	height:30px;
	font-family: 'nexa_lightregular';
	font-size: 1.0em;
	color: #013143;
	line-height:30px;
	margin-top:20px
}
form#pesquisa input[type=text]{
	float:left;
	width:75%;
	height:30px;
	border:1px solid #b6b6b6;
	background:none;
	margin-left:5%;
	margin-top:20px
}

ul#titulos{
	float:left;
	width:60%;
	height:30px;
	margin-left:34%;
	margin-top:70px;
}
ul#titulos li{
	float:left;
	width:20%;
	height:30px;
	text-align:center;
	line-height:30px;
	font-family: 'nexa_boldregular';
	font-size: 0.9em;
	color:#013143;
}
ul.opcoes{
	float:left;
	width:95%;
	height:40px;
}

ul.opcoes li{
	float:left;
	width:100%;
	height:40px;
}
ul.opcoes label{
	width:25% !important;
	height:40px !important;
	line-height: 0px !important;
	margin-right:10%;
}
ul.opcoes li{
	width:13%;
	height:40px;
	text-align:center;
	line-height:40px;
}
input[type=radio]{
	visibility:hidden;
	margin-right: 8px;
	cursor: pointer;
}
input[type=radio]:before{
	content: " ";
	background-color: #fff;
	display: inline-block;
	margin-right: 15px;
	width: 80%;
	height: 80%;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	visibility: visible;
	box-shadow: 0 0 0px 1px #699bad;
}
input[type=radio]:checked:before {
	background:#699bad;
}
label.text{
	width:50% !important;
	font-family: 'nexa_boldregular' !important;
	font-size: 0.9em !important;
	color:#013143 !important;
}
textarea{
	float:left;
	width:95%;
	height:125px;
	border:1px solid #b6b6b6;
}
input[type=submit]{
	float: left;
	background: #00ade5;
	width: 10%;
	height: 35px;
	font-family: 'nexa_lightregular';
	font-size: 1.0em;
	color: #fff;
	border: none;
	margin-top: 25px;
	margin-left: 85%;
}

#footer{
	float:left;
	background:#e7eef1;
	width:100%;
	height:120px;
}
#footer p.desenvolvido{
	float:left;
	width:30%;
	height:40px;
	font-family: 'nexa_lightregular';
	font-size: 1.0em;
	color: #474747;
	margin-left:5%;
	margin-top: 60px;
}
#footer p.desenvolvido a{
	color:#00b4ef;
}
#footer p.desenvolvido a span.verde{
	color:#56d255;
}
#footer p.desenvolvido a:hover{
	text-decoration:underline;
}
#footer p.direitos{
	float: left;
	width: 23%;
	height: 40px;
	font-family: 'nexa_lightregular';
	font-size: 1.0em;
	color: #8e8e8e;
	margin-left: 42%;
	margin-top: 60px;
}



