#logos {
	padding: 0;
	padding-top: 0%;
	margin: 0;
}

#logos .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#logos .contenedor article {
	width: 42%;
	height: 120px;
	margin: 10px;
}

#logos article img {
	width: 130px;
	height: 130px;
	/* margin-left: 32%; */
}

/* #logos article img:hover { 
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 1px 1px 10px #e1e1e1;
} */

/* MEDIA QUERYS */

@media screen and (min-width: 768px) {

	
	
	#logos .contenedor article {
		width: 260px;
		height: 230px;
		margin: 10px 8px;
	}

	#logos .contenedor article img {
		width: 190px;
		height: 190px;
		margin-left: 15%;
		border-radius: 50%;
	}

}
@media (min-width: 1280px) {

	#logos .contenedor article {
		width: 260px;
		height: 230px;
		margin: 10px 8px;
	}

}