.header-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

ul.gap-3 li {
  font-size: 14px;
  
}

ul.gap-3 li.active{
  font-weight: bold;
}

/* Navbar */
.nav-leo {
  background-color: #182a54;
}

.nav-leo .active {
  color: #fff !important;
}

.nav-leo .nav-link {
  color: #ccc;
  font-weight: 500;
}

.nav-leo .nav-link:hover {
  color: #fff;
}

.footer-leodown {
  background-color: #0E2654; /* azul oscuro */
  padding: 50px 120px;
  color: white;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 10;
}

/* Logo */
.footer-logo {
  width: 190px;
  max-width: 100%;
}

/* Títulos */
.footer-title {
    color: white;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Poppins';
    font-weight: 400;
}

/* Links */
.footer-link {
  display: block;
  font-size: 13px;
  color: white;
  margin-bottom: 18px;
  text-decoration: none;
  transition: 0.2s;
  font-family: 'Poppins';
  font-weight: 200;
}

.footer-link2 {
  display: block;
  font-size: 13px;
  color: white;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.2s;
  font-family: 'Poppins';
  font-weight: 200;
}

.footer-link:hover {
  color: #FFD732;
}

/* Texto */
.footer-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Poppins';
  font-weight: 200;
}

/* Redes */
.footer-social-link {
  color: white;
  font-size: 13px;
  margin-left: 10px;
  text-decoration: none;
  transition: 0.2s;
  font-family: 'Poppins';
  font-weight: 200;
}

.footer-social-link:hover {
  color: #FFD732;
}

.footer-icon {
  width: 28px;
}