footer{
    display: flex;
    width: 100%;
    height: 150px;
    background-color: var(--color-primario);
    color: var(--color-fondo);
}
footer section{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
footer .left ul {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
    list-style: none;
}

.left li {
    margin: 10px 0;
}
.left a{
    text-decoration: none;
    color: var(--just-white);
}