/* === Conversão Automática para Maiúsculas em Inputs === */
input[type="text"].uppercase,
input[type="text"][name="brinco"],
input[type="text"][id*="brinco"],
input[type="text"][name="lote"],
input[type="text"][id*="lote"] {
    text-transform: uppercase !important;
}