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-footer {
  max-width: 160px;
  height: auto;
  background-repeat: no-repeat;
}
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;
}

#govsp-footerGlobal.container:after {
  background: red;
  display: none;
}

@media only screen and (max-width: 768px) {
  a.govsp-links-footer {
    font-size: 12px;
  }
  img.govsph-logo-footer {
    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-footer {
    max-width: 100px;
    height: auto;
    margin-top: 21px;
  }
}
