.titulo-contatos-footer{display: none;}

.contatos-footer{width: 100%;margin: 45px 0 0 0;display: flex;align-items: center;justify-content: space-between;}

.engloba-contatos-footer{background: #ffffff;height: auto;}

.tel-footer{color: #2f2f35 !important;width: 30%;display: flex;align-items: center;justify-content: center;flex-flow: wrap;}
.engloba-email-footer{width: 30%;margin: 0;display: flex;align-items: center;justify-content: center;flex-flow: wrap;}
.engloba-email-footer a{height: 17px;background: url(../img/contato/email.svg)no-repeat center top;}
.endereco-footer{color: #2f2f35;width: 30%;margin: 0;display: flex;align-items: center;justify-content: center;flex-flow: wrap;}

.tel-footer i{background: url(../img/footer/ligar.svg)no-repeat center #414145;padding: 0;width: 50px;height: 50px;float: left;background-size: 15px;border-radius: 30px;}
.engloba-email-footer i{background: url(../img/footer/envelope.svg)no-repeat center #414145;padding: 0;width: 50px;height: 50px;float: left;background-size: 15px;border-radius: 30px;}
.endereco-footer i{background: url(../img/footer/local.svg)no-repeat center #414145;padding: 0;width: 50px;height: 50px;float: left;background-size: 15px;border-radius: 30px;}

.faixa-contato{display: block;width: 0.3%;height: 70px;background: #e3e3e3;float: left;}

.seta-donw{display: none;}

@media(max-width:1090px){
    .endereco-footer{width: 31%;}
    .tel-footer i{width: 30px;height: 30px;background-size: 10px;}
    .engloba-email-footer i{width: 30px;height: 30px;background-size: 10px;}
    .endereco-footer i{width: 30px;height: 30px;background-size: 10px;}
}

@media(max-width:990px){
    .contatos-footer{margin: 20px 0 0 0;background: none;flex-flow: column;}
    .faixa-contato{display: none;}

    .tel-footer{width: 100%;margin: 0;}
    .engloba-email-footer{width: 100%;margin: 10px 0 0 0;}
    .endereco-footer{width: 100%;margin: 10px 0 0 0;}
}