.footer {
    background-color: #0b2c64;
    color: white;
    text-align: center;
    padding: 0px;
    font-size: 14px;
    width: 100%;
    left: 0;
    bottom: 0;

}

/* Footer responsivo */
@media (max-width: 768px) {
    .footer {
        font-size: 12px;
        padding: 0px;
    }
}
