.VIpgJd-ZVi9od-ORHb {
  display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc{
  display: none;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.boxTradutor {
  display: none;
}

#google_translate_element .goog-te-combo {
  display: none !important;
}

.btn-tradutor {
  /* background-color: #007bff; */
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  outline: none;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  float: right;
  right: 52px;
  top: 7px;
  box-shadow: 0px 2px 3px #1710102e;
  color: #1e2842;
}

/* Hover do botão */
.btn-tradutor:hover {
  background: #192844;
  color: white;
}

/* Menu suspenso */
.dropdown-menu-tradutor {
  
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top: 5px;
    padding: 10px;
    /* min-width: 200px; */
    right: 33px;

}



/* Itens do menu suspenso */
.dropdown-item-tradutor {
  display: flex;
  align-items: center;
  padding: 8px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

/* Hover dos itens */
.dropdown-item-tradutor:hover {
  background-color: #f0f0f0;
}

/* Imagens de bandeiras */
.dropdown-item-tradutor img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* Texto do idioma */
.span-language {
  font-size: 14px;
  color: #333;
}

/* Para garantir que o botão e o menu fiquem bem posicionados */
.btn-group.dropdown-tradutor {
  position: relative;
}

main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Aumenta ou diminui o número de colunas conforme a tela */
  gap: 1rem;
}


.skiptranslate{
  visibility: hidden;
  display: none;
}


@media (min-width: 1200px) {
  main {
    width: 90%; /* Aumenta a largura do container em telas maiores */
  }
}

