footer{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: var(--color-primario) ;
    color: white;
    font-size: 18px;
    max-width: var(--hancho);
    margin: auto;
}