/* ===========================
   FOOTER (en todas las pags igual.)
=========================== */

footer.footer-no-gap {
  margin-top: -180px;
}

footer.footer-tight {
  margin-top: 0;
}

footer {
  margin-top: 150px;
  background-color: #ffffff;
  min-height: 100px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.footer-social-links a {
  display: inline-flex;
}

.footer-social-links i {
  font-size: 30px;
  color: #0a66c2;
}

@media (max-width: 767px) {
  .footer-social-links a[href="https://x.com"] {
    display: none;
  }
}

.footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
  padding-top: 40px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.footer-follow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 90px;
}

@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-follow {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.footer-follow-label {
  color: #0a1626;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 90px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(10, 22, 38, 0.15);
  margin: 10px 0;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: -20px;
  padding-bottom: 12px;
  
}

.footer-copyright {
  color: #0a1626;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-links a {
  color: #0a1626;
  font-size: 12px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-links a:hover {
  opacity: 0.7;
}

footer p {
  text-align: center;
  line-height: 1.5;
  color: #0a1626;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #0a1626;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

@media (max-width: 767px) {
  footer {
    margin-top: 60px;
    min-height: auto;
  }

  footer p {
    line-height: 1.5;
    font-size: 14px;
    padding: 20px 20px 10px 20px;
  }
}

.footer-logo {
  display: block;
  height: 70px;
  width: auto;
  margin: 10 auto;
  text-shadow:
    0 0 6px rgba(0, 0, 0, 0.75),
    0 0 16px rgba(0, 0, 0, 0.6),
    0 0 32px rgba(0, 0, 0, 0.45);
}

.footer-logo-subtitle {
  display: block;
  height: 30px;
  width: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer-logo {
    height: 50px;
  }

  .footer-logo-subtitle {
    height: 10px;
  }
}
