@font-face {
    font-family: "Schabo";
    src:
        url("../fonts/SCHABO-Condensed.woff2") format("woff2"),
        url("../fonts/SCHABO-Condensed.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Hey November";
    src:
        url("../fonts/HeyNovember.ttf") format("truetype");
    font-display: swap;
}

:root {
    --rg-black: #111111;
    --rg-black-soft: #1a1a1a;
    --rg-yellow: #F6E436;
    --rg-pink: #FF4FA3;
    --rg-white: #F8F8F8;
    --rg-gray: #747474;
    --rg-light: #efefea;
	--font-title: "Schabo", sans-serif;
    --font-body: "Rubik", sans-serif;
    --font-accent: "Hey November", cursive;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--rg-black);
    color: var(--rg-white);
    font-family: var(--font-body);
}

img {
    max-width: 100%;
}

.rg-page {
    min-height: 100vh;
}

.rg-section-title,
.rg-title,
.rg-access-card h3,
.rg-date-numbers{
    font-family: var(--font-title);
}

.rg-brush{
    font-family: var(--font-accent);
}

.rg-title,
.rg-section-title {
    text-transform: uppercase;
    /*font-weight: 950;
	letter-spacing: -.055em;
    line-height: .88;*/
}

.rg-section {
    position: relative;
    padding: 110px 0;
}

.rg-section-light {
    background: var(--rg-light);
    color: var(--rg-black);
}

.rg-section-kicker {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--rg-pink);
    font-size: .8rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.rg-kicker-yellow {
    color: var(--rg-yellow);
}

.rg-section-title {
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.rg-section-description {
    max-width: 450px;
    margin: 0;
    color: #565656;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* BOTONES */

.btn-rg-primary {
    border: 0;
    border-radius: 999px;
    background: var(--rg-yellow);
    color: var(--rg-black);
    padding: 14px 28px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .02em;
    transition:
        transform .2s ease,
        background .2s ease;
}

.btn-rg-primary:hover,
.btn-rg-primary:focus {
    background: var(--rg-pink);
    color: var(--rg-black);
    transform: translateY(-2px);
}

.btn-rg-outline {
    border: 2px solid var(--rg-white);
    border-radius: 999px;
    color: var(--rg-white);
    padding: 12px 26px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-rg-outline:hover,
.btn-rg-outline:focus {
    background: var(--rg-white);
    color: var(--rg-black);
}

.btn-rg-dark {
    border: 0;
    border-radius: 999px;
    background: var(--rg-black);
    color: var(--rg-white);
    padding: 14px 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-rg-dark:hover {
    background: var(--rg-pink);
    color: var(--rg-black);
}

/* NAVBAR */

.rg-navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    transition:
        background .25s ease,
        box-shadow .25s ease;
}

.rg-navbar-logo {
    width: 155px;
    height: auto;
}

.rg-navbar .nav-link {
    color: rgba(248, 248, 248, .75);
    font-size: .85rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.rg-navbar .nav-link:hover {
    color: var(--rg-yellow);
}

.rg-navbar-scrolled {
    position: fixed;
    background: rgba(17, 17, 17, .94);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    backdrop-filter: blur(12px);
}

/* HERO */

.rg-hero {
    position: relative;
    min-height: 100vh;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(255, 79, 163, .18),
            transparent 30%
        ),
        radial-gradient(
            circle at 12% 78%,
            rgba(246, 228, 54, .12),
            transparent 28%
        ),
        var(--rg-black);
}

.rg-hero-container {
    z-index: 3;
    padding-bottom: 100px;
}

.rg-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, .25) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, .25) 1px,
            transparent 1px
        );
    background-size: 80px 80px;
    transform: rotate(-4deg) scale(1.1);
}

.rg-hero-grain {
    position: absolute;
    inset: 0;
    opacity: .08;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(
            circle at 0 0,
            transparent 0,
            rgba(255, 255, 255, .4) 1px,
            transparent 2px,
            transparent 7px
        );
}

.rg-sticker-yellow {
    display: inline-block;
    padding: 9px 15px;
    background: var(--rg-yellow);
    color: var(--rg-black);
    font-size: .85rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .05em;
    transform: rotate(-1.5deg);
}

.rg-hero-logo {
    display: block;
    width: min(100%, 650px);
    margin-top: 38px;
}

.rg-hero-description {
    max-width: 680px;
    margin-top: 30px;
    color: rgba(248, 248, 248, .72);
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.6;
}

.rg-hero-description strong {
    color: var(--rg-white);
}

.rg-date-poster {
    position: relative;
    min-height: 520px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: var(--rg-pink);
    color: var(--rg-black);
    transform: rotate(2deg);
    box-shadow: 25px 25px 0 var(--rg-yellow);
}

.rg-date-poster::before {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 80px;
    width: 280px;
    height: 70px;
    border: 15px solid var(--rg-black);
    border-left: 0;
    border-right: 0;
    transform: rotate(-12deg);
    opacity: .85;
}

.rg-date-poster-label {
    position: relative;
    z-index: 2;
    font-size: .8rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.rg-date-numbers {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: clamp(10rem, 13vw, 12rem);
    line-height: 0.55;
}

.rg-date-divider {
    color: var(--rg-yellow);
}

.rg-date-month {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 2rem;
    font-weight: 950;
    text-transform: uppercase;
}

.rg-date-location {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: fit-content;
    padding: 9px 14px;
    background: var(--rg-black);
    color: var(--rg-yellow);
    font-weight: 950;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.rg-date-arrow {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 4rem;
    font-weight: 900;
}

.rg-tape-image {
    position: absolute;
    z-index: 2;
    display: block;
    width: clamp(130px, 16vw, 230px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.rg-tape-one {
    top: 18%;
    left: -45px;
}

.rg-tape-two {
    right: -35px;
    bottom: 25%;
    transform: rotate(-35deg);
}

@media (max-width: 767.98px) {
    .rg-tape-image {
        width: 125px;
        opacity: .8;
    }

    .rg-tape-one {
        left: -55px;
        top: 15%;
    }

    .rg-tape-two {
        right: -55px;
        bottom: 18%;
    }
}

/* MARQUEE */

.rg-marquee {
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    background: var(--rg-yellow);
    color: var(--rg-black);
    transform: rotate(-1deg) scale(1.02);
}

.rg-marquee-track {
    width: max-content;
    padding: 16px 0;
    display: flex;
    gap: 42px;
    animation: rgMarquee 25s linear infinite;
}

.rg-marquee-track span {
    font-size: 1.1rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.rg-marquee-track span::after {
    content: "✦";
    margin-left: 42px;
    color: var(--rg-pink);
}

@keyframes rgMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* COUNTDOWN */

.rg-countdown-section {
    position: relative;
    min-height: 90vh;
    padding: 100px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 18% 25%,
            rgba(255, 79, 163, .14),
            transparent 28%
        ),
        radial-gradient(
            circle at 82% 75%,
            rgba(246, 228, 54, .10),
            transparent 25%
        ),
        var(--rg-black);
    color: var(--rg-white);
}

.rg-countdown-section::before {
    content: "RG2027 RG2027 RG2027";
    position: absolute;
    left: -2vw;
    bottom: -4vw;
    white-space: nowrap;

    font-family: var(--font-title);
    font-size: clamp(7rem, 20vw, 18rem);
    font-weight: 500;
    line-height: .65;

    color: var(--rg-white);
    opacity: .025;
    pointer-events: none;
}

.rg-countdown-grain {
    position: absolute;
    inset: 0;
    opacity: .09;
    pointer-events: none;

    background-image:
        repeating-radial-gradient(
            circle at 0 0,
            transparent 0,
            rgba(255, 255, 255, .35) 1px,
            transparent 2px,
            transparent 7px
        );
}

.rg-countdown-content {
    position: relative;
    z-index: 3;
    width: min(100%, 980px);
    margin-inline: auto;
    text-align: center;
}

.rg-countdown-eyebrow {
    position: relative;
    z-index: 5;
    display: inline-block;
    margin: 0 0 42px;
    padding: 8px 15px;
    background: var(--rg-yellow);
    color: var(--rg-black);
    font-size: .85rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    transform: rotate(-1.5deg);
}

.rg-countdown-main {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.rg-countdown-days {
    display: block;
    font-family: var(--font-title);
    font-size: clamp(12rem, 32vw, 28rem);
    font-weight: 500;
    line-height: .62;
    color: var(--rg-pink);
    text-shadow: 8px 8px 0 var(--rg-yellow);
    font-variant-numeric: tabular-nums;
}

.rg-countdown-days-label {
    margin-top: 18px;

    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 900;
    letter-spacing: .3em;
    text-indent: .3em;
}

.rg-countdown-secondary {
    margin-top: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(12px, 3vw, 35px);
}

.rg-countdown-unit {
    min-width: clamp(72px, 12vw, 120px);
}

.rg-countdown-unit span {
    display: block;

    font-family: var(--font-title);
    font-size: clamp(4.2rem, 10vw, 8rem);
    font-weight: 500;
    line-height: .75;

    color: var(--rg-white);
    font-variant-numeric: tabular-nums;
}

.rg-countdown-unit small {
    display: block;
    margin-top: 15px;

    color: rgba(248, 248, 248, .55);

    font-size: clamp(.58rem, 1.2vw, .78rem);
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rg-countdown-separator {
    margin-top: -.08em;

    color: var(--rg-yellow);

    font-family: var(--font-title);
    font-size: clamp(3.5rem, 9vw, 7rem);
    line-height: .7;
}

.rg-countdown-bottom {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 25px;

    font-size: .8rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rg-countdown-location {
    color: var(--rg-yellow);
}

.rg-countdown-brush {
    position: absolute;
    right: 3%;
    top: 42%;

    color: var(--rg-yellow);

    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 1;

    transform: rotate(-8deg);
    pointer-events: none;
}

.rg-countdown-tape {
    position: absolute;
    z-index: 2;
    width: clamp(120px, 15vw, 220px);
    height: auto;
    opacity: .75;
    pointer-events: none;
}

.rg-countdown-tape-left {
    left: -45px;
    top: 22%;
    transform: rotate(-14deg);
}

.rg-countdown-tape-right {
    right: -40px;
    bottom: 20%;
    transform: rotate(22deg);
}

@media (max-width: 767.98px) {
    .rg-countdown-section {
        min-height: auto;
        padding: 95px 0;
    }

    .rg-countdown-days {
        font-size: clamp(11rem, 52vw, 17rem);
        text-shadow:
            5px 5px 0 var(--rg-yellow);
    }

    .rg-countdown-days-label {
        margin-top: 14px;
        font-size: 1.2rem;
    }

    .rg-countdown-secondary {
        margin-top: 45px;
        gap: 8px;
    }

    .rg-countdown-unit {
        min-width: 66px;
    }

    .rg-countdown-unit span {
        font-size: clamp(3.7rem, 17vw, 5rem);
    }

    .rg-countdown-unit small {
        font-size: .52rem;
        letter-spacing: .06em;
    }

    .rg-countdown-separator {
        font-size: 3.5rem;
    }

    .rg-countdown-bottom {
        margin-top: 50px;
        flex-direction: column;
        gap: 7px;
    }

    .rg-countdown-brush {
        top: 36%;
        right: 4%;
        font-size: 2.2rem;
    }

    .rg-countdown-tape {
        width: 110px;
        opacity: .55;
    }
}

/* EXPERIENCIA — PAPELES PEGADOS */

.rg-feature-grid {
    padding-top: 35px;
}

.rg-feature-item {
    position: relative;
    padding-top: 32px;
    perspective: 1000px;
}

.rg-feature-card {
    --paper-rotation: 0deg;

    position: relative;
    min-height: 320px;
    padding: 42px 32px 32px;
    overflow: visible;

    border: 1px solid rgba(17, 17, 17, .65);
    border-radius: 2px;

    color: var(--rg-black);

    transform:
        rotate(var(--paper-rotation))
        translateZ(0);

    transform-origin: center center;

    box-shadow:
        6px 9px 0 rgba(17, 17, 17, .16),
        13px 18px 25px rgba(17, 17, 17, .12);

    transition:
        transform .32s cubic-bezier(.2, .75, .25, 1.15),
        box-shadow .32s ease,
        filter .32s ease;

    isolation: isolate;
}

/*
 * Textura sutil del papel.
 */
.rg-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    opacity: .24;

    background-image:
        repeating-radial-gradient(
            circle at 0 0,
            rgba(17, 17, 17, .10) 0,
            rgba(17, 17, 17, .10) .7px,
            transparent .9px,
            transparent 5px
        );
}

.rg-paper-black .rg-feature-card::before {
	background-image: repeating-radial-gradient(
		circle at 0 0, 
		rgb(255 255 255 / 10%) 0, 
		rgb(255 255 255 / 10%) .7px, 
		transparent .9px, 
		transparent 5px
	);
}

/*
 * Esquina doblada.
 */
.rg-feature-card::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 34px;
    height: 34px;

    background:
        linear-gradient(
            135deg,
            rgba(17, 17, 17, .10) 0 48%,
            rgba(255, 255, 255, .6) 49% 100%
        );

    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: .72;
}

/* Variantes de papel */

.rg-paper-white {
    background: #faf9f3;
}

.rg-paper-black {
	background: #232323;
}

.rg-paper-yellow {
    background: var(--rg-yellow);
}

.rg-paper-pink {
    background: var(--rg-pink);
}

/* Contenido */

.rg-feature-content {
    position: relative;
    z-index: 5;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rg-feature-number {
    display: inline-flex;
    width: fit-content;
    margin-bottom: auto;
    padding: 7px 11px;

    background: var(--rg-black);
    color: var(--rg-white);

    font-size: .78rem;
    font-weight: 850;
    line-height: 1;
}

.rg-paper-pink .rg-feature-number, .rg-paper-black .rg-feature-number {
    background: var(--rg-yellow);
    color: var(--rg-black);
}

.rg-feature-number-bg {
    position: absolute;
    z-index: 0;
    right: 15px;
    bottom: -14px;

    font-family: var(--font-title);
    font-size: clamp(9rem, 15vw, 13rem);
    font-weight: 500;
    line-height: .7;

    color: var(--rg-black);
    opacity: .065;

    pointer-events: none;
    user-select: none;
}

.rg-paper-black .rg-feature-number-bg {
	color: var(--rg-white);
}

.rg-feature-card h3 {
    position: relative;
    z-index: 2;

    margin: 55px 0 14px;

    font-family: var(--font-title);
    font-size: clamp(3.4rem, 5vw, 5.2rem);
    font-weight: 500;
    line-height: .84;
    text-transform: uppercase;
}

.rg-feature-item:nth-child(6) .rg-feature-card h3 {
	font-size: 68px;
}

.rg-feature-card p {
    position: relative;
    z-index: 2;

    max-width: 92%;
    margin: 0;

    color: rgba(17, 17, 17, .72);
    font-size: .98rem;
    line-height: 1.6;
}

.rg-paper-pink p {
    color: rgba(17, 17, 17, .78);
}

.rg-paper-black h3, .rg-paper-black p {
	color: var(--rg-white);
}

@media (max-width: 767.98px) {
    .rg-feature-grid {
        padding-top: 15px;
    }

    .rg-feature-item {
        padding-top: 35px;
    }

    .rg-feature-card {
        min-height: 290px;
        padding: 38px 25px 27px;

        /*
         * En móvil reducimos la inclinación para evitar
         * desbordamiento horizontal.
         */
        transform: rotate(0deg);

        box-shadow:
            5px 8px 0 rgba(17, 17, 17, .15),
            10px 15px 22px rgba(17, 17, 17, .11);
    }

    .rg-feature-card:hover {
        transform:
            translateY(-8px)
            scale(1.01);
    }

    .rg-feature-card h3 {
        margin-top: 48px;
        font-size: clamp(3.4rem, 16vw, 4.8rem);
    }

    .rg-feature-number-bg {
        right: 10px;
        font-size: 10rem;
    }

    .rg-feature-note {
        top: 49px;
        right: 14px;
        font-size: 1.8rem;
    }

    .rg-feature-tape {
        top: -29px;
        width: 110px;
    }
}

/* Tape */

.rg-feature-tape {
    position: absolute;
    z-index: 3;
    top: -37px;

    width: clamp(105px, 10vw, 145px);
    height: auto;

    pointer-events: none;
    user-select: none;

    filter: drop-shadow(
        0 4px 3px rgba(17, 17, 17, .18)
    );
}

.rg-tape-left {
    left: -9%;
    transform: rotate(-71deg);
}

.rg-tape-center {
    left: 50%;
    transform: translate(-50%, -13%) rotate(27deg);
}

.rg-tape-center2 {
	left: 50%;
	transform: scale(0.9) translate(-163%, -12%) rotate(-96deg);
}

.rg-tape-right {
	right: -10%;
    transform: rotate(16deg);
}

/* Anotaciones Hey November */

.rg-feature-note {
    position: absolute;
    z-index: 4;
    right: 17px;
    top: 52px;

    font-family: var(--font-accent);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1;

    color: var(--rg-pink);

    transform: rotate(-7deg);
    pointer-events: none;
}

.rg-paper-pink .rg-feature-note {
    color: var(--rg-yellow);
}

.rg-paper-yellow .rg-feature-note {
    color: var(--rg-pink);
}

/* Hover: levantar el papel */

.rg-feature-card:hover {
    z-index: 10;

    transform:
        translateY(-15px)
        scale(1.025)
        rotate(calc(var(--paper-rotation) * .25));

    box-shadow:
        9px 15px 0 rgba(17, 17, 17, .20),
        24px 34px 42px rgba(17, 17, 17, .22);

    filter: saturate(1.04);
}

/*.rg-feature-card:hover {
    z-index: 10;

    transform:
        translateY(-15px)
        scale(1.025)
        rotate(0deg);

    box-shadow:
        9px 15px 0 rgba(17, 17, 17, .20),
        24px 34px 42px rgba(17, 17, 17, .22);

    filter: saturate(1.04);
}*/

.rg-feature-card:hover .rg-feature-tape {
    filter:
        drop-shadow(0 7px 4px rgba(17, 17, 17, .23));
}

.rg-feature-card:hover .rg-feature-number-bg {
    opacity: .10;
}

/*
 * Pequeña imperfección adicional:
 * cada papel tiene un eje ligeramente diferente.
 */

.rg-feature-item:nth-child(2n) .rg-feature-card {
    transform-origin: 45% 55%;
}

.rg-feature-item:nth-child(3n) .rg-feature-card {
    transform-origin: 58% 45%;
}

/* JUVENTUD UNIDOS */

.rg-youth-section {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(255, 79, 163, .14),
            transparent 28%
        ),
        var(--rg-black);
}

.rg-youth-background-word {
    position: absolute;
    top: 5%;
    left: -2%;
    color: var(--rg-white);
    font-family: var(--font-title);
    font-size: clamp(10rem, 28vw, 27rem);
    font-weight: 500;
    line-height: .7;
    opacity: .025;
    pointer-events: none;
    white-space: nowrap;
}

.rg-youth-intro {
    margin: 0;
    color: rgba(248, 248, 248, .66);
    font-size: 1.1rem;
    line-height: 1.7;
}

/* COORDINADORES DE JUVENTUD */

.rg-youth-coordinators {
    position: relative;
    margin: 70px 0 55px;
    padding: 38px;

    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
    align-items: center;
    gap: clamp(35px, 6vw, 80px);

    border: 1px solid rgba(248, 248, 248, .15);
    background: rgba(248, 248, 248, .045);
}

.rg-youth-coordinators::before {
    content: "";
    position: absolute;
    inset: 12px;
    pointer-events: none;

    border: 1px solid rgba(246, 228, 54, .10);
}

.rg-youth-coordinators-photo-wrap {
    position: relative;
    z-index: 2;

    padding: 14px;
    background: var(--rg-white);

    transform: rotate(-1.4deg);

    box-shadow:
        8px 12px 0 var(--rg-pink),
        18px 26px 35px rgba(0, 0, 0, .25);
}

.rg-youth-coordinators-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;

    filter: grayscale(.15) contrast(1.04);
}

.rg-youth-coordinators-tape {
    position: absolute;
    z-index: 4;
    top: -35px;
    left: 50%;

    width: clamp(115px, 12vw, 155px);
    height: auto;

    transform: translateX(-192%) rotate(-91deg);

    filter: drop-shadow(
        0 5px 4px rgba(0, 0, 0, .22)
    );

    pointer-events: none;
}

.rg-youth-coordinators-note {
    position: absolute;
    z-index: 5;
    right: -18px;
    bottom: 12px;

    color: var(--rg-pink);

    font-size: clamp(2.4rem, 5vw, 4.7rem);
    line-height: .8;

    transform: rotate(-8deg);

    pointer-events: none;
}

.rg-youth-coordinators-content {
    position: relative;
    z-index: 2;
}

.rg-youth-coordinators-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 11px;

    background: var(--rg-yellow);
    color: var(--rg-black);

    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;

    transform: rotate(-1deg);
}

.rg-youth-coordinators-content h3 {
    margin: 0;

    color: var(--rg-white);

    font-family: var(--font-title);
    font-size: clamp(4.2rem, 8vw, 7.5rem);
    font-weight: 500;
    line-height: .82;
    text-transform: uppercase;
}

.rg-youth-coordinators-content > p {
    max-width: 600px;
    margin: 28px 0 0;

    color: rgba(248, 248, 248, .66);

    font-size: 1.05rem;
    line-height: 1.75;
}

.rg-youth-coordinators-contact {
    margin-top: 30px;
    padding-top: 22px;

    border-top: 1px solid rgba(248, 248, 248, .15);
}

.rg-youth-coordinators-contact > span {
    display: block;
    margin-bottom: 8px;

    color: var(--rg-pink);

    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.rg-youth-coordinators-contact div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 13px;
}

.rg-youth-coordinators-contact a {
    color: var(--rg-white);

    font-size: 1rem;
    font-weight: 700;

    text-decoration: underline;
    text-decoration-color: var(--rg-yellow);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.rg-youth-coordinators-contact a:hover {
    color: var(--rg-yellow);
}

.rg-youth-contact-divider {
    color: rgba(248, 248, 248, .38);
}

@media (max-width: 991.98px) {
    .rg-youth-coordinators {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .rg-youth-coordinators-photo-wrap {
        width: min(100%, 620px);
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    .rg-youth-coordinators {
        margin: 55px 0 35px;
        padding: 24px 20px;
        gap: 38px;
    }

    .rg-youth-coordinators-photo-wrap {
        transform: rotate(0deg);
        box-shadow:
            6px 8px 0 var(--rg-pink),
            12px 18px 28px rgba(0, 0, 0, .22);
    }

    .rg-youth-coordinators-note {
        right: -5px;
        bottom: 8px;
        font-size: 2.7rem;
    }

    .rg-youth-coordinators-content h3 {
        font-size: clamp(4rem, 18vw, 6rem);
    }

    .rg-youth-coordinators-contact div {
        align-items: flex-start;
        flex-direction: column;
    }

    .rg-youth-contact-divider {
        display: none;
    }
}

.rg-youth-grid {
    padding-top: 35px;
}

.rg-youth-item {
    padding-top: 32px;
    perspective: 1000px;
}

.rg-youth-card {
    --youth-rotation: 0deg;

    position: relative;
    min-height: 560px;
    padding: 34px 28px 30px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    color: var(--rg-black);
    transform: rotate(var(--youth-rotation));
    transform-origin: center;
    box-shadow:
        7px 10px 0 rgba(0, 0, 0, .18),
        18px 26px 30px rgba(0, 0, 0, .22);
    transition:
        transform .35s cubic-bezier(.2, .8, .25, 1.15),
        box-shadow .35s ease;
}

.rg-youth-card-white {
    background: #faf9f3;
	outline: solid 1px var(--rg-pink);
}

.rg-youth-card-black {
	background: #232323;
	outline: solid 1px var(--rg-yellow);
}

.rg-youth-card-yellow {
    background: var(--rg-yellow);
	outline: solid 1px var(--rg-black);
}

.rg-youth-card-pink {
    background: var(--rg-pink);
	outline: solid 1px var(--rg-white);
}

.rg-youth-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .2;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(
            circle at 0 0,
            rgba(17, 17, 17, .12) 0,
            rgba(17, 17, 17, .12) .6px,
            transparent .8px,
            transparent 5px
        );
}

.rg-youth-card-black::before {
	background-image: repeating-radial-gradient(
		circle at 0 0,
		rgb(255 255 255 / 12%) 0,
		rgb(255 255 255 / 12%) .6px,
		transparent .8px,
		transparent 5px
	);
}

.rg-youth-card-black .rg-youth-card-content {
	color: var(--rg-yellow);
}
.rg-youth-card-black .rg-youth-meta span {
	color: #f6e436bd;
}

.rg-youth-card-black .rg-youth-contact {
	color: var(--rg-yellow);
}

.rg-youth-card-pink .rg-youth-card-content {
	color: var(--rg-white);
}
.rg-youth-card-pink .rg-youth-meta span {
	color: #ffffffbd;
}

.rg-youth-card-pink .rg-youth-contact {
	color: var(--rg-white);
}

.rg-youth-card-white .rg-youth-card-content {
	color: var(--rg-pink);
}
.rg-youth-card-white .rg-youth-meta span {
	color: #ff4fa3bd;
}

.rg-youth-card-white .rg-youth-contact {
	color: var(--rg-pink);
}

.rg-youth-tape {
    position: absolute;
    z-index: 5;
    top: -34px;
    left: 50%;
    width: 125px;
    height: auto;
    transform: translateX(75%) rotate(-15deg);
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, .22));
    pointer-events: none;
}

/* FOTO DE LÍDERES + LOGO FLOTANTE */

.rg-youth-photo-wrap {
    position: relative;
    z-index: 2;
    height: 190px;
    margin-bottom: 16px;
    padding: 7px;

    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(17, 17, 17, .22);

    transform: rotate(-.6deg);
    box-shadow: 4px 6px 0 rgba(17, 17, 17, .14);

    overflow: visible;
}

.rg-youth-item:nth-child(even) .rg-youth-photo-wrap {
    transform: rotate(.7deg);
}

.rg-youth-photo {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
	overflow-clip-margin: unset;
    object-position: center;

    filter: saturate(.92) contrast(1.04);
}

.rg-youth-logo-badge {
    position: absolute;
    z-index: 4;
    right: -13px;
    bottom: -20px;

    width: 88px;
    height: 72px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--rg-black);
    border: 2px solid var(--rg-white);

    box-shadow: 5px 6px 0 var(--rg-yellow);
    transform: rotate(4deg);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.rg-youth-card-pink .rg-youth-logo-badge {
    box-shadow: 5px 6px 0 var(--rg-yellow);
}

.rg-youth-card-yellow .rg-youth-logo-badge {
    box-shadow: 5px 6px 0 var(--rg-pink);
}

.rg-youth-logo {
    display: block;
    width: 100%;
    max-width: 68px;
    max-height: 52px;
    object-fit: contain;
}

.rg-youth-card:hover .rg-youth-logo-badge {
    transform:
        translateY(-5px)
        rotate(-2deg)
        scale(1.05);

    box-shadow: 8px 10px 0 var(--rg-pink);
}

.rg-youth-card-pink:hover .rg-youth-logo-badge {
    box-shadow: 8px 10px 0 var(--rg-yellow);
}

.rg-youth-card-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rg-youth-age {
    display: inline-block;
    width: fit-content;
    margin-top: 24px;
    padding: 6px 10px;
    background: var(--rg-black);
    color: var(--rg-white);
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.rg-youth-card-black .rg-youth-age {
    background: var(--rg-yellow);
    color: var(--rg-black);
}

.rg-youth-card-pink .rg-youth-age {
    background: var(--rg-white);
    color: var(--rg-black);
}

.rg-youth-card-white .rg-youth-age {
    background: var(--rg-pink);
    color: var(--rg-white);
}

.rg-youth-card h3 {
    margin: 22px 0 28px;
    font-family: var(--font-title);
    font-size: clamp(3.3rem, 5vw, 4.8rem);
    font-weight: 500;
    line-height: .86;
    text-transform: uppercase;
}

.rg-youth-meta {
    margin-top: auto;
}

.rg-youth-meta span {
    display: block;
    margin-bottom: 5px;
    color: rgba(17, 17, 17, .55);
    font-size: .68rem;
    font-weight: 850;
    text-transform: uppercase;
}

.rg-youth-meta strong {
    display: block;
    line-height: 1.4;
}

.rg-youth-contact {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 18px;
    color: var(--rg-black);
    font-size: .86rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--rg-pink);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.rg-youth-card-pink .rg-youth-contact {
    text-decoration-color: var(--rg-yellow);
}

.rg-youth-arrow {
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 20px;
    opacity: .1;
    font-size: 5rem;
    font-weight: 900;
}

.rg-youth-card:hover {
    z-index: 10;
    transform:
        translateY(-16px)
        rotate(0deg)
        scale(1.025);
    box-shadow:
        10px 16px 0 rgba(0, 0, 0, .24),
        30px 40px 48px rgba(0, 0, 0, .3);
}

.rg-youth-meeting {
    margin-top: 80px;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    border: 1px solid rgba(248, 248, 248, .16);
    background: rgba(248, 248, 248, .05);
}

.rg-youth-meeting .rg-brush {
    color: var(--rg-pink);
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: .8;
    transform: rotate(-5deg);
}

.rg-youth-meeting strong {
    display: block;
    margin-bottom: 6px;
    color: var(--rg-yellow);
    text-transform: uppercase;
}

.rg-youth-meeting p {
    color: rgba(248, 248, 248, .62);
}

@media (max-width: 991.98px) {
    .rg-youth-card {
        min-height: 540px;
    }
}

@media (max-width: 767.98px) {
    .rg-youth-grid {
        padding-top: 10px;
    }

    .rg-youth-card {
        min-height: 420px;
        transform: rotate(0deg);
    }

    .rg-youth-card:hover {
        transform: translateY(-8px) scale(1.01);
    }
	
	.rg-youth-photo-wrap {
        height: 220px;
    }

    .rg-youth-logo-badge {
        right: -7px;
        bottom: -18px;
        width: 82px;
        height: 68px;
    }

    .rg-youth-meeting {
        margin-top: 60px;
        padding: 30px 24px;
        flex-direction: column;
        text-align: center;
        gap: 22px;
    }
}


/* FRASE 1 */
#fraseUno { position: relative; max-height: 100vh; text-align: center; }
#fraseUno:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/transparent-plastic.webp);
    background-position: center center;
    background-size: 200%;
    opacity: 0.5;
}
.rg-yellow-section { background-color: var(--rg-yellow); }
.rg-frase-image {
	max-height: 80vh;
    position: relative;
}

/* HOTEL */

.rg-hotel-section {
    background: var(--rg-black);
}

/* GALERÍA HOTEL BAMBITO */

.rg-hotel-gallery {
    position: relative;
    width: 100%;
    padding: 18px 24px 24px 8px;
}

.rg-hotel-gallery-frame {
    position: relative;
    z-index: 3;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    overflow: hidden;

    background: #080808;
    border: 10px solid var(--rg-white);

    box-shadow:
        12px 15px 0 var(--rg-pink),
        26px 32px 45px rgba(0, 0, 0, .35);

    transform: rotate(-.8deg);
}

/*
 * Esta es la fotografía adicional girada detrás.
 * Puedes ocultarla con display:none si no te convence.
 */
.rg-hotel-gallery-backdrop {
	/*display:none;*/
    position: absolute;
    z-index: 1;
    inset: 34px 2px 0 42px;
    opacity: .55;
    transform: rotate(3deg);

    background:
        linear-gradient(
            rgba(246, 228, 54, .2),
            rgba(246, 228, 54, .2)
        ),
        url("../img/hotel/hotel-02.webp")
        center / cover no-repeat;

    border: 9px solid var(--rg-white);

    filter:
        grayscale(.4)
        brightness(.68);

    box-shadow:
        12px 18px 35px rgba(0, 0, 0, .28);
}

/* Slides */

.rg-hotel-slides {
    position: absolute;
    inset: 0;
}

.rg-hotel-slide {
    position: absolute;
    inset: 0;
    margin: 0;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 1.15s ease,
        visibility 1.15s ease;
}

.rg-hotel-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.rg-hotel-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    transform: scale(1);
    transform-origin: center;
}

.rg-hotel-slide.is-active .rg-hotel-slide-image {
    animation:
        rgHotelKenBurns 7s
        linear
        forwards;
}

.rg-hotel-slide:nth-child(even)
.rg-hotel-slide-image {
    transform-origin: 65% 45%;
}

.rg-hotel-slide:nth-child(3n)
.rg-hotel-slide-image {
    transform-origin: 35% 55%;
}

@keyframes rgHotelKenBurns {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.095);
    }
}

/* Oscurecimiento */

.rg-hotel-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .08) 25%,
            rgba(0, 0, 0, .25) 55%,
            rgba(0, 0, 0, .88) 100%
        );
}

/* Reutilización del sticker */

.rg-hotel-gallery .rg-hotel-sticker {
    position: absolute;
    z-index: 5;
    top: 24px;
    left: 18px;
}

/* Caption */

.rg-hotel-gallery-caption {
    position: absolute;
    z-index: 5;
    left: 30px;
    right: 30px;
    bottom: 82px;

    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rg-hotel-gallery-title {
    color: var(--rg-white);
    font-family: var(--font-title);
    font-size: clamp(3rem, 5.5vw, 5rem);
    font-weight: 500;
    line-height: .9;
    text-transform: uppercase;
}

.rg-hotel-gallery-description {
    color: rgba(248, 248, 248, .7);

    font-size: .92rem;
    font-weight: 600;
}

/* Controles */

.rg-hotel-gallery-controls {
    position: absolute;
    z-index: 6;
    left: 28px;
    right: 28px;
    bottom: 26px;

    display: flex;
    align-items: center;
    gap: 16px;
}

.rg-hotel-gallery-button {
    width: 44px;
    height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(248, 248, 248, .55);
    border-radius: 50%;

    background: rgba(17, 17, 17, .35);
    color: var(--rg-white);

    font-size: 1.3rem;
    line-height: 1;

    backdrop-filter: blur(8px);

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.rg-hotel-gallery-button:hover {
    background: var(--rg-yellow);
    color: var(--rg-black);
    transform: scale(1.08);
}

.rg-hotel-gallery-counter {
    color: var(--rg-white);

    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
}

/* Barra de progreso */

.rg-hotel-gallery-progress {
    position: absolute;
    z-index: 6;
    left: 28px;
    right: 28px;
    bottom: 15px;

    height: 2px;

    overflow: hidden;
    background: rgba(248, 248, 248, .22);
}

.rg-hotel-gallery-progress span {
    display: block;
    width: 0;
    height: 100%;

    background: var(--rg-yellow);

    transform-origin: left center;
}

@media (max-width: 991.98px) {
    .rg-hotel-gallery-frame,
    .rg-hotel-slide-image {
        min-height: 560px;
    }

    .rg-hotel-gallery {
        width: min(100%, 720px);
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    .rg-hotel-gallery {
        padding: 10px 7px 18px 0;
    }

    .rg-hotel-gallery-frame,
    .rg-hotel-slide-image {
        min-height: 480px;
    }

    .rg-hotel-gallery-frame {
        border-width: 7px;

        transform: rotate(0deg);

        box-shadow:
            8px 10px 0 var(--rg-pink),
            16px 22px 32px rgba(0, 0, 0, .3);
    }

    /*
     * En móvil escondería la foto trasera:
     * evita saturación y desbordamientos.
     */
    .rg-hotel-gallery-backdrop {
        display: none;
    }

    .rg-hotel-gallery .rg-hotel-word {
        right: -6px;

        font-size: 4.3rem;
    }

    .rg-hotel-gallery-caption {
        left: 20px;
        right: 75px;
        bottom: 82px;
    }

    .rg-hotel-gallery-title {
        font-size: clamp(3.3rem, 14vw, 5rem);
    }

    .rg-hotel-gallery-description {
        font-size: .78rem;
    }

    .rg-hotel-gallery-controls {
        left: 20px;
        right: 20px;
        bottom: 25px;
    }

    .rg-hotel-gallery-progress {
        left: 20px;
        right: 20px;
    }
}

.rg-hotel-sticker {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: -15px;
    padding: 9px 14px;
    background: var(--rg-yellow);
    color: var(--rg-black);
    font-size: .8rem;
    font-weight: 950;
    text-transform: uppercase;
    transform: rotate(-3deg);
}

.rg-hotel-word {
    position: absolute;
    z-index: 3;
    right: -20px;
    bottom: 25px;
    color: var(--rg-pink);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: -.06em;
    transform: rotate(-3deg);
}

.rg-hotel-copy {
    max-width: 620px;
    margin-top: 28px;
    color: rgba(248, 248, 248, .7);
    font-size: 1.15rem;
    line-height: 1.75;
}

.rg-mini-card {
    height: 100%;
    padding: 20px;
    border: 1px solid rgba(248, 248, 248, .16);
    background: rgba(248, 248, 248, .05);
}

.rg-mini-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--rg-yellow);
    font-size: .9rem;
    text-transform: uppercase;
}

.rg-mini-card span {
    color: rgba(248, 248, 248, .65);
    font-size: .92rem;
    line-height: 1.5;
}

.rg-small-note {
    color: rgba(248, 248, 248, .45);
    font-size: .82rem;
}

/* DONACIÓN */

.rg-donation-section {
    overflow: hidden;
    background: var(--rg-yellow);
    color: var(--rg-black);
}

.rg-donation-section::before {
    content: "100 100 100 100";
    position: absolute;
    left: -30px;
    bottom: -45px;
    opacity: .07;
    font-size: 12rem;
    font-weight: 950;
    line-height: .7;
    white-space: nowrap;
}

.rg-donation-price {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(6rem, 17vw, 13rem);
    font-weight: 950;
    line-height: .75;
    letter-spacing: -.09em;
}

.rg-donation-price span {
    font-size: .22em;
    vertical-align: top;
    letter-spacing: -.03em;
}

.rg-donation-copy {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-top: 35px;
    font-size: 1.2rem;
    line-height: 1.7;
}

.rg-payment-card {
    position: relative;
    z-index: 2;
    padding: 35px;
    background: var(--rg-white);
    color: var(--rg-black);
    box-shadow: 18px 18px 0 var(--rg-pink);
}

.rg-payment-tag {
    display: inline-block;
    margin-bottom: 25px;
    padding: 8px 12px;
    background: var(--rg-pink);
    font-size: .75rem;
    font-weight: 950;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.rg-payment-card h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 950;
    text-transform: uppercase;
}

.rg-payment-row {
    padding: 17px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.rg-payment-card p {
    color: #5b5b5b;
    line-height: 1.65;
}

/* ACCESOS */

.rg-access-section {
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255, 79, 163, .12),
            transparent 25%
        ),
        var(--rg-black);
}

.rg-access-card {
    position: relative;
    min-height: 430px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: var(--rg-black);
    text-decoration: none;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.rg-access-card:hover {
    color: var(--rg-black);
    /*transform: translateY(-8px) rotate(-.4deg);*/
}

.rg-access-campista {
    background: var(--rg-yellow);
}

.rg-access-campista:hover {
    box-shadow: 15px 15px 0 var(--rg-pink);
}

.rg-access-lider {
    background: var(--rg-pink);
}

.rg-access-lider:hover {
    box-shadow: 15px 15px 0 var(--rg-yellow);
}

.rg-access-label {
    position: relative;
    z-index: 2;
    font-size: .8rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.rg-access-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
    font-size: clamp(4rem, 9vw, 7rem);
    line-height: 1;
}

.rg-access-card p {
    position: relative;
    z-index: 2;
    max-width: 390px;
    margin: 0;
    font-weight: 650;
    line-height: 1.6;
}

.rg-access-arrow {
    position: absolute;
    right: 25px;
    top: 15px;
    opacity: .22;
    font-size: 9rem;
    font-weight: 900;
}

/* ACCORDION */

.rg-accordion .accordion-item {
    border: 0;
    border-bottom: 2px solid var(--rg-black);
    border-radius: 0;
    background: transparent;
}

.rg-accordion .accordion-button {
    padding: 25px 0;
    background: transparent;
    color: var(--rg-black);
    box-shadow: none;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.rg-accordion .accordion-button:not(.collapsed) {
    color: var(--rg-pink);
}

.rg-accordion .accordion-button::after {
    filter: grayscale(1);
}

.rg-accordion .accordion-body {
    padding: 0 0 25px;
    color: #555;
    line-height: 1.7;
}

/* FOOTER */

.rg-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(255, 79, 163, .12),
            transparent 25%
        ),
        #080808;
    color: var(--rg-white);
}

.rg-footer-marquee {
    width: 100%;
    overflow: hidden;
    background: var(--rg-pink);
    color: var(--rg-black);
    transform: rotate(.6deg) scale(1.01);
}

.rg-footer-marquee-track {
    width: max-content;
    padding: 13px 0;
    display: flex;
    gap: 38px;
    animation: rgFooterMarquee 28s linear infinite;
}

.rg-footer-marquee-track span {
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rg-footer-marquee-track span::after {
    content: "✦";
    margin-left: 38px;
    color: var(--rg-yellow);
}

@keyframes rgFooterMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.rg-footer-main {
    padding: 85px 0 70px;
    display: grid;
    grid-template-columns:
        minmax(280px, 1.35fr)
        minmax(170px, .65fr)
        minmax(260px, 1fr);
    gap: clamp(45px, 7vw, 100px);
}

.rg-footer-rg-logo {
    display: block;
    width: min(100%, 310px);
    height: auto;
}

.rg-footer-brand > p {
    max-width: 460px;
    margin: 25px 0 0;
    color: rgba(248, 248, 248, .58);
    font-size: .95rem;
    line-height: 1.7;
}

.rg-footer-organizers {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.rg-footer-organizers img {
    width: auto;
    max-width: 115px;
    max-height: 50px;
    object-fit: contain;
}

.rg-footer-organizers span {
    color: var(--rg-pink);
    font-size: 1.3rem;
    font-weight: 800;
}

.rg-footer-heading {
    display: block;
    margin-bottom: 24px;
    color: var(--rg-yellow);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rg-footer-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.rg-footer-navigation a {
    position: relative;
    color: rgba(248, 248, 248, .68);
    font-size: .92rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        color .22s ease,
        transform .22s ease;
}

.rg-footer-navigation a::before {
    content: "→";
    position: absolute;
    left: -20px;
    opacity: 0;
    color: var(--rg-pink);
    transition:
        opacity .22s ease,
        transform .22s ease;
}

.rg-footer-navigation a:hover {
    color: var(--rg-white);
    transform: translateX(8px);
}

.rg-footer-navigation a:hover::before {
    opacity: 1;
    transform: translateX(2px);
}

.rg-footer-contact-title {
    margin: 0;
    color: var(--rg-white);
    font-size: 1.08rem;
    font-weight: 750;
}

.rg-footer-contact-role {
    margin: 7px 0 24px;
    color: rgba(248, 248, 248, .48);
    font-size: .82rem;
}

.rg-footer-phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.rg-footer-phones a {
    color: var(--rg-white);
    font-size: .95rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--rg-pink);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.rg-footer-phones a:hover {
    color: var(--rg-yellow);
}

.rg-footer-portal-link {
    width: fit-content;
    margin-top: 30px;
    padding-bottom: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    border-bottom: 2px solid var(--rg-yellow);

    color: var(--rg-yellow);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.rg-footer-portal-link span {
    font-size: 1.2rem;
    transition: transform .22s ease;
}

.rg-footer-portal-link:hover {
    color: var(--rg-pink);
    border-color: var(--rg-pink);
}

.rg-footer-portal-link:hover span {
    transform: translate(4px, -4px);
}

.rg-footer-bottom {
    padding: 24px 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    border-top: 1px solid rgba(248, 248, 248, .12);

    color: rgba(248, 248, 248, .38);
    font-size: .75rem;
}

.rg-footer-bottom p {
    margin: 0;
}

@media (max-width: 991.98px) {
    .rg-footer-main {
        grid-template-columns: 1.2fr .8fr;
    }

    .rg-footer-contact {
        grid-column: 1 / -1;
        padding-top: 35px;
        border-top: 1px solid rgba(248, 248, 248, .12);
    }
}

@media (max-width: 767.98px) {
    .rg-footer-main {
        padding: 70px 0 50px;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .rg-footer-brand,
    .rg-footer-navigation,
    .rg-footer-contact {
        text-align: left;
    }

    .rg-footer-contact {
        grid-column: auto;
        padding-top: 0;
        border-top: 0;
    }

    .rg-footer-rg-logo {
        width: min(100%, 260px);
    }

    .rg-footer-organizers {
        flex-wrap: wrap;
    }

    .rg-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

/* FORMULARIOS EXISTENTES */

.rg-card {
    padding: 25px;
    border: 1px solid rgba(248, 248, 248, .14);
    border-radius: 24px;
    background: rgba(248, 248, 248, .06);
    backdrop-filter: blur(10px);
}

.rg-label {
    color: var(--rg-yellow);
    font-size: .75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.rg-highlight {
    color: var(--rg-yellow);
}

.rg-pink {
    color: var(--rg-pink);
}

.form-control,
.form-select {
    border: 1px solid rgba(248, 248, 248, .25);
    border-radius: 14px;
    background: rgba(248, 248, 248, .08);
    color: var(--rg-white);
    padding: 13px 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--rg-yellow);
    background: rgba(248, 248, 248, .12);
    color: var(--rg-white);
    box-shadow: 0 0 0 .25rem rgba(246, 228, 54, .18);
}

.form-control::placeholder {
    color: rgba(248, 248, 248, .45);
}

.form-select option {
    background: var(--rg-black);
    color: var(--rg-white);
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
    .rg-navbar .navbar-collapse {
        margin-top: 15px;
        padding: 20px;
        border-radius: 18px;
        background: rgba(17, 17, 17, .97);
    }

    .rg-hero {
        padding-top: 125px;
    }

    .rg-date-poster {
        min-height: 430px;
        box-shadow: 14px 14px 0 var(--rg-yellow);
    }

    .rg-section {
        padding: 85px 0;
    }

    .rg-hotel-image-wrapper,
    .rg-hotel-image {
        min-height: 480px;
    }
}

@media (max-width: 767.98px) {
    .rg-navbar-logo {
        width: 125px;
    }

    .rg-hero-container {
        padding-bottom: 80px;
    }

    .rg-hero-logo {
        margin-top: 30px;
    }

    .rg-date-poster {
        min-height: 380px;
        padding: 27px;
        transform: rotate(0);
    }

    .rg-section {
        padding: 70px 0;
    }

    .rg-section-title {
        font-size: clamp(3rem, 14vw, 5rem);
    }

    .rg-feature-card {
        min-height: 250px;
    }

    .rg-hotel-image-wrapper,
    .rg-hotel-image {
        min-height: 420px;
    }

    .rg-hotel-word {
        right: 10px;
    }

    .rg-payment-card {
        padding: 28px;
        box-shadow: 10px 10px 0 var(--rg-pink);
    }

    .rg-access-card {
        min-height: 360px;
        padding: 28px;
    }

    .rg-footer {
        text-align: center;
    }
}

.underline-pink {
	text-decoration: underline var(--rg-pink) dotted 1px;
    font-weight: 470;
}

/*
 * CAPA DE ANIMACIONES RG2027
 */

#fraseUno {
    --plastic-position-x: 50%;
    --plastic-position-y: 50%;
}

#fraseUno::before {
    background-position:
        var(--plastic-position-x)
        var(--plastic-position-y);
}

.rg-hero-logo,
.rg-date-poster,
.rg-tape-image,
.rg-feature-card,
.rg-hotel-image,
.rg-hotel-word,
.rg-access-card,
.rg-access-card > div,
.rg-access-arrow {
    will-change: transform;
}

.rg-hero-logo,
.rg-date-poster,
.rg-tape-image {
    backface-visibility: hidden;
}

.rg-hotel-image-wrapper {
    overflow: hidden;
}

.rg-hotel-image {
    transform-origin: center center;
}

.rg-magnetic-card {
    transform-style: preserve-3d;
}

.rg-access-card-motion {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;
    min-height: inherit;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transform-style: preserve-3d;
    will-change: transform;
}

.rg-access-card-title {
    position: relative;
    z-index: 2;
}

.rg-access-card-motion .rg-access-label,
.rg-access-card-motion .rg-access-card-title,
.rg-access-card-motion .rg-access-arrow {
    transform: translateZ(30px);
}

.rg-access-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle,
            rgba(255, 255, 255, .38),
            transparent 55%
        );
    transform: translate3d(-25%, -25%, 0);
    transition: opacity .35s ease;
}

.rg-access-card:hover::before {
    opacity: .42;
}

.rg-mini-card {
    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.rg-mini-card:hover {
    transform: translateY(-5px);
    border-color: var(--rg-yellow);
    background: rgba(246, 228, 54, .09);
}

.rg-payment-card {
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.rg-payment-card:hover {
    transform: rotate(-.6deg) translateY(-5px);
    box-shadow: 24px 24px 0 var(--rg-pink);
}

.rg-accordion .accordion-button {
    transition:
        padding-left .25s ease,
        color .25s ease;
}

.rg-accordion .accordion-button:hover {
    padding-left: 12px;
}

.rg-accordion .accordion-button:not(.collapsed) {
    padding-left: 12px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}