.footer {
    color: white;
    background-color: #051844 !important;
}

.footer-logo {
    padding: 10px;
    max-width: 200px;
}

.libro-reclamaciones {
    padding: 10px;
    max-width: 150px;
}

.enlaces-footer, .redes-footer {
    list-style: none;
    font-size: 1.3rem;
    padding-left: 0;
    display: flex;

}

#asociados-a img {
    padding: 10px;
    max-width: 230px;
}

.enlaces-footer > li > a, .redes-footer > li > a {
    text-decoration: none;
    margin: 0 10px;
    color: #fff;

}

body > footer > div > div > div.col-xxl-4.col-xl-4.col-lg-5.col-sm-12.col-xs-12.d-flex.align-items-center.justify-content-center > div > div:nth-child(2) {
    display: inherit !important;
}

