.elementor-99 .elementor-element.elementor-element-fa01634{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-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-a930865 *//* ================================
   FOOTER COMPACTO
================================ */

.unesco-footer-compact {
  position: relative;
  overflow: hidden;
  padding: 38px 40px 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 0%, rgba(231, 196, 106, 0.12), transparent 32%),
    linear-gradient(135deg, #061d34 0%, #082b4d 52%, #003e73 100%);
}

.unesco-footer-compact::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  border: 1px solid rgba(231, 196, 106, 0.16);
  pointer-events: none;
}

.unesco-footer-compact .unesco-container {
  position: relative;
  z-index: 1;
}

.unesco-footer-compact-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
}


/* LOGOS */

.unesco-footer-compact-logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

.unesco-footer-compact-logos img {
  display: block;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.unesco-footer-logo-mcd {
  max-height: 58px;
}

.unesco-footer-logo-unesco {
  max-height: 50px;
}

.unesco-footer-compact-logos span {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.24);
}


/* LINKS */

.unesco-footer-compact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 22px;
  flex-wrap: wrap;
}

.unesco-footer-compact-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
  line-height: 1.3;
  transition: color 180ms ease, transform 180ms ease;
}

.unesco-footer-compact-links a:hover {
  color: #e7c46a;
  transform: translateY(-1px);
}


/* BOTON */

.unesco-footer-compact-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #072c4f;
  background: #e7c46a;
  text-decoration: none;
  font-weight: 850;
  font-size: 0.88rem;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(200, 155, 60, 0.18);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.unesco-footer-compact-top:hover {
  color: #072c4f;
  background: #f0d37e;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(200, 155, 60, 0.24);
}


/* BOTTOM */

.unesco-footer-compact-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.unesco-footer-compact-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  line-height: 1.5;
}

.unesco-footer-compact-bottom p:last-child {
  text-align: right;
}


/* RESPONSIVE */

@media (max-width: 920px) {
  .unesco-footer-compact-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .unesco-footer-compact-logos {
    justify-content: center;
  }

  .unesco-footer-compact-links {
    justify-content: center;
  }

  .unesco-footer-compact-top {
    justify-self: center;
  }

  .unesco-footer-compact-bottom {
    justify-content: center;
    text-align: center;
  }

  .unesco-footer-compact-bottom p:last-child {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .unesco-footer-compact {
    padding: 34px 0 22px;
  }

  .unesco-footer-compact-logos {
    gap: 12px;
  }

  .unesco-footer-logo-mcd {
    max-height: 48px;
  }

  .unesco-footer-logo-unesco {
    max-height: 42px;
  }

  .unesco-footer-compact-logos span {
    height: 36px;
  }

  .unesco-footer-compact-links {
    flex-direction: column;
    gap: 11px;
  }

  .unesco-footer-compact-top {
    width: 100%;
  }

  .unesco-footer-compact-bottom {
    margin-top: 24px;
  }
}/* End custom CSS */