.elementor-107 .elementor-element.elementor-element-c2ebbe0{--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-107{margin:0px 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-7d6e435 *//* ================================
   HEADER WORDPRESS RESPONSIVE REAL
================================ */

.unesco-site-header {
  position: sticky;
  padding: 0px 40px;
  top: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7, 44, 79, 0.1);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.unesco-site-header * {
  box-sizing: border-box;
}

.unesco-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}


/* ================================
   BRAND / LOGOS
================================ */

.unesco-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
  position: relative;
  z-index: 1001;
}

.unesco-header-brand img {
  display: block;
  width: auto;
  object-fit: contain;
}

.unesco-header-logo-mcd {
  max-height: 50px;
}

.unesco-header-logo-unesco {
  max-height: 42px;
}

.unesco-header-divider {
  width: 1px;
  height: 38px;
  background: rgba(7, 44, 79, 0.18);
}


/* ================================
   MENU DESKTOP
================================ */

.unesco-header-nav {
  min-width: 0;
}

.unesco-wp-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.unesco-wp-menu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.unesco-wp-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #072c4f;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.unesco-wp-menu a:hover,
.unesco-wp-menu .current-menu-item > a,
.unesco-wp-menu .current_page_item > a {
  color: #072c4f;
  background: rgba(200, 155, 60, 0.18);
}


/* ================================
   SUBMENUS DESKTOP
================================ */

.unesco-wp-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 230px;
  list-style: none;
  margin: 0;
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(7, 44, 79, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.unesco-wp-menu li:hover > .sub-menu,
.unesco-wp-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.unesco-wp-menu .sub-menu li + li {
  margin-top: 4px;
}

.unesco-wp-menu .sub-menu a {
  width: 100%;
  justify-content: flex-start;
  border-radius: 12px;
  color: #072c4f;
  font-size: 0.9rem;
  line-height: 1.25;
}

.unesco-wp-menu .sub-menu a:hover {
  background: rgba(0, 75, 141, 0.08);
}


/* ================================
   BUTTON
================================ */

.unesco-header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #072c4f;
  background: #e7c46a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(200, 155, 60, 0.22);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.unesco-header-button:hover {
  color: #072c4f;
  background: #f0d37e;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(200, 155, 60, 0.28);
}

.unesco-header-button-mobile {
  display: none;
}


/* ================================
   HAMBURGER
================================ */

.unesco-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #072c4f;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  padding: 0;
  box-shadow: 0 12px 28px rgba(7, 44, 79, 0.18);
}

.unesco-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.unesco-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.unesco-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.unesco-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* ================================
   TABLET
================================ */

@media (max-width: 1120px) {
  .unesco-header-inner {
    gap: 18px;
  }

  .unesco-wp-menu a {
    padding: 10px 10px;
    font-size: 0.86rem;
  }

  .unesco-header-button {
    padding: 11px 15px;
  }
}


/* ================================
   MOBILE REAL MENU
================================ */

@media (max-width: 920px) {
  .unesco-site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .unesco-header-inner {
    min-height: 74px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
  }

  .unesco-header-logo-mcd {
    max-height: 44px;
  }

  .unesco-header-logo-unesco {
    max-height: 36px;
  }

  .unesco-header-divider {
    height: 32px;
  }

  .unesco-menu-toggle {
    display: inline-block;
  }

  .unesco-header-button-desktop {
    display: none;
  }

  .unesco-header-nav {
    position: fixed;
    top: 74px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(231, 196, 106, 0.16), transparent 36%),
      #ffffff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
    border: 1px solid rgba(7, 44, 79, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .unesco-header-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .unesco-wp-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
  }

  .unesco-wp-menu a {
    width: 100%;
    justify-content: flex-start;
    min-height: 46px;
    padding: 13px 15px;
    border-radius: 16px;
    color: #072c4f;
    background: rgba(7, 44, 79, 0.04);
    font-size: 0.96rem;
    font-weight: 780;
  }

  .unesco-wp-menu a:hover,
  .unesco-wp-menu .current-menu-item > a,
  .unesco-wp-menu .current_page_item > a {
    background: rgba(200, 155, 60, 0.2);
  }

  .unesco-wp-menu .sub-menu {
    position: static;
    min-width: 100%;
    margin: 8px 0 0;
    padding: 8px;
    border-radius: 16px;
    background: rgba(7, 44, 79, 0.04);
    box-shadow: none;
    border: 1px solid rgba(7, 44, 79, 0.06);
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .unesco-wp-menu .sub-menu a {
    min-height: 40px;
    padding: 11px 13px;
    font-size: 0.9rem;
    background: #ffffff;
  }

  .unesco-header-button-mobile {
    display: inline-flex;
    width: 100%;
    margin-top: 14px;
  }

  body.unesco-menu-open {
    overflow: hidden;
  }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 480px) {
  .unesco-header-inner {
    min-height: 68px;
  }

  .unesco-header-brand {
    gap: 10px;
  }

  .unesco-header-logo-mcd {
    max-height: 38px;
  }

  .unesco-header-logo-unesco {
    max-height: 31px;
  }

  .unesco-header-divider {
    height: 28px;
  }

  .unesco-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .unesco-header-nav {
    top: 68px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 84px);
    border-radius: 20px;
    padding: 14px;
  }
}

@media (max-width: 380px) {
  .unesco-header-logo-mcd {
    max-height: 34px;
  }

  .unesco-header-logo-unesco {
    max-height: 28px;
  }

  .unesco-header-divider {
    height: 25px;
  }

  .unesco-menu-toggle {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */