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

.grupo-presentacion {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.servicios-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 20px;
	transition: .5s all;
}
.servicios-img:hover {
	filter: opacity(.5);
}

.columna-presentacion {
  background: #fff;
	width: 95%;
}
.presentacion-rubros {
	padding: 30px 5px;
  color: #58585A;
  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: #58585A; 
}

/*INDEX PRESENTACION*/
#index-presentacion {
  background: #FFF;
  position: relative;
	max-width: 1500px;
	margin: auto;
	padding: 40px 0;
}
.grupo-indexpresentacion {
	
}
.indexpresentacion-columna {
	padding: 10px;
}
.titulo, .subtitulo {
	color: #58585A;
}
.txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}
.grupo-indicativos {
	padding: 0 20px;
}
.icon-checkcuadrado {
  position: relative;
  top: 4px;
  color: #577899;
  margin-right: 10px;
}

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



/*SERVICIOS*/
#servicios {
	max-width: 1500px;
	margin: auto;
	background: #fff;
}
#servicios .titulo {
	font-size: 2em;
	text-align: center;
}
.grupo-servicios {
	max-width: 1200px;
	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: 20px;
	border-radius: 10px;
}
.servicios-txt {
	text-align: center;
	font-size: 0.9em;
	max-width: 960px;
	margin: auto;
}



/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
.grupo-indexpresentacion {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
.indexpresentacion-columna {
	width: 50%;
}

	/* BENEFICIOS*/
.beneficios-subtitulo {
  font-size: 2em;
}

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

@media (min-width: 1024px) {

}