/* =========================
   FOOTER BASE
========================= */

.footer-final {
  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;
}

.btn-seo {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.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;
}

.copy {
  margin-top: 30px;
  font-size: 13px;
  opacity: 0.7;
}

/* =========================
   VERSION BLANCA
========================= */

.footer-white {
  background: #ffffff;
  color: #111111;
}

.footer-white .footer-links a {
  color: #111111;
}

.footer-white .btn-seo {
  background: #000000;
  color: #ffffff;
}

.footer-white .btn-seo:hover {
  opacity: 0.85;
}

/* =========================
   VERSION NEGRA
========================= */

.footer-black {
  background: #000000;
  color: #ffffff;
}

.footer-black .footer-links a {
  color: #ffffff;
}

.footer-black .btn-seo {
  background: #ffffff;
  color: #000000;
}

.footer-black .btn-seo:hover {
  opacity: 0.85;
}