/*
  Estilos de botoes globais.
*/

.btn {
  border: 0;
  cursor: pointer;
}

.btn-secondary:hover {
  border-color: #2cc3a8;
  color: #1e8d78;
  transform: translateY(-1px);
}
