/* ==================== Footer ========================= */

/* footer{
    width: 100%;
    height: 70px;
    background-color: var(--header-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p{
    color: var(--letra-color);

} */
.footer-creditos{
    width: 100%;
    height: 50px;

    display: flex;
    align-content: end;
    justify-content: center;
    align-items: center;

    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(20, 20, 20);
    color: #353535;
}

.footer-creditos a{
    font-family: cursive;
    color: rgb(71, 69, 69);
    text-decoration: none;
}

.footer-creditos a:hover{
    color: rgb(61, 146, 202);
}
/* ==================== Footer ========================= */