/* Link de email no footer */
.bs-footer-email-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  transition: color 0.2s, border-color 0.2s;
}
.bs-footer-email-link:hover {
  color: #d9a89c;
  border-bottom-color: #d9a89c;
}
