iframe{
            display: none !important;
        }
.skiptranslate{
  display: none !important;
}
#google_translate_element .goog-te-gadget-icon,
  .goog-te-gadget .goog-te-gadget-icon,
  .goog-te-gadget-simple .goog-te-gadget-icon,
  .goog-te-gadget img.goog-te-gadget-icon,
  .goog-logo-link,
  a.goog-logo-link,
  img[alt="Google Translate"],
  img[alt="Google Tradutor"] {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
body{
    top: 0 !important;
    height: 100vh;
    border: 0px solid #FB0103;
}

.slide-hidden {
    opacity: 1;
    transform: translateY(18px);
  }
  /* animação de entrada */
  .slide-in {
    animation: slideIn 0.5s cubic-bezier(.22,.61,.36,1) forwards;
  }
  @keyframes slideIn {
    from { opacity: 0; transform: translateY(50vh); }
    to   { opacity: 1; transform: translateY(0); }
  }

  #goog-gt-tt{
    display: none !important;
  }
  .skiptranslate{
    display: none !important;
  }
  iframe{
    display: none;
  }

  .goog-te-banner-frame.skiptranslate { display: none !important; }
  /* qualquer balão/tooltip */
  #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
  /* ícone do widget */
  .goog-te-gadget .goog-te-gadget-icon { display: none !important; }
  /* link "Powered by Google" (se existir no gadget) */
  .goog-logo-link, .goog-te-gadget span a { display: none !important; }
  /* evita empurrar a página pra baixo */
  body { top: 0 !important; }
  /* se você não quiser mostrar o seletor de idiomas */
  #google_translate_element { display: none !important; }

   .goog-te-banner-frame, .goog-te-banner-frame.skiptranslate,
  #goog-gt-tt, .goog-te-balloon-frame, .goog-te-gadget-icon,
  .goog-logo-link, .goog-te-gadget span a,
  /* classes “VIpgJd…” que o Google usa no banner/badge */
  .VIpgJd-ZVi9od-ORHb-OEVmcd, .VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  /* se um img/iframe solto escapar */
  [class*="goog-te"], iframe[id^=":"] { display: none !important; }
  /* o Google às vezes empurra o body pra baixo */
  html body { top: 0 !important; }