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

/* ----- CONTACTO ----- */
p a {
  display: inline-block;
}

/* FORMULARIO */
label, input {
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

input, textarea, select {
  color: #666;
  outline: none;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  border-radius: 2px;
  background-color: #FFF;
  border: 1px solid rgba(102, 102, 102, 0.4);
}

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

textarea {
  resize: none;
  height: 200px;
}

.button {
  float: right;
}

.mapa {
  margin-top: 20px;
}

.mapa iframe {
  max-width: 100%;
}
