#home .banner{
	height: 450px;
	float: left;
	margin-top: -46px;
}

#home .banner .formulario{
	width: 370px;
	height: 270px;
	float: right;
	margin-top: 40px;
	background: url("../img/fundo-form.png");
	padding: 10px;
	top: 0px;
	position: absolute;
	right: 230px;
}

#home .banner .formulario .titulo{
	font-size: 23.9px;

}

#home .banner .formulario input[type="text"]{
	width: 356px;
	height: 35px;
	border: none;
	margin-top: 10px;
	margin-left: 5px;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #acc0be;
}

#home .banner .formulario input[type="submit"]{
	margin-left: 20px;
}

#home .formulario input::-webkit-input-placeholder {
   font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 15px;
}

.banner .azul-pequeno .texto{
	font-size: 18px;
	color: #fff;
	width: 290px;
	text-align: right;
	float: left;
	margin-top: 5px;
}

#home .formulario input:-moz-placeholder {  
   font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 15px; 
}


#home .banner .formulario p{
	font-size: 10.9px;
	color: #09647c;
	text-align: center;
}

#home .conheca{
	display: block;
	float: left;
	height: 30px;
	width: 32px;
	background: url("../img/plus.png");
	margin-top: 11px;
	margin-left: 17px;
	z-index: 999999999;
}

#home .select-style{
	background: url("../img/select.png") right;
	height: 41px;
	width: 360px;
	margin-left: 7px;
	margin-top: 10px;
}

#home .select-style select{
	background: transparent;
	-webkit-appearance: none;
	border: none;
	width: 390px;
	height: 41px;
	font-family: 'Lato', sans-serif;
   color: #07596e;
   font-size: 13px;
}


#home select:focus{
	outline: none;	
}

#home .seguros{
	padding-top: 20px;
	margin-bottom: 10px;
}

#home .seguros .seguro{
	width: 185px;
	float: left;
}

#home .seguros .seguro p{
	font-size: 14.5px;
	color: #6a6a6a;
	width: 155px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

#home .seguros .seguro .titulo{
	font-size: 17px;
	width: 202px;
	color: #105B75;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#home .seguros .empresarial, .seguros .empresarial .titulo{
	width: 220px;
}


#home .seguros .seguro img{
	display: block;
	margin: 0 auto;
}

#home .seguros .seguro .saiba-mais{
	width: 91px;
	height: 32px;
	display: block;
	background: url("../img/home/saiba-mais-sprite.png") 0px -2px;
	text-decoration: none;
	color: #fff;
	font-size: 14.42px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

#home .seguros .seguro .saiba-mais:hover{
	background: url("../img/home/saiba-mais-sprite.png") 0px 30px;
}

#home .diferenciais .diferencial{
	width: 320px;
	float: left;
	padding-top: 20px;
	margin-bottom: 10px;
}

#home .diferenciais .diferencial img{
	display: block;
	margin: 0 auto;
}

#home .diferenciais .diferencial p{
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
	color: #064054;
	text-align: center;
	width: 230px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

#home .pra-voce .container p{
	font-size: 25px;
}

#home .pra-voce .container .titulo{
	font-size: 50px;
}

#home .servicos .left{
	width: 460px;
	float: left;
}

#home .servicos .right{
	width: 460px;
	float: right;
}

#home .servicos{
	padding-top: 20px;
}

#home .servicos .servico{
	width: 460px;
	float: left;
	position: relative;
	margin-bottom: 50px;
}

#home .servicos .servico img{
	float: left;
	margin-right: 3px;
	width: 125px;
}

#home .servicos .servico .text{
	float: left;
	width: 330px;
	font-size: 17px;
	color: #6a6a6a;
	line-height: 1;
}

#home .servicos .servico .top p{
	float: left;
	color: #178fb6;
	font-size: 20px;
	line-height: 30px;
	margin-left: 5px;
}

#home .servicos .servico .top .saiba-mais{
	width: 91px;
	height: 32px;
	display: block;
	background: url("../img/home/saiba-mais-sprite.png") 0px -2px;
	text-decoration: none;
	color: #fff;
	font-size: 14.42px;
	line-height: 30px;
	text-align: center;
	float: left;
}

#home .servicos .servico .top .saiba-mais:hover{
	background: url("../img/home/saiba-mais-sprite.png") 0px 30px;
}

#home .servicos .servico .text .texto{
	width: 300px;
	margin-left: 10px;
}

#home .interesse .interessado{
	display: block;
	width: 476px;
	height: 106px;
	background: url("../img/btn-interessado-sprite.png") 0px 0px;
	line-height: 106px;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

#home .interesse .interessado:hover{
	background: url("../img/btn-interessado-sprite.png") 0px 106px;
}

#home .interesse p{
	font-size: 26px;
	color: #6a6a6a;
	text-align: center;
	margin-top: 10px;
}



