#nosotros {
  background: #fff;
}
.nosotros-titulo {
	letter-spacing: -1.5px;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #666;
}
.nosotros-subtitulo {
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  color: #666;
	margin-bottom: 40px;
}
.nosotros-txt {
  font-size: 1em;
  text-align: justify;
  color: #666;
	display: flex;
}
#nosotros .icon-checkcuadrado{
	position: relative;
	top: 3px;
	font-size: 1.2em;
	color: #33BEBF;
}
.grupo-nosotros {
	max-width: 1200px;
	margin: auto;
}
.nosotros-img2 {
	width: 50%;
	margin: auto;
}
.columna-nosotros {
  background: #fff;
  margin: 35px 0;
}
.icono-img {
	width: 140px;
	margin: auto;
	margin-bottom: 20px;
}
.nosotros-rubros {
  color: #666;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1em;
  text-align: center;
}
.justify {
	text-align: justify;
}
.central {
	text-align: center;
	font-weight: 700;
}
#nosotros .just {
	color: #666;
margin-bottom: 10px;
}
.just span {
	font-weight: 700;
}

.asesorias-txt span {
	background: #33BEBF;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	line-height: 2em;
}
/*MISION VISION*/
.grupo-mv {
	padding: 20px;
	background: #33BEBF;
	color: #fff;
}

/*ACREDITACIONES*/
#acreditaciones {
	padding: 20px;
background: #F2FAFA;
}
.columna-acreditaciones {
	padding: 20px;
	border: 1px dashed #999;
	margin-bottom: 20px;
}
.acreditaciones-img {
	width: 200px;
	margin: auto;
	margin-bottom: 10px;
}




/*VALORES*/
#valores {
	overflow: hidden;
	max-width: 100%;
	position: relative;
	background: #33BEBF;
/*margin: auto;
	background-image: url(../img/fondo-valores.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
*/
}
#valores:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: #FCCC08;
}
#valores .nosotros-txt {
	color: #fff;
}
#valores .nosotros-titulo {
	color: #fff;
}
.grupo-valores {

}
.logoalmao {
	display: none;
}
.columna-valores {
	width: 48%;
	padding: 20px;
	margin: 1%;
}
.valores-img {
	width: 260px;
	margin: auto;
	margin-bottom: 20px;
}
.valores-txt {
  font-size: 1.2em;
  text-align: left;
  color: #fff;
}

@media (min-width: 768px){
.nosotros-titulo {
	font-size: 3em;
}
.grupo-nosotros {
display: flex;
justify-content: space-between;
padding-bottom: 60px;
}
.columna-nosotros {
width: 50%;
margin: 0;
	padding: 10px;
}
.nosotros-img {
	width: 80%;
	margin: auto;
}
.nosotros-rubros {
  font-size: 3em;
	text-align: right;
	padding-right: 40px;
	border-right: 10px solid #EA7B62;
	margin-right: 40px;
}
	
/*MISION VISION*/
	.grupo-mv {
		max-width: 860px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
/*ACREDITACIONES*/
	.grupo-acreditaciones {
		max-width: 860px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.columna-acreditaciones {
		margin: 10px;
	}
}


@media (min-width: 1024px) {
.grupo-valores {
	max-width: 700px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.icono-img {
	margin-right: 60px;
}
	
}