/* Ajuste específico del logo de Barcelona.
   El export conserva width/height fijos en el HTML; si no se fuerza height:auto,
   la imagen puede elevar demasiado la cabecera. */
html,
body {
  overflow-x: hidden !important;
}

#_header_left-4-21,
#link-5-21 {
  height: auto !important;
  min-height: 0 !important;
}

#image-6-21 {
  width: 370px !important;
  max-width: min(370px, 72vw) !important;
  height: auto !important;
  max-height: 82px !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 767px) {
  #image-6-21 {
    width: 250px !important;
    max-width: 50vw !important;
    max-height: 56px !important;
  }

  .fbx-pro-menu:not(.fbx-pro-menu-open) .fbx-pro-menu-container {
    width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 479px) {
  #image-6-21 {
    width: 180px !important;
    max-width: 48vw !important;
    max-height: 46px !important;
  }
}
