/*INTRODUCCION*/
#introduccion {
  background: #F5F8FA;
}
.grupo-introduccion {
  max-width: 1000px;
  margin: auto;
}
.introduccion-img {
  padding: 0 10px;
  height: 300px;
  object-fit: cover;
}
.introduccion-titulo {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  padding: 0 10px;
  color: #333;
}
.introduccion-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: left;
  color: #333;
}
.introduccion-subtexto {
  font-size: 1em;
  max-width: 900px;
  margin: auto;
  padding: 0 10px;
  text-align: left;
  color: #333;
}
.introduccion-subtexto span {
	color: rgb(119, 165, 17);
	font-size: 2.4em;
	font-weight: 700;
}
.grupointroduccion-dos {
  padding: 0 10px;
}
.icon-ajustes, .icon-laptop {
  position: relative;
  top: 3px;
  font-size: 1.4em;
  color: rgb(119, 165, 17);
}



/*PRINCIPALES SERVICIOS*/
#presentacion {
  background: #F5F8FA;
}
.presentacion-titulo {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
}
.presentacion-subtitulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
}
.presentacion-txt {
  font-size: 1em;
  max-width: 1000px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.grupo-presentacion {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.servicios-img {
  height: 200px;
  object-fit: cover;
}
.columna-presentacion {
  background: #fff;
	width: 48%;
  margin: 3px;

  display: flex;
  flex-wrap: wrap;
}
.presentacion-mitad {
  width: 100%;
}
.index-pretitulo {
  color: #333;
  text-align: center;
  font-weight: 600;
  padding: 0;
}
.presentacion-rubros {
  color: #333;
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.rubros-txt {
  font-size: 1em;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  text-align: center;
  color: #333; 
}
.presentacion-btn {
  width: 100%;
  align-self: flex-end;
  padding: 10px;
  margin: 0 auto;
}
.presentacion-boton {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1em;
  width: 60%;
  margin: auto;
  background: rgb(119, 165, 17);
  font-weight: 700;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.presentacion-boton:hover {
  background: #333;
}

/*-----------VALORES-----------*/
#valores {
  background: rgb(119, 165, 17);
  padding: 0;
}
.servicios2-img {
	width: 198px;
}
.grupo-valores {
  max-width: 1000px;
  margin: auto;
}
.columna-valores {
  width: 96%;
  margin: auto;
}
.valores-textos {
  padding: 20px 0;
}
.valores-titulo {
  color: #fff;
  font-weight: 700;
  font-size: 2.4em;
}
.valores-rubros {
  color: #fff;
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
  padding-left: 20px;
}
#valores p {
  padding-top: 0;
}
.valores-boton {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  width: 150px;
  background: #fff;
  font-weight: 700;
  color: #8ABE11;
  padding: 5px;
  text-align: center;
}



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

.columna-presentacion {
	width: 30%;
  margin: 10px;
}
  
.servicios-img {
  height: 300px;
  object-fit: cover;
}
  
/*VALORES */
.valores-textos {
  padding: 40px;
	text-align: right;
}
.grupo-valores {
  display: flex;
  justify-content: center;
}
.servicios2-img {
	width: 270px;
}
.columna-valores {
  width: 50%;
  margin: 0;
}
 .valores-rubros {
  text-align: right;
	 padding: 7px 0;
}
	
}

@media (min-width: 1024px) {

}