/*NOSOTROS*/
#nosotros {
overflow: hidden;
max-width: 100%;
margin: auto;
  background: #fff;
	text-align: center;
}
.nosotros-txt {
  font-size: 1em;
  max-width: 1100px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #1a1a1a;
}
.grupo-nosotros {
  max-width: 900px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.resenamuestra-img {
	width: 80%;
	margin-bottom: 40px;
}
.resena-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
#nosotros .icon-check-circle {
	position: relative;
	top: 4px;
	font-size: 1.2em;
	color: #BF4E4A;
}
.grupo-indicativos {
  padding: 0 10px;
}
.resena-txt {
  color: #333;
}
.estudio-img {
	margin: 0;
	width: 200px;
}



/*MISIONVISON*/
#vimi {
  background: #eee;
	text-align: center;
}
.columna-vimi {
	border: 1px dashed #999;
	padding: 15px;
}
.vimi-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
.vimi-img {
	width: 160px;
	margin-bottom: 20px;
}



/*VALORES*/
#valores {
overflow: hidden;
max-width: 100%;
margin: auto;
  background: #fff;
	text-align: center;
}
.grupo-valores {
	max-width: 1100px;
 	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-valores {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	padding: 15px;
	width: 48%;
	margin: 1%;
}
#valores .presentacion-rubros {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
}
.valores-img {
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}

/*OBJETIVOS*/
#objetivos {
  background: #eee;
	text-align: center;
}
.grupo-objetivos {
	max-width: 1100px;
 	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-objetivos {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
background: #BF4E4A;
	padding: 15px;
	width: 48%;
	margin: 1%;
}
#objetivos .presentacion-rubros {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
  color: #eee;
}
.objetivos-img {
	width: 100px;
	margin: auto;
	margin-bottom: 20px;
}




/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*NOSOTROS*/
	.grupo-nosotros {
		max-width: 1100px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
.resenamuestra-img {
	width: 400px;
	height: 400px;
}
.fotomuestra {
	padding: 0 30px;
}
.columnatexto{
	width: 50%;
}
	
/*MISION VISION*/
	.grupo-vimi {
		max-width: 1100px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
	.columna-vimi {
		width: 48%;
		margin: 1%;
	}
  
/*VALORES*/
.columna-valores {
	width: 23%;
}

	/*OBJETIVOS*/
.columna-objetivos {
	width: 24%;
}
	
}

@media (min-width: 1024px) {

}