@charset "utf-8";
/* CSS Document */

.intro-fina {
	float: left;
	height: 830px;
	width: 900px;
	margin-left: 25px;
	text-align: justify;
}
.img-fina {
	float: left;
	height: 100px;
	width: 150px;
	margin-top: 10px;
}
.desc-fina {
	float: left;
	height: 100px;
	width: 600px;
	margin-top: 10px;
	margin-left: 20px;
	text-align: justify;
}
.laranja {
	color: #FF8000;
	font-weight: bold;
}

.intro-fina h4 {
	font-size: 14px;
	color: #41485B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9BEC7;
}

