/*CLIENTES*/
.clientes-titulo {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
}
#clientes {
  background: #F5F8FA;
}
#clientes h4 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0 10px;
  color: #333;
	margin-bottom: 20px;
}
#clientes span {
	display: block;
	text-align: center;
	font-size: 2em;
	color: rgb(119, 165, 17);
	margin-top: 20px;
}
.grupo-clientes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}
.columna-clientes {
	width: 48%;
	border: 1px dashed rgb(119, 165, 17);
	margin: 1%;
}
.clientes-img {
	padding: 20px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

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


}

@media (min-width: 1024px) {

}