/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 15 version
*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

p {
    font-family: 'Albert Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 3.6vw;
    text-wrap: auto;
    line-height: 1.3;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: visible;
}

@media screen and (min-width: 480px) {
    p {
        font-size: 1.45rem;
    }
}

@media screen and (min-width: 768px) {
    p {
        font-size: 1.7rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media screen and (min-width: 768px) {
    p {
        font-size: 1.1rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media screen and (min-width: 932px) {
    p {
        font-size: 0.9rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

/* Los nombres de la lista de créditos deben verse igual que los párrafos
   (ej. "100 Años Luz es un proyecto de..."), pero son <li> y no <p>, así que
   no heredan la cascada de fuente/tamaño de arriba. Se replica acá. */
.credits-artists-list li {
    font-family: 'Albert Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 3.6vw;
    line-height: 1.3;
}

@media screen and (min-width: 480px) {
    .credits-artists-list li {
        font-size: 1.45rem;
    }
}

@media screen and (min-width: 768px) {
    .credits-artists-list li {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 768px) {
    .credits-artists-list li {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 932px) {
    .credits-artists-list li {
        font-size: 0.9rem;
    }
}

.bold-font {
    font-weight: 500;
}

.serif-font {
    font-family: 'Source Serif 4', serif;
    font-weight: 350;
    font-style: normal;
    font-optical-sizing: auto; /* Fallback para navegadores que no soportan esta propiedad */
}

.large-font {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.large-font-2 {
    font-size: 16px; /* Fallback para navegadores antiguos */
    font-size: 2.5vh;
    line-height: 1.4;
    text-align: center;
}

@media screen and (min-width: 380px) {
    .large-font-2 {
        font-size: 18px; /* Fallback para navegadores antiguos */
        font-size: 2.4vh;
        line-height: 1.4;
        text-align: center;
    }
}

@media screen and (min-width: 480px) {
    .large-font-2 {
        font-size: 20px; /* Fallback para navegadores antiguos */
        font-size: 2.5vh;
        line-height: 1.4;
        text-align: center;
    }
}

@media screen and (min-width: 678px) {
    .large-font-2 {
        font-size: 24px; /* Fallback para navegadores antiguos */
        line-height: 1.4;
        text-align: center;
    }
}

@media screen and (min-width: 932px) {
    .large-font-2 {
        font-size: 24px; /* Fallback para navegadores antiguos */
        font-size: 3vh;
        line-height: 1.4;
        text-align: center;
    }
}

.white-text {
    color: #fff !important;
}

.position-relative {
    position: relative;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.xl-font {
    padding-bottom: 80px !important;
}

@media screen and (min-width: 480px) {
    .xl-font {
        font-size: 20px;
    }
}

.xl-font-serif {
    font-size: 16px; /* Fallback para navegadores antiguos */
    font-size: min(max(16px, 2.5vw), 1.8rem);
    text-align: center;
}

img.mensaje-gif {
    width: 250px;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.sans-font {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto; /* Fallback para navegadores que no soportan esta propiedad */
}

.mono-font {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto; /* Fallback para navegadores que no soportan esta propiedad */
}

.mono-font1 {
    display: block;
    width: 80%;
    padding-bottom: 14%;
    padding-left: 14%;
}

/* Variante sin el padding-bottom del 14%/80px, para bloques con varios párrafos seguidos */
.mono-font-block {
    display: block;
    width: 92%;
    padding-left: 8%;
}

@media screen and (min-width: 480px) {
    .mono-font-block {
        font-size: 20px;
    }
}

@media screen and (min-width: 932px) {
    /* .mono-font1 {
    font-size: min(max(16px, 2.5vw), 1.5rem);

  } */
}

img {
    max-width: 100%;
    height: auto;
}

/**
 * Set up a decent box model on the root element
 */
html,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li {
    list-style-type: circle;
}

/**
 * Fonts
 */

.source-serif-4-font {
    font-family: 'Source Serif 4', serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.outer-container {
    border: 10px solid pink;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}

.inner-container {
    -webkit-columns: 40ch;
    -moz-columns: 40ch;
    columns: 40ch;
    height: 100svh;
}

body {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    background: #dcdbd6;
    color: black;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.external {
    overflow: hidden;
}

.img-wrapper {
    /* transform: rotate(90deg); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40vh;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg) translateZ(0.1px) scale(0.9) translateX(0px) translateY(-3vh);
    transform: rotate(90deg) translateZ(0.1px) scale(0.9) translateX(0px) translateY(-3vh);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.img-wrapper:hover {
    min-height: 65vh;
}

.slower {
    -webkit-transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(-10vh);
    transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(-10vh);
}

.slower1 {
    -webkit-transform: rotate(90deg) translateZ(-0.25px) scale(1.05) translateX(0%) translateY(8vh);
    transform: rotate(90deg) translateZ(-0.25px) scale(1.05) translateX(0%) translateY(8vh);
}

.slower2 {
    -webkit-transform: rotate(90deg) translateZ(-0.3px) scale(1.3) translateX(0%) translateY(2vh);
    transform: rotate(90deg) translateZ(-0.3px) scale(1.3) translateX(0%) translateY(2vh);
}

.slower-down {
    -webkit-transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(16vh);
    transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%) translateY(16vh);
}

.faster {
    -webkit-transform: rotate(90deg) translateZ(0.15px) scale(0.8) translateX(0%) translateY(14vh);
    transform: rotate(90deg) translateZ(0.15px) scale(0.8) translateX(0%) translateY(14vh);
}

.faster1 {
    -webkit-transform: rotate(90deg) translateZ(0.05px) scale(0.8) translateX(0%) translateY(10vh);
    transform: rotate(90deg) translateZ(0.05px) scale(0.8) translateX(0%) translateY(10vh);
}

.fastest {
    -webkit-transform: rotate(90deg) translateZ(0.22px) scale(0.7) translateX(-10vh) translateY(-15vh);
    transform: rotate(90deg) translateZ(0.22px) scale(0.7) translateX(-10vh) translateY(-15vh);
}

.vertical {
    -webkit-transform: rotate(90deg) translateZ(-0.15px) scale(1.15) translateX(0%) translateY(0%);
    transform: rotate(90deg) translateZ(-0.15px) scale(1.15) translateX(0%) translateY(0%);
}

.last {
    -webkit-transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(25vh) translateY(-8vh);
    transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(25vh) translateY(-8vh);
}

.scroll-info,
footer {
    position: fixed;
    z-index: 2;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    width: 100%;
    z-index: 2;
}

header {
    z-index: 4;
    position: fixed;
    height: 50px;
    padding-bottom: 0px;
    left: 20px;
    border-bottom: 1px solid black;
    top: 1rem;
    width: 90vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 480px) {
    header {
        width: 94.4vw;
    }
}

@media screen and (min-width: 932px) {
    header {
        margin-left: 2vw;
    }
}

.fulljustify {
    text-align: justify;
}

.fulljustify:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.scroll-info {
    top: 1rem;
}

a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.glitch-word {
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.small-dot {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 6px;
}

h1 {
    font-weight: 300;
    font-size: 1.75rem;
    text-align: justify;
    text-justify: inter-word;
}

h1:hover {
    text-shadow:
        0 0 16px #fff,
        0 0 32px #fff,
        0 0 48px #fff;
}

.img-wrapper a {
    overflow: hidden;
    display: block;
    padding: 1vh;
    background: #efecdb;
    -webkit-box-shadow: 0 10px 50px #dcdbd6;
    box-shadow: 0 10px 50px #dcdbd6;
}

a:hover img {
    -webkit-filter: none;
    filter: none;
}

p {
    margin: 0;
}

.scroll-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon svg {
    width: 50px;
    fill: currentcolor;
}

.horizontal-scroll {
    width: 100vw;
    padding-left: 20px;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 88vh; /* Fallback */
    height: 100svh;
    /* height: calc(90vh - 40px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* background: -o-linear-gradient(left, #DCDBD6 32%, #000000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #DCDBD6), to(#000000));
    background: linear-gradient(to right, #DCDBD6 32%, #000000 100%); */
    background: -o-linear-gradient(left, #dcdbd6 -1%, #dcdbd6 -52%, #006eb7 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-1%, #dcdbd6), color-stop(-52%, #dcdbd6), to(#006eb7));
    background: linear-gradient(to right, #dcdbd6 -1%, #dcdbd6 -52%, #006eb7 100%);
    background-size: width 100%;
    background-attachment: local;
    background-repeat: no-repeat;
    /* Mejoras para dispositivos móviles */
    -webkit-overflow-scrolling: touch; /* Para iOS */
    scroll-behavior: smooth; /* Para navegadores modernos */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

@media screen and (min-width: 480px) {
    .horizontal-scroll {
        padding-left: 4vw;
        height: 100vh;
    }
}

.scroll-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scroll-btn:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.scroll-btn.scroll-left {
    left: 20px;
}

.scroll-btn.scroll-right {
    right: 20px;
}

/* Ocultar botones en móviles */
@media screen and (max-width: 768px) {
    .scroll-navigation {
        display: none;
    }
}

/* Indicadores visuales de scroll */
.horizontal-scroll.scrolling {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Estilos para diferentes tipos de dispositivos */
@media (hover: hover) and (pointer: fine) {
    /* Dispositivos con mouse/trackpad */
    .horizontal-scroll {
        cursor: -webkit-grab;
        cursor: grab;
    }

    .horizontal-scroll:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }
}

@media (hover: none) and (pointer: coarse) {
    /* Dispositivos táctiles */
    .horizontal-scroll {
        cursor: default;
    }
}

@-webkit-keyframes trackpadPulse {
    0% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-box-shadow: 0 4px 20px rgba(100, 150, 255, 0.4);
        box-shadow: 0 4px 20px rgba(100, 150, 255, 0.4);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes trackpadPulse {
    0% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-box-shadow: 0 4px 20px rgba(100, 150, 255, 0.4);
        box-shadow: 0 4px 20px rgba(100, 150, 255, 0.4);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Mejoras específicas para trackpad */
.horizontal-scroll {
    /* Mejoras existentes... */

    /* Optimizaciones para trackpad */
    scroll-behavior: auto; /* Desactivar scroll suave nativo para mejor control */

    /* Mejorar la respuesta del trackpad */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;

    /* Variables CSS para configuración dinámica */
    --trackpad-sensitivity: 1;
    --momentum-factor: 0.95;
    --scroll-threshold: 10;
}

/* Estilos para diferentes tipos de dispositivos */
@media (pointer: fine) and (hover: hover) {
    /* Dispositivos con trackpad preciso */
    .horizontal-scroll {
        --trackpad-sensitivity: 0.6; /* Reducido de 1.2 a 0.6 */
        --momentum-factor: 0.85; /* Reducido de 0.98 a 0.85 */
        --scroll-threshold: 10; /* Aumentado de 5 a 10 */
    }
}

@media (pointer: coarse) {
    /* Dispositivos táctiles */
    .horizontal-scroll {
        --trackpad-sensitivity: 0.4; /* Reducido de 0.8 a 0.4 */
        --momentum-factor: 0.75; /* Reducido de 0.9 a 0.75 */
        --scroll-threshold: 30; /* Aumentado de 20 a 30 */
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mejoras para la experiencia de trackpad en diferentes navegadores */
@supports (-webkit-appearance: none) {
    /* Safari/WebKit específico */
    .horizontal-scroll {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: auto;
    }
}

@supports (scroll-behavior: smooth) {
    /* Navegadores modernos */
    .horizontal-scroll {
        scroll-behavior: auto; /* Desactivar para mejor control manual */
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% {
        -webkit-box-shadow: 0 4px 20px rgba(220, 219, 214, 0.4);
        box-shadow: 0 4px 20px rgba(220, 219, 214, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% {
        -webkit-box-shadow: 0 4px 20px rgba(220, 219, 214, 0.4);
        box-shadow: 0 4px 20px rgba(220, 219, 214, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
}

.grid {
    position: relative;
    min-width: 90vw;
    max-width: 95vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (auto) [ 4];
    grid-template-rows: repeat(4, auto);
    height: 95%;
}

@media screen and (min-width: 480px) {
    .grid {
        min-width: calc(94.4vw - 20px);
    }
}

@media screen and (min-width: 678px) {
    .grid {
        height: 90vh;
    }
}

@media screen and (min-width: 932px) {
    .grid {
        height: 85vh;
    }
}

.grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.grid > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

.grid > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

.grid > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
}

.grid > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.grid > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}

.grid,
.grid-vertical,
.parent,
.flex-two-columns,
.grid-vertical-medium,
.grid-vertical9 {
    padding-top: 9vh;
}

.grid-item {
    padding: 0.1em;
    text-align: center;
    color: #000000;
    text-align: left;
}

@media screen and (min-width: 932px) {
    .first-line {
        padding-top: 100px;
    }
}

div.grid-item1 {
    padding-top: 10px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    text-align: center;
    height: 1vh;
    position: relative;
}

div.grid-item1 > p {
    font-size: min(max(16px, 2.5vw), 20px);
    position: absolute;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: visible;
}

div.grid-item7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.grid-item8 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

div.grid-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

img.moon-texture {
    max-width: 100px;
    /*width: 70%;*/
    height: auto;
    -webkit-transform: translate(3vw, -12vh);
    -ms-transform: translate(3vw, -12vh);
    transform: translate(3vw, -12vh);
}

img.altares {
    max-width: 110px;
    /*width: 75%;*/
    height: auto;
    -webkit-transform: translate(-32vw, 0);
    -ms-transform: translate(-32vw, 0);
    transform: translate(-32vw, 0);
}

@media screen and (min-width: 768px) {
    img.moon-texture {
        max-width: 150px;
    }

    img.altares {
        max-width: 170px;
    }
}

@media screen and (min-width: 932px) {
    img.moon-texture {
        max-width: 130px;
    }

    img.altares {
        max-width: 150px;
    }
}

@media screen and (min-width: 932px) {
    div.grid-item1 > p {
        font-size: min(max(16px, 2.5vw), 22px);
        padding-right: 20%;
        padding-left: 20%;
        padding-top: 2%;
    }
}

a.internal-link {
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-weight: 200;
    letter-spacing: -1px;
    line-height: 2;
    font-size: min(max(13px, 2.8vw), 18px);
}

.secondary-links {
    text-decoration: underline;
}

a.internal-link-3 {
    padding-top: 1px;
}

.convocatoria-wrapper {
    position: absolute;
    top: 17%;
}

@media screen and (min-width: 768px) {
    a.internal-link-3 {
        padding-top: 0;
    }
}

@media screen and (min-width: 992px) {
    a.internal-link-3 {
        padding-top: 0;
    }

    .convocatoria-wrapper {
        position: absolute;
        top: 17%;
        left: 200px;
    }
}

.dot {
    margin-bottom: 0;
    width: 10px;
}

.link {
    display: block;
}

img.moon {
    width: 18vw;
    top: 137px;
    left: 304px;
}

@media screen and (min-width: 768px) {
    img.moon {
        width: 85%;
        padding-left: 19%;
    }
}

@media screen and (min-width: 932px) {
    img.moon {
        position: absolute;
        top: 45%;
        left: 46%;
        width: 15vw;
    }
}

img.earth {
    left: 29%;
    max-width: 128px;
    position: absolute;
}

@media screen and (min-width: 768px) {
    img.earth {
        max-width: 207px;
        top: 41%;
        left: 33%;
    }
}

@media screen and (min-width: 932px) {
    img.earth {
        max-width: 187px;
        top: 40%;
        left: 43%;
    }
}

img.abstract-image {
    width: 4rem;
}

img.abstract-image-2 {
    width: 4rem;
    margin-top: 2rem;
}

@media screen and (min-width: 480px) {
    img.abstract-image {
        width: 6rem;
    }

    img.abstract-image-2 {
        width: 6rem;
        margin-top: 2rem;
    }
}

img.antenna {
    position: absolute;
    width: 20%;
    top: 30%;
    left: 12%;
}

@media screen and (min-width: 480px) {
    img.antenna {
        width: 15%;
        top: 32%;
        left: 14%;
    }
}

@media screen and (min-width: 932px) {
    img.antenna {
        width: 9%;
        top: 34%;
        left: 18%;
    }
}

footer > div > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/* --- CSS para la animación de giro --- */

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.asterisk {
    width: 20px;
    height: auto;
    padding: 0;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-transform-origin: center !important;
    -ms-transform-origin: center !important;
    transform-origin: center !important;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    /* Una forma abreviada para lo anterior: */
    /* animation: spin 10s linear infinite; */
}

.grid-item5 img.asterisk {
    width: 17px;
}

img.image-no-grid {
    position: absolute;
}

@media screen and (min-width: 480px) {
}

.bottom-arrow {
    width: 27rem;
    left: -29%;
    top: 61%;
    max-width: 125%;
    min-width: 68%;
}

@media screen and (min-width: 480px) {
    .bottom-arrow {
        width: 7.5rem;
        left: 64%;
        top: 77%;
    }
}

@media screen and (min-width: 768px) {
    .bottom-arrow {
        width: 7.5rem;
        left: 13%;
        top: 77%;
    }
}

@media screen and (min-width: 932px) {
    .bottom-arrow {
        min-width: 160px;
        left: 1%;
        top: 21%;
    }
}

footer p.footer-text {
    font-family: 'JetBrains Mono', monospace !important;
    font-weight: 200;
}

.grid-item2 {
    position: relative;
}

.grid-item2 div.empty {
    width: 200vw;
}

.background-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 300vw;
    max-width: 310vw;
}

.black-gradient {
    background: -o-radial-gradient(center, ellipse 60% 100%, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
    background: radial-gradient(ellipse 60% 100% at center, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
}

.lightblue-gradient {
    background: -o-radial-gradient(center, ellipse 60% 100%, #006eb7 48%, rgba(220, 219, 214, 0) 72%);
    background: radial-gradient(ellipse 60% 100% at center, #006eb7 48%, rgba(220, 219, 214, 0) 72%);
}

@media screen and (min-width: 480px) {
    .background-holder {
        min-width: 150vw;
        max-width: 150vw;
    }

    .black-gradient {
        width: 100%;
        height: 200%;
        background: -o-radial-gradient(center, ellipse 60% 100%, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
        background: radial-gradient(ellipse 60% 100% at center, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
    }
}

@media screen and (min-width: 768px) {
    .background-holder {
        min-width: 180vw;
        max-width: 200vw;
    }

    .black-gradient {
        width: 100%;
        height: 200%;
        background: -o-radial-gradient(center, ellipse 60% 100%, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
        background: radial-gradient(ellipse 60% 100% at center, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
    }
}

@media screen and (min-width: 932px) {
    .background-holder {
        min-width: 130vw;
        max-width: 150vw;
    }

    .black-gradient {
        width: 100%;
        height: 200%;
        background: -o-radial-gradient(center, ellipse 60% 100%, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
        background: radial-gradient(ellipse 60% 100% at center, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
    }
}

.black-gradient,
.lightblue-gradient {
    width: 100%;
    height: 120%;
}

@media screen and (min-width: 768px) {
    .black-gradient,
    .lightblue-gradient {
        width: 100%;
        height: 144%;
    }
}

@media screen and (min-width: 932px) {
    .background-holder {
        min-width: 130vw;
        max-width: 150vw;
    }

    .black-gradient {
        width: 100%;
        height: 200%;
        background: -o-radial-gradient(center, ellipse 60% 100%, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
        background: radial-gradient(ellipse 60% 100% at center, rgba(0, 0, 0, 1) 48%, rgba(220, 219, 214, 0) 72%);
    }
}

.background-image1 {
    position: absolute;
    max-width: 211vw;
    height: auto;
    top: -9%;
    left: 7px;
    z-index: 4;
}

@media screen and (min-width: 390px) {
    .background-image1 {
        position: absolute;
        max-width: 211vw;
        height: auto;
        top: 0;
        left: 7px;
        z-index: 4;
    }
}

.background-image2 {
    min-width: 165vw;
    max-width: 165vw;
    height: auto;
}

@media screen and (min-width: 480px) {
    .grid-item2 {
        position: relative;
    }
}

.grid-item2 div.empty {
    width: 100vw;
}

.grid-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 85vw;
    max-width: 88vw;
    margin-left: 8%;
    margin-right: 8%;
}

.grid-vertical2-1 {
    margin-left: -10px;
}

.grid-vertical9 {
    padding-top: 12vh;
}

.grid-vertical9 {
    margin-left: 12%;
    margin-right: 20%;
}

.two-columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    text-align: left;
}

@media screen and (min-width: 932px) {
    .grid-vertical2 {
        min-width: 60vw;
        max-width: 60vw;
    }

    .rebote-lunar-quote {
        max-width: 52% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 480px) {
    .grid-vertical8 {
        min-width: 60vw;
        max-width: 60vw;
    }
}

@media screen and (min-width: 768px) {
    .grid-vertical2-1 {
        min-width: 50vw;
        max-width: 50vw;
    }
}

@media screen and (min-width: 932px) {
    .grid-vertical {
        min-width: 40vw;
        max-width: 40vw;
        margin-left: 3%;
        margin-right: 3%;
    }

    .grid-vertical3 {
        min-width: 66vw;
        max-width: 66vw;
        margin-right: 18%;
    }

    .grid-vertical9 {
        margin-left: 8%;
        margin-right: 16%;
    }

    .grid-vertical2-1 {
        margin-left: -186px;
        min-width: 30vw;
        max-width: 40vw;
    }

    .grid-vertical7-3 {
        min-width: 30vw;
        max-width: 40vw;
    }

    .grid-vertical8 {
        min-width: 30vw;
        max-width: 40vw;
    }
}

.grid-vertical-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200vw;
    max-width: 200vw;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
}

@media screen and (min-width: 480px) {
    .grid-vertical-wide {
        min-width: 150vw;
        max-width: 150vw;
        margin-left: 2%;
        margin-right: 2%;
    }

    .background-image1 {
        position: absolute;
        top: -120px;
    }
}

@media screen and (min-width: 992px) {
    .grid-vertical-wide {
        min-width: 80vw;
        max-width: 80vw;
        margin-left: 2%;
        margin-right: 2%;
        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;
    }

    .background-image1 {
        position: initial;
        min-width: 70vw;
        max-width: 80vw;
        padding-right: 10%;
    }
}

@media screen and (min-width: 932px) {
    .grid-vertical-medium {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 80vw;
        max-width: 81vw;
        position: relative;
    }
}

.grid-vertical-narrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1vw;
    max-width: 20vw;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
}

.grid-vertical-narrow-sphere {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200px;
    max-width: 220px;
    margin-left: 8%;
    margin-right: 8%;
    position: relative;
}

@media screen (min-width: 480
px) {
    .grid-vertical-narrow-sphere {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 4vw;
        max-width: 6vw;
        margin-left: 8%;
        margin-right: 8%;
        position: relative;
    }
}

.grid-vertical-narrow img.star2 {
    position: absolute;
    top: 20%;
    width: 35px;
    left: 99%;
    top: 88%;
}

.grid-vertical-narrow img.star1 {
    position: absolute;
    width: 25px;
}

.grid-vertical3 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.grid-vertical3 img.scorpio {
    position: absolute;
    top: 55%;
    left: -17%;
}

@media screen and (min-width: 768px) {
    .grid-vertical3 img.scorpio {
        top: 50%;
        max-width: 94%;
        max-width: 94%;
    }
}

@media screen and (min-width: 932px) {
    .grid-vertical3 img.scorpio {
        top: 45%;
        max-width: 43%;
        left: -11%;
    }
}

.grid-vertical4 {
    position: relative;
}

.grid-vertical4 img.ara {
    position: absolute;
    top: 25%;
    left: -50%;
    max-width: 150%;
}

@media screen and (min-width: 768px) {
    .grid-vertical4 img.ara {
        top: 30%;
        left: -44%;
        max-width: 120%;
    }

    .grid-vertical7-2 {
        margin-left: 22%;
    }
}

@media screen and (min-width: 932px) {
    /* El texto de Mu Arae c se movió acá (antes vivía en .grid-vertical3, que
       era más ancho: 66vw con margin-right:18%). Se ensancha y se corre un
       poco a la izquierda para que quede parecido a como se veía antes. */
    .grid-vertical4 {
        min-width: 60vw;
        max-width: 60vw;
        margin-left: 1%;
    }

    .grid-vertical4 img.ara {
        top: 15%;
        left: -115%;
        max-width: 102%;
    }

    .grid-vertical7-2 {
        min-width: 70vw;
        max-width: 70vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }

    .grid-vertical7-2 > p {
        padding-right: 0;
        padding-left: 0;
    }
}

.grid-vertical5 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -4%;
}

.grid-vertical5 img.sagitario {
    position: absolute;
    top: -2%;
    left: -47%;
    max-width: 120%;
}

@media screen and (min-width: 768px) {
    .grid-vertical6 {
        min-width: 70vw;
        max-width: 70vw;
        margin-left: 3%;
        margin-right: 1%;
    }

    .grid-vertical6-2 {
        min-width: 45vw;
        max-width: 45vw;
        margin-left: 0%;
        margin-right: 3%;
    }
}

@media screen and (min-width: 932px) {
    .grid-vertical6 {
        min-width: 70vw;
        max-width: 70vw;
        margin-left: 3%;
        margin-right: 18%;
    }

    .grid-vertical5 {
        min-width: 24vw;
        max-width: 24vw;
    }

    .grid-vertical5 img.sagitario {
        top: 9%;
        left: -27vw;
        max-width: 37vw;
    }

    .grid-vertical6-2 {
        min-width: 35vw;
        max-width: 35vw;
        margin-left: 0%;
        margin-right: 3%;
    }

    .grid-vertical6 {
        min-width: 35vw;
        max-width: 35vw;
        margin-left: 3%;
        margin-right: 0;
    }
}

.grid-vertical6,
.grid-vertical6-2,
.grid-vertical8,
.grid-vertical7-3,
.flex-two-columns1 {
    padding-top: 12vh;
}

.grid-vertical7-3 {
    position: relative;
}

.grid-vertical7-3 > img {
    max-width: 40%;
    position: absolute;
    bottom: 10%;
    right: 0;
}

.grid-vertical7-2,
.grid-vertical7-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-vertical-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 55vw;
    max-width: 55vw;
    margin-left: 6%;
    margin-right: 10%;
    position: relative;
}

.grid-vertical-a img.luna-animada {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 932px) {
    .grid-vertical-a {
        min-width: 38vw;
        max-width: 38vw;
        margin-left: 6%;
        margin-right: 2%;
        position: relative;
    }
}

.grid-vertical7 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 34%;
}

@media screen and (min-width: 768px) {
    .grid-vertical7 {
        margin-right: 0;
        margin-left: 0;
    }

    .grid-vertical7 img.image-top {
        max-width: 81%;
    }
}

@media screen and (min-width: 932px) {
    .grid-vertical7 {
        min-width: 50vw;
        max-width: 50vw;
    }
}

.grid-vertical7 img.image-bottom {
    left: -22%;
    max-width: 34%;
    top: 56%;
    margin-left: 6vw;
}

@media screen and (min-width: 932px) {
    .grid-vertical7 img.image-bottom {
        left: -22%;
        max-width: 20%;
        top: 38%;
        margin-left: 10vw;
    }

    .grid-vertical7 img.image-top {
        max-width: 58%;
    }
}

div.flex-two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 85vw;
    max-width: 85vw;
    margin-left: 8%;
    margin-right: 8%;
}

div.flex-two-columns1 {
    min-width: 100vw;
    max-width: 100vw;
}

@media screen and (min-width: 768px) {
    div.flex-two-columns1 {
        min-width: 65vw;
        max-width: 66vw;
    }
}

@media screen and (min-width: 920px) {
    div.flex-two-columns1 {
        min-width: 35vw;
        max-width: 40vw;
    }
}

div.inside-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wide-section-title {
    font-size: min(max(16px, 2.5vw), 22px);
    text-align: left;
    color: white;
}

.grid-radio100al {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 0;
    width: calc(100vw - 20px);
    min-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding-top: 9vh;
    padding-bottom: 3vh;
}

.radio100al-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .radio100al-body {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 5rem;
    }
}

.radio100al-text {
    min-width: 0;
}

@media screen and (min-width: 768px) {
    .radio100al-text {
        flex: 0 0 410px;
        max-width: 410px;
    }

    .radio100al-media {
        flex: 0 0 410px;
    }
}

.radio100al-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
}

.radio100al-player {
    position: relative;
    width: 410px;
    height: 390px;
    max-width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.radio100al-player iframe {
    position: absolute;
    top: -48px;
    left: -869px;
    mix-blend-mode: screen;
    width: 1600px;
    height: 1000px;
    border: none;
}

.grid-section-wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 90vw;
    max-width: 95vw;
    padding-top: 9vh;
    padding-bottom: 9vh;
}

@media screen and (min-width: 480px) {
    .grid-section-wide {
        min-width: calc(94.4vw - 20px);
    }
}

.mensaje-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3rem;
}

.mensaje-flex .mensaje-text-block {
    max-width: 600px;
}

.mensaje-flex .grid-vertical7 {
    min-width: 0;
    max-width: 40%;
    margin-left: 0;
    margin-right: 0;
}

.transmision-grid {
    display: grid;
    grid-template-columns: minmax(300px, 55%) 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
}

.transmision-grid .transmision-text {
    grid-column: 1;
    grid-row: 2;
    -webkit-box-align: start;
    -ms-flex-item-align: start;
    align-self: start;
    max-width: 480px;
}

img.transmision-gif {
    grid-column: 2;
    grid-row: 1 / 3;
    -webkit-box-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-self: center;
    width: 100%;
    max-width: 320px;
    height: auto;
}

[id='EL MENSAJE'] {
    padding-top: 6vh;
}

[id='LA TRANSMISIÓN'] {
    padding-top: 13vh;
}

[id='LA RECEPCIÓN'] {
    padding-top: 13vh;
}

img.recepcion-gif {
    max-width: 220px;
}

.wide-text-column {
    max-width: 640px;
}

.grid-mensaje-page,
.grid-transmision-page,
.grid-recepcion-page {
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    #EL\ MENSAJE .mono-font-block,
    #LA\ TRANSMISIÓN .mono-font-block,
    #LA\ RECEPCIÓN .mono-font-block {
        width: 100% !important;
    }

    /* En portrait, el gif de cada sección se traslada (vía app.js) a su
       propia página del horizontal-scroll (grid-mensaje-page, etc.), en vez
       de apilarse debajo del texto: así ninguna sección supera el alto del
       viewport (overflow-y:hidden del horizontal-scroll ya no recorta el
       gif) y queda una página extra de por medio como separación visual. */

    #EL\ MENSAJE,
    #LA\ TRANSMISIÓN,
    #LA\ RECEPCIÓN {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #EL\ MENSAJE::-webkit-scrollbar,
    #LA\ TRANSMISIÓN::-webkit-scrollbar,
    #LA\ RECEPCIÓN::-webkit-scrollbar {
        display: none;
    }

    .mensaje-flex {
        flex-direction: column;
        justify-content: flex-start;
        gap: 1rem;
    }

    .transmision-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 2rem;
        column-gap: 0;
    }

    #LA\ TRANSMISIÓN .row-span-2 {
        grid-column: 1;
        grid-row: 1;
    }

    #LA\ RECEPCIÓN .grid-cols-12 {
        display: flex !important;
        flex-direction: column;
    }

    #LA\ RECEPCIÓN .col-span-6.col-start-3 {
        width: 100%;
    }

    .grid-mensaje-page,
    .grid-transmision-page,
    .grid-recepcion-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: max(90vw, 450px);
        max-width: max(95vw, 450px);
        flex-shrink: 0;
        padding-left: 20px;
    }

    #mensaje-mobile-slot,
    #transmision-mobile-slot,
    #recepcion-mobile-slot {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-mensaje-page .grid-vertical7 {
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-mensaje-page .grid-vertical7 img {
        width: 10rem !important;
        height: 10rem !important;
        margin-top: 0 !important;
    }

    .grid-transmision-page img.transmision-gif {
        grid-column: auto;
        grid-row: auto;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-recepcion-page .col-span-3.col-start-9 {
        width: 60%;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.archivo-text-column {
    max-width: 380px;
}

.archivo-media {
    min-width: 260px;
    max-width: none;
}

.archivo-grid-col {
    width: 480px;
}

.archivo-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
}

.archivo-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: zoom-in;
    background-color: rgba(0, 0, 0, 0.08);
    filter: blur(14px);
    transition: filter 0.3s ease;
}

.archivo-photo.is-loaded {
    filter: blur(0);
}

.archivo-player {
    position: relative;
    width: 300px;
    aspect-ratio: 9 / 16;
}

.archivo-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* El wheel/touch que cae sobre un iframe va a su propio documento, no al
   padre, así que el scroll horizontal de la página se traba al pasar por
   encima. iframe-tap-overlay recibe ese toque en su lugar (el iframe queda
   con pointer-events:none) y solo se habilita la interacción real al
   tocarlo, hasta que se toca fuera. Ver app.js: tapToActivateIframe. */
.radio100al-player iframe,
.archivo-player iframe {
    pointer-events: none;
}

.radio100al-player.iframe-active iframe,
.archivo-player.iframe-active iframe {
    pointer-events: auto;
}

.iframe-tap-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: pointer;
    background: transparent;
}

.radio100al-player.iframe-active .iframe-tap-overlay,
.archivo-player.iframe-active .iframe-tap-overlay {
    pointer-events: none;
}

.archivo-player iframe {
    transition: filter 0.35s ease;
}

.archivo-player.is-playing iframe {
    filter: invert(1);
}

.archivo-player iframe:fullscreen {
    filter: none !important;
}

.archivo-player iframe:-webkit-full-screen {
    filter: none !important;
}

.archivo-player iframe:-moz-full-screen {
    filter: none !important;
}

.archivo-player iframe:-ms-fullscreen {
    filter: none !important;
}

@media (hover: hover) and (pointer: fine) {
    .archivo-photo {
        transition: filter 0.35s ease;
    }

    .archivo-photo:hover,
    .archivo-photo:focus-visible {
        filter: invert(1);
    }

    .archivo-player:hover iframe,
    .archivo-player.is-hovered iframe,
    .archivo-player:focus-within iframe {
        filter: invert(1);
    }
}

.archivo-lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
    z-index: 9999;
    cursor: zoom-out;
    padding: 5vh 5vw;
}

.archivo-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.archivo-lightbox img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: none;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.6);
    cursor: default;
}

.archivo-lightbox-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: 'Albert Sans', sans-serif;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.archivo-lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.28);
}

.archivo-lightbox-prev {
    left: 2vw;
}

.archivo-lightbox-next {
    right: 2vw;
}

.archivo-radio-col {
    width: 340px;
    margin-right: 2rem;
}

#ARCHIVO {
    max-width: none;
    width: -webkit-max-content;
    width: max-content;
    flex-shrink: 0;
    margin-right: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: filter;
}

#EL\ MENSAJE {
    margin-right: 4%;
}

#LA\ RECEPCIÓN {
    margin-right: 4%;
}

/* Mismo padding horizontal que ya traen los párrafos de esta columna (ver
   regla genérica de p más arriba en este archivo), para que el player quede
   siempre alineado con el texto de arriba sin depender de adivinar el ancho
   de la columna. */
@media screen and (min-width: 768px) {
    .archivo-audio-player {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.archivo-audio-player audio {
    width: 100%;
    max-width: 100%;
    height: 32px;
}

@media screen and (min-width: 480px) {
    .grid-credits {
        min-width: calc(94.4vw - 20px);
    }
}

.grid-artistas-page {
    display: none;
}

.grid-radio100al-page {
    display: none;
}

.grid-archivo-page {
    display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    #RADIO\ 100AL {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #RADIO\ 100AL::-webkit-scrollbar {
        display: none;
    }

    .grid-radio100al-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: max(90vw, 450px);
        max-width: max(95vw, 450px);
        flex-shrink: 0;
        padding-left: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .grid-radio100al-page::-webkit-scrollbar {
        display: none;
    }

    #radio100al-mobile-slot {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-radio100al-page .radio100al-media {
        width: 100%;
    }

    #ARCHIVO {
        width: auto;
        min-width: 90vw;
        max-width: 95vw;
        flex-shrink: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .archivo-text-column {
        max-width: 100%;
    }

    #ARCHIVO .archivo-exhibiciones {
        gap: 1rem;
    }

    .archivo-media {
        min-width: 0;
        width: 100%;
        gap: 2rem;
    }

    .archivo-radio-col {
        width: 100%;
        margin-right: 0;
    }

    .grid-archivo-page .archivo-radio-col {
        margin-top: 0;
    }

    .archivo-grid-col {
        width: 100%;
    }

    .grid-archivo-page .archivo-player {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-archivo-page .archivo-photo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }

    .grid-archivo-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 90vw;
        max-width: 95vw;
        flex-shrink: 0;
        padding-left: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .grid-archivo-page::-webkit-scrollbar {
        display: none;
    }

    .grid-archivo-page .archivo-grid-col,
    .grid-archivo-page .archivo-radio-col {
        width: 100%;
    }

    #archivo-radio-mobile-slot,
    #archivo-grid-mobile-slot,
    #archivo-player-mobile-slot {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #CRÉDITOS {
        padding-left: 20px;
    }

    .credits-artists-row {
        gap: 2rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .credits-artists-row::-webkit-scrollbar {
        display: none;
    }

    .credits-artists-row > .w-64 {
        width: 100%;
        max-width: 100%;
    }

    #CRÉDITOS .credits-artists-row > div {
        flex: none;
        height: auto;
    }

    #CRÉDITOS .credits-artists-list {
        flex: none;
        height: auto;
    }

    #CRÉDITOS .credits-logos,
    #CRÉDITOS .credits-trailing-spacer {
        display: none !important;
    }

    .credits-trailing-spacer {
        display: none !important;
    }

    .grid-artistas-page {
        display: flex;
        flex-direction: column;
        min-width: 90vw;
        max-width: 95vw;
        flex-shrink: 0;
        padding-left: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .grid-artistas-page::-webkit-scrollbar {
        display: none;
    }

    .grid-artistas-page .credits-artists-list {
        flex: none;
        height: auto;
    }

    .grid-artistas-page .credits-logos {
        display: flex !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        margin: 0;
        flex-shrink: 0;
    }

    .grid-artistas-logos {
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
}

img.sphere {
    max-width: 70px;
}

.grid-inner-container {
    padding-top: 2vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.grid-inner-container > p {
    max-width: 100%;
    white-space: normal; /* permite salto de línea */
    overflow-wrap: anywhere; /* rompe palabras largas si hace falta */
    word-break: break-word; /* fallback */
    overflow: visible; /* no ocultes */
}

.grid-inner-container1 {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.grid-inner-container1 > img {
    padding-bottom: 25%;
}

.grid-inner-container1 > img {
    padding-bottom: 40%;
}

@media screen and (min-width: 768px) {
    .grid-inner-container1 > img {
        padding-bottom: 18%;
    }
}

@media screen and (min-width: 932px) {
    .grid-inner-container1 > img {
        padding-bottom: 1%;
    }
}

.countdown-proyecto {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.countdown-proyecto-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: transparent;
}

.countdown-proyecto-unit {
    background: transparent;
    padding: 16px 6px 12px;
    text-align: center;
}

.countdown-proyecto-val {
    font-weight: 600;
    font-size: clamp(20px, 5vw, 32px);
    color: #000;
    letter-spacing: 0.01em;
    font-variant-numeric: tabular-nums;
}

.countdown-proyecto-lbl {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #6b6b66;
    text-transform: uppercase;
}

.countdown-proyecto-bar {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #6b6b66;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.countdown-proyecto-bar #cd-pct {
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .countdown-proyecto-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .countdown-proyecto-unit {
        padding: 12px 2px 8px;
    }

    .countdown-proyecto-val {
        font-size: clamp(14px, 4.2vw, 20px);
    }

    .countdown-proyecto-lbl {
        margin-top: 4px;
        font-size: 8px;
        letter-spacing: 0.08em;
    }
}

.image-padding-top {
    padding-top: 5rem;
    max-width: 90vw;
}

@media screen and (min-width: 480px) {
    .image-padding-top {
        padding-top: 5rem;
        max-width: 50vw;
    }
}

@media screen and (min-width: 932px) {
    .image-padding-top {
        padding-top: 2rem;
        max-width: 32vw;
    }
}

.image-padding-top2 {
    padding-top: 2rem;
}

.image-padding-top3 {
    padding-top: 1rem;
}

.custom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 90%;
}

.parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    gap: 20px;
    min-width: 160vw;
    max-width: 160vw;
    padding-top: 12vh;
    margin-right: 6vw;
}

.parent > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.parent > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.parent > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.parent > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.parent > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.parent > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}

.parent > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}

@media screen and (min-width: 768px) {
    .parent {
        min-width: 200vw;
        max-width: 200vw;
    }
}

@media screen and (min-width: 932px) {
    .parent {
        min-width: 90vw;
        max-width: 100vw;
    }
}

.div1 {
    -ms-grid-row-span: 2;
    grid-row: span 2 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.div2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3 / span 3;
}

.div3 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3 / span 3;
    -ms-grid-column: 4;
    grid-column-start: 4;
    align-self: end;
    margin-left: 4rem;
    margin-bottom: 1rem;
}

.div4 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    -ms-grid-row-span: 3;
    grid-row: span 3 / span 3;
    -ms-grid-column: 6;
    grid-column-start: 6;
}

.div1 {
    text-align: right;
    padding-right: 20px;
}

img.left-circles {
    max-width: 77px;
    position: absolute;
    top: 35%;
}

@media screen and (min-width: 480px) {
    img.left-circles {
        top: 54%;
    }
}

@media screen and (min-width: 768px) {
    img.left-circles {
        top: 36%;
        max-width: 122px;
    }
}

@media screen and (min-width: 932px) {
    img.left-circles {
        width: 4.25rem;
        left: 5%;
        top: 41%;
    }
}

/* ===================================================================
   Todos los links de texto del menú home. Posicionados libres, fuera
   del grid — las imágenes/gifs (earth, luna, antena, círculos, etc.)
   se quedan donde están, no son parte de este sistema.
   Para mover un texto, cambia su top/left (en % de .grid) y listo.
   =================================================================== */
.grid-item-extra {
    position: absolute;
}

#link-proyecto {
    top: 30%;
    left: 8%;
}

#link-capsulas {
    top: 33%;
    left: 35%;
}

#link-rebote-lunar {
    top: 29%;
    left: 67%;
}

#link-mu-arae-c {
    top: 51%;
    left: 3%;
}

#link-water-hole {
    top: 52%;
    left: 32%;
}

#link-el-mensaje {
    top: 55%;
    left: 67%;
}

#link-la-transmision {
    top: 73%;
    left: 10%;
}

#link-la-recepcion {
    top: 75%;
    left: 50%;
}

#link-archivo {
    top: 73%;
    left: 80%;
}

#link-radio-100al {
    top: 97%;
    left: 20%;
}

#link-creditos {
    top: 99%;
    left: 65%;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    #link-proyecto {
        top: 25%;
    }

    #link-rebote-lunar {
        top: 24%;
    }

    #link-water-hole {
        top: 45%;
    }
}

.grid-item5 {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.z-index-2 {
    z-index: 2;
}

.footer-text.halo-blanco {
    color: #dcdbd6;
}

#CÁPSULAS\ DEL\ TIEMPO > div > p {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .mu-arae {
        padding-top: 40px;
    }
}

.orientation-blocker {
    display: none;
}

/* Overlay para bloquear uso en landscape */
@media screen and (orientation: landscape) and (max-width: 786px) {
    .orientation-blocker {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        color: white;
        font-size: 0.8rem;
        text-align: center;
        padding-top: 45vh;
        font-family: 'Albert Sans', sans-serif;
    }
}

@media screen and (orientation: portrait) {
    .orientation-blocker {
        display: none;
    }
}

.image-fill {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition: -webkit-filter 2s;
    transition: -webkit-filter 2s;
    -o-transition: filter 2s;
    transition: filter 2s;
    transition:
        filter 2s,
        -webkit-filter 2s;
}

.grid-vertical9 > .asterisk {
    position: absolute;
}

.grid-vertical8 > .asterisk {
    position: absolute;
    top: 74%;
    left: 79%;
}

.grid-vertical6-2 > .asterisk {
    position: absolute;
    top: 60%;
    left: 60%;
}

.line {
    position: fixed;
    height: 1px;
    width: 30px; /* Longitud fija de 30px */
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    opacity: 1;
    transform-origin: left center; /* La línea se estira desde el lado izquierdo */
    transition:
        opacity 2s ease-out,
        transform 0.1s linear; /* Agrega transición para el movimiento */
}
