/*PRESENTACION*/
#resena {
  background: #fff;
	text-align: center;
}
.resena-nota {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
  color: rgb(20,11,54);
	margin-bottom: 20px;
}
.resenamuestra-img {
	margin-bottom: 40px;
	width: 90%;
}
.resena-txt {
  font-size: 1em;
  padding: 0 10px;
  text-align: left;
  color: #333;
}
#resena .icon-checkcuadrado {
	color: #BF0311;
}
.grupo-indicativos {
  padding: 0 10px;
}
#resena .presentacion-subtitulo {
	margin-bottom: 10px;
}
#resena .index-pretitulo {
	color: #333;
}

/*MISIONVISON*/
#misionvision {
  background: #fff;
}
.columna-misionvision {
  max-width: 800px;
	margin: auto;
}
.misionvision-subtitulo {
	text-align: center;
  font-size: 2.4em;
  color: #025C90;
	font-weight: 300;
}
.misionvision-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.filosofia-img {
	width: 100px;
	margin-bottom: 20px;
}

/*VALORES*/
#valores {
  background: #fff;
}
#valores .presentacion-subtitulo {
	margin-bottom: 10px;
}
.grupo-valores {
		max-width: 1200px;
  	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.columna-valores {
	border: 1px solid #999;
	border-radius: 10px;
	padding: 20px;
	width: 48%;
	margin: 1%;
}

.columna-interior {
	height: 160px;
	width: 160px;
	border-radius: 50%;
	border: 4px solid #BFF205;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}
.columna-valores img {
  height: 105%;
	margin-top: -2%;
	object-fit: cover;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*RESEÑA*/
	.grupo-resena {
		max-width: 1200px;
  	margin: auto;
		display: flex;
		justify-content: center;
	}
.resenamuestra-img {

}
.fotomuestra {

}
.columna-resena{
	padding: 20px;
	width: 50%;
}
/*VALORES*/
.columna-valores {
	width: 31%;
}
}

@media (min-width: 1024px) {

}