footer .footer-ifx{
    padding: 34px 13%;
    gap: 30rem;
    background-color: #003bd1;
}

footer .contato .numero{
    font-size: 30px;
    line-height: 34px;
}
footer .contato .custo{
    font-size: 12px;
    line-height: 18px;
}
footer .contato .dias{
    font-size: 12px;
    line-height: 30px;
}

footer .share-bar{
    padding: 10px 0;
    gap: 17rem;
}

footer .share-bar .share-container{
    display: inline-block;
}

footer .share-bar .share-container .copyright{
    font-size: 12px;
    color: #393230;
    padding: 11px 0 0 10px;
}

footer .share-bar .social a{
    background: url(../image/brd-share_buttons_footer.png);
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999;
    float: left;
    margin: 0 6px 0 0;
    font-size: 0;
}

footer .share-bar .social a.tw{
    background-position: -40px 0;
}
footer .share-bar .social a.yt{
    background-position: -80px 0;
}
footer .share-bar .social a.in{
    background-position: -119px 0;
}
footer .share-bar .social a.inst{
    background-position: -158px 0px;
}


footer .share-bar .termos{
    float: right;
    margin-top: 5px;
}