.elementor-311 .elementor-element.elementor-element-f93d91c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-311 .elementor-element.elementor-element-877a473{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-877a473 */.fbp-museum-footer {
  --fbp-primary: #75AABA;
  --fbp-primary-dark: #4D7D89;
  --fbp-primary-deep: #365F69;
  --fbp-primary-soft: #DCECEF;
  --fbp-accent: #F1D7A3;
  --fbp-white: #ffffff;
  --fbp-ink: #252525;
  --fbp-muted: #687477;
  --fbp-light: #F7FAFA;
  --fbp-line: rgba(255, 255, 255, 0.22);

  position: relative;
  isolation: isolate;
  margin-top: clamp(64px, 8vw, 112px);
  color: var(--fbp-white);
  font-family: "Inter", Arial, sans-serif;
}

.fbp-museum-footer,
.fbp-museum-footer * {
  box-sizing: border-box;
}

.fbp-museum-footer a {
  color: inherit;
  text-decoration: none;
}

.fbp-footer__container,
.fbp-footer__transparency-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* =========================================================
   BLOQUE DE TRANSPARENCIA
   ========================================================= */

.fbp-footer__transparency-wrap {
  position: relative;
  z-index: 4;
  margin-bottom: -56px;
}

.fbp-transparency {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 36px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 42px);
  color: var(--fbp-ink);
  background:
    linear-gradient(
      130deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(247, 250, 250, 0.98) 62%,
      rgba(220, 236, 239, 0.82) 100%
    );
  border: 1px solid rgba(117, 170, 186, 0.38);
  border-radius: 12px;
  box-shadow:
    0 24px 60px rgba(41, 73, 82, 0.16),
    0 8px 18px rgba(41, 73, 82, 0.08);
}

.fbp-transparency::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(
    to bottom,
    var(--fbp-primary) 0%,
    var(--fbp-primary-dark) 74%,
    var(--fbp-accent) 74%
  );
}

.fbp-transparency::after {
  content: "";
  position: absolute;
  right: -65px;
  top: -85px;
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid rgba(117, 170, 186, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(117, 170, 186, 0.05),
    0 0 0 68px rgba(117, 170, 186, 0.025);
  pointer-events: none;
}

.fbp-transparency__icon {
  display: grid;
  place-items: center;
  width: 68px;
  aspect-ratio: 1;
  color: var(--fbp-primary-deep);
  background:
    linear-gradient(
      145deg,
      rgba(220, 236, 239, 0.95),
      rgba(255, 255, 255, 0.96)
    );
  border: 1px solid rgba(117, 170, 186, 0.34);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(64, 105, 116, 0.12);
}

.fbp-transparency__icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fbp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--fbp-primary-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fbp-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--fbp-primary),
    var(--fbp-accent)
  );
}

.fbp-transparency h2 {
  margin: 0 0 9px;
  color: var(--fbp-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.06;
}

.fbp-transparency p {
  max-width: 670px;
  margin: 0;
  color: var(--fbp-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}

/* =========================================================
   BOTONES
   ========================================================= */

.fbp-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 51px;
  padding: 14px 22px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.fbp-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--fbp-primary-deep);
  transform: translateY(102%);
  transition: transform 320ms cubic-bezier(.22, 1, .36, 1);
}

.fbp-button:hover::before,
.fbp-button:focus-visible::before {
  transform: translateY(0);
}

.fbp-button:hover,
.fbp-button:focus-visible {
  color: var(--fbp-white);
  transform: translateY(-2px);
}

.fbp-button__arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 220ms ease;
}

.fbp-button:hover .fbp-button__arrow,
.fbp-button:focus-visible .fbp-button__arrow {
  transform: translateX(4px);
}

.fbp-button--light {
  color: var(--fbp-white);
  background: var(--fbp-primary);
  box-shadow: 0 12px 26px rgba(69, 116, 129, 0.22);
  white-space: nowrap;
}

.fbp-button--outline {
  margin-top: 28px;
  color: var(--fbp-white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(8px);
}

.fbp-button--outline::before {
  background: var(--fbp-white);
}

.fbp-button--outline:hover,
.fbp-button--outline:focus-visible {
  color: var(--fbp-primary-deep);
  border-color: var(--fbp-white);
}

/* =========================================================
   CUERPO PRINCIPAL
   ========================================================= */

.fbp-footer__main {
  position: relative;
  overflow: hidden;
  padding: 126px 0 30px;
  background:
    linear-gradient(
      135deg,
      var(--fbp-primary-deep) 0%,
      var(--fbp-primary-dark) 42%,
      var(--fbp-primary) 100%
    );
  border-top: 0;
}

.fbp-footer__main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(255, 255, 255, 0.11),
      transparent 24%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(241, 215, 163, 0.12),
      transparent 22%
    );
  pointer-events: none;
}

.fbp-footer__main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(48vw, 620px);
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--fbp-accent),
    rgba(241, 215, 163, 0)
  );
}

.fbp-footer__ornament {
  position: absolute;
  right: -120px;
  bottom: -210px;
  width: 560px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(255, 255, 255, 0.022),
    0 0 0 116px rgba(255, 255, 255, 0.014);
  pointer-events: none;
}

.fbp-footer__container {
  position: relative;
  z-index: 1;
}

.fbp-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(180px, 0.65fr)
    minmax(260px, 0.9fr);
  gap: clamp(42px, 6vw, 82px);
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* =========================================================
   IDENTIDAD
   ========================================================= */

.fbp-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 28px;
}

.fbp-brand__mark {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  color: var(--fbp-primary-deep);
  background: var(--fbp-white);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(29, 61, 70, 0.2);
}

.fbp-brand__mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  margin-top: 45px;
  border-radius: 999px;
  background: var(--fbp-accent);
}

.fbp-brand__mark svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fbp-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.fbp-brand__eyebrow {
  margin-bottom: 6px;
  color: var(--fbp-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.fbp-brand__text strong {
  color: var(--fbp-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
}

/* SELLO PATRIMONIAL */
.fbp-museum-label {
  display: inline-flex;
  align-items: stretch;
  max-width: 440px;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(7px);
}

.fbp-museum-label__number {
  display: grid;
  place-items: center;
  min-width: 82px;
  padding: 12px;
  color: var(--fbp-primary-deep);
  background:
    linear-gradient(
      145deg,
      var(--fbp-white),
      var(--fbp-primary-soft)
    );
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.fbp-museum-label > span:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 16px;
}

.fbp-museum-label strong {
  color: var(--fbp-white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
}

.fbp-museum-label small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fbp-footer__description {
  max-width: 520px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

/* =========================================================
   REDES SOCIALES
   ========================================================= */

.fbp-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.fbp-footer__social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  color: var(--fbp-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.fbp-footer__social a:hover,
.fbp-footer__social a:focus-visible {
  color: var(--fbp-primary-deep);
  background: var(--fbp-white);
  border-color: var(--fbp-white);
  transform: translateY(-2px);
}

/* =========================================================
   TÍTULOS DE COLUMNAS
   ========================================================= */

.fbp-footer__heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
  color: var(--fbp-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.fbp-footer__heading::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--fbp-accent);
}

/* =========================================================
   NAVEGACIÓN
   ========================================================= */

.fbp-footer__nav ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fbp-footer__nav li {
  border-bottom: 1px solid var(--fbp-line);
}

.fbp-footer__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 14px;
  font-weight: 400;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.fbp-footer__nav a::after {
  content: "↗";
  color: var(--fbp-accent);
  opacity: 0;
  transform: translate(-5px, 5px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.fbp-footer__nav a:hover,
.fbp-footer__nav a:focus-visible {
  padding-left: 6px;
  color: var(--fbp-white);
}

.fbp-footer__nav a:hover::after,
.fbp-footer__nav a:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

/* =========================================================
   CONTACTO
   ========================================================= */

.fbp-footer__contact address {
  display: grid;
  gap: 22px;
  margin: 0;
  font-style: normal;
}

.fbp-contact-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fbp-line);
}

.fbp-contact-row__index {
  color: var(--fbp-accent);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.fbp-contact-row small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fbp-contact-row p,
.fbp-contact-row a {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.fbp-contact-row a:hover,
.fbp-contact-row a:focus-visible {
  color: var(--fbp-accent);
}

/* =========================================================
   PIE INFERIOR
   ========================================================= */

.fbp-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--fbp-line);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
}

.fbp-footer__bottom p {
  margin: 0;
}

.fbp-footer__credit span {
  color: var(--fbp-white);
  font-weight: 600;
}

/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

.fbp-museum-footer a:focus-visible {
  outline: 3px solid var(--fbp-accent);
  outline-offset: 4px;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 980px) {
  .fbp-transparency {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fbp-transparency .fbp-button {
    grid-column: 2;
    justify-self: start;
  }

  .fbp-footer__grid {
    grid-template-columns: 1.25fr 0.75fr;
  }

  .fbp-footer__contact {
    grid-column: 1 / -1;
    max-width: 650px;
  }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 680px) {
  .fbp-museum-footer {
    margin-top: 56px;
  }

  .fbp-footer__container,
  .fbp-footer__transparency-wrap {
    width: min(100% - 28px, 1180px);
  }

  .fbp-footer__transparency-wrap {
    margin-bottom: -42px;
  }

  .fbp-transparency {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 30px;
    border-radius: 10px;
  }

  .fbp-transparency::after {
    right: -110px;
    top: -110px;
  }

  .fbp-transparency__icon {
    width: 58px;
    border-radius: 15px;
  }

  .fbp-transparency .fbp-button {
    grid-column: auto;
    width: 100%;
  }

  .fbp-footer__main {
    padding-top: 100px;
  }

  .fbp-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .fbp-footer__contact {
    grid-column: auto;
  }

  .fbp-museum-label {
    width: 100%;
  }

  .fbp-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .fbp-button--outline {
    width: 100%;
  }
}

/* =========================================================
   MENOS MOVIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .fbp-museum-footer *,
  .fbp-museum-footer *::before,
  .fbp-museum-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}/* End custom CSS */