.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; /* espacio entre texto y logo */
}

.footer a {
    text-decoration: none;
}

.footer-logo {
    height: 25px; /* ajusta tamaño del logo */
    vertical-align: middle;
}
