.sobre_home{
	text-align: center;
}

.sobre_home h2{
	font-family: 'ralewayregular';
	font-size: 35px;
	color: #454545;
	margin-top: 30px;
	font-weight: normal;
}

.sobre_home h1{
	font-family: 'ralewayregular';
	font-size: 18px;
	color: #868686;
	font-weight: normal;
	font-style: italic;
	width: 800px;
	margin: 25px auto; 
	line-height: 25px;
}

.servicos{
	width: 100%;
	text-align: center;
	margin-top: 50px;
	height: 200px;
}

.servico{
	width: 300px;
	float: left;
	margin: 0px 20px 0px 20px;
}

.servico>img{
	width: 80px;
	height: 80px;	
}

.servico h3{
	font-family: 'ralewayregular';
	color: #454545;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}

.servico p{
	font-family: verdana;
	font-size: 12px;
	color: #878787;
	line-height: 20px;
	margin-top: 10px;
}

.servico .previa_servico{
	height: 40px;
}

.novidades{
	background-color: #32406A;
	height: 500px;		
}

.novidades .efeito{
	background: url(../img/efeito.png);
	width: 28px;
	height: 14px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.novidade{
	width: 300px;
	float: left;
	margin: 0px 20px 0px 20px;
}

.novidade>img{
	background-color: #fff;
	border: 1px solid #fff;
	padding: 3px;
	margin-left: -3px;
	width: 300px;
	height: 200px;
}

.novidade h3{
	font-family: 'ralewayregular';
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}

.novidade p{
	font-family: verdana;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-top: 10px;
	text-align: justify;
}

.novidade .previa_novidade{
	height: 130px;
}

.novidade .botao{
	float: right;	
}

.novidade .botao a{
	text-decoration: none;
	font-family: 'ralewayregular';
	color: #fff;
	font-size: 15px;
	font-style: italic;		
}

.novidade .botao img{
	margin-right: 10px;
	float: left;
	margin-top: 1px;
}