#mm-0 > div.barra-top.hidden-phone > div > div > div.rastreio-b.span3 {
    display: none;
}

.homeGeston.span12 {
    display: none;
}

/*Submenus desktop*/
#cabecalho > div.full.menu.superior > div > ul > li > ul:not(.mp):before {
    content: url(//cdn.awsli.com.br/921/921745/arquivos/tag_submenu.png)!important;
}


/*Whatsapp*/
.li-whatsapp a svg.svg-inline--fa.fa-whatsapp.fa-w-16 {
    display: none;
}

.li-whatsapp svg.svg-inline--fa.fa-whatsapp.fa-w-14 {
    font-size: 30px;
    color: #fff;
}

.li-whatsapp a {
    width: 55px;
    height: 55px;
}

/*# RODAPE #*/

.empresar  p {
    color: #fff!important;
}

.empresar * a {
    color: #fff;
    background: #7ad63c;
    padding: 2px 10px;
    border-radius: 2px;
    display: block;
    width: fit-content;
    margin-top: 5px;
}

p.visiter b {
    display: block;
}

p.visiter {
    margin-top: 15px;
}

.news.span3 ul {
    margin: 0;
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
}

.atendr {
    background: #7ad63c;
    margin: 15px 0;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
    cursor: pointer;
}

.atendr a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.atendr svg {
    margin-right: 10px;
    font-size: 25px;
}

@media only screen and (max-width: 767px){
    .news.span3 ul li {margin-right:15px;}
    .news.span3 ul {justify-content: center;}
    .empresar * a {text-align: center;margin: 15px auto;}
}