//Estilos de la vista de integrantes de nuestra red. (Url: /unidades/integrantes_de_nuestra_red/382)
.view-integrantes-de-nuestra-red {
	@include holder;

	.views-row {
		border: 1px solid shade($c-brand-whitesmoke, 10);
		box-shadow: 1px 1px 3px shade($c-brand-whitesmoke, 40);
		margin-bottom: 1em;
		display: inline-block;
		padding: 2%;
		width: 96%;

		.views-field-field-icono {
			border-right: 1px solid shade($c-brand-whitesmoke, 30);
			float: left;
			margin-right: 2%;
			padding-right: 2%;
			width: 17%;

			~ .views-field {
				float: left;
				margin-bottom: 0.8em;
				width: 77%;

				.views-label {
					color: $c-dimgray;
					font-size: 88%;
					font-weight: 100;
					line-height: 1;
					text-transform: uppercase;
					width: auto;
				}

				.field-content {
					color: shade($c-dimgray, 20);
					font-size: 90%;
					font-weight: 100;
				}
			}
		}

		.views-field-field-nombre {
			color: shade($c-dimgray, 20);
			font-size: 120%;
			font-weight: 100;
		}
	}
}
