body {
  font-family: 'Quicksand', helvetica, sans-serif;
  color: #333447;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

header {
  background: rgba(51, 52, 7, 0.2);
  height: 15%;
}

h1 {
  font-family: inherit;
  font-weight: 100;
}

.tituloBlanco {
  color: white;
}

.tituloNegro {
  color: #333447;
}

.subtitulo {
  font-size: 100%;
  font-weight: 100;
  text-transform: uppercase;
}
