/* Estilos para o link em todas as telas */
.footer-copyright #desenvolvido-por a:link,
.footer-copyright #desenvolvido-por a:visited {
  color: white !important;
  text-decoration: none !important;
}

.footer-copyright #desenvolvido-por a:hover {
  color: white !important;
  text-decoration: underline !important;
}

/* ------------------------------------ */
/* Centralizar texto apenas em telas menores (mobile) */
@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}