//Estilos del bloque de eventos de la pagina observatorio del delito.
.group-eventos {

	> h3 {
		@include title-block(tint($c-dimgray, 10), 234%);
		font-weight: 100;	
		margin-bottom: 1em;
		margin-top: 10px;
		text-align: center;

		&:after {
			margin: 0.4em auto 0;
			width: 54px;
		}
	}
}


