.button-grande,
.button-grande .tn-atom {
  transition: 
    background-color 0.25s ease,
    border-radius 0.25s ease;
}

.button-grande:hover,
.button-grande:hover .tn-atom {
  background-color: #D45500;
  border-radius: 999px;
}