.wrap-logo-rodape a:first-child {display: none !important;}

div#rodape .span4.pagamento ul.gateways-rodape {
    display: flex;
    padding: 0;
    border: 0;
    background: none;
    margin-left: -7px;
    margin-top: 10px;
}
div#rodape .span4.pagamento ul.gateways-rodape li {
    width: auto;
    margin-right: 0 !IMPORTANT;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0 6px;
}

div#rodape .span4.pagamento ul.gateways-rodape li img {
    width: 75px;
}
div#rodape .span4.pagamento ul.gateways-rodape li:last-child {
    order: -1;
}