#nosotros {
  background: #F5F8FA;
	max-width: 1900px;
	margin: auto;
}
.nosotros-columna {
	width: 95%;
	margin: auto;
	padding: 20px 0;
}
.nosotros-img {
	height: 300px;
	object-fit: cover;
}
.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;
}
.fundador-txt {
	position: relative;
	z-index: 100;
	color: #333;
}
/*MISION VISION*/
.grupo-misionvision {
	padding: 30px 0;
	width: 95%;
	margin: auto;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.misionvision-img {
	width: 100px;
	margin: 40px auto;
}
.central {
	text-align: center;
}
/*FUNDADOR*/
.fundador-img {
	height: 360px;
	object-fit: cover;
}
.fundador-columna {
	width: 95%;
	margin: auto;
}

/*----------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: 2em;
  font-weight: 800;
  text-align: center;
  color: #333;
}
.comosolicitar-datos {
  font-weight: 800;
  text-align: center;
	font-size: 1.4em;
	padding: 0 10px;
  color: #333;
  max-width: 960px;
  margin: auto;
}
.wadirecto-img {
	width: 150px;
}

/*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: rgb(1,65,133);
	opacity: .8;
}
.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-misionvision {
		display: flex;
		justify-content: center;
	}
	.columna-misionvision {
		width: 50%;
		padding: 20px;
		border-right: 1px dashed #999;
	}
	.columna-misionvision:last-child {
		border-right: none;
	}
	
	/* BENEFICIOS*/
.beneficios {
  padding: 200px 100px;
}
.beneficios-subtitulo {
  font-size: 3em;
}
}
@media (min-width: 1024px) {
	.grupo-fundador {
		display: flex;
	}
	.fundador-columna {
		width: 50%;
		padding: 20px;
	}
	.fundador-img {
		height: 400px;
	}
}










