/* =========================
   FOOTER NORDIK
========================= */

.footer-final {
  background: #3b3b3b;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.footer-final img {
  max-width: 120px;
  margin-bottom: 20px;
}

.footer-final h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #ffffff;
}

/* ===== BOTÓN ===== */

.btn-seo {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 30px;
  transition: 0.3s ease;
  background: #c9a78b;
  color: #3b3b3b;
}

.btn-seo:hover {
  background: #d8cfc4;
  color: #3b3b3b;
}

/* ===== LINKS ===== */

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.footer-links li {
  margin: 8px 0;
}

.footer-links a {
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
  color: #ffffff;
}

.footer-links a:hover {
  color: #c9a78b;
}

/* ===== COPY ===== */

.copy {
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.8;
  color: #ffffff;
}