.elementor-65 .elementor-element.elementor-element-2d34343{--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-65 .elementor-element.elementor-element-7fca72b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-65{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7fca72b *//* ================================
   UNESCO LANDING PAGE
================================ */

.unesco-landing {
  --unesco-blue: #004b8d;
  --unesco-blue-dark: #072c4f;
  --unesco-gold: #c89b3c;
  --unesco-gold-light: #e7c46a;
  --unesco-earth: #7b4b2a;
  --unesco-cream: #f7f1e7;
  --unesco-soft: #faf7f0;
  --unesco-text: #1f2933;
  --unesco-muted: #64748b;
  --unesco-white: #ffffff;
  --unesco-radius: 24px;
  --unesco-shadow: 0 20px 56px rgba(15, 23, 42, 0.14);

  color: var(--unesco-text);
  background: var(--unesco-soft);
  overflow-x: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.unesco-landing * {
  box-sizing: border-box;
}

.unesco-landing img {
  max-width: 100%;
  display: block;
}

.unesco-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* ================================
   HERO
================================ */

.unesco-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--unesco-blue-dark);
}

.unesco-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 28, 52, 0.95) 0%,
      rgba(4, 28, 52, 0.78) 48%,
      rgba(4, 28, 52, 0.36) 100%
    ),
    url("https://media.mcd.gob.gt/unesco/2026/05/el_camino_continua-scaled.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.035);
}

.unesco-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at top left, rgba(200, 155, 60, 0.32), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 75, 141, 0.52), transparent 42%);
}

.unesco-hero-content {
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 72px;
  color: var(--unesco-white);
}

.unesco-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.unesco-logos img {
  max-height: 64px;
  width: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
  padding: 10px 14px;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.unesco-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--unesco-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.unesco-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: currentColor;
  border-radius: 20px;
}

.unesco-eyebrow.dark {
  color: var(--unesco-gold);
}

.unesco-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 850;
}

.unesco-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.unesco-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.unesco-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.unesco-btn:hover {
  transform: translateY(-2px);
}

.unesco-btn-primary {
  color: var(--unesco-blue-dark);
  background: var(--unesco-gold-light);
  box-shadow: 0 14px 32px rgba(200, 155, 60, 0.28);
}

.unesco-btn-light {
  color: var(--unesco-white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}


/* ================================
   GENERAL SECTIONS
================================ */

.unesco-section {
  padding: 74px 0;
}

.unesco-section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.unesco-section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.unesco-section-heading.compact {
  margin-bottom: 34px;
}

.unesco-section-heading.centered .unesco-eyebrow {
  justify-content: center;
}

.unesco-section-heading h2,
.unesco-intro-layout h2 {
  margin: 0;
  color: var(--unesco-blue-dark);
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 850;
}

.unesco-section-heading p {
  margin: 16px auto 0;
  color: var(--unesco-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}


/* ================================
   INTRO
================================ */

.unesco-intro {
  background:
    radial-gradient(circle at top right, rgba(200, 155, 60, 0.14), transparent 34%),
    var(--unesco-soft);
}

.unesco-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.unesco-intro-text {
  background: var(--unesco-white);
  border-radius: var(--unesco-radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.unesco-intro-text p {
  margin: 0;
  color: #344054;
  font-size: 1.02rem;
  line-height: 1.75;
}

.unesco-intro-text p + p {
  margin-top: 16px;
}

.unesco-intro-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-radius: var(--unesco-radius);
  padding: 28px;
  color: var(--unesco-white);
  background:
    linear-gradient(135deg, rgba(7, 44, 79, 0.96), rgba(0, 75, 141, 0.9)),
    url("https://media.mcd.gob.gt/unesco/2026/05/tikal3.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: var(--unesco-shadow);
}

.unesco-intro-strip span {
  display: block;
  color: var(--unesco-gold-light);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.unesco-intro-strip strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.unesco-intro-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.65;
}


/* ================================
   COMMON CARD GRIDS
================================ */

.unesco-card-grid {
  display: grid;
  gap: 20px;
}

.unesco-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* ================================
   HERITAGE IMAGE CARDS
================================ */

.unesco-heritage {
  background:
    radial-gradient(circle at top left, rgba(0, 75, 141, 0.08), transparent 34%),
    var(--unesco-soft);
}

.unesco-image-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--unesco-blue-dark);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
}

.unesco-image-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.unesco-image-card:hover img {
  transform: scale(1.06);
}

.unesco-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(4, 28, 52, 0.92) 0%,
      rgba(4, 28, 52, 0.58) 48%,
      rgba(4, 28, 52, 0.08) 100%
    );
}

.unesco-image-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 24px;
  color: var(--unesco-white);
}

.unesco-image-card span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--unesco-gold-light);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.unesco-image-card h3 {
  margin: 0;
  color: var(--unesco-white);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.unesco-image-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  font-size: 0.92rem;
}


/* ================================
   INTANGIBLE HERITAGE
================================ */

.unesco-intangible {
  background: #ffffff;
}

.unesco-info-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--unesco-soft);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.09);
  display: flex;
  flex-direction: column;
}

.unesco-info-img {
  height: 230px;
  overflow: hidden;
  background: var(--unesco-blue-dark);
}

.unesco-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.unesco-info-card:hover .unesco-info-img img {
  transform: scale(1.06);
}

.unesco-info-body {
  padding: 22px;
}

.unesco-info-body span {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--unesco-blue-dark);
  background: rgba(200, 155, 60, 0.18);
  font-size: 0.7rem;
  font-weight: 850;
}

.unesco-info-body h3 {
  margin: 0;
  color: var(--unesco-blue-dark);
  font-size: clamp(1.35rem, 1.7vw, 1.95rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.unesco-info-body p {
  margin: 13px 0 0;
  color: #475467;
  font-size: 0.94rem;
  line-height: 1.6;
}


/* ================================
   NOMINATIONS
================================ */

.unesco-nominations {
  background:
    radial-gradient(circle at bottom right, rgba(200, 155, 60, 0.13), transparent 34%),
    var(--unesco-soft);
}

.unesco-nomination-grid {
  display: grid;
  gap: 26px;
}

.unesco-nomination-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  background: var(--unesco-white);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.1);
}

.unesco-nomination-card.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.unesco-nomination-card.reverse .unesco-nomination-image {
  order: 2;
}

.unesco-nomination-image {
  min-height: 410px;
  background: var(--unesco-blue-dark);
}

.unesco-nomination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unesco-nomination-content {
  padding: clamp(26px, 4vw, 46px);
  align-self: center;
}

.unesco-tag {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--unesco-blue-dark);
  background: rgba(200, 155, 60, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
}

.unesco-nomination-content h3 {
  margin: 0;
  color: var(--unesco-blue-dark);
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.unesco-nomination-content p {
  margin: 20px 0 0;
  color: #475467;
  font-size: 1rem;
  line-height: 1.75;
}

.unesco-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 24px;
}

.unesco-mini-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: var(--unesco-white);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.unesco-mini-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
}

.unesco-mini-gallery figcaption {
  padding: 9px 11px 11px;
  color: var(--unesco-blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
}


/* ================================
   STATEMENT
================================ */

.unesco-statement {
  position: relative;
  padding: 76px 0;
  color: var(--unesco-white);
  background:
    linear-gradient(120deg, rgba(7, 44, 79, 0.96), rgba(0, 75, 141, 0.88)),
    url("https://media.mcd.gob.gt/unesco/2026/05/Tradicion_oral-scaled.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.unesco-statement h2 {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: var(--unesco-white);
  font-size: clamp(1.95rem, 3.4vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.055em;
  font-weight: 850;
}


/* ================================
   MOSAIC
================================ */

.unesco-mosaic-section {
  background: #ffffff;
}

.unesco-mosaic {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}

.unesco-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.unesco-mosaic img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.unesco-mosaic img:nth-child(4) {
  grid-row: span 2;
}

.unesco-mosaic img:nth-child(7) {
  grid-column: span 2;
}

.unesco-mosaic img:nth-child(10) {
  grid-column: span 2;
}


/* ================================
   CLOSING
================================ */

.unesco-closing {
  padding: 78px 0;
  background:
    linear-gradient(135deg, rgba(7, 44, 79, 0.98), rgba(0, 75, 141, 0.92)),
    url("https://media.mcd.gob.gt/unesco/2026/05/antigua3.jpg");
  background-size: cover;
  background-position: center;
  color: var(--unesco-white);
}

.unesco-closing-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.unesco-closing h2 {
  max-width: 760px;
  margin: 0;
  color: var(--unesco-white);
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.unesco-closing p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.7;
}

.unesco-closing-logos {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.unesco-closing-logos img {
  max-height: 78px;
  width: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  padding: 13px 16px;
  border-radius: 18px;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .unesco-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .unesco-mosaic {
    grid-template-columns: repeat(3, 1fr);
  }

  .unesco-mosaic img:nth-child(1),
  .unesco-mosaic img:nth-child(7),
  .unesco-mosaic img:nth-child(10) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .unesco-mosaic img:nth-child(4) {
    grid-row: span 1;
  }
}

@media (max-width: 860px) {
  .unesco-hero {
    min-height: auto;
  }

  .unesco-hero-content {
    padding: 54px 0 64px;
  }

  .unesco-logos img {
    max-height: 56px;
    padding: 10px 12px;
  }

  .unesco-intro-layout,
  .unesco-intro-strip,
  .unesco-closing-content {
    grid-template-columns: 1fr;
  }

  .unesco-nomination-card,
  .unesco-nomination-card.reverse {
    grid-template-columns: 1fr;
  }

  .unesco-nomination-card.reverse .unesco-nomination-image {
    order: initial;
  }

  .unesco-nomination-image {
    min-height: 330px;
  }

  .unesco-closing-logos {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .unesco-container,
  .unesco-hero-content {
    width: min(100% - 28px, 1180px);
  }

  .unesco-section {
    padding: 58px 0;
  }

  .unesco-hero h1 {
    font-size: clamp(2.45rem, 13vw, 4rem);
    letter-spacing: -0.06em;
  }

  .unesco-hero p {
    font-size: 1rem;
  }

  .unesco-hero-actions {
    flex-direction: column;
  }

  .unesco-btn {
    width: 100%;
  }

  .unesco-section-heading h2,
  .unesco-intro-layout h2,
  .unesco-statement h2,
  .unesco-closing h2 {
    letter-spacing: -0.045em;
  }

  .unesco-card-grid.four {
    grid-template-columns: 1fr;
  }

  .unesco-intro-text,
  .unesco-intro-strip,
  .unesco-nomination-content {
    padding: 22px;
  }

  .unesco-info-img {
    height: 250px;
  }

  .unesco-mini-gallery {
    grid-template-columns: 1fr;
  }

  .unesco-mini-gallery img {
    aspect-ratio: 16 / 9;
  }

  .unesco-image-card,
  .unesco-image-card img {
    min-height: 330px;
  }

  .unesco-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }

  .unesco-mosaic img {
    border-radius: 20px;
  }

  .unesco-closing-logos {
    flex-direction: column;
    align-items: flex-start;
  }

  .unesco-closing-logos img {
    max-height: 70px;
  }
}

@media (max-width: 420px) {
  .unesco-logos {
    gap: 10px;
    margin-bottom: 30px;
  }

  .unesco-logos img {
    max-height: 48px;
  }

  .unesco-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .unesco-eyebrow::before {
    width: 28px;
  }

  .unesco-nomination-image {
    min-height: 285px;
  }

  .unesco-image-card,
  .unesco-image-card img {
    min-height: 310px;
  }

  .unesco-image-card div {
    padding: 21px;
  }

  .unesco-info-body {
    padding: 21px;
  }
}/* End custom CSS */