h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #9f07ba;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 25px;
}

h2.subtitulo {
  color: #9f07ba;
  margin-top: 1.5em;
}

a:hover {
  text-decoration: underline;
}

section {
  margin-bottom: 40px;
}

section li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin-bottom: 10px;
}
