/*Main styles sheet*/
* {
  padding: 0px;
  margin: 0px;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Roboto-Lig", "Raleway", arial;
  background-color: #f1f1f1;
}

/*Universal styles */
.section-title {
  color: #21a5f2;
  font-size: 160%;
  font-weight: lighter;
}

.section-description {
  font-size: 140%;
}

.separador {
  width: 80%;
  background: #21a5f2;
  height: 1px;
  border-bottom: 5px;
}

a, a:active, a:visited {
  color: #21a5f2;
  text-decoration: none;
  font-weight: lighter;
}

.fa-external-link {
  font-size: 50% !important;
  vertical-align: top;
}

/*For forms*/
.a-required {
  color: red;
}/*# sourceMappingURL=main.css.map */