:root {
    --main-height:1320px;
}
.b-footer-container{
    position: relative; float: left;
    height: 140px; width: 100%;
    background-color: #eaeff2;
}
.b-footer-container .display{
    width: var(--main-height); height: 100%;
}
.b-footer-container .display-mobile{ /* MOBILE */
    width:100%;
}
.b-footer-container .display .logo{
    height: 100%; width: 330px;
    position: relative; float: left;
    justify-content: left;
}
.b-footer-container .display-mobile .logo-mobile{ /* MOBILE */
    width: 210px;
    margin-left: 5px;
    position: relative; float: left;
    height: 100%;
    margin-right: 15px;
}
.b-footer-container .display .cnpj{
    height: 100%; width: 500px;
    position: relative; float: left;
    justify-content: left;
}
.b-footer-container .display .cnpj label{
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
}
.b-footer-container .display .social{
    height: 100%; width: 100px;
    position: relative; float: right;
    justify-content: right;
}
.b-footer-container .display .social .item{
    height: 100%; width: 40px;
    position: relative; float: right;
}
.b-footer-container .display .social .item i{
    font-size: 30px;
    color: #2d4156;
}
.b-footer-container .display .social .item i:hover{
    cursor: pointer;
    color: #95ff39;
}