/*--------------------*\
  BOTAO
\*--------------------*/
.botao {
  display: inline-block;
  padding: 0.8em 1.2em;

  background-color: #189258;
  color: #fff;
  border: none;

  line-height: normal;
  font-size: 1em;
  text-decoration: none;
  
   border-radius: 10px;
}

.botao:hover, .botao:focus {
  background-color: #0f5f39;
  color: #fff;

  text-decoration: none;
}
