#nosotros {
  background: #F5F8FA;
	max-width: 1900px;
	margin: auto;
}
.nosotros-columna {
	width: 95%;
	margin: auto;
	padding: 20px 0;
}
.nosotros-img {
	height: 300px;
	object-fit: cover;
}
.titulo, .subtitulo {
	color: #222224;
}
.presentaciontxt {
background-image: url(../img/kuelap.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
object-fit: cover;
padding: 20px;
position: relative;
}
.presentaciontxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  opacity: 0.6;
}

/*MISION VISION*/
#mv {
  background: #F5F8FA;
	max-width: 1900px;
	margin: auto;
}
.grupo-mv {
	padding: 30px 0;
	width: 95%;
	margin: auto;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.mv-img {
	width: 150px;
	margin: 20px auto;
}
.central {
	text-align: center;
}

/*----------COMO SOLICITAR MAS INFORMES - WHATSAPP----------*/
#comosolicitarmasinformes {
  background: #fff;
}
.comosolicitar-titulo {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #333;
}
.comosolicitar-subtitulo {
  font-size: 1.6em;
  font-weight: 800;
  text-align: center;
  color: #333;
}
.comosolicitar-datos {
  font-weight: 800;
  text-align: center;
	font-size: 1.4em;
	padding: 0 10px;
  color: #fff;
  max-width: 960px;
  margin: auto;
}
.link-wa {
	width: 300px;
	margin: auto;
	padding: 7px;
	background: green;
	border-radius: 5px;
	position: relative;
	z-index: 100;
}

/*BENEFICIOS - SLOGAN*/
.beneficios {
  position: relative;
  overflow: hidden;
  background-image: url(../img/publisher-advisory-hero.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
  max-width: 1900px;
  margin: auto;
  padding: 80px 30px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
	opacity: .5;
}
.grupo-beneficios {
  
}
.beneficios-titulo {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.beneficios-subtitulo {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  color: #fff;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*NOSOTROS*/
	.grupo-nosotros {
		display: flex;
	}
	.nosotros-columna {
		padding: 20px;
	}
/*	MISION VISION */
	.grupo-mv {
		max-width: 960px;
		border-top: none;
		border-bottom: none;
		display: flex;
		justify-content: center;
	}
	.mv-columna {
		width: 50%;
		padding: 20px;
		border-right: 1px dashed #999;
	}
	.mv-columna:last-child {
		border-right: none;
	}
	
	/* BENEFICIOS*/
.beneficios {
  padding: 200px 100px;
}
.beneficios-subtitulo {
  font-size: 3em;
}
}
@media (min-width: 1024px) {
.nosotros-img {
	height: 620px;
	object-fit: cover;
}
}










