.btn, .botao, .button, input[type="submit"], button {
    background-color: #ff6c08 !important;
    border-color: #ff6c08 !important;
    color: #ffffff !important; /* texto branco para melhor contraste */
}

.botao-primario,
.botao-primario:hover {
    background-color: #ff6c08 !important;
    border-color: #ff6c08 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

button,
button:focus,
button:hover,
button:active,
a.button,
a.button:focus,
a.button:hover,
a.button:active {
  box-shadow: none !important;
  text-shadow: none !important;
}

.seletor-do-botao {
  background-color: #FF7F00 !important; /* Laranja */
  color: white !important;
  box-shadow: none !important;
}

