footer {
    position: relative;
    padding: 20px auto;
    width: 100%;
    height: 170px;
    background: #e10b17;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

footer .content {
    position: relative;
    display: flex;
    align-items: center;
    bottom: 0;
}

footer .content .logo-footer {
    display: flex;
    flex-direction: row;
    width: 120%;
}

footer .content .logo-footer img {
    position: relative;
    height: 80px;
    background-size: cover;
}

footer .logo-footer address a {
    color: #fff;
    margin: 10px 0;
    text-decoration: none;
}

.centro {
    padding-top: 2.5rem;
    width: 34rem;
    margin-left: 4rem;
}

.img-altura {
    min-height: 8rem;
}