.rodape-capital {
    background: #0f1b5a;
    padding-top: 60px;
    padding-bottom: 20px;
}

ul.footerdisplay {
    padding-top: 25px;
}
ul.footerdisplay li a {
    color: #fff;
    font-weight: 200;
}

ul.footerdisplay li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

p.enderecofooter {
    padding-top: 25px;
    color: #fcfcfc;
}

p.copyrights {
    color: #f3f3f3;
}


/* reset list bullets if needed */
.footerdisplay { list-style: none; margin: 0; padding: 0; }

/* links */
.footerdisplay li a {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;               /* space for the arrow */
  text-decoration: none;
}

/* the arrow */
.footerdisplay li a::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.25em, -50%);  /* start slightly left */
  opacity: 0;                            /* hidden by default */
  transition: opacity .2s, transform .2s;
}

/* reveal on hover and keyboard focus */
.footerdisplay li a:hover::before,
.footerdisplay li a:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}
