.titulo{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#ef5a28;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:5px;
	padding-top:7px;
	margin-bottom:25px;
	border-bottom:1px solid #c9c9c9;
}

.subtitulo{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	color:#ef5a28;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}

.center{
	text-align:center;
}

.laranja{
	color:#ef5a28;
}