/* === FOOTER === */
.footer {
  background: var(--grafite);
  color: rgba(255,255,255,0.5);
  padding: 30px 0;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer .logo-foot {
  height: 22px;
  width: auto;
  margin-bottom: 12px;
  opacity: 0.85;
}