//Estilos titulos de paginas.

#page-title {
	@include title-block($c-dimgray, 234%);
	font-weight: 100;
	margin: 1em auto;
	text-align: center;
	width: 100%;

	&:after {
		background: tint($c-dimgray, 30);
		margin: 18px auto;
		width: 55px;
	}
}