html,body {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    font-weight: 300;
  }

footer{
    text-align: center;
    font-weight: bold;
}

.emailcss{
    position: absolute; 
            bottom: 0px; 
            width: 95%;
            font-size: 13px;
            font-family:Arial, Helvetica, sans-serif;
            font-weight: bold;
            text-align: center;
}

.hero.is-success {
    background: #f2f7fa;
  }

  .hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  input {
    font-weight: 300;
  }

  p {
     font-weight: 700;
  }

  .imgChecado {
    text-align: center;
  }

  h1, h2{
      font-family:Arial, Helvetica, sans-serif;
      font-weight: bolder;
  }