/* =========================================================
   FOOTER — STICKY + COMPACTO (OPTIMIZADO)
   Markup confirmado:
   #page-wrapper > #page > (#header, #main-wrapper, footer.site-footer)
   ========================================================= */

/* Sticky footer real */
html, body {
  height: 100%;
  margin: 0;
}

#page-wrapper,
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main-wrapper {
  flex: 1 0 auto;
}

footer.site-footer {
  margin-top: auto;
}

/* Footer compacto (sin tocar tipografía) */
footer.site-footer {
  padding-top: 12px !important;
  padding-bottom: 12px !important;

  /* Negro menos oscuro (ajústalo a gusto) */
  background-color: #111111 !important; /* prueba #1a1a1a si lo quieres más claro */
}

/* Evita padding extra de contenedores internos */
footer.site-footer .container,
footer.site-footer .container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Márgenes internos típicos */
footer.site-footer p {
  margin: 0 0 6px 0 !important;
}

footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4 {
  margin: 0 0 8px 0 !important;
}
f0d7d7;
  text-decoration: none;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
  color: #ffffff;
  text-decoration: underline;
}

footer.site-footer hr,
footer.site-footer .border-top {
  border-color: rgba(255,255,255,0.10) !important;
}

/* Evita “huecos” por bloques */
footer.site-footer .block {
  margin-bottom: 10px;
}

/* =========================================================
   FOOTER — Color final aprobado
   ========================================================= */

footer.site-footer {
  background-color: #4f4f4f !important;
  color: #f2f2f2;
}

footer.site-footer small,
footer.site-footer .text-muted {
  color: #d6d6d6 !important;
}

footer.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
  color: #eaeaea;
  text-decoration: underline;
}
