Tirar icone home

@media only screen and (max-width: 767px){
a.icon-home {
    display: none;
}
.conteudo-topo .busca-mobile {
    background-color: white;
}
}