/*SERVICIOS*/
#servicios {
  background: #F5F8FA;
}
#servicios .txt {
	text-align: left;
}
.servicios-img {
	max-width: 500px;
	margin-bottom: 40px;
}
#fotos {
  background: #F5F8FA;
	padding-top: 0;
}
.grupo-fotos {
  max-width: 960px;
  margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-fotos {
	width: 48%;
	margin: 1%;
}
#fotos span {
	background: #9CD5DE;
	padding: 7px 20px;
	border-radius: 30px;
}

/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {

}

@media (min-width: 1024px) {
.columna-fotos {
	width: 30%;
}
}