/* ----------  TYPOGRAPHY  ---------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
nav li:nth-child(4) a {
  color: #133BB4;
}

/* ----- CLIENTES ----- */
.owl-carousel {
  margin-top: 40px;
}

/* TESTIMONIO */
#testimonio .testimonio {
  font-style: italic;
}

#testimonio .person {
  margin-top: 30px;
  line-height: 1.5em;
}

ul.clientes {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  font-size: .938em;
  line-height: 1.75em;
  height: 300px;
  overflow: hidden;
  margin: 0 40px 30px 40px;
}

ul.clientes.vertodo {
  height: auto;
}

button.button {
  margin: 0 auto;
  display: block;
}
