*{
	margin:0;
	padding:0;
}

html, body {height:100%;}

.geral{
	position:relative;
	min-height:100%;
	
}


header {
	width: 100%;
	position: relative;
	
}

header img{
	width: 350px;
	position:absolute;
	margin-top: 15px;
	left: 20%;
	top: 17%;
}

#fundo1 {
	width: 100%;
	height: 70px;
	background-color: #014b82;
	background: -webkit-gradient(linear, 98% 20%, 50% 21%, from(#012D4E), to(#014b82));
	float: left;
	border-bottom-right: 10px;
}



#fundo2 {
	width: 51%;
	float: left;
	background-color: #FFF;
	border-style: solid;
	border-width: 36px 87px 0 0;
	border-color: #014b82 transparent transparent transparent;
}

.pesquisa{
	width: 1200px;
	padding-top: 200px;
}

.pesquisa h1{
	color: #014A81;
	margin-bottom: 60px;
}

.pesquisa li{
	font-size: 18px;
	font-weight: bold;
}

.pesquisa label{
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	padding: 0 50px 0 5px;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

.pesquisa label:hover{
	color: #DE0A0A;
}

.pesquisa input{
	padding: 0 10px;
}

.pesquisa input[type=button]{
	font-size: 24px;
	padding: 10px 15px;
	transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
}

.pergunta1, .pergunta2{
	margin-bottom: 25px;
}

.pergunta3{
	margin-bottom: 60px;
}



footer{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	bottom: 0;
	margin-top: 30px;
	background: #014A81;
	color: #FFFFFF;
	clear: both;
	display: block;
}
