.back-to-top,
a[href="#"],
[class*="top"],
[class*="scroll"] {
  display: none !important;
}
@media (max-width: 767px) {
  .footer,
  footer,
  .institucional,
  .info-rodape,
  .row-fluid:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .row-fluid:last-child::after {
    display: none !important;
  }

  body {
    overflow-x: hidden !important;
  }
}
