.page{
    min-height: calc(100% - 83px);
    padding-bottom: 50px;
}

#gestion-bultos{
    bottom: 30px;
}

.footer{
    display: flex;
    width: 100%;
    height: 30px;
    background: white;
    position: fixed;
    bottom: 0px;
}

.footer span{
    margin: auto;
}