.popup .contact-info p:nth-child(3) {
  display: none !important;
}
a[href^="tel:"] {
  display: none !important;
}
@media (max-width: 768px) {
  /* Reduz altura do cabeçalho */
  header#cabecalho-principal {
    padding: 5px 0 !important;
  }

  /* Ajusta o tamanho do logotipo */
  header#cabecalho-principal img {
    max-height: 40px !important;
  }

  /* Ajusta espaçamento interno do menu/mobile */
  .top-bar, .header__mobile {
    padding: 5px 10px !important;
  }
}
