/* ----------  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(5) a {
  color: #133BB4;
}

/* ----- SERVICIOS ----- */
/* SERVICIOS */
input {
  color: #666;
  outline: none;
  padding: 10px;
  font-size: 1em;
  margin: 5px;
  border: 0;
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
  border-radius: 2px;
}

input:focus {
  border-color: #133BB4;
}

a.button {
  margin-top: 40px;
  margin-right: 30px;
}
