footer#rodape {
    width: 100%;
}
footer#rodape div.rede-social {
    width: 100%;
    height: 50px;
    border-top: solid 3px #C6B9B5;
    text-align: center;
    line-height: 50px;
}
footer#rodape div.footer-endereco {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #C6B9B5;
    
}
div.footer-endereco p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
}
.fa-instagram {
    color: #00677D;
    font-size: 22px;
}
.fa-pinterest {
    color: #00677D;
    font-size: 22px;
    margin-left: 10px;
}

.fa-facebook-square {
    color: #00677D;
    font-size: 22px;
    margin-left: 10px;
}

.instagram {
    display: inline-block;
    width: 40px;
}

.pinterest {
    display: inline-block;
    width: 40px;
}

.facebook {
    display: inline-block;
    width: 40px;
}

@media (max-width: 767.98px) { 
    footer#rodape div.footer-endereco {
        width: 100%;
        height: 80px;
        text-align: center;
        background: #C6B9B5;
        
    }

    div.footer-endereco p {
        color: #fff;
        font-size: 16px;
        padding-bottom: 10px;
        padding-top:10px;
        line-height: normal;
    }
}