/* Footer actualizado ¨C tema oscuro cyber / ne¨Žn */
.footer {
  padding: 0.75rem 0;
  font-size: 14px;
  background-color: #0f1115;
}

.footer a:not(.btn) {
  color: #cfd3da;
  transition: color 0.3s ease;
}

.footer a:not(.btn):hover {
  color: #3dffb5;
}

.footer .title {
  color: #ffffff;
  font-weight: 600;
}

/* Footer superior */
.footer_top.dark {
  background-color: #0f1115 !important;
}

.footer_top.dark .site-logo img {
  max-height: 40px;
  filter: brightness(1.1);
}

/* Links r¨˘pidos */
.footer_top.dark .quick-link li a:hover {
  color: #3dffb5;
}

/* Footer inferior */
.footer_bottom.dark {
  background-color: #0b0d11 !important;
}

.footer_bottom.dark .container {
  padding: 20px;
  border-top: 1px solid #2a2f3a;
}

/* Selector de idioma */
.footer-lang-selector {
  margin-top: 6px;
  margin-left: 20px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #3a3f4b;
  outline: none;
  background-color: #0f1115;
  color: #cfd3da;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-lang-selector:hover {
  border-color: #3dffb5;
  color: #3dffb5;
  box-shadow: 0 0 8px rgba(61, 255, 181, 0.4);
}

/* Responsive */
@media (max-width: 576px) {
  section.banner .content {
    text-align: center;
  }

  section.banner .content h1 {
    font-size: 28px;
  }

  .header-top .navbar-nav.list-inline {
    display: none;
  }

  nav.header-top .link {
    margin-left: auto;
  }

  footer {
    border-top: none;
  }

  footer .col-auto {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-lang-selector {
    margin-left: 0;
  }
}
