footer{
    border-top: 5px solid #CBC793;
}


#logo-footer{
    width: 45%;
}

.links-nav-footer{
    margin-bottom: 10px;
    font-size: 12px;
}

.imgs-icons-footer-no-border{
    width: 22px;
}
.imgs-icons-footer{
    width: 30px;
}

.text-footer{
    font-size: 12px;
}

#direitos-reservados{
    font-size: 12px;
}

@media(min-width:1600px){
    .links-nav-footer{
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    .imgs-icons-footer-no-border{
        width: 25px;
    }
    .imgs-icons-footer{
        width: 33px;
    }
    
    .text-footer{
        font-size: 14px;
    }

    #direitos-reservados{
        font-size: 15px;
    }
}

@media(max-width:992px){
    #logo-footer{
        width: 70%;
        margin-bottom: 40px;	
    }

    .links-nav-footer{
        margin-bottom: 15px;
        font-size: 18px;
    }

    #nav-footer-title{
        font-size: 23px;
        margin-bottom: 45px !important;
    }

    #fale-conosco-title{
        display: block;
        width: 100%;
        padding: 10px 0px;
        color: #1C4220 !important;
        text-align: center;
        font-size: 23px;
        font-weight: 600;
    }

    .imgs-icons-footer-no-border{
        width: 35px;
    }
    .imgs-icons-footer{
        width: 45px;
    }

    .text-footer{
        font-size: 18px;
    }

    #nos-acompanhe-title{
        display: none;
    }

    #division-footer{
        width: 100%;
        height: 1px;
        margin-bottom: 40px;
    }
}