.azul-escuro { background-color: #00358e !important; }
.azul-escuro:hover { background-color: #1955b9 !important; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-outline-secondary.active { text-decoration: underline !important; }
.btn-outline-secondary.active.focus { text-decoration: underline; }
/* .meioCinza { background: #e9e9e9; } */
.meioCinza { background: rgb(239, 239, 239); }