/* Esconde bloco no mobile */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
