.nav-item a[href*="/archives/"] {
    display: none !important;
  }
  

  /* Estilos para o botão de tradução */
#translate-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
  }
  
  #translate-toggle {
    background-color: #ccc;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  /* Esconde a caixa de seleção do Google Translate */
  body > .goog-te-banner-frame {
    display: none !important;
  }
  
  body > .goog-te-menu-frame {
    display: none !important;
  }
  
  body > .goog-te-gadget {
    display: none !important;
  }
  
  body > .goog-te-gadget-simple {
    display: none !important;
  }
  
  body {
    top: 0 !important;
  }
  