body #govsp-rodape {
    background: #4E4E4E;
}

div#govsp-footerGlobal {
    padding: 1rem 0;
    width: 100%;
    background: #4E4E4E;
	text-align: center;
}

div#govsp-footerGlobal img {
	max-width: 200px;
	height: auto;
}

ul.govsph-links {
    display: inline-flex;
    float: right;
    margin-top: 4px;
    line-height: 22px;
}

    ul.govsph-links > li {
        display: block;
    }

a.govsp-links-footer {
    padding: 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-rodape {
    max-width: 160px;
    height: auto;
}

div#govsp-links-footer {
    display: inline-flex;
    list-style: none;
    margin-top: 41px;
    margin-right: 10px;
}

/*div#govsp-footer-bottom {
    border-bottom: 9px solid;
    border-bottom-right-radius: 9px;
    position: relative;
    top: 50px;
    margin-right: 10px;
}*/

.govsp-azul {
    color: #1F4F9D;
}

.govsp-cinza {
    color: #4D4D4F;
}

.govsp-preto {
    color: #11161D;
}

.contrast .govsp-azul {
    color: #fff;
}

.contrast .govsp-cinza {
    color: #fff;
}

.contrast .govsp-preto {
    color: #fff;
}

img.govsph-logo-rodape.logo-negativo {
    display: none;
}

.contrast img.govsph-logo-rodape {
    display: none !important;
}

    .contrast img.govsph-logo-rodape.logo-negativo {
        display: block !important;
    }

li.govsp-link-rodape {
    background: none;
    padding: 0;
}

@media only screen and (max-width:768px) {
    a.govsp-links-footer {
        font-size: 12px;
    }

    img.govsph-logo-rodape {
        max-width: 100px;
        height: auto;
        margin-top: 23px;
    }
}

@media only screen and (max-width:480px) {
	
div#govsp-footerGlobal img {
	max-width: 160px;
	height: auto;
}

    a.govsp-links-footer {
        font-size: 12px;
        padding: 0 5px 0 5px;
    }

    img.govsph-logo-rodape {
        max-width: 100px;
        height: auto;
        margin-top: 21px;
    }
}
