.bg-primary {
    background-color: transparent !important;
}

.btn-primary {
    background-color: #F76100 !important;
    border-color: #F76100 !important;
}

.div_info {
    display: grid;
    grid-template-columns: 1fr !important;
}

.titulo_formulario {
    grid-column: 1/3;
}

@media (max-width: 767px) {
    .div_info {
        display: block;
    }

    .titulo_formulario {
        grid-column: 1/2;
    }
}

.form-select {
    border: 1px solid black;
}

.form-control {
    border: 1px solid black;
}

.form-floating>label {
    padding: 0.75rem .25rem;
}

.form-control {
    height: 50px!important;
}

select.form-control {
    height: 58px !important;
}