body {
background-image:url(../img/fundo-heroi.jpg);

}

.heroi {
  margin-top:80px;
}

.heroi h1 {
  color:#FFF;
  font-size:60px;
  font-weight:bold;
}

.heroi h2 {
  font-weight:bold;
  line-height:1px;
  font-size:30px;
}

.heroi p {
color:#FFF;
font-size:18px;
}

.voltar a {
  color:#FFF;
  font-weight:bold;
  left:0;
  font-size:15px!important;
  margin-top:45px!important;
  text-decoration:none;
}


.overlay{
  position:fixed;
   background:url(../img/bolinhas.png);
  -webkit-animation:100s scroll infinite linear;
  -moz-animation:100s scroll infinite linear;
  -o-animation:100s scroll infinite linear;
  -ms-animation:100s scroll infinite linear;
  animation:100s scroll infinite linear;
  top:0;
  left:0;
  width:100%;
 height:100%;
}



@-webkit-keyframes scroll{
  100%{
    background-position:3000px -3000px ;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position:3000px -3000px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position:3000px -3000px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position:3000px -3000px;
  }
}

@keyframes scroll{
  100%{
    background-position:3000px -3000px;
  }
}

.thumb_1 {
  margin-top:80px;
}

.thumb_automonica {
  width:145px;
}
