/* Generado por INNSITE CMS — no editar a mano */
:root {
  --cms-primario: #1b365d;
  --cms-secundario: #cfc08e;
  --cms-acento: #f4f1ea;
  --cms-primario-soft: #364e70;
  --cms-acento-hover: #d2cfc9;
  --cms-line: rgba(27, 54, 93, 0.08);
  --cms-shadow: 0 12px 40px rgba(27, 54, 93, 0.08);

  --primario: #1b365d;
  --secundario: #cfc08e;
  --acento: #f4f1ea;
  --primary: #1b365d;
  --secondary: #cfc08e;
  --accent: #f4f1ea;
  --brand: #1b365d;

  /* Alias de templates actuales (p. ej. Sure Assurance) */
  --navy: #1b365d;
  --navy-2: #364e70;
  --crimson: #f4f1ea;
  --crimson-hover: #d2cfc9;
  --line: rgba(27, 54, 93, 0.08);
  --shadow: 0 12px 40px rgba(27, 54, 93, 0.08);

  --cms-font-titulos: Quicksand, "Segoe UI", sans-serif;
  --cms-font-subtitulos: Quicksand, "Segoe UI", sans-serif;
  --cms-font-cuerpo: Quicksand, "Segoe UI", sans-serif;

}

/* Layout fix: mapa contacto + sin scroll horizontal (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;
}
