footer {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 13px;
    font-style: normal;
    color:#212121;
    margin-bottom: 7px;
    background-color: #f8f8f8;
}

.bar-endereco{
    background-color: #ffffff;
    color: #212121;
    padding-bottom:10px;
}

.divfooterlink {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom:20px;
    min-height: 275px;
    width: 100%;
    margin: auto;
  

    a {
        color: #212121;
        text-decoration: none;
    }

    a:hover {
        color: #b9b9b9;
        text-decoration: none;
    }
}

.divfooterlink h5 {
    font-size:14px;
}

.styles_payment {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    margin:1px;
}
.styles_payment img{
    margin:2px;
}
     
ul {
    list-style: none;
}