.footer{
    background-color: #f9f9f9;
     padding-top: 10px;
    /*padding-bottom: 40px; */
}

.icone-redessociais{
    height: 30px;
    width: 30px;
}

.item-redessociais{
    margin-bottom: 5px;
}

.link-redessociais{
    color: grey;
    margin: 0px;
}

.logo-footer{
    width: 150px;
}

.div-logo-footer{
    padding-top: 20px;
}

.footer-module{
    padding-left: 40px;
    border-left: 3px solid;
    border-color: darkgray;
}

.link-footer{
    font-weight: bolder;
    color: grey;
}

.footer-subtitle{
    font-weight: bolder;
    color: grey;
}

.div-back-to-top{
    transition: bottom 0.5s;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: -50px;
    text-align: center;
}

.show-back-to-top{
    bottom: 10px;
}

@media (max-width: 992px){
    .footer-module{
        padding-bottom: 40px;

    }

    .div-logo-footer{
        padding-top: 0px;
    }
}