div#govsp-footerGlobal {
    margin-top: 20px;
}
ul.govsph-links {
    display: inline-flex;
    float: right;
    margin-right: 10px;
}
ul.govsph-links > li {
    display: block;
}
a.govsp-links-footer {
    padding: 0 30px 0 30px;
    border-right: 1px solid;
    color: #414042;
    text-decoration: none;
    font-family: Verdana;
    font-size: 16px;
}
a.no-border {
    border: none;
}
img.govsph-logo {
    max-width: 160px;
    height: auto;
}
div#govsp-links-footer {
    display: inline-flex;
    list-style: none;
    margin-top: 41px;
    margin-right: 40px;
}
div#govsp-footer-bottom {
    border-bottom: 9px solid;
    border-bottom-right-radius: 9px;
    position: relative;
    top: 86px;
    margin-right: 10px;
}
.govsp-azul {
    color: #1F4F9D;
}
.govsp-cinza {
    color: #4D4D4F;
}
.govsp-preto {
    color: #11161D;
}
@media only screen and (max-width:768px) {
    a.govsp-links-footer {
        font-size: 12px;
    }
    img.govsph-logo {
        max-width: 100px;
        height: auto;
        margin-top: 23px;
    }
}
@media only screen and (max-width:480px) {
    a.govsp-links-footer {
        font-size: 12px;
        padding: 0 10px 0 10px;
    }
    img.govsph-logo {
        max-width: 100px;
        height: auto;
        margin-top: 21px;
    }
}