footer {
    background: #fff;
    padding: 0 0 20px;
}

footer p a {
    color: inherit;
    text-decoration: none;
}

.footer__info {
    display: grid;
    align-items: center;
}

.footer__info div {
    padding: 20px;
}

.footer__info .logo {
    display: flex;
    justify-content: center;
}
.footer__info .logo img { width: 60%; }
.footer__info .address img { width: 150px; }
.footer__info .address p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 300;
    color: var(--text-color);
    text-align: center;
}
.footer__info .alianza {
    display:flex;
    justify-content: center;
}
.footer__info .alianza-wrap {
    padding: 0;
}
.footer__info .alianza p {
    margin-bottom: 5px;
    color: #777;
}

.footer__bottom {
    background: #f4fdff;
    text-align: center;
    color: #7e8089;
    font-weight: 200;
    line-height: 18px;
    padding: 20px 0;
}

.footer__bottom p { font-size: .8rem; }
