/* Ocultar botones superiores de teléfono */
header .phonesContainer,
header .header-phones,
header .phone.cliente,
header .phone.contrataciones {
  display: none !important;
}

/* Mantener el logo alineado correctamente */
header .headerContainer {
  justify-content: flex-start !important;
}

/* Evitar huecos raros en cabecera */
header .logo {
  margin-right: auto !important;
}
