//Estilos del bloque Red Nacional de Observatorios de la pagina observatorio del delito.
.group-red {
	margin-bottom: 3em;
	
	> 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;
    	}
	}

	.group-content-red {
		border: 1px solid shade($c-brand-whitesmoke, 10);
		box-shadow: 1px 0px 6px shade($c-brand-whitesmoke, 20);

		.field-name-field-imagen-red {
			@include inline-block(top);	
			width: 46%;

			img {
				width: 100%;
			}
		}

		.group-que-es-la-red {
			@include inline-block(top);	
    		padding: 1% 3%;
    		width: 48%;

    		> h3 {
				@include title-block(tint($c-dimgray,10), 190%);
				font-weight: 100;
				margin-bottom: 0.3em;

				&:after {
    				width: 43px;
    			}
			}

			.field-name-field-que-es-la-red  {
				color: $c-dimgray;
				font-size: 1.1em;
				font-weight: 100;
			}
		}
	}
}