footer.footer {
    background: #DAD8CF;
    font-family: 'Titillium Bold' !important;
    float: left;
    width: 100%;
    padding: 150px 0px;
    position: relative;
}

footer .display_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .display_flex .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer.footer span{
    color: #000;
    line-height: 25px;
    font-family: 'Titillium Bold' !important;
    font-weight: 300;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

footer.footer span i{
    margin-right: 10px;
    font-size: 15px;
}

footer.footer h1 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Titillium Bold' !important;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 2px;
}
footer .redes_sociais_topo {
    text-align: left;
    float: left;
    width: 100%;
}

footer .redes_sociais_topo .redes-socias-topo{
    float: left;
}

footer .redes_sociais_topo .redes-socias-topo a{
    float: right;
    margin-right: 15px;
    font-size: 20px;
    color: #000;
    border-radius: 100px;
    background: #F0EFEB;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .redes_sociais_topo .redes-socias-topo a:hover{
    background: #000;
    color: #FFF;
}

footer .display_flex .col-sm-5:nth-of-type(2):before {
    content: '';
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 15px;
}

footer .display_flex .col-sm-5:nth-of-type(2):after {
    content: '';
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    right: 15px;
}


.links-rodape {
    /*border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;*/
}

.links-rodape ul {
    
}

.links-rodape ul li {
    padding: 10px 0;
    border-bottom: 1.5px solid #a0a0a0 !important;
}

.links-rodape ul li:last-child {
    border-bottom: 0 !important;
}

.links-rodape ul li a {
    color: #000000 !important;
}

.icones-rodape img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}