.orcamento {
    background: #f8f9fc;
}

.titulo-orcamento {
    font-weight: 700;
    color: #0F1E3D;
}

.titulo-orcamento span {
    color: #1F3C88;
}

.form-control:focus,
.form-select:focus {
    border-color: #1F3C88;
    box-shadow: 0 0 0 0.2rem rgba(31, 60, 136, 0.25);
}

