/* -------------------------------------------------------
   FOOTER
------------------------------------------------------- */
.footer {
    text-align: center;
    padding: 20px;
    background: #111;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

/* Opcional: efecto suave al pasar el mouse sobre enlaces */
.footer a {
    color: #d4a017;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    text-decoration: underline;
}