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

/* ----- SERVICIOS ----- */
/* SERVICIOS */
.servicios {
  margin-top: 70px;
}

.servicios .column {
  position: relative;
}

.servicios h3 {
  margin-top: 40px;
}

.servicios .button {
  margin-top: 40px;
}

.cerrar1, .cerrar2, .cerrar3, .cerrar4 {
  position: absolute;
  right: 1em;
  top: 110px;
  display: none;
  font-size: 1.5em;
}

.lista {
  display: none;
  margin-top: 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.lista li {
  margin-top: 10px;
  position: relative;
  padding-left: 12px;
}

.lista li:before {
  content: "-";
  color: #133BB4;
  position: absolute;
  left: 0;
}
