/* Aumenta logo como <img> */
.g_ .logo a > img,
.logo img {
  max-height: 240px !important; /* ajuste conforme precisar */
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
  display: block !important;
}

/* Garante que o container da logo não limite o novo tamanho */
.g_ .logo a,
.logo a {
  min-height: 120px !important;
  display: flex !important;
  align-items: center !important;
}

/* Quebra possíveis restrições visuais */
header .logo,
.header .logo {
  max-height: none !important;
  overflow: visible !important;
}

/* Menor no mobile */
@media (max-width: 767px) {
  .g_ .logo a > img,
  .logo img {
    max-height: 90px !important;
  }
  .g_ .logo a,
  .logo a {
    min-height: 90px !important;
  }
}

a.floating-whatsapp {
    display: none !important;
}

