.imgByN {
	width: 100%;
	height: auto;
	/*padding-left: 10px;
	padding-bottom: 15px;*/
	margin-left: 5px;
	margin-bottom: 25px;
	max-width: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(70%);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transitio: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.imgByN:hover {
	cursor: pointer;
	filter: grayscale(0%);
	transform: scale(1.3);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transitio: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 50%;
	border: solid 2px black;
	z-index: 2;
	
}

.imgByP {
	width: 100%;
	height: auto;
	padding-left: 40px;
	padding-bottom: 15px;
	max-width: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(0%);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transitio: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.imgByP:hover {
	cursor: pointer;
	filter: grayscale(100%);
	transform: scale(1.3);
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transitio: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	z-index: 10;
	

	
}

#preFooter .aliados {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	padding-top: 45px;
	padding-bottom: 45px;
	border: none;
  
}

@media (min-width: 1024px) {
	.imgByN {
		/*padding-left: 20px;*/
		margin-left: 40px;
		/*padding-bottom: 25px;*/
		margin-bottom: 25px;
	}

	.imgByN:hover {
		transform: scale(1.3);
		
	}
}

@media (min-width: 1440px) {
}
