/*PRINCIPALES SERVICIOS*/
#servicios {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  background: #fff;
}

.grupo-servicios {

}
.columna-servicios {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 1%;
	background: #fff;
	padding: 10px;
}
.servicios-mitad {
  width: 100%;
}
.servicios-btn {
  align-self: flex-end;
}
.vermas {
	width: 120px;
  padding: 5px;
  text-align: center;
  color: #F2F2F2;
	background: #42C0BD;
  font-size: 1em;
	border-radius: 5px;
}


@media (min-width: 768px){
.grupo-servicios {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.columna-servicios {
	margin: 1%;
	width: 48%;
}
}


@media (min-width: 1024px) {

}