.bas-footer .list-px-2>li:not(:first-child) {
    padding-left: 0;
}
@media only screen and (min-width: 992px) {
    .bas-footer .reverse{
        flex-direction: row-reverse;
    }
    .bas-footer .reverse .list-inline{
        text-align: right;
    }
}
/* @media only screen and (min-width: 992px) { */
    .bas-footer{
        background: rgba(0,0,0,0.2);
        width: 100vw;
        max-width: none;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
    }   
    footer .row-footer-content{
        padding-bottom: 45px;
    }
/* } */

@media only screen and (max-width: 792px) {
    .bas-footer .list-inline{
        display: flex;
        flex-direction: column;
    }

    .bas-footer .copyright{
        text-align: right;
        margin: 0 19px;
    }
}

@media only screen and (max-width: 992px) {
    .bas-footer{
        padding-bottom: 30px;
    }
    .logo-footer .main-logo{
        margin-bottom: 20px;
    }
    .bas-footer .copyright{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
    }
    .bas-footer .list-inline-item{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}