/* REMOVE BOTÃO "TOPO" */
a[href="#topo"],
a[href*="#topo"],
.botao-topo,
#barraTopo,
.scrollToTop,
.to-top {
  display: none !important;
}

/* REMOVE COLUNA LATERAL */
aside,
.coluna--complementar,
.barra-lateral,
#barraLateral,
.filtros,
.filtro-categoria {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


