footer {
    background-color: #183549;
    border-top: 1px solid #1F3A56;
    width: 100%;
    min-height: 60px;
    /* asegura un mínimo */
    padding: 20px;
    margin-top: 40px;

}

.text-muted {
    color: black !important;
}