/* ==============================
   LOGO Y HEADER
   ============================== */
.custom-logo-link {
  display: inline-block;
  line-height: 1;
}
.custom-logo {
  max-height: 60px;
  height: auto;
  width: auto;
}

.site-title {
  color: #0056B3;
  font-weight: bold;
}

.nav > li > a,
.nav-link {
  color: #0056B3 !important;
}

.text-primary i {
  color: #0056B3;
}

/* Mobile ajuste */
@media (max-width: 768px) {
  .custom-logo {
    max-height: 45px;
  }
}

/* =======================
   OFFCANVAS MENÚ MÓVIL
   ======================= */
/* Menú móvil con fondo blanco y detalles elegantes */
.offcanvas {
  background-color: #fff;
  color: #000;
}

.offcanvas-header {
  background-color: #f8f9fa;
  padding: 1rem;
}

.offcanvas .nav-link {
  color: #012c61 !important;
  font-size: 1.1rem;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.offcanvas .nav-link:hover {
  background-color: #f0f0f0;
}

.offcanvas .small i {
  color: #012c61;
}


