@charset "UTF-8";
@font-face {
  font-family: "FolioStd";
  src: url("../fonts/FolioStd-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/Arial Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caslon540";
  src: url("../fonts/Caslon540LTStd-Roman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Caslon540";
  src: url("../fonts/Caslon540LTStd-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
.container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -10000000000000000000;
  background-color: #D7DEDE;
}

/* La forma que se transforma */
.morph-shape {
  position: absolute;
  background-color: rgb(224, 255, 112);
  -webkit-filter: blur(30px);
          filter: blur(30px); /* Mantenemos el suavizado de tus imágenes */
  -webkit-animation: morphTransition 20s ease-in-out infinite alternate;
          animation: morphTransition 20s ease-in-out infinite alternate;
}

@-webkit-keyframes morphTransition {
  /* ESTADO 1: Óvalo central (Imagen 1) */
  0% {
    width: 500px;
    height: 650px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  /* Transición intermedia: empieza a expandirse */
  40% {
    width: 80vw;
    height: 70vh;
    border-radius: 40% 40% 30% 30%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  /* ESTADO 2: Fondo dividido (Imagen 2) */
  100% {
    width: 150vw; /* Cubre todo el ancho */
    height: 120vh; /* Cubre la mitad superior con creces */
    border-radius: 0 0 50% 50%; /* Parte inferior curva que se aplana */
    top: 0%; /* Se pega al borde superior */
    left: 50%;
    -webkit-transform: translate(-50%, -35%) scale(1);
            transform: translate(-50%, -35%) scale(1);
  }
}

@keyframes morphTransition {
  /* ESTADO 1: Óvalo central (Imagen 1) */
  0% {
    width: 500px;
    height: 650px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  /* Transición intermedia: empieza a expandirse */
  40% {
    width: 80vw;
    height: 70vh;
    border-radius: 40% 40% 30% 30%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  /* ESTADO 2: Fondo dividido (Imagen 2) */
  100% {
    width: 150vw; /* Cubre todo el ancho */
    height: 120vh; /* Cubre la mitad superior con creces */
    border-radius: 0 0 50% 50%; /* Parte inferior curva que se aplana */
    top: 0%; /* Se pega al borde superior */
    left: 50%;
    -webkit-transform: translate(-50%, -35%) scale(1);
            transform: translate(-50%, -35%) scale(1);
  }
}
.content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  font-family: "Segoe UI", sans-serif;
  color: #333;
  text-align: center;
  pointer-events: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  color: #0B0B0B;
  font-family: "Caslon540", "Times New Roman", Times, serif;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
}

::-moz-selection {
  background: #0B0B0B;
  color: rgb(224, 255, 112);
}

::selection {
  background: #0B0B0B;
  color: rgb(224, 255, 112);
}

.page {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  padding: clamp(28px, 4.5vw, 64px) clamp(20px, 5.5vw, 88px) clamp(28px, 4vw, 56px);
  overflow: hidden;
}

.vtitle-top {
  position: fixed;
  left: clamp(14px, 2.4vw, 32px);
  top: 50%;
  font-family: "Caslon540", "Times New Roman", Times, serif;
  font-size: clamp(18px, 2vw, 30px);
  letter-spacing: 0.01em;
  color: rgba(11, 11, 11, 0.55);
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 15%;
}
.vtitle-top img {
  width: 100%;
}
.vtitle-top em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  -webkit-text-stroke: 0;
}

.vtitle-bottom {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2.5vw, 36px);
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  font-family: "Caslon540", "Times New Roman", Times, serif;
  font-size: clamp(18px, 2vw, 30px);
  color: rgba(11, 11, 11, 0.7);
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vtitle-bottom img {
  width: 7px;
  margin-left: 3px;
}
.vtitle-bottom em {
  font-style: italic;
  color: rgba(224, 255, 112, 0.95);
  -webkit-text-stroke: 0;
}

.logo {
  font-family: "FolioStd", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #D7DEDE;
}

.logo2 {
  font-family: "FolioStd", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgb(224, 255, 112);
  text-transform: uppercase;
}

.rolling-bl, .rolling-tr {
  font-family: "Caslon540", "Times New Roman", Times, serif;
  font-style: italic;
  font-size: clamp(70px, 10vw, 150px);
  line-height: 0.9;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.rolling-tr {
  position: absolute;
  right: clamp(18px, 3vw, 56px);
  top: clamp(28px, 4.5vw, 64px);
  letter-spacing: -0.01em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.9);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: -999999999;
  position: fixed;
}

.rolling-bl {
  position: absolute;
  left: clamp(8px, 2vw, 32px);
  bottom: clamp(80px, 9vw, 140px);
  -webkit-text-stroke: 1px rgba(224, 255, 112, 0.95);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 0;
}

.intro {
  max-width: 100%;
  font-size: clamp(35px, 4vw, 40px);
  line-height: 1.28;
  margin: 0 0 clamp(40px, 6vw, 80px);
  font-weight: 400;
}
.intro u {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.intro .label-about {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 27%;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
  color: rgba(11, 11, 11, 0.78);
  margin-top: clamp(20px, 3vw, 36px);
  margin-bottom: clamp(20px, 3vw, 36px);
  letter-spacing: 2px;
}

.meta {
  display: grid;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 27%;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
  color: rgba(11, 11, 11, 0.78);
  margin-top: clamp(20px, 3vw, 36px);
  margin-bottom: clamp(20px, 3vw, 36px);
  letter-spacing: 2px;
}
.meta .label {
  grid-column: 2;
}
.meta .dates {
  grid-column: 3;
  font-variant-numeric: tabular-nums;
}

.names {
  text-align: right;
  font-family: "Caslon540", "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.02;
  margin: clamp(8px, 1vw, 16px) 0 0;
}
.names .row {
  display: block;
}
.names.residencias {
  font-size: clamp(36px, 5.4vw, 84px);
}
.names.expo {
  font-size: clamp(34px, 5.4vw, 84px);
}

.spacer {
  height: clamp(40px, 7vw, 100px);
}

.foot {
  position: relative;
  margin-top: clamp(48px, 7vw, 96px);
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 24px;
  z-index: 1;
}
.foot .links {
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.4;
}
.foot .links a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.foot .links a + a {
  margin-top: 2px;
}
.foot .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-family: "FolioStd", Helvetica, Arial, sans-serif;
  gap: 35px;
}

.sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 760px) {
  .vtitle-bottom {
    display: none;
  }
  .vtitle-top {
    width: 55%;
  }
  .rolling-tr img {
    width: 275px;
  }
  .meta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px 20%;
  }
  .meta .label {
    grid-column: 1;
  }
  .meta .dates {
    grid-column: 2;
  }
  .foot {
    grid-template-columns: 1fr;
  }
  .foot .sponsors {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot .sponsors .sponsor {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .foot .sponsors img {
    width: 80%;
  }
}/*# sourceMappingURL=main.css.map */