@font-face {
    font-family: 'Humane Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('Humane Regular'),
            url('/fonts/Humane-Regular.woff2') format('woff2'),
            url('/fonts/Humane-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Humane Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
            local('Humane Bold'),
            url('/fonts/Humane-Bold.woff2') format('woff2'),
            url('/fonts/Humane-Bold.woff') format('woff');
}

@font-face {
    font-family: 'D-DIN Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Condensed Regular'), url('/fonts/D-DINCondensed.woff') format('woff');
}

.aeth-frescometro {
    background-image: url('/images/aqui-empieza-tu-historia/general-back.jpg');
    background-size: auto;
    background-repeat: repeat;
    background-position: top center;
    color: #222;
    overflow: hidden;

    .aeth-frescometro__container {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .aeth-frescometro__section {
        position: relative;
        padding: 70px 0;
    }

    .aeth-frescometro__title,
    .aeth-frescometro__section-title,
    .aeth-frescometro__rules-title {
        margin: 0;
        font-family: 'Humane Bold', sans-serif;
        font-weight: 700;
        line-height: .9;
        text-transform: uppercase;
        color: #007EF4;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: geometricPrecision;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

    .aeth-frescometro__title {
        font-size: 84px;
        font-weight: 700;
        line-height: 78px;
        letter-spacing: 2.52px;
        text-align: center;
    }
    .aeth-frescometro__title span {
        color: #44C3FC;
    }

    .aeth-frescometro__intro {
        max-width: 720px;
        margin: 14px auto 0;
        text-align: center;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 600;
    }

    .aeth-frescometro__section-title {
        font-size: 84px;
        font-style: normal;
        font-weight: 700;
        line-height: 78px; /* 92.857% */
        letter-spacing: 2.52px;
        text-align: center;
    }

    .aeth-frescometro__section-title span,
    .aeth-frescometro__rules-title span {
        color: #44C3FC;
    }

    .aeth-frescometro__section-text {
        max-width: 760px;
        margin: 12px auto 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.45;
    }

    .aeth-frescometro__center {
        margin-top: 38px;
        text-align: center;
    }

    .aeth-frescometro__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 245px;
        height: 40px;
        border: none;
        border-radius: 30px;
        background: #0377F0;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

    .aeth-frescometro__button:hover,
    .aeth-frescometro__button:focus {
        background: #0B5CB2;
        color: #fff;
        text-decoration: none;
    }

    /*
    |--------------------------------------------------------------------------
    | HERO
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__hero {
        padding-top: 54px;
        padding-bottom: 84px;
    }

    .aeth-frescometro__hero-grid {
        position: relative;
        min-height: 420px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 310px;
        align-items: center;
        gap: 40px;
        margin-top: 65px;
    }

    .aeth-frescometro__hero-art {
        position: relative;
        min-height: 390px;
    }

    .aeth-frescometro__players {
        position: absolute;
        left: 50%;
        bottom: -22px;
        width: 560px;
        max-width: 100%;
        transform: translateX(-45%);
        user-select: none;
        pointer-events: none;
    }

    .disclaimer {
        color: #007EF4;
        text-align: center;
        font-family: "Nunito Sans";
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: absolute;
        max-width: 155px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        left: 100px;
    }

    .aeth-frescometro__form-box {
        position: relative;
        z-index: 5;
        max-width: 280px;
        text-align: center;
    }

    .aeth-frescometro__form-box::before {
        content: '';
        position: absolute;
        left: -130px;
        top: 50%;
        width: 120px;
        border-top: 2px dotted #999;
    }

    .aeth-frescometro__form-text {
        margin: 0 0 12px;
        color: #007EF4;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
    }

    .aeth-frescometro__input {
        width: 100%;
        height: 38px;
        margin-bottom: 10px;
        padding: 0 20px;
        border: none;
        border-radius: 28px;
        background: #fff;
        color: #6A6A6A;
        font-size: 14px;
        text-align: center;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    }

    .aeth-frescometro__input::placeholder {
        color: #6A6A6A;
    }

    /*
    |--------------------------------------------------------------------------
    | STEPS
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__steps {
        background: #ededed;
        padding-top: 72px;
        padding-bottom: 70px;
    }

    .aeth-frescometro__steps-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 26px;
        margin-top: 144px;
    }

    .aeth-frescometro__step-card {
        position: relative;
        min-height: 170px;
        padding: 70px 24px 40px;
        border-radius: 12px;
        background: linear-gradient(180deg, #9E9E9E 0%, #4D4D4D 100%);
        color: #fff;
        text-align: center;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    }

    .aeth-frescometro__step-icon {
        position: absolute;
        left: 50%;
        top: -70px;
        max-width: 128px;
        transform: translateX(-50%);
        user-select: none;
        pointer-events: none;
    }

    .aeth-frescometro__step-card h3 {
        margin: 0 0 10px;
        color: #fff;
        font-family: 'D-DIN Condensed';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px; /* 147.059% */
        text-transform: uppercase;
    }

    .aeth-frescometro__step-card h3 span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-right: 4px;
        border-radius: 50%;
        background: #0377F0;
        font-family: Arial, sans-serif;
        font-size: 18px;
        line-height: 1;
        vertical-align: middle;
    }

    .aeth-frescometro__step-card p {
        margin: 0;
        font-size: 13px;
        line-height: 1.35;
    }

    /*
    |--------------------------------------------------------------------------
    | WINNER
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__winner {
        background: #222222;
        margin-top: 60px;
        padding: 70px 30px;
    }

    .aeth-frescometro__winner .aeth-frescometro__container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .aeth-frescometro__winner-title {
        color: #fff;
        font-family: 'Humane Bold', sans-serif;
        font-size: 60px;
        font-style: normal;
        letter-spacing: 2.52px;
        text-align: center;
        margin: 0;
        max-width: 470px;

        font-weight: 600;
        transform: scaleY(0.98);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: geometricPrecision;
    }

    .aeth-frescometro__winner-content {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 720px;
    }

    .aeth-frescometro__winner-content label {
        color: #44C3FC;
        font-family: "D-DIN Condensed";
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 14px;
        text-align: center;
        text-transform: uppercase;
    }

    .aeth-frescometro__winner-content .line {
        background: #077BF1;
        height: 2px;
        width: 100%;
        margin-bottom: 18px;
    }

    .aeth-frescometro__winner-content span {
        font-size: 16px;
        line-height: 1.3;
        color: #F5F5F5;
        text-align: center;
    }

    /*
    |--------------------------------------------------------------------------
    | BUTTON
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__winner-toggle {
        margin-top: 38px;
        height: 40px;
        min-width: 245px;
        border: 0;
        border-radius: 999px;
        background: #167BF2;
        color: #fff;
        font-size: 14px;
        font-family: "D-DIN Condensed";
        font-weight: 700;
        cursor: pointer;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;

        transition: all .25s ease;
    }

    .aeth-frescometro__winner-toggle:hover {
        background: #3194ff;
    }

    .aeth-frescometro__winner-arrow {
        transition: transform .25s ease;
    }

    .aeth-frescometro__winner-toggle.active .aeth-frescometro__winner-arrow {
        transform: rotate(180deg);
    }

    /*
|--------------------------------------------------------------------------
| RANKING
|--------------------------------------------------------------------------
*/

    .aeth-frescometro__ranking {
        display: none;
        margin-top: 70px;
    }

    .aeth-frescometro__ranking.active {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 80px;
    }

    .aeth-frescometro__ranking-column {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .aeth-frescometro__ranking-item {
        color: white;
        display: flex;
        align-items: center;
        font-family: "D-DIN Condensed";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .aeth-frescometro__ranking-item span,
    .aeth-frescometro__ranking-position {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #167BF2;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex-shrink: 0;
    }

    .aeth-frescometro__ranking-name {
        color: white;
        font-family: "D-DIN Condensed";
        font-size: 22px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    @media (max-width: 991px) {
        .aeth-frescometro__ranking.active {
            grid-template-columns: 1fr;
            gap: 24px;
        }
    }

    /*
    |--------------------------------------------------------------------------
    | MOBILE
    |--------------------------------------------------------------------------
    */

    @media (max-width: 1200px) {

        .aeth-frescometro__winner-title {
            font-size: 74px;
        }

        .aeth-frescometro__winner-content label {
            font-size: 28px;
        }

        .aeth-frescometro__ranking-item {
            font-size: 42px;
        }

    }

    @media (max-width: 992px) {

        .aeth-frescometro__winner .aeth-frescometro__container {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .aeth-frescometro__winner-content {
            align-items: center;
        }

        .aeth-frescometro__winner-title {
            max-width: 100%;
            text-align: center;
        }

        .aeth-frescometro__ranking.active {
            grid-template-columns: 1fr;
            gap: 34px;
        }

    }

    @media (max-width: 768px) {

        .aeth-frescometro__winner {
            padding: 50px 20px;
        }

        .aeth-frescometro__winner-title {
            font-size: 58px;
        }

        .aeth-frescometro__winner-content label {
            font-size: 22px;
        }

        .aeth-frescometro__winner-content span {
            font-size: 18px;
        }

        .aeth-frescometro__winner-toggle {
            min-width: 100%;
            height: 58px;
            font-size: 24px;
        }

        .aeth-frescometro__ranking-item {
            font-size: 34px;
        }

        .aeth-frescometro__ranking-item span {
            width: 46px;
            height: 46px;
            font-size: 26px;
        }

    }

    /*
    |--------------------------------------------------------------------------
    | RULES
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__rules {
        background: #ededed;
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .aeth-frescometro__rules-grid {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 50px;
        align-items: end;
    }

    .aeth-frescometro__rules-player {
        position: relative;
        min-height: 460px;
    }

    .aeth-frescometro__rules-player img {
        position: absolute;
        left: -35px;
        bottom: -70px;
        width: 450px;
        max-width: none;
        user-select: none;
        pointer-events: none;
    }

    .aeth-frescometro__rules-player .disclaimer {
        left: -65px;
    }

    .aeth-frescometro__rules-content {
        position: relative;
        z-index: 2;
        padding-top: 30px;
    }

    .aeth-frescometro__rules-title {
        font-size: 84px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 2.52px;
    }

    .aeth-frescometro__rules-subtitle {
        margin: 4px 0 14px;
        color: #44C3FC;
        font-family: "D-DIN Condensed";
        font-size: 41.785px;
        font-style: normal;
        font-weight: 700;
        line-height: 52.231px; /* 125% */
    }

    .aeth-frescometro__date-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 28px;
        border-radius: 0;
        background: #3D3D3D;
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .aeth-frescometro__rules-list {
        max-width: 720px;
        margin: 24px 0 0;
        padding-left: 0;
        list-style: none;
        color: #333;
        font-size: 14px;
        line-height: 1.55;
    }

    .aeth-frescometro__rules-list li {
        position: relative;
        padding-left: 14px;
        margin-bottom: 4px;
    }

    .aeth-frescometro__rules-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #000;
    }

    .aeth-frescometro__terms {
        margin: 42px 0 0;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .aeth-frescometro__terms a {
        color: #007EF4;
        text-decoration: underline;
        display: inline;
    }

    /*
    |--------------------------------------------------------------------------
    | SEAL
    |--------------------------------------------------------------------------
    */

    .aeth-frescometro__seal {
        padding-top: 72px;
        padding-bottom: 86px;
    }

    .aeth-frescometro__seal-layout {
        position: relative;
        max-width: 880px;
        min-height: 330px;
        margin: 62px auto 0;
    }

    .aeth-frescometro__seal-layout::before {
        content: 'FRESCÓMETRO';
        position: absolute;
        left: 50%;
        top: 42%;
        color: rgba(231, 231, 231, .50);
        font-size: 94px;
        font-weight: 900;
        letter-spacing: 2px;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        pointer-events: none;
    }

    /*
|--------------------------------------------------------------------------
| LÍNEAS
|--------------------------------------------------------------------------
*/

    .aeth-line {
        position: absolute;
        z-index: 4;
        pointer-events: none;
    }

    .aeth-line::before,
    .aeth-line::after {
        content: '';
        position: absolute;
        display: block;
        background-repeat: repeat;
    }

    /*
    |--------------------------------------------------------------------------
    | HORIZONTAL DASH
    |--------------------------------------------------------------------------
    */

    .aeth-line::before {
        height: 2px;
        background-image: repeating-linear-gradient(
                to right,
                #000 0,
                #000 4px,
                transparent 4px,
                transparent 8px
        );
    }

    /*
    |--------------------------------------------------------------------------
    | VERTICAL DASH
    |--------------------------------------------------------------------------
    */

    .aeth-line::after {
        width: 2px;
        background-image: repeating-linear-gradient(
                to bottom,
                #000 0,
                #000 4px,
                transparent 4px,
                transparent 8px
        );
    }

    /* ==========================================================
    |--------------------------------------------------------------------------
    | Tinta de grado alimenticio
    |--------------------------------------------------------------------------
    ========================================================== */

    .aeth-line--lt-1 {
        left: 245px;
        top: 68px;
        width: 245px;
        height: 185px;
    }

    .aeth-line--lt-1::before {
        left: -50px;
        top: -10px;
        width: 180px;
    }

    .aeth-line--lt-1::after {
        left: 130px;
        top: -10px;
        height: 153px;
    }

    .aeth-line--lt-2 {
        left: 245px;
        top: 68px;
        width: 245px;
        height: 185px;
    }

    .aeth-line--lt-2::before {
        left: 135px;
        top: 140px;
        width: 40px;
    }

    .aeth-line--lt-2::after {
        display: none;
    }

    /* ==========================================================
    |--------------------------------------------------------------------------
    | Fecha de postura
    |--------------------------------------------------------------------------
    ========================================================== */

    .aeth-line--lb-1 {
        left: 245px;
        bottom: 70px;
        width: 360px;
        height: 160px;
    }

    .aeth-line--lb-1::before {
        left: 0;
        bottom: 0;
        width: 284px;
    }

    .aeth-line--lb-1::after {
        right: 73px;
        bottom: 0;
        height: 90px;
    }

    .aeth-line--lb-2 {
        left: 245px;
        bottom: 70px;
        width: 60px;
        height: 160px;
    }

    .aeth-line--lb-2::before {
        left: 231px;
        bottom: 91px;
        width: 55px;
    }

    .aeth-line--lb-2::after {
        display: none;
    }

    /* ==========================================================
    |--------------------------------------------------------------------------
    | Clave de parvada
    |--------------------------------------------------------------------------
    ========================================================== */

    .aeth-line--rt-1 {
        right: 230px;
        top: 112px;
        width: 360px;
        height: 1px;
    }

    .aeth-line--rt-1::before {
        right: 0;
        top: -40px;
        width: 196px;
    }

    .aeth-line--rt-1::after {
        right: 193px;
        top: -40px;
        height: 38px;
    }

    /* ==========================================================
    |--------------------------------------------------------------------------
    | Clave de granja
    |--------------------------------------------------------------------------
    ========================================================== */

    .aeth-line--rb-1 {
        right: 230px;
        bottom: 70px;
        width: 360px;
        height: 180px;
    }

    .aeth-line--rb-1::before {
        right: 0;
        bottom: 0;
        width: 105px;
    }

    .aeth-line--rb-1::after {
        right: 103px;
        bottom: 0;
        height: 160px;
    }

    .aeth-line--rb-2 {
        right: 230px;
        bottom: 70px;
        width: 360px;
        height: 180px;
    }

    .aeth-line--rb-2::before {
        right: 103px;
        bottom: 158px;
        width: 112px;
    }

    .aeth-line--rb-2::after {
        display: none;
    }

    /* Clave de granja */
    .aeth-line--rb-1 {
        right: 230px;
        bottom: 70px;
        width: 325px;
        height: 125px;
    }

    .aeth-line--rb-1::before {
        right: 0;
        bottom: 0;
        width: 65px;
        border-top-width: 2px;
    }

    .aeth-line--rb-1::after {
        right: 66px;
        bottom: 0;
        height: 124px;
        border-left-width: 2px;
    }

    .aeth-line--rb-2 {
        right: 230px;
        bottom: 70px;
        width: 325px;
        height: 125px;
    }

    .aeth-line--rb-2::before {
        right: 66px;
        bottom: 125px;
        width: 109px;
        border-top-width: 2px;
    }

    .aeth-line--rb-2::after {
        opacity: 0;
    }

    .aeth-frescometro__seal-egg {
        position: absolute;
        left: 50%;
        top: 52%;
        z-index: 2;
        transform: translate(-50%, -50%);
    }

    .aeth-frescometro__seal-egg img {
        width: 260px;
        user-select: none;
        pointer-events: none;
    }

    .aeth-frescometro__seal-item {
        position: absolute;
        z-index: 3;
        max-width: 230px;
        text-align: center;
        font-size: 16px;
        line-height: 1.25;
    }

    .aeth-frescometro__seal-item img {
        display: block;
        width: 54px;
        margin: 0 auto 8px;
    }

    .aeth-frescometro__seal-item p {
        margin: 0;
    }

    .aeth-frescometro__seal-item strong {
        font-weight: 900;
    }

    .aeth-frescometro__seal-item--left-top {
        left: 0;
        top: 0;
    }

    .aeth-frescometro__seal-item--left-bottom {
        left: 0;
        bottom: 28px;
    }

    .aeth-frescometro__seal-item--right-top {
        right: 0;
        top: 0;
    }

    .aeth-frescometro__seal-item--right-bottom {
        right: 0;
        bottom: 28px;
    }

    .aeth-frescometro__seal-note {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 34px;
        max-width: 980px;
        margin: 34px auto 0;
        padding: 26px 42px;
        border-radius: 22px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
    }

    .aeth-frescometro__seal-note-image {
        flex-shrink: 0;
    }

    .aeth-frescometro__seal-note-image img {
        display: block;
        width: 220px;
    }

    .aeth-frescometro__seal-note-divider {
        width: 2px;
        height: 110px;
        background: #6BC048;
        flex-shrink: 0;
    }

    .aeth-frescometro__seal-note-text {
        color: #007EF4;
        font-size: 18px;
        line-height: 1.35;
        font-weight: 400;
        text-align: left;
    }

    .txt-titulo-gig {
        color: #007EF4;
        text-align: center;
        font-family: 'Humane Regular', sans-serif;
        font-size: 84px;
        font-style: normal;
        font-weight: 700;
        line-height: 78px; /* 92.857% */
        letter-spacing: 2.52px;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: geometricPrecision;
    }

    .txt-titulo-gig.text-left {
        text-align: left;
    }

    /*
    |--------------------------------------------------------------------------
    | RESPONSIVE
    |--------------------------------------------------------------------------
    */

    @media (max-width: 992px) {
        .aeth-frescometro__title {
            font-size: 60px;
        }

        .aeth-frescometro__hero-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .aeth-frescometro__hero-art {
            min-height: 330px;
        }

        .aeth-frescometro__hero-art .disclaimer {
            top: 89%;
            left: 0;
        }

        .aeth-frescometro__players {
            width: 470px;
            transform: translateX(-50%);
        }

        .aeth-frescometro__form-box {
            max-width: 320px;
            margin: 0 auto;
        }

        .aeth-frescometro__form-box::before {
            display: none;
        }

        .aeth-frescometro__steps-grid {
            grid-template-columns: 1fr;
            gap: 90px;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
        }

        .aeth-frescometro__rules-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .aeth-frescometro__rules-player {
            min-height: 300px;
            order: 2;
        }

        .aeth-frescometro__rules-player img {
            left: 50%;
            width: 280px;
            transform: translateX(-50%);
        }

        .aeth-frescometro__rules-player .disclaimer {
            left: 0;
            top: 95%;
        }

        .aeth-frescometro__rules-content {
            text-align: center;
        }

        .aeth-frescometro__rules-list {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }

        .aeth-frescometro__seal-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 34px 20px;
            min-height: auto;
        }

        .aeth-frescometro__seal-layout::before,
        .aeth-frescometro__seal-item::after {
            display: none;
        }

        .aeth-frescometro__seal-egg,
        .aeth-frescometro__seal-item {
            position: static;
            transform: none;
        }

        .aeth-frescometro__seal-egg {
            grid-column: 1 / -1;
            order: -1;
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .aeth-frescometro__section {
            padding: 52px 0;
        }

        .aeth-frescometro__title {
            font-size: 48px;
        }

        .aeth-frescometro__section-title,
        .aeth-frescometro__rules-title {
            font-size: 48px;
        }

        .aeth-frescometro__rules-subtitle {
            font-size: 34px;
        }

        .aeth-frescometro__intro,
        .aeth-frescometro__section-text {
            font-size: 14px;
        }

        .aeth-frescometro__hero {
            padding-top: 42px;
        }

        .aeth-frescometro__hero-art {
            min-height: 260px;
        }

        .aeth-frescometro__players {
            width: 370px;
        }

        .aeth-frescometro__steps-grid {
            margin-top: 80px;
        }

        .aeth-frescometro__date-pill {
            padding: 8px 18px;
            font-size: 12px;
            text-align: center;
        }

        .aeth-frescometro__rules-list {
            font-size: 13px;
        }

        .aeth-frescometro__terms {
            font-size: 14px;
            text-align: center;
        }

        .aeth-frescometro__seal-layout {
            grid-template-columns: 1fr;
            max-width: 360px;
        }

        .aeth-frescometro__seal-egg img {
            width: 220px;
        }

        .aeth-frescometro__seal-note {
            flex-direction: column;
            gap: 20px;
            padding: 28px 22px;
            text-align: center;
        }

        .aeth-frescometro__seal-note-image img {
            width: 180px;
        }

        .aeth-frescometro__seal-note-divider {
            width: 80%;
            height: 2px;
        }

        .aeth-frescometro__seal-note-text {
            text-align: center;
            font-size: 16px;
        }
    }
}

/*
|--------------------------------------------------------------------------
| RESULTADOS FRESCÓMETRO
|--------------------------------------------------------------------------
*/

.aeth-frescometro-result {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px 10px;
    height: 100vh;
}

.aeth-frescometro-result__header {
    text-align: center;
}

.aeth-frescometro-result__title {
    color: #007EF4;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px; /* 92.857% */
    letter-spacing: 2.52px;
    text-transform: uppercase;
    font-family: 'Humane Bold', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

.aeth-frescometro-result__subtitle {
    margin-top: 18px;
    color: #2E2E2E;
    font-size: 24px;
    line-height: 1.35;
}

.aeth-frescometro-result__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 34px;
}
.aeth-frescometro-result__content .disclaimer {
    top: 60%;
    left: 16%;
}

.aeth-frescometro-result__players {
    width: 100%;
    max-width: 700px;
}

.aeth-frescometro-result__players img {
    width: 100%;
    display: block;
}

.aeth-frescometro-result__card {
    width: 100%;
    max-width: 390px;
    padding: 40px 34px;
    border-radius: 28px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 6px 18px rgba(0,0,0,.14);
}

.aeth-frescometro-result__info p {
    margin: 0 0 16px;
    color: #6A6A6A;
    font-size: 18px;
    line-height: 1.4;
}

.aeth-frescometro-result__info strong {
    color: #007EF4;
    font-weight: 800;
}

.aeth-frescometro-result__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    margin-top: 30px;
    border-radius: 999px;
    background: #0377F0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s ease;
}

.aeth-frescometro-result__button:hover {
    background: #005FBE;
    color: #fff;
    text-decoration: none;
}

.aeth-frescometro-result__divider-text {
    margin: 18px 0;
    color: #8B8B8B;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.aeth-frescometro-result__footer {
    margin-top: 24px;
    color: #0B5CB2;
    font-size: 18px;
    text-align: right;
}

/*
|--------------------------------------------------------------------------
| MODAL BASE
|--------------------------------------------------------------------------
*/

#frescometro-aviso-upss, #frescometro-aviso-no, #frescometro-aviso-listo {
    background-image: none;
}

#frescometro-caja-avisos-base {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    background: rgba(0,0,0,.72);
}

#frescometro-caja-avisos {
    background-image: url("/images/aqui-empieza-tu-historia/general-back.jpg");
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
}

#frescometro-caja-avisos-interior {
    position: relative;
    height: 100%;
    width: 100%;
}

#frescometro-caja-cerrar {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 100;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

    .aeth-frescometro-result__content {
        flex-direction: column;
    }

    .aeth-frescometro-result__title {
        font-size: 56px;
    }

    .aeth-frescometro-result__subtitle {
        font-size: 20px;
    }

    .aeth-frescometro-result__footer {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .aeth-frescometro-result__title {
        font-size: 42px;
    }

    .aeth-frescometro-result__subtitle {
        font-size: 18px;
    }

    .aeth-frescometro-result__card {
        padding: 28px 22px;
    }

    .aeth-frescometro-result__button {
        height: 52px;
        font-size: 18px;
    }

    .aeth-frescometro-result__info p {
        font-size: 16px;
    }

    @supports (-webkit-touch-callout: none) {

        .aeth-frescometro__title,
        .aeth-frescometro__section-title,
        .aeth-frescometro__rules-title {
            letter-spacing: 2px;
            font-weight: 600;
            transform: scaleY(0.98);
        }

    }
}