/* Esconder o container do Menu Insta no mobile */
@media screen and (max-width: 767px) {
  #menuinsta {
    display: none !important;
  }
}