#sobre .sobre{
	padding-top: 40px;
	padding-bottom: 60px;
}

#sobre .sob-banner h2{
	font-size: 16px;
}
#sobre .sobre .texto{
	width: 540px;
	float: left;
}

#sobre .sobre .texto .titulo{
	width: 100%;
	text-align: center;
	font-size: 33px;
	color: #054b61;
	margin: 0;
	font-weight: bold;
}

#sobre .sobre .texto .visao{
	margin-top: 60px;
}

#sobre .sobre .texto .valores{
	margin-top: 60px;
}

#sobre .sobre .texto p{
	color: #6a6a6a;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sobre .sobre img{
	float: right;
}

#sobre .listas{
	margin-top: 30px;
}

#sobre .listas ul{
	list-style: url("../img/sobre/lista-sobre.png");
	float: left;
	width: 230px;
}

#sobre .listas li{
	font-size: 23px;
	color: #0d809e;
}

