.diagnostico {
   font-family: sans-serif;
}

.options, .hidden, .aviso-cookies, .main-footer, .video-wrapper {
   display: none;
}

.termos-header {
   background-color: #CCC;
   padding: 10px;
}

.points {
   text-align: center;
}

.cadastro h1 {
   text-align: center;
}

.resultado h1 {
   font-size: 140%;
}

.introduction h2 {
   font-size: 130%;
   font-weight: normal;
}

.workshop {
   margin-bottom: 40px;
   text-align: center;
   
   > a {
      padding: 10px 20px;
      border: 0 none;
      border-radius: 3px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background-color: #23CF5F;
      color: #fff;
      box-shadow: 0 1px 6px rgba(0,0,0,0.24);
   }
}

.resultado-rodape {
   margin: 40px 0 10px;
   text-align: center;
   
   a {
      color: blue;
      font-size: 90%;
   }
}