#somos {
	background: url(../imagenes/nosotros.jpg) no-repeat left top;
	/* padding-left: -30%; */
}

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

#somos #pict {
	width: 100%;
	height: 400px;
	margin: 0px;
	display: table;
}

.quienes {
	width: 86%;
	padding: 20px;
}

.quienes p {
	margin: 15px 0;
	padding: 0;
	font-size: 1.6em;
	color: #ffffff;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

.quienes h3 {
	color: #ffffff;
	font-size: 2.2em;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	font-family: "LINE Seed JP", sans-serif;
}

/* Media Querys MEDIANO */
@media screen and (min-width: 768px) {

	#somos {
		background: url(../imagenes/nosotros.jpg) no-repeat left top #3B4791;
	}

	#somos #pict {
		width: 80%;
		margin: 0;
		display: table;
		border-radius: 10px;
	}

	.quienes {
		width: 70%;
		margin: 0;
		margin-top: 0;
		margin-bottom: 30px;
		padding: 20px;
		height: 300px;
	}

	#somos #pict img {
		width: 100%;
	}

}

/* Media Querys COMPLETO */
@media (min-width: 1120px) {

	#somos {
		background: url(../imagenes/nosotros.jpg) no-repeat left 10% top #314793;
	}

	#somos #pict {
		width: 45%;
		margin: 0;
		margin-left: 1%;
		display: table;
		height: 700px;
	}

	.quienes {
		width: 48%;
		margin-top: 14%;
		margin-bottom: 30px;
	}

	#somos #pict img {
		width: 100%;
	}

}

