/* Generado por INNSITE CMS — lazy logo a tamaño natural */
.site-boot-mark.has-logo,
.site-boot-mark.has-logo.is-isologo {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: min(92vw, 720px) !important;
  display: grid !important;
  place-items: center !important;
  position: relative !important;
}
.site-boot-mark.has-logo .site-boot-img {
  grid-area: 1 / 1 !important;
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: min(92vw, 720px) !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* Mapa contacto full-bleed + sin scroll horizontal (entrance reveal / 100vw) */
html, body { overflow-x: hidden; }
#contacto:has([data-contact-map]:not([hidden]):not(.is-cms-hidden)),
#contacto:has(.contact-map:not([hidden]):not(.is-cms-hidden)) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.contact-map {
  display: block;
  width: 100%;
  height: 420px;
  min-height: 420px;
  margin: var(--module-pad-y, 6.25rem) 0 0;
  margin-bottom: 0 !important;
  padding: 0;
  line-height: 0;
  background: var(--paper-deep, #e8e8e8);
  box-sizing: border-box;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
.contact-map.is-cms-hidden,
.contact-map[hidden] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
}
