/*SERVICIOS*/
#servicios {
	padding: 40px 0;
  overflow: hidden;
  max-width: 99%;
  margin: auto;
  background: #fff;
}
#servicios .contenedor {
	max-width: 1500px;
	margin: auto;
}
.servicios-titulo {
  font-size: 2.2em;
  color: #333;
	display: inline-block;
	border-bottom: 5px solid #8A9E39;
}
.servicios-img {
	height: 350px;
	object-fit: cover;
}
.servicios-txt {
  padding: 15px;
  font-size: 1em;
  text-align: left;
  color: #333;
}
.servicios-txt span {
  font-size: 1.5em;
  font-weight: 700;
}
/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {

  .alterno {
    height: 100%;
    object-fit: cover;
  }
  .servicios-txt {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .grupo-servicios {
    display: flex;
    justify-content: center;
  }
  .columna-servicios {
    width: 50%;
  }
	.servicios-img {
	height: 450px;
	object-fit: cover;
}
  .par {
    flex-direction: row-reverse;
  }
}