/*PRINCIPALES SERVICIOS*/
#presentacion {
  background: #F5F8FA;
	max-width: 1900px;
	margin: auto;
}

.grupo-presentacion {
  max-width: 1700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.servicios-img {
  height: 200px;
  object-fit: cover;
}
.columna-presentacion {
  background: #fff;
	width: 95%;
}
.presentacion-rubros {
	padding: 30px 5px;
  color: #333;
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
}
.rubros-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
	padding: 30px 5px;
  text-align: center;
  color: #333; 
}

/*INDEX PRESENTACION*/
#index-presentacion {
  background: #FFF;
  position: relative;
	max-width: 1900px;
	margin: auto;
}
.logomuestra-img {
	width: 95%;
}
.presentaciontxt {
	padding: 26px 2.5%;
}
.titulo, .subtitulo {
	color: #333;
}
.logotipos-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
.icon-checkcuadrado {
  position: relative;
  top: 4px;
  color: rgb(1, 134, 198);
  margin-right: 10px;
}

/*----------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;
}

/*SERVICIOS*/
#servicios {
	background: #fff;
}
#servicios .titulo {
	font-size: 2em;
	text-align: center;
}
.columna-servicios {
	width: 95%;
	margin: auto;
	margin-bottom: 30px;
	border: 2px solid rgba(0,0,0,.1);
	padding: 20px;
}
.servicios-img {
	height: 200px;
	object-fit: cover;
	margin-bottom: 30px;
}
.servicios-txt {
	text-align: center;
	font-size: 1em;
	max-width: 300px;
	margin: auto;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.grupo-presentacion {
	position: relative;
	z-index: 100;
	top: -88px;
	}
.columna-presentacion {
	width: 46%;
  margin: auto;
}
.servicios-img {
  height: 450px;
  object-fit: cover;
}

.grupo-indexpresentacion {
	display: flex;
	justify-content: center;
  align-items: center;
	max-width: 1700px;
	margin: auto;
}
.indexpresentacion-columna {
	width: 50%;
}
.logomuestra-img {
	height: 500px;
	object-fit: cover;
}	

	/* BENEFICIOS*/
.beneficios {
  padding: 200px 100px;
}
.beneficios-subtitulo {
  font-size: 3em;
}

/*	SERVICIOS*/
	.grupo-servicios {
		max-width: 1000px;
		margin: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.columna-servicios {
		width: 45%;
		margin: 20px;
	}
}

@media (min-width: 1024px) {

}