/* ==========================================================
   PIE DE PAGINA
   ========================================================== */

/* ---------- FOOTER ---------- */
footer{
  background:var(--navy-deep); color:rgba(246,243,236,0.55);
  padding:32px; font-size:12.5px;
}
.footer-inner{
  max-width:1120px; margin:0 auto; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
}
