/*PAGINA NOSOTROS*/
#nosotros {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
#nosotros p {
  max-width: 960px;
	margin: auto;
	text-align: justify;
	color: #666;
}
.txt-alterno {
	color: #333;
	text-align: justify;
}
.txt-alterno span {
	display: block;
	width: 50%;
	background: #eee;
	color: #333;
	padding: 7px;
	border-bottom: 1px dashed #333;
}

.quienes-img {
	height: 400px;
	object-fit: cover;
}
#filosofia {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
.grupo-filosofia {
	max-width: 1100px;
	margin: auto;
	background: #eee;
	padding: 20px;
}
.columna-filosofia {
	padding: 20px;
	border: 1px dashed #999;
}
.columna-filosofia span {
	font-size: 2.6em;
	color: #ED1C25;;
}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {

/*PAGINA NOSOTROS*/
.grupo-nosotros {
	max-width: 1100px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.columna-nosotros {
  width: 50%;
	padding: 20px;
}

}

@media (min-width: 1024px) {
.grupo-filosofia {
	display: flex;
	justify-content: center;
}
.columna-filosofia {
	width: 49%;
	margin: 1%;
}
}