body {
  font-family: Roboto, Helvetica, Tahoma, sans-serif;
}
header {
  min-height: 10vh;
}
.altura-minima {
  min-height: 88vh;
}
.columna-centrada-800px {
  max-width: 800px;
  margin: 50px auto;
  text-align: justify;
}
.submenu {
  margin-top: 35px;
  margin-bottom: 35px;
}
aside a.button, aside .menu-list a {
	font-size: 0.95rem;
}
aside a.button{
  color: #999;

}
.texto-principal p.has-text-justified {
  margin-top: 3rem;
}
.inciso {
	padding-left: 1rem;
	color: #555;
  margin-top: 0.5rem;
}
.menu {
	padding-top: 2rem;
	position: sticky;
	top: 0;
}