@media only screen and (max-width: 1024px) {

    #modalSolicitarOrcamento {
        position: absolute !important;
        right: 0 !important;
        left: 0 !important;
        top: -10% !important;
    }
}