/*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: #222224;
}
.logotipos-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #58585A;
}
.experiencia {
	font-size: 1.4em;
	font-weight: 800;
}
.icon-checkcuadrado {
  position: relative;
  top: 4px;
  color: #E2232B;
  margin-right: 10px;
}

/*----------COMO SOLICITAR MAS INFORMES - WHATSAPP----------*/
#comosolicitarmasinformes {
  background: #fff;
}
.comosolicitar-titulo {
  font-size: 1.1em;
  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: #58585A;
}
.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;
}

/*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: 120px 30px;
}
.beneficios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
	opacity: 0.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;
}

/*SERVICIOS*/
#servicios {
	background: #fff;
}
#servicios .titulo {
	font-size: 2em;
	text-align: center;
}
.grupo-servicios {
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.columna-servicios {
	width: 48%;
	margin-bottom: 30px;
	border: 2px solid rgba(0,0,0,.1);
	padding: 30px;
}
.servicios-img {
	margin-bottom: 30px;
}
.servicios-txt {
	text-align: center;
	font-size: 1em;
	max-width: 960px;
	margin: auto;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.grupo-indexpresentacion {
	display: flex;
	justify-content: center;
  align-items: center;
	max-width: 1500px;
	margin: auto;
}
.indexpresentacion-columna {
	width: 50%;
}
.logomuestra-img {
	height: 500px;
	object-fit: cover;
}	

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

/*	SERVICIOS*/
	.columna-servicios {
		width: 30%;
	}
}

@media (min-width: 1024px) {

}