#servicios {
  background: #F5F8FA;
	max-width: 1900px;
	margin: auto;
}
#servicios .titulo {
	text-align: center;
}
.grupo-servicios {
	max-width: 1200px;
	margin: auto;
}
.servicios-img {
	padding: 20px 0;
	height: 400px;
	object-fit: cover;
}
.servicios-columna {
	width: 95%;
	margin: auto;
}
.icon-chevron-circle-right {
	font-size: 1.4em;
	margin-right: 10px;
	color: rgb(1, 134, 198);
}
.servicios-item {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.5px;
	font-weight: 600;
	padding: 10px 0;
	font-size: 1em;
	display: flex;
/*	border-bottom: 1px dashed rgba(0,0,0,0.3);*/
}
.servicios-item:last-child {
	border-bottom: none;
}

/*----------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) {
/*	servicios*/
	.ser-fotos {
		display: flex;
		justify-content: center;
	}
.servicios-img {
	padding: 10px;
}
	.serfotos-txt {
		padding: 10px;
	}	
	
	/* 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;
	}
}










