#contenedor-footer {
    margin-top: -200px;
    background-color: #3D3D3D;
    color: #fff;
    padding: 3% 12%;
    width: 100%;
    text-align: center;
}

#contenedor-footer .footer-texto-legal{
    font-size: 0.85rem; 
    padding-top: 0.5rem;
    line-height: 1.1rem;
}

#contenedor-footer > div {
    margin-bottom: 2.5rem;
}

#enlacesPortada {
    padding-bottom: 1rem;
    text-align: center;
}

#enlacesPortada span:not(:last-child):after {
    content: '|';
    position: relative;
    padding: 0 5px;
}

@media (min-width: 576px) {
    #contenedor-footer {
        /* flex-direction: row;
        align-items: flex-start;*/
    }
    
    #contenedor-footer > div {
        margin-bottom: 0;
    }
}