/* INICIO NUESTROS MEDIOS */

.contenedorNuestrosMedios {
    background:none;
    border:none;
}

.linksMedios {
	display:flex;
	flex-direction:row;
	justify-content:center;
	width:100%;
	flex-wrap:wrap;
	margin-top:2em;
}

.linkRed {
	margin:2.5em;
	margin-top:0;
	width:5%;
	display:flex;
	justify-content:center;
	filter:saturate(0);
}

.linkRed img {
	height:2em;
	transition:transform ease-in-out .1s;
	opacity:.8;
}


.linkRed:hover img {
	transform:scale(1.15);
}

/* FINAL NUESTROS MEDIOS */