@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto+Condensed');
#logos {
	padding: 5em;
	padding-top: 1em;
	margin: 0;
	background-color: #3b4791;
}

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

#logos .contenedor article {
	width: 47%;
	margin: 4px;
}

#circulo {
	/* background-color: rgb(245, 245, 245); */
	overflow:hidden;
	/* border-radius: 50%; */
	/* border: solid 5px rgb(14, 10, 114); */
	width: 100%;
}

#logos article img {
	width: 100%;
	transform: scale(1.06);
	
}
/* #logos article img:hover {
	cursor: pointer;
	transition: .2s all ease;
	transform: scale(1.27);
}  */
#logos .contenedor article #boton_l {
	/* font-size: 1em; */
	padding: .5em;
	background-color: aqua;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
#logos .contenedor article #lanzadera {
	font-size: 1.2em;
	padding-top: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: rgb(255, 255, 255);
}

/* MEDIA QUERYS */

@media screen and (min-width: 768px) {
	#logos .contenedor article {
		width: 260px;
		margin: 0px 8px;
	}

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