/*
 * BOTTOM FOOTER
 */
@media (min-width: 768px) { /* sm */
    footer .sub-footer-copyright {
        color: rgb(66, 66, 65);
        font-size: 1rem;
        /* margin-bottom: 10px; */
    }

    footer .sub-footer-copyright p {
        padding-left: 15px;
        font-size: 1.1rem;
        margin-top: 13px;
    }

    footer .sub-footer-logos {
        text-align: right;
        transform: translateX(-1.5rem);
    }

    footer .sub-footer-logos img {
        max-width: 90px;
        max-height: 40px;
    }

    footer .sub-footer-logos ul {
        margin-right: 0;
    }

    footer .sub-footer-logos li {
        padding: 0 4px;
        vertical-align: middle;
        display: inline-block;
    }

    footer .sub-footer-logos li:nth-last-child(1) {
        padding-right: 0;
        padding-left: 4px;
    }
}
    .ue{
        max-width: 144px !important;
        margin-bottom: -6px;
        margin-right: -6px;
}
    .crue{
        max-width: 66px !important;
        margin-bottom: -8px;
    }
    .g9{
        max-width: 42px !important;
        margin-bottom: -4px;
    }
    .santander{
        margin-bottom: -10px;
    }
    .universia{
        margin-bottom: -22px;
    }

    @media (max-width: 1199px){
        .ue{
        max-width: 124px !important;
        margin-bottom: -6px;
        padding-right: 3px !important;
}
    .crue{
        max-width: 60px !important;
        margin-bottom: -7px;
    }
    .g9{
        max-width: 35px !important;
        margin-bottom: -6px;
    }
    .santander{
        margin-bottom: -18px;
        max-width:75px !important;
    }
    .universia{
        margin-bottom: -22px;
        max-width:75px !important;
    }

    footer .list-inline{
        margin-right: -9px !important;
    }
    }