/*
Theme Name: Crypto Fund Trader Rework6
Template: cyberbank
Author: Crypto Fund Trader
Version: 7.4
*/

/****************************/

/****************************/

.woocommerce-variation-availability {
    display: none !important;
}

html {
    overflow-x: hidden;
}

.post-meta {
    time {
        font-size: var(--p0);
        font-family: "helvr";
        opacity: 0.5;
        margin-top: 1vw;
    }
}

#contact-links {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.contact-link {
    width: 100%;
    background: #242424;
    border-radius: 0.3vw;
    color: #fff;
    cursor: pointer;
    font-family: "helvr";
    font-size: var(--p0);
    /* padding: .75vw; */
    height: 3vw;
    transition: 0.5s ease;
    /* width: 44.5%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.desc-contact {
    font-size: var(--p0);
    font-family: "helvr";
    opacity: 0.5;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.blog-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;

    select {
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
        border: none;
        font-size: var(--p0);
        font-family: "helvr";
        border: 1px solid;
        padding: 0.5vw;
        border-radius: 0.5vw;
        cursor: pointer;
        background-color: var(--yellow);
    }
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full
    .wpforms-form
    .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: transparent !important;
    border-radius: 0.5vw !important;
    color: white !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: var(--yellow) !important;
    border: 1px solid var(--yellow) !important;
    color: black;
    font-size: 1em;
    padding: 10px 15px;
    font-family: "fraktion" !important;
    text-transform: uppercase;
    border-radius: 0.25vw;
}

#commission-form {
    margin-top: 15vw;
    padding: 0 20vw;

    h3 {
        margin: 2vw 0;
    }

    h2,
    h3 {
        text-align: center;
    }

    button {
        width: fit-content;
    }

    form,
    label {
        display: flex;
        flex-direction: column;
        font-family: "helvr";
    }

    .pb0 {
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }

    .ui-slider-range {
        height: 1vw;
    }

    .ui-slider-handle {
        position: absolute;
        width: 1vw;
        height: 1vw;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        outline: none;
        border: none;
        background-color: var(--yellow) !important;
        cursor: pointer;
    }

    .message {
        display: block;
        position: inherit !important;
        font-size: var(--p0);
        opacity: 0.5;
        margin-top: 0.5vw;
    }

    .cff-thanks-message {
        font-size: var(--p0);
        margin-bottom: 1vw;
        opacity: 0.5;
    }

    .cff-slider-tooltip {
        display: none;
    }

    #fieldname4_1_slider {
        position: relative;
    }

    #fieldname4_1_caption {
        margin-top: 1vw;
        font-size: var(--p0);
        margin-bottom: 0.5vw;
    }

    .dfield {
        margin-top: 0.5vw;
    }

    label {
        font-family: "helvr";
        font-weight: normal;
        font-size: var(--p0);
        display: inline;
        gap: 0.5vw;
        margin-bottom: 0.5vw;
    }

    #cp_calculatedfieldsf_pform_1 {
        width: 30vw;
        margin-left: auto;
        margin-right: auto;
        gap: 1.5vw;
    }

    .slider-input {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 0.5vw;
        border-radius: 999px;
        outline: none;
        cursor: pointer;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
    }

    .slider-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1vw;
        height: 1vw;
        background: var(--yellow);
        border-radius: 50%;
        border: 2px solid var(--yellow);
        cursor: pointer;
    }

    input {
        all: unset;
        padding: 1vw;
        font-size: var(--p0);
        font-family: "helvr";
        width: 93%;
        border: 0.5px solid white;
        border-radius: 999px;
    }

    .pbSubmit {
        background: transparent !important;
        background: var(--yellow) !important;
        border: 1px solid var(--yellow) !important;
        border-radius: 0.3vw !important;
        color: #000;
        cursor: pointer;
        font-family: Fraktion;
        font-size: var(--p0);
        padding: 0.3vw 0.75vw;
        text-transform: uppercase;
        transition: 0.5s ease;
        z-index: 99;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    width: 15vw;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 1vw;
    position: absolute;
    z-index: 1;
    padding: 1vw;

    top: 100%;
    /* ⬅️ debajo del elemento */
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.5vw;
    /* separación */
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.commission-link {
    margin: 0.75vw 0;
    text-decoration: underline;

    span {
        text-transform: none;
    }
}

#tabla_3,
#tabla_3_0,
#tabla_3_2 {
    display: none;
    height: 18vw;
    justify-content: center;
    position: relative;
    z-index: 99;
}

#tabla_3.on,
#tabla_3_0.on,
#tabla_3_2.on {
    display: flex;
}

#tabla_1 .casilla1,
#tabla_2_0 .casilla1 {
    width: calc(16vw - 2px);
}

.faqinterior.on .extensible {
    max-height: 32vw;
}

#affiliatehero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100vw;
    height: 90vh;
}

#affiliatehero h1 {
    font-size: 12vw;
    width: 100vh;
}

#affiliatehero h2 {
    font-family: HelvR;
    font-size: var(--p0);
    margin: 4vw 0 2vw;
    width: 25vw;
}

#affiliatehero h3 {
    color: var(--yellow);
    font-size: var(--p0);
    margin-top: 3vw;
    margin-bottom: 1vw;
}

#affiliatesec {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
}

@media (max-width: 768px) {
    #affiliatesec {
        margin-top: 30vw;
    }
}

#affiliatesec > p {
    font-family: HelvR;
    font-size: var(--p0);
    margin: 2vw 0;
    width: 34vw;
}

#affiliatesec h2 {
    text-align: center;
    width: 60vw;
}

.affiliatesecitem {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 1vw;
    text-align: center;
    width: 18vw;
    padding: 1.5vw !important;
}

.affiliatesecitemtit {
    font-size: 1.5vw;
    margin-bottom: 0.5vw;
}

.affiliatesecitemtit,
.affiliatetext {
    font-family: HelvR;
    text-transform: uppercase;
}

.affiliatetext {
    font-size: var(--p0);
}

.affiliatetext.frequency {
    opacity: 0.5;
    margin: 1vw 0 0.5vw 0;
}

.affiliatetext.yel {
    color: var(--yellow);
    margin-bottom: 1vw;
}

.affiliatetext.yel.big {
    font-family: Fraktion;
    font-size: 2vw;
}

#affiliatesecitems {
    display: flex;
    margin-top: 2vw;
}

.affiliatetext.low {
    margin-bottom: 1.5vw;
    opacity: 0.5;
    text-transform: none;
}

.affiliatebut {
    border: 1px solid #fff;
    border-radius: 0.3vw;
    font-family: HelvR;
    font-size: var(--p0);
    margin-top: 0.5vw;
    padding: 0.2vw 2vw;
    text-transform: uppercase;
    transition: 0.4s ease;
}

.affiliatebut:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

#affiliatethird {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 15vw;
}

#affiliatethird h2 {
    text-align: center;
    width: 60vw;
}

#affiliatethird .container {
    display: flex;
    justify-content: center;
}

#affiliatethird .card {
    height: 9vw;
    margin: 1vw;
    width: 35vw;
}

#affiliatethird .card input {
    bottom: 1.5vw;
    margin: 1vw;
    position: absolute;
    right: 1vw;
    width: 21vw;
}

#commissionValue,
#customersValue {
    bottom: 1vw;
    color: var(--yellow);
    font-family: Fraktion;
    font-size: 5vw;
    position: absolute;
}

#affiliatethird p {
    font-family: HelvR;
    font-size: var(--p0);
    margin: 2vw 0;
    text-align: center;
    width: 25vw;
}

.range {
    -webkit-appearance: none;
    background: #444;
    background: transparent;
    border-radius: 3vw;
    cursor: pointer;
    height: 0.25vw;
    outline: none;
    padding: 1vw 0;
    /* quita estilos por defecto en WebKit */
    width: 100%;
}

/* Pista */
.range::-webkit-slider-runnable-track {
    background: #666;
    border-radius: 1vw;
    height: 0.2vw;
}

.range::-moz-range-track {
    background: #444;
    border-radius: 1vw;
    height: 0.01vw;
}

/* Thumb (el círculo que se arrastra) */
.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #ffe600;
    border-radius: 50%;
    cursor: pointer;
    height: 1.2vw;
    margin-top: -0.6vw;
    width: 1.2vw;
    /* centra el thumb en la pista */
}

.range::-moz-range-thumb {
    background: #ffe600;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    width: 18px;
}

#elo.affiliate h2 {
    margin-bottom: 5vw;
    text-align: center;
    width: 60vw;
}

#footer.affiliate {
    min-height: 60vw;
}

#footer.affiliate h2 {
    text-align: center;
    width: 55vw;
}

#footer.affiliate button {
    margin: 1.5vw 0;
}

#footer.affiliate .terms {
    font-family: Fraktion;
    margin: 1vw;
    text-align: center;
    width: 20vw;
}

#footer.affiliate .terms a {
    text-decoration: underline;
}

#affiliate-terms-cont {
    height: auto;
    margin-bottom: 10vw;
}

.background-img-bybit {
    position: absolute;
    left: 50%;
    margin: unset !important;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.85) 0%,
        transparent 100%
    );
}

#affiliate-terms-cont h1 {
    font-size: 6vw;
    left: 23vw;
    margin-top: 10vw;
    position: relative;
    text-align: center;
    width: 54vw;
}

#affiliate-terms-cont ol {
    font-size: var(--p0);
    left: 30vw;
    margin-top: 5vw;
    position: relative;
    width: 40vw;
}

#affiliate-terms-cont ol li {
    list-style: disc;
    margin-bottom: 1vw;
    padding-left: 2vw;
}

#bybithero {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#bybithero img {
    margin: 3vw;
    width: 24vw;
}

#bybithero h1 {
    font-size: 6vw;
    text-align: center;
    width: 50vw;
}

#bybithero h3 {
    color: var(--yellow);
    font-size: var(--p0);
    margin-bottom: 2vw;
}

#bybitsec {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 15vw;
}

#bybitsec p {
    font-size: var(--p0);
    margin: 4vw;
    text-align: center;
    width: 26vw;
}

#bybitsecin {
    display: flex;
    justify-content: center;
}

.bybititem {
    display: flex;
    flex-direction: column;
    font-size: var(--p0);
    height: 8.5vw;
    margin: 0.5vw;
    text-align: center;
    width: 10vw;
    align-items: center;

    svg {
        width: 2.5vw;
        height: 2.5vw;
        padding: 1.5vw 0vw 1.25vw;
    }
}

#bybitthird h3 {
    color: var(--yellow);
    padding-bottom: 0.5vw;
}

#bybitthird h3,
#bybitthird p {
    font-size: var(--p0);
}

#bybitthird p a {
    text-decoration: underline;
}

.bybitstartcont {
    padding-bottom: 1.5vw;
    padding-left: 5vw;
    padding-top: 1.5vw;
    position: relative;
    width: 15vw;
}

.bybitstartcont .num {
    color: var(--yellow);
    font-family: HelvL;
    font-size: 4vw;
    left: 1.5vw;
    line-height: 0.9;
    position: absolute;
}

#bybitstartconts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 14.2vw;
    margin-left: 5vw;
    width: 42vw;
}

#bybitthird h2 {
    font-size: 7vw;
    padding-left: 9vw;
    width: 22vw;
}

#bybitconds,
#bybitthird {
    display: flex;
    height: auto;
    padding-bottom: 15vw;
}

#bybitconds {
    flex-direction: column;
}

#bybitconds h2 {
    text-align: center;
}

#bybitconds h2,
#bybitconds img {
    left: 20vw;
    position: relative;
    width: 60vw;
}

#bybitconds img {
    margin-top: 5vw;
}

#bybitfaq .faqblock,
#bybitfaq .faqinterior {
    width: 100%;
}

#bybitfaq .faqinterior p {
    width: 60vw;
}

#bybitfaq .faqtit {
    font-family: HelvLI;
    font-size: 6vw;
}

#footer.bybit h2 {
    padding-bottom: 2vw;
    text-align: center;
    width: 50vw;
}

#footer.bybit h3:first-child {
    color: var(--yellow);
    padding-bottom: 4vw;
}

#footer.bybit,
#footer.choose {
    height: auto;
    padding-bottom: 17vw;
}

#choosehero {
    height: auto;
    padding-bottom: 10vw;
    padding-top: 10vw;
}

#choosehero h1 {
    font-size: 12vw;
    text-align: center;
}

#chooseplatform .platform,
#chooseplatform .platform p {
    font-size: var(--p0);
    width: 16vw;
}

#chooseplatform .platform h3 {
    color: var(--yellow);
    font-size: var(--p0);
    padding-bottom: 1vw;
}

#chooseplatform .platform {
    margin: 1vw;
    padding: 2vw;
    width: 24vw;
}

#chooseplatform .platform ul {
    padding-top: 1vw;
}

#chooseplatform .platform ul li {
    list-style: none;
}

#chooseplatform .platform img {
    height: 3.5vw;
    position: absolute;
    right: 1.5vw;
    top: 1.5vw;
    max-width: 6vw;
}

.matchtrader-challenge {
    scale: 1.75;
    margin-top: 1vw;
}

#platforms {
    display: flex;
    justify-content: center;
}

#chooseplatform h3 {
    font-family: HelvR;
    font-size: 2vw;
    padding-bottom: 2vw;
    text-align: center;
    text-transform: uppercase;
}

#chooseplatform {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
}

#chooseplatform button {
    margin-top: 5vw;
}

.scholarship-hero {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 11vw;
    position: relative;
    height: 90vh;

    #scholarship-text {
        font-size: 0.94vw;
        position: absolute;
        right: 4.5vw;
        top: calc(50% + 9vw);
        width: 27vw;
    }

    h1 {
        width: 100%;
        font-size: 12vw;

        span {
            display: block;
            width: 100%;
        }

        .middle {
            text-align: right;
        }
    }
}

#schol-datos {
    display: flex;
    font-weight: 200;
    gap: 1.5vw;
    padding: 9.8vw;
    position: relative;

    #schol-advise {
        bottom: 7.6vw;
        color: grey;
        font-family: fraktion;
        font-size: 0.94vw;
        position: absolute;
        right: 9.8vw;
    }

    .cifra {
        color: var(--yellow);
        font-family: Fraktion;
        font-size: 4.7vw;
        font-weight: 200;
        text-align: center;
        width: 100%;
    }

    .schol-card {
        border-radius: 0.625vw;
        display: flex;
        flex-direction: column;
        padding: 0 1.5vw 1.5vw;
        width: 100%;
    }

    h3 {
        font-size: 1.25vw;
        font-weight: 200;
        text-align: center;
        width: 100%;
    }
}

#users-dashboard-wrapper {
    padding: 5vw;

    h2 {
        font-family: Helvli;
        text-align: center;
    }

    #table-wrapper {
        background-color: #242424;
        border-radius: 0.625vw;
        margin-top: 5vw;
        padding: 2.8vw;
    }

    #table-cont {
        display: flex;
        font-size: 1vw;
        font-weight: 200;
        justify-content: space-between;
        padding-bottom: 1.5vw;
        text-transform: uppercase;

        #search {
            width: 17vw;
        }
    }

    #table-pages {
        display: flex;
        font-size: 1vw;
        font-weight: 200;
        justify-content: space-between;
        margin-top: 1.5vw;
        padding: 0 1.5vw;
        text-transform: uppercase;
    }

    #users-dashboard {
        border-collapse: collapse;
        border-spacing: none;
        font-size: 1vw;
        position: relative;
        table-layout: fixed;
        text-align: left;
        text-transform: uppercase;
        width: 100%;

        th {
            color: #fbed00;
        }

        td,
        th {
            font-weight: 200;
        }

        th {
            padding-bottom: 1vw;
            padding-top: 0.5vw;
        }

        td {
            padding: 1.5vw 0;
        }

        .data {
            border-top: 1px solid #fff;
        }
    }

    #page-num {
        bottom: 2.6vw;
        color: grey;
        font-family: fraktion;
        font-size: 1vw;
        position: absolute;
        right: 5vw;
    }
}

#users-dashboard-wrapper {
    position: relative;
}

#wallets-wrapper {
    color: #fbed00;
    display: flex;
    font-size: 1vw;
    font-weight: 200;
    padding: 5vw;

    ul {
        color: #fff;
        display: flex;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        list-style: none;
        width: 100%;

        li a {
            align-items: center;
            display: flex;
            gap: 0.5vw;
            justify-content: center;

            .logo {
                height: 2vw;
                width: 2vw;
            }
        }
    }
}

.videosect-wrapper {
    height: auto;
    margin-bottom: 20vw;
    padding: 10vw 0 0;
    width: 100vw;

    h2 {
        font-family: HelvLI;
        font-weight: 200;
        margin-bottom: 1.5vw;
        text-align: center;
    }

    p {
        font-family: HelvR;
    }

    .videosect-desc {
        font-size: 1vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 40vw;
    }

    ul {
        display: grid;
        gap: 1.5vw;
        grid-template-columns: repeat(3, 1fr);
        list-style: none;
        margin-top: 5vw;
        padding-left: 6vw;
        padding-right: 6vw;

        li {
            border-radius: 0.75vw;
            padding: 1vw;

            h3 {
                font-size: 1.25vw;
                margin-bottom: 1vw;
                margin-top: 1.5vw;
            }

            h3 {
                font-family: HelvLI;
            }

            p {
                font-size: 1vw;
                font-family: HelvR;
            }

            p:first-of-type {
                margin-bottom: 1.5vw;
            }

            img {
                aspect-ratio: 16/9;
                background: #000;
                border-radius: 0.25vw;
                outline: none;
                width: 100%;
            }

            .more-button {
                color: #fbed00;
                text-transform: uppercase;
                font-family: Fraktion;
            }
        }
    }
}

.theory-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;

    h1 {
        text-align: center;
        font-size: 12vw;
    }

    p:first-of-type {
        color: var(--yellow);
        font-size: 1vw;
        margin-bottom: 1vw;
        text-transform: uppercase;
        width: fit-content;
    }

    .description,
    p:first-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .description {
        font-size: var(--p0);
        margin-top: 3vw;
        text-align: center;
        width: 26vw;
    }

    button {
        margin-top: 2.8vw;
        width: fit-content;
    }
}

.theory-process {
    align-items: center;
    display: flex;
    font-size: 1vw;
    justify-content: space-between;
    margin: 10vw 2.8vw;

    div {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;

        img {
            height: 6vw;
            margin: 1.5vw;
            width: 6vw;
        }

        p {
            margin: 1vw 0 1.5vw;
            text-align: center;
            text-wrap: balance;
            width: 80%;
        }

        div {
            font-family: helvr;
            font-size: 1.5vw;
            text-transform: uppercase;
            color: var(--yellow);
        }
    }
}

#theory-sect {
    margin-bottom: 20vw;
}

.theory-options {
    padding: 0 10vw;

    h2 {
        font-family: helvli;
        margin-bottom: 2.8vw;
        text-align: center;
    }

    ul {
        display: grid;
        font-family: HelvL;
        font-size: 1.5vw;
        gap: 1.5vw;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        text-transform: uppercase;

        li {
            min-height: 9vw;
            position: relative;
            transition: all 0.2s ease;

            a {
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }
        }

        img {
            height: 4vw;
            margin: 1.5vw;
            width: 4vw;
        }
    }
}

#footer.learning {
    h2 {
        font-family: HelvLI;
    }
}

#pols {
    font-size: 1vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
    z-index: 0;

    h1 {
        font-family: HelvLI;
        font-size: 3vw;
        margin-bottom: 2.8vw;
        margin-top: 10vw;
        text-align: center;
    }

    p {
        font-size: 1vw;
    }

    summary::marker {
        background-color: red;
    }

    details {
        border-bottom: 0.5px solid #fff;
        cursor: pointer;
        padding: 1vw 0;

        p {
            margin-top: 1vw;
        }
    }
}

#tournaments {
    height: auto;
}

#tournaments-hero {
    padding: 10vw 0 0;

    h1 {
        margin-bottom: 2.8vw;
        font-size: 12vw;
    }

    .description,
    h1 {
        text-align: center;
    }

    .description {
        font-family: HelvR;
        font-size: var(--p0);
        margin: 4vw 0 2vw;
        width: 20vw;
        margin: 0 auto;
    }

    button {
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }
}

#tournaments-works {
    margin-bottom: 10vw;

    h2 {
        font-family: HelvL;
        margin-bottom: 2.8vw;
        text-align: center;
    }

    ul {
        gap: 2.8vw;
        padding: 0 10vw;
    }

    li,
    ul {
        display: flex;
    }

    li {
        font-size: 1vw;
        gap: 1vw;
    }

    img {
        height: 4vw;
        width: 4vw;
    }

    .instruction {
        color: var(--yellow);
    }
}

#tournaments-joins {
    margin-top: 15vw;

    h2 {
        font-family: HelvLI;
        margin-bottom: 2.8vw;
        text-align: center;
    }

    .joins-wrapper {
        display: flex;
        gap: 2.8vw;
        padding: 0 10vw;

        .joins-description {
            display: flex;
            flex-direction: column;
            font-family: Helvl;
            font-size: 2vw;
            gap: 1.5vw;
            padding: 2.8vw 1.5vw;
            text-align: center;
        }

        .register-data {
            display: flex;
            flex-direction: column;
            font-size: 1.25vw;
            gap: 1.5vw;

            .position {
                color: var(--yellow);

                .name {
                    color: #fff;
                    margin-top: 0.5vw;
                }
            }
        }

        .pricing {
            color: var(--yellow);
            font-size: 2vw;
        }

        .rules {
            display: flex;
            flex-direction: column;
            gap: 1vw;

            .rule:hover {
                cursor: pointer;
                text-decoration: underline;
            }
        }

        .data {
            color: var(--yellow);
            margin-top: 0.5vw;
        }

        .joins-title {
            background: #363636;
            border-radius: 1vw;
            font-family: Helvl;
            font-size: 1vw;
            padding: 1.5vw;
            text-align: center;

            .date {
                color: var(--yellow);
                display: flex;
                font-family: Fraktion;
                font-size: 1.25vw;
                gap: 1vw;
                justify-content: center;

                div {
                    position: relative;
                }

                span {
                    bottom: -0.25vw;
                    font-size: 0.5vw;
                    left: 50%;
                    position: absolute;
                    transform: translate(-50%);
                }
            }

            .date-info {
                color: var(--yellow);
                font-family: Fraktion;
                font-size: 0.5vw;
            }
        }
    }

    #places,
    #registers {
        border-radius: 1vw;
        overflow: hidden;
        width: 100%;
    }
}

#streams-section {
    padding-top: 10vw;

    h2 {
        font-family: HelvLI;
        text-align: center;
    }

    .description {
        margin: 1.5vw auto 5vw;
        max-width: 40vw;
    }

    .advisor,
    .description {
        font-size: 1vw;
        text-align: center;
    }

    .advisor {
        color: var(--yellow);
        margin-bottom: 1.5vw;
        text-transform: uppercase;
    }

    ul {
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        padding: 0 5vw;

        li {
            border-radius: 1vw;
            display: flex;
            font-size: 1vw;
            justify-content: space-between;
            padding: 2.8vw 1.5vw;

            .rest-time {
                span {
                    flex-direction: column;
                    font-size: 0.5vw;
                }

                div,
                span {
                    display: flex;
                }
            }
        }
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000066;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.pos {
    display: flex;
    flex-direction: column;

    .position {
        color: var(--yellow);
        font-size: var(--p0);
        font-family: "helvr";
        font-size: 1.25vw;
    }

    .prize-0 {
        font-size: 2vw;
    }

    .prize-1 {
        font-size: 1.75vw;
    }

    .prize-2 {
        font-size: 1.5vw;
    }

    .prize-3,
    .prize-4,
    .prize-5 {
        font-size: 1.25vw;
    }
}

.modal-content {
    background: black;
    width: 30vw;
    padding: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
    border-radius: 1vw;
    position: relative;

    img {
        width: 1.5vw;
        height: 1.5vw;
        position: absolute;
        right: 1.5vw;
        top: 1.5vw;
        cursor: pointer;
    }
}

.modal-p {
    font-size: 1.1vw;
    font-family: "helvr";
    text-align: center;

    a {
        color: var(--yellow);
    }

    a:hover {
        text-decoration: underline;
    }
}

.modal-p:first-of-type {
    margin-bottom: 1vw;
}

.modal.open {
    opacity: 1;
    pointer-events: all;
}

#fuera {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.1s;

    a {
        cursor: pointer;
        color: white;
        transition: color 0.2s ease-in-out;
    }

    a:hover {
        color: yellow;
    }
}

.videosect-grid {
    img {
        object-fit: cover;
    }
}

#proof-reserves #tablepress-1_filter {
    margin-bottom: 2vw;
}

#proof-reserves #tablaid {
    font-size: var(--p0);
    font-family: "Fraktion";
    overflow: scroll;
}

#proof-reserves .dataTables_paginate .paginate_button {
    color: #fff;
}

.footer-virtual-classes {
    h2 {
        font-family: "HelvLI";
    }
}

#virtual-classes {
    height: auto;
}

@media (max-width: 768px) {
    #limited-time {
        font-size: 3vw !important;
        margin-top: 1vw;
    }

    #btn-comments-trycft {
        margin-left: 50% !important;
        transform: translateX(-50%);
    }

    #second.one-dollar {
        h2 {
            width: 90vw;
            margin-bottom: 6vw;
        }

        a {
            margin-top: 3vw;
        }
    }

    #cp_calculatedfieldsf_pform_1 {
        width: 70vw !important;
        margin-top: 6vw;
    }

    #commission-form {
        padding: 0 15vw;

        .dfield {
            margin-top: 2vw;
        }

        h3 {
            font-size: var(--p0);
        }

        .ui-slider-range {
            height: 3vw;
        }

        .ui-slider-handle {
            height: 3vw;
            width: 3vw;
        }

        label {
            margin-bottom: 2vw;
        }

        input {
            all: unset;
            padding: 3vw;
            width: 93%;
            border: 0.5px solid white;
            border-radius: 999px;
            font-size: var(--p0);
        }

        .pb0 {
            gap: 3vw;
        }
    }

    #affiliatethird {
        margin-top: 20vw;
    }

    #commission-form {
        margin-top: 20vw;
    }

    #streams-section .date {
        position: absolute;
        right: 3vw;
        font-size: 4vw;
        gap: 6vw;

        span {
            font-size: 2vw;
        }
    }

    .modal-p:first-of-type {
        margin-bottom: 3vw;
    }

    .modal-p {
        font-size: 3vw;
    }

    .modal-content {
        width: 80vw;
        padding: 6vw;
        gap: 3vw;
        border-radius: 3vw;
        height: 60vw;

        h3 {
            font-size: 5vw;
        }

        img {
            width: 4vw;
            height: 4vw;
            right: 4vw;
            top: 4vw;
        }
    }
}

#ebooks {
    padding-top: 10vw;

    h2 {
        font-family: HelvLI;
        margin-bottom: 2.8vw;
    }

    .description,
    h2 {
        text-align: center;
    }

    .description {
        font-size: 1vw;
        margin-bottom: 5vw;
        margin-left: auto;
        margin-right: auto;
        max-width: 40vw;
        text-wrap: balance;
    }

    #ebooks-wrapper {
        display: grid;
        gap: 2.8vw;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10vw;

        .ebook-title {
            font-size: 2vw;
            font-family: "helvl";
        }

        .ebook-card {
            align-items: center;
            border-radius: 1vw;
            display: flex;
            font-size: 1vw;
            gap: 2.8vw;
            justify-content: space-between;
            padding: 1.5vw;

            img {
                aspect-ratio: 3/4;
                width: 40%;
            }

            button {
                width: 80%;
            }

            article {
                display: flex;
                flex-direction: column;
                gap: 1.5vw;
                width: auto;
            }
        }
    }
}

#affiliate-terms-cont {
    h1 {
        margin-top: 10vw;
        text-align: left;
        left: 8vw;
        font-size: 8vw;
        width: 82vw;
    }

    ol {
        list-style: none;
        left: 6vw;
        width: 88vw;
    }
}

#virtual-classes {
    padding-top: 10vw;

    h2 {
        font-family: HelvLI;
        margin-bottom: 2.8vw;
    }

    .description,
    h2 {
        text-align: center;
    }

    .description {
        font-size: 1vw;
        margin-bottom: 5vw;
        margin-left: auto;
        margin-right: auto;
        max-width: 40%;
    }

    #calendar {
        background: #242424;
        border-radius: 1vw;
        margin: 0 10vw;
        position: relative;

        #advisor {
            align-items: center;
            display: flex;
            flex-direction: column;
            font-size: 1vw;
            height: 100%;
            justify-content: center;
            left: 50%;
            max-width: 40%;
            position: absolute;
            text-align: center;
            top: 0;
            transform: translate(-50%);
            width: 100%;

            .desc {
                margin-bottom: 2.8vw;
            }

            .login-advisor {
                font-size: 0.75vw;
                margin-top: 0.5vw;
            }
        }

        table {
            background: linear-gradient(0deg, #000, transparent);
            border-collapse: collapse;
            filter: blur(5px);
            font-family: helvl;
            font-size: 1vw;
            pointer-events: none;
            width: 100%;

            th {
                padding: 1vw;
            }

            .hour {
                border-right: 0.5px solid #fff;
                text-align: left;
            }

            .day {
                border-bottom: 0.5px solid #fff;
            }
        }
    }
}

#streams-section {
    height: auto;
}

#streams-section .date {
    display: flex;
    gap: 3vw;

    div {
        position: relative;
    }

    span {
        font-size: 0.5vw;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
}

/*** HOVERS ***/
@media (hover: hover) and (pointer: fine) {
    #footer nav li:hover {
        color: var(--yellow);
        opacity: 1;
    }

    button:hover {
        border: 1px solid var(--yellow);
        box-shadow: 0 0 1vw var(--yellow);
        color: #000;
        transform: scale(1.05);
    }

    .boton:hover,
    button:hover {
        background: var(--yellow);
    }

    header.black nav ul li a:hover {
        color: #000;
    }

    header.black nav ul li:hover a {
        color: #000;
    }

    header nav ul li:hover a {
        color: var(--yellow);
        padding: 0 1vw;
    }

    button:hover:before {
        transform: scaleX(1);
    }

    .theory-options {
        li:hover {
            border: 1px solid var(--yellow);
            box-shadow: 0 0 1vw var(--yellow);
        }
    }

    #faqbuttons .blur:hover,
    .casilla1:hover {
        border: 1px solid var(--yellow-t);
        box-shadow: 0 0 1vw var(--yellow);
    }

    .rrssmodule .rrssicon:hover {
        opacity: 0.5;
    }

    .theory:hover {
        color: var(--yellow);
    }

    .theory:hover .theorydesp {
        opacity: 1;
    }

    .productowp button:hover {
        background: var(--yellow);
        transform: scale(1);
    }

    .theory:hover .flec {
        transform: rotate(-45deg);
    }
}

/*** MÓVIL ***/
@media (orientation: portrait) {
    /* Estilos tipo móvil vertical */
    :root {
        --p0: 3.5vw;
        --p1: 5.5vw;
    }

    #tournaments-hero {
        padding: 20vw 0vw 0vw;
    }

    .theorydesp {
        left: 36vw;
        opacity: 0;
        top: -20vw;
        width: 32vw;
    }

    .theorydesp.on {
        opacity: 1;
    }

    .flec {
        height: 2vw;
        left: 32vw;
        top: 2.6vw;
        transform: rotate(-45deg);
        width: 2vw;
    }

    #herosound {
        display: none;
    }

    #logo {
        padding: 2vw;
    }

    #iso {
        width: 9vw;
    }

    #typo {
        top: 0.8vw;
        width: 24vw;
    }

    .blur {
        border-radius: 3vw;
    }

    #webgl {
        top: 20px;
    }

    h2 {
        font-size: 12vw;
    }

    #hero h1 .second {
        margin-left: 0;
    }

    #deghead {
        height: 40vw;
    }

    #hero {
        flex-direction: column;
    }

    #hero h1 {
        font-size: 30vw;
        line-height: 0.8;
    }

    #hero h1,
    #hero h3 {
        text-align: center;
    }

    #hero h3 {
        font-size: var(--p1);
        margin-bottom: 25vw;
        margin-right: 0;
        margin-top: 7vw;
        position: relative;
        width: 70vw;
    }

    button {
        border-radius: 2vw;
        padding: 1vw 2vw;
    }

    #buttoncont {
        bottom: 8vw;
    }

    .stream-title {
        width: 50%;
    }

    .episode {
        margin-top: 3vw;
    }

    #second {
        flex-direction: column;
        height: auto;
    }

    #second .modulo .numero {
        font-size: 11.5vw;
    }

    #second .modulo {
        border-radius: 4vw;
        height: 21vw;
    }

    #second .modulo,
    #second .modulo.width {
        width: 90vw;
    }

    #second .desc {
        margin-bottom: 0;
        margin-top: 1.25vw;
    }

    #cftsect {
        flex-direction: column;
        height: auto;
    }

    #cftsecttext {
        left: 0;
        text-align: left;
        width: 80vw;
    }

    #mapa h3 span {
        top: 1.2vw;
    }

    #cftsecttext p {
        left: 7vw;
        padding: 4vw;
    }

    #cftsect h2,
    #cftsecttext p {
        position: relative;
        text-align: center;
    }

    #cftsect h2 {
        left: 10vw;
        margin-top: 35vw;
        width: 82vw;
    }

    #feturedin {
        flex-direction: column;
    }

    #cftsect h3 {
        left: 11vw;
        top: 17vw;
    }

    #feturedin p {
        left: 4vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
        position: relative;
        width: 30vw;
    }

    .featuredlogo {
        padding: 4vw 9vw 4vw 5vw;
        width: 29vw;
    }

    #featuredcarrusel {
        flex-wrap: wrap;
        justify-content: flex-start;
        left: 6.5vw;
        width: 100vw;
    }

    #bitly {
        font-size: var(--p0) !important;
        height: 35vw;
        left: 4vw;
        margin: 0;
        top: 25vh;
        width: 32vw;
    }

    #bitly img {
        left: 3vw;
        margin-bottom: 10vw;
        width: 26vw;
    }

    #osasuna {
        font-size: var(--p0) !important;
        height: 35vw;
        left: 55vw;
        margin: 0;
        top: 60vh;
        width: 32vw;
    }

    #osasuna img {
        left: 7vw;
        margin-bottom: 3vw;
        position: relative;
        top: 0;
        width: 17vw;
    }

    #otherpartnerstext {
        left: 0;
        padding: 4vw;
    }

    #partnersin {
        width: 500vw;
    }

    .partner {
        width: 55vw;
    }

    #otherpartners {
        height: 40vw;
    }

    #valores {
        height: 205vw;
        margin-bottom: 8vw;
        padding-top: 40vw;
    }

    #valores h2 span {
        font-size: var(--p1);
    }

    #valores h2 {
        left: 3.5vw;
        text-align: center;
        width: 91vw;
    }

    #valores h3 {
        width: 62vw;
    }

    #valores .izq {
        left: 20vw;
        top: 23vw;
    }

    #valores .dch {
        left: 30vw;
        top: 101vw;
        width: 42vw;
    }

    #valoresblocks {
        padding: 26vw 0 0;
    }

    .valorblock {
        margin: 4vw 4vw 0;
        opacity: 1;
        padding: 2vw;
        transform: translateY(0);
        transition: 0.3s ease;
        width: 88vw;
    }

    .valorblock.active {
        box-shadow: 0 0 3vw var(--yellow);
    }

    .valorblock.inactive {
        opacity: 0.5;
    }

    .valorblock:before {
        color: var(--yellow);
        content: "+";
        font-size: 5vw;
        position: absolute;
        right: 5vw;
        top: 4vw;
    }

    .valorblock.active:before {
        color: #fff;
        content: "-";
    }

    .title {
        font-size: var(--p0);
        margin-top: 3vw;
        width: 100%;
    }

    .icon {
        width: 10vw;
    }

    .valorcont {
        margin-left: 6vw;
        overflow: hidden;
        width: 67vw;
    }

    .valorblock.active .text {
        margin-bottom: 4vw;
        margin-top: 4vw;
        max-height: 13vw;
        opacity: 1;
    }

    .text {
        margin-bottom: 0;
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transition: 0.4s ease;
    }

    #programs h2,
    #programs p {
        left: 15vw;
        width: 70vw;
    }

    #programs p {
        font-size: var(--p0);
        margin-top: 6.5vw;
    }

    .casilla1 {
        margin: 1vw;
        padding: 2vw;
        width: 26vw;
    }

    #tabla {
        font-size: var(--p1);
    }

    #tabla_1,
    #tabla_2,
    #tabla_3,
    #tabla_3_2,
    #tabla_4 {
        flex-wrap: wrap;
    }

    #tabla_1 .casilla1 {
        width: 41.75vw;
    }

    #tabla_3,
    #tabla_3_2 {
        flex-direction: column;
    }

    #tabla_3 .casilla2,
    #tabla_3_2 .casilla2 {
        margin: 1vw 2vw;
        overflow: hidden;
        padding: 4vw;
        transition: 0.4s ease;
        width: 87vw;
    }

    .fasecontent {
        margin: 0;
        max-height: 43vw;
        max-height: 0;
        opacity: 0;
        transition: 0.4s ease;
    }

    .casilla2.active .fasecontent {
        margin: 7vw 0 0;
        max-height: 42vw;
        opacity: 1;
    }

    .casilla2 > span {
        position: absolute;
        right: 15vw;
        top: 5.5vw;
    }

    #tabla_3 .casilla2:before,
    #tabla_3_2 .casilla2:before {
        color: #fff;
        content: "+";
        font-size: 5vw;
        position: absolute;
        right: 5vw;
        top: 4vw;
    }

    #tabla_3 .casilla2.active:before,
    #tabla_3_2 .casilla2.active:before {
        content: "-";
    }

    #tabla_3 .casilla2.inactive,
    #tabla_3_2 .casilla2.inactive {
        opacity: 0.4;
    }

    .casilla1.active {
        box-shadow: 0 0 2vw var(--yellow);
    }

    #total,
    .casillafull {
        width: 96vw;
    }

    #evaluation,
    #onetime {
        width: 45.5vw;
    }

    #evaluation span,
    #onetime span {
        font-family: Fraktion;
        font-size: 5.5vw;
    }

    #programs {
        height: 267vw;
    }

    #learn {
        height: auto;
        margin-top: 5vw;
    }

    #learn h2 {
        text-align: center;
        width: 64vw;
    }

    #learn h3 {
        font-size: var(--p0);
        margin-top: 5vw;
        text-align: center;
        width: 50%;
    }

    #blanca {
        display: none;
    }

    #blancacont {
        background: #fff;
        border-radius: 12vw;
        height: auto;
        margin: 30vw 2vw 2vw;
        width: 96vw;
        z-index: auto;
    }

    #howto,
    #loadingbarin {
        display: none;
    }

    #blancacontin {
        margin-left: 0;
        margin-top: 0;
        padding: 4vw;
        width: auto;
        z-index: 9;
    }

    #blancacontin,
    .blancablock {
        display: flex;
        flex-direction: column;
    }

    .blancablock {
        align-items: center;
        margin: 10vw 5vw;
        padding: 0;
        text-align: center;
        width: 80vw;
    }

    .blancatext {
        font-size: var(--p0);
        line-height: 1;
        width: 94%;
    }

    .blancanum {
        font-size: 23vw;
        position: relative;
    }

    .blancatit {
        font-size: 11vw;
        margin: 8vw 0;
    }

    #loadingbar {
        background: transparent;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    #global {
        height: auto;
        margin-top: 20vw;
    }

    #svgmapa {
        left: 0;
        margin-top: -15vw;
        width: 125vw;
    }

    #svgmapa_lines {
        display: none;
    }

    #texto1,
    #texto2 {
        left: 0;
        right: auto;
        top: 0;
        width: 90vw;
    }

    #globaltit,
    #texto1,
    #texto2 {
        position: relative;
        text-align: center;
    }

    #globaltit {
        height: auto;
        left: 4vw;
        width: 92vw;
    }

    #maparrrss {
        bottom: -129vw;
        left: auto;
        position: absolute;
        right: -1vw;
        width: 54vw;
        z-index: 0;
    }

    #mapa {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 4vw;
        padding-top: 8vw;
    }

    #mapa,
    #mapa h3 {
        position: relative;
    }

    #mapa h3 {
        left: 0;
        line-height: 0.9;
        margin-top: 5vw;
        top: 0;
        width: 90vw;
    }

    #faqsection {
        height: auto;
        margin-top: 40vw;
    }

    #faqsection h2 {
        left: 4vw;
        width: 92vw;
    }

    #faqbuttons {
        left: 0;
        width: 100vw;
    }

    #faqbuttons .blur {
        font-size: var(--p0);
        height: 7vw;
        margin: 2vw;
        padding: 5vw;
        text-align: center;
        width: 18vw;
    }

    #comments h2 {
        padding: 3vw;
        text-align: center;
        width: 94vw;
    }

    #comentarios {
        margin: 3vw;
        max-height: 47vw;
        padding-bottom: 5vw;
        width: 94vw;
    }

    .swiper-slide {
        margin: 0;
        padding: 5vw;
        width: 84vw !important;
    }

    .estrellas img {
        padding: 0.5vw;
        width: 3.5vw;
    }

    .estrellas {
        display: flex;
        margin-bottom: 3.5vw;
    }

    .comment_name {
        margin-top: 3.5vw;
    }

    #realtime h2 {
        left: 10vw;
        width: 80vw;
    }

    #realtime p {
        left: 13vw;
        width: 74vw;
    }

    #comments {
        margin-top: 35vw;
    }

    #realtime {
        margin-top: 10vw;
    }

    #planos {
        display: none;
    }

    #diplomas_mov {
        display: block;
        height: auto;
        padding: 10vw 0;
        position: relative;
    }

    .diplomas-swiper {
        max-height: 70vw;
        width: 100%;
    }

    .swiper-slide.diploma_mov {
        box-sizing: border-box;
        padding: 0;
        width: 70vw !important;
    }

    .diploma_mov img {
        display: block;
        height: auto;
        width: 100%;
    }

    .diploma_mov .name,
    .diploma_mov .timeago {
        font-family: Fraktion;
        font-size: var(--p0);
        opacity: 0.6;
        padding: 2vw;
        text-align: center;
        text-transform: uppercase;
        width: calc(100% - 4vw);
    }

    .diploma_mov .name {
        color: var(--yellow);
        opacity: 1;
        position: relative;
        top: 3vw;
    }

    #diplomasdeg,
    #diplomasdeg2 {
        background: linear-gradient(90deg, #000, transparent);
        height: 66vw;
        pointer-events: none;
        position: absolute;
        width: 5vw;
        z-index: 9;
    }

    #diplomasdeg2 {
        background: linear-gradient(270deg, #000, transparent);
        left: auto;
        right: 0;
    }

    .swiper-ant,
    .swiper-sig {
        border: 1px solid;
        border-radius: 100%;
        bottom: 4.5vw;
        color: var(--yellow);
        display: block;
        font-family: Fraktion;
        font-size: 5vw;
        height: 3vw;
        line-height: 0.55;
        opacity: 0.5;
        padding: 1vw;
        position: absolute;
        right: 6vw;
        width: 3vw;
        z-index: 9999999;
    }

    #fuera {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(0, 110%);
        opacity: 0;
        transition: opacity 0.2s ease-in-out 0.1s;
    }

    .swiper-ant {
        right: 14vw;
    }

    #footer {
        height: auto;
        justify-content: center !important;
        height: 180vw !important;
        margin-top: 20vw;
        padding-bottom: 10vw;
    }

    #footerintext {
        font-size: 2.17vw;
        padding: 1vw;
        text-align: left;
    }

    #footerinlinks ul {
        border-bottom: 1px solid;
        flex-direction: column;
        line-height: 1.3;
        padding-bottom: 2vw;
        padding-top: 1vw;
    }

    #footer nav ul {
        bottom: 42vw;
        flex-direction: column;
        font-size: 80%;
        height: 22vw;
    }

    #footer nav ul li {
        width: 31vw;
    }

    #footer h2 {
        margin-bottom: 4vw;
        margin-top: calc(50vh - 50vw);
        text-align: center;
        width: 100vw;
        z-index: 9;
    }

    #footer h2 span {
        width: 4vw;
    }

    #footer h3 {
        width: 80vw;
        z-index: 9;
    }

    #footermail {
        font-size: var(--p0);
        padding: 1.5vw 0;
        z-index: 9;
    }

    #footerrrss {
        padding: 3vw;
        width: 55vw;
        z-index: 9;
    }

    #videofooter,
    #videofooter iframe {
        height: 111.8vw;
        width: 200vw;
    }

    #videofooter {
        bottom: 43.2vw;
        left: 0;
        position: absolute;
    }

    #menubutton {
        display: block;
        font-family: Fraktion;
        font-size: 4vw;
        padding: 2vw;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }

    #menubutton span {
        padding: 0 2vw;
    }

    #mainmenu {
        backdrop-filter: blur(2vw);
        -webkit-backdrop-filter: blur(2vw);
        background: #00000087;
        border-bottom: 1px solid #242424;
        border-radius: 1vw 1vw 0 0;
        height: 100vh;
        left: 0;
        pointer-events: none;
        position: absolute;
        transform: translateY(calc(-100vh - 1px));
        transition: 1.5s ease;
        width: 100vw;
        z-index: 9;
    }

    #mainmenu.active {
        pointer-events: all;
        transform: translateY(0);
    }

    header nav ul {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        position: absolute;
        top: 23.5vw;
        width: 80vw;
    }

    #mainmenu ul li {
        font-size: 4vw;
    }

    #mainmenu ul li,
    header nav ul li {
        justify-content: flex-start;
        margin-left: 4vw;
        width: 60vw;
    }

    #appicons {
        left: 0;
        pointer-events: none;
        top: 30vw;
        transform: translateY(calc(-100vh - 1px));
        transition: 1.5s ease;
        width: 19vw;
    }

    #appicons.active {
        pointer-events: all;
        transform: translateX(0);
    }

    #link6 {
        background: var(--yellow);
        border-radius: 1vw;
        margin-top: 20vw;
        padding: 0.5vw 1vw 1vw;
        width: 30vw;
    }

    #link6,
    #link6 a {
        color: #000;
    }

    header nav ul li a {
        padding: 0 2vw;
    }

    #footerrrssmenu {
        display: block;
        padding: 1vw;
        position: absolute;
        top: 94vw;
        width: 70vw;
    }

    #secondarymenu {
        display: block;
        position: fixed;
        top: 60vw;
        transform: translateY(-100vh);
        transition: 1.5s ease;
        z-index: 9;
    }

    #secondarymenu.active {
        transform: translateY(0);
    }

    #secondarymenu ul {
        flex-wrap: wrap;
        height: 38vw;
        justify-content: flex-start;
        top: 43vw;
        width: 100vw;
    }

    #secondarymenu li {
        font-size: 2.5vw;
        width: 42vw;
    }

    #headrrrss {
        left: 3.2vw;
        margin-top: 28vw;
        position: relative;
        width: 50vw;
    }

    #footer nav ul {
        display: none;
    }

    .rrssmodule .rrssicon {
        width: 6vw;
    }

    #maparrrss {
        bottom: -138vw;
        right: 3vw;
        top: auto;
        width: 50vw;
        z-index: 999;
    }

    .close {
        height: 6vw;
        margin: 2.5vw;
        width: 6vw;
    }

    .close span {
        width: 3.5vw;
    }

    #topbar {
        height: 12vw;
    }

    #topbar .close {
        top: 0;
    }

    .topbar #menubutton,
    header.topbar {
        top: 12vw;
    }

    .topbar #mainmenu {
        transform: translateY(calc(-100vh - 12vw - 1px));
    }

    .topbar #mainmenu.active {
        transform: translateY(0);
    }

    #popup {
        height: 120vw;
        width: 75vw;
    }

    #stickybar {
        height: 45vw;
    }

    #tabla_3.on,
    #tabla_3_0.on,
    #tabla_3_2.on {
        height: auto;
    }

    #tabla_1 .casilla1,
    #tabla_2_0 .casilla1 {
        width: 26vw;
    }

    #tabla_3_0 {
        flex-direction: column;
    }

    #tabla_3_0 .casilla2 {
        left: 2vw;
        position: relative;
        top: 1.2vw;
        width: 92vw;
    }

    #scale,
    #tabla_3_0_tit {
        padding: 3vw;
        width: 70vw;
    }

    #tabla_3_0 .fasecontent {
        left: 1vw;
        padding-bottom: 0 !important;
        padding: 0 2vw;
        position: relative;
        width: 86vw;
    }

    #tabla_3_0 .active .fasecontent {
        margin: 2vw 0 0;
        max-height: 42vw;
        opacity: 1;
        padding-bottom: 3vw !important;
    }

    .casilla3content {
        left: 3vw;
        max-height: 0;
        opacity: 0;
        position: relative;
        transition: 0.4s ease;
        width: 91vw;
    }

    .active .casilla3content {
        max-height: 64vw;
        opacity: 1;
        padding-bottom: 3vw;
    }

    .casilla3 {
        margin: 3vw 2vw;
        overflow: hidden;
        width: 92vw;
    }

    #tabla_3_0 .casilla2:before,
    .casilla3:before {
        content: "+";
        position: absolute;
        right: 4vw;
        top: 3.5vw;
    }

    #tabla_3_0 .active.casilla2:before,
    .active .casilla3:before {
        content: "-";
    }

    #faqhero {
        height: 80vw;
    }

    #faqhero h1 {
        font-size: 25vw;
    }

    #faqhero h3 {
        font-size: var(--p0);
    }

    .faq-search button {
        border-radius: 1vw;
        font-size: 4vw;
        height: 6vw;
        line-height: 1;
        padding: 0.1vw 4vw 0.2vw 1.5vw !important;
    }

    .faqmodule {
        flex-direction: column;
        left: 4vw;
        padding: 4vw;
    }

    .faqinterior,
    .faqmodule {
        width: 84vw;
    }

    .visible {
        padding: 3vw 0;
    }

    .faqinterior p {
        text-align: left;
        width: 72vw;
    }

    .faqblock h3 {
        margin-top: 4vw;
    }

    .faq-search__meta {
        top: 8vw;
    }

    .faqinterior.on {
        padding-bottom: 2vw;
    }

    .faqinterior.on .extensible {
        max-height: 131vw;
    }

    .faqtit {
        font-size: var(--p1);
        margin-bottom: 2vw;
    }

    #cryp {
        top: 40vw;
        width: 40vw;
    }

    #elo {
        width: 100vw;
    }

    .elo-container {
        height: auto !important;
    }

    #ranklegend {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 30vw;
    }

    .rank {
        height: 18vw;
        margin: 1vw 0;
        width: 43vw;
    }

    .ranksymbols {
        margin-top: 2.5vw;
    }

    .ranksymbols img {
        width: 8.2vw;
    }

    #rankinghero {
        height: 80vw;
        margin-top: 13vw;
        padding-bottom: 20vw;
        width: 100vw;
    }

    #rankinghero h1 {
        font-size: 17vw;
        line-height: 1;
        padding: 4vw;
        width: 92vw;
    }

    #rankinghero h1,
    #rankinghero h2 {
        position: relative;
        text-align: center;
    }

    #rankinghero h2 {
        font-size: var(--p0);
        left: 0;
        margin-top: 0;
        width: 65vw;
    }

    #podium .blur {
        padding: 1.5vw;
        width: 27.7vw;
    }

    #podium2 {
        height: 37vw;
    }

    #podium1 {
        height: 46vw;
    }

    #podium3 {
        height: 33vw;
    }

    .number,
    .othernumb {
        font-size: 7vw;
    }

    .number span,
    .othernumb span {
        font-size: var(--p0);
        left: 1vw;
        line-height: 1;
        margin-right: 1.5vw;
        top: -2.35vw;
    }

    .other {
        height: 9vw;
        left: 2vw;
        margin-bottom: 1vw;
        padding: 2vw 2vw 2vw 34.5vw;
        width: 59vw;
    }

    #elo,
    #prizes {
        padding-top: 0 !important;
    }

    #elo {
        margin-top: 30vw !important;
    }

    #elo h2 {
        text-align: center;
        width: 64vw;
    }

    #elo > p {
        width: 50vw;
    }

    #eloblocks {
        flex-direction: column;
    }

    #eloblocks h2 {
        width: 80vw;
    }

    #footer.competitive h2 {
        margin-top: 0;
        width: 80vw;
    }

    #footer.competitive button {
        margin-bottom: 4vw;
        margin-top: 4.5vw;
    }

    #pols {
        max-width: 94vw;

        h1 {
            font-size: 8vw;
            margin-bottom: 5vw;
            margin-top: 40vw;
            text-align: left;
        }

        p {
            font-size: 3.5vw;
        }
    }

    .scholarship-hero {
        align-items: flex-start;
        flex-direction: column;
        gap: 6vw;
        height: unset;
        margin-top: 20vw;
        padding: 0 4vw;

        #scholarship-text {
            font-size: 3vw;
            position: unset;
            width: 100%;
            text-align: center;
        }

        h1,
        h2 {
            font-size: 15.5vw;
        }

        h1 {
            span {
                text-align: center;
            }

            .middle {
                text-align: center !important;
            }
        }
    }

    #schol-datos {
        flex-direction: column;
        gap: 3vw;
        padding: 10vw 4vw 20vw;

        #schol-advise {
            bottom: 14.6vw;
            color: grey;
            font-family: fraktion;
            font-size: 3vw;
            position: absolute;
            right: 4vw;
        }

        .schol-card {
            border-radius: 2vw;
            gap: 0.75vw;
            width: unset;
        }

        .cifra {
            font-size: 10vw;
        }

        h3 {
            font-size: 2.5vw;
        }
    }

    #users-dashboard-wrapper {
        h2 {
            text-align: center;
            margin-bottom: 10vw;
        }
    }

    #users-dashboard-wrapper {
        padding: 4vw;
    }

    #users-dashboard-wrapper {
        #table-wrapper {
            border-radius: 2vw;
            margin-top: 5vw;
            padding: 2.8vw;
        }
    }

    #wallets-wrapper {
        align-items: center;
        color: #fbed00;
        flex-direction: column;
        font-size: 3vw;
        font-weight: 200;
        gap: 6vw;
        justify-content: center;
        margin-top: 20vw;
        padding: 0 20vw;

        ul {
            gap: 6vw;
            grid-template-columns: repeat(3, 1fr);

            li a {
                flex-direction: column;
                gap: 1.5vw;

                .logo {
                    height: 10vw;
                    width: 10vw;
                }
            }
        }
    }

    #affiliatehero h1 {
        font-size: 16vw;
        width: 94vw;
    }

    #affiliatehero {
        height: unset;
        margin-bottom: 0vw;
        margin-top: 26vw;
    }

    #affiliatehero h2 {
        font-size: var(--p0);
        margin: 6vw 0;
        width: 70vw;
    }

    #affiliatehero h3 {
        margin-bottom: 3vw;
    }

    #affiliatesecitems {
        display: flex;
        flex-direction: column;
        margin-top: 2vw;
        width: 94vw;
    }

    .theory-hero {
        height: auto;

        .description {
            margin: 6vw 0;
        }

        .button {
            margin: 0;
        }

        p:first-of-type {
            margin-bottom: 4vw;
            font-size: 3vw;
        }
    }

    .theory-hero {
        padding-top: 20vw;
    }

    .theory-hero {
        .description {
            font-size: 3.5vw;
            width: 80vw;
        }
    }

    #theory-sect {
        height: auto;
        margin: 0;
    }

    #affiliatethird .container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 92vw;
    }

    #customersRange::-webkit-slider-runnable-track {
        background: #5d5d5d;
        border-radius: 0;
        height: 1vw;
    }

    #customersRange {
        left: 50%;
        top: 50vw;
        transform: translate(-50%);
    }

    #customersRange::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: var(--yellow);
        border-radius: 50%;
        height: 4vw;
        margin-top: -6px;
        /* centra verticalmente */
        transition: 0.2s;
        width: 4vw;
    }

    #commissionValue,
    #customersValue {
        font-size: 8vw;
    }

    #affiliatethird .card input {
        bottom: 1.5vw;
        right: 3vw;
        width: 60vw;
    }

    #affiliatethird .card {
        align-items: flex-start;
        display: flex;
        height: 18vw;
        justify-content: center;
        margin: 1vw;
        overflow: visible;
        width: 50vw;
    }

    .theory-process {
        align-items: center;
        flex-direction: column;
        font-size: 3vw;
        gap: 4vw;
        margin: 10vw 20vw 0vw;
        padding: 10vw 0;

        & div {
            img {
                height: 12vw;
                width: 12vw;
            }

            div {
                font-family: HelvL;
                font-size: 3.5vw;
                text-transform: uppercase;
                color: var(--yellow);
            }
        }
    }

    .theory-options {
        h2 {
            margin-bottom: 6vw;
            margin-top: 20vw;
        }

        ul {
            gap: 3vw;
            grid-template-columns: repeat(2, 1fr);

            li {
                font-size: 3vw;
                min-height: 18vw;
            }

            img {
                height: 10vw;
                width: 10vw;
            }
        }
    }

    #tournaments-hero {
        h1 {
            margin-bottom: 6vw;
        }

        .description {
            font-size: 3.5vw;
            margin-bottom: 6vw;
            text-wrap: unset;
            width: 75vw;
        }
    }

    #elo > p {
        padding-bottom: 2vw !important;
        padding-top: 6vw !important;
    }

    #tournaments-joins {
        margin-top: 20vw;
    }

    #tournaments-works {
        h2 {
            margin-bottom: 6vw !important;
        }

        ul {
            flex-direction: column;

            li {
                flex-direction: column;
                font-size: 3vw;
                padding: 3vw;
            }
        }
    }

    #tournaments-works {
        ul {
            padding: 0 19vw;
            text-align: center;
        }

        img {
            height: 10vw;
            margin-left: auto;
            margin-right: auto;
            width: 10vw;
        }
    }

    #tournaments-joins {
        h2 {
            margin-bottom: 6vw;
            margin-left: auto;
            margin-right: auto;
            width: 92vw;
        }

        #places,
        #registers {
            border-radius: 3vw;
            width: auto;
        }

        .joins-wrapper {
            flex-direction: column;

            .joins-title {
                padding: 4vw;
            }

            .joins-description {
                font-size: 5vw;
                gap: 5vw;
                padding: 5vw;
                height: 100%;
            }

            .register-data {
                font-size: 3.5vw;
                gap: 5vw;
            }

            .pricing {
                font-size: 5vw;
            }
        }
    }

    #tournaments-joins {
        & .joins-wrapper {
            .joins-title {
                font-size: 3vw;
                padding-bottom: 4vw;

                .date {
                    font-size: 6vw;
                    gap: 4vw;

                    span {
                        font-size: 1.5vw;
                        margin-bottom: -0.75vw;
                    }
                }
            }
        }
    }

    #bybitconds img {
        margin-top: 10vw;
        position: relative;
        width: 80vw;
    }

    #bybitconds h2,
    #bybitconds img {
        left: unset;
        margin-left: auto;
        margin-right: auto;
    }

    #bybitconds h2 {
        width: 90vw;
    }

    #bybitsec {
        padding-bottom: 0;

        h2 {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            width: 90vw;
        }

        p {
            width: 69vw;
            margin: 6vw 0;
        }
    }

    #bybitthird {
        flex-direction: column;
        margin-top: 20vw;
        padding-bottom: 0;
    }

    #bybitstartconts {
        margin-left: auto;
        margin-right: auto;
        width: 92vw;
    }

    #bybithero {
        height: unset;
        margin-bottom: 20vw;
        padding-top: 30vw;
    }

    #bybithero h1 {
        font-size: 15.5vw;
        text-align: center;
        width: 92vw;
    }

    #bybithero img {
        margin: 6vw 0;
        width: 50vw;
    }

    .bybititem {
        svg {
            width: 7.5vw;
            height: 7.5vw;
            padding: 1.5vw 0vw 2.25vw;
        }
    }

    #bybitsecin {
        display: grid;
        gap: 3vw;
        grid-template-columns: repeat(3, 1fr);
        width: 90vw;

        .bybititem {
            align-items: center;
            box-sizing: border-box;
            display: flex;
            height: 30vw;
            justify-content: center;
            width: 100%;

            img {
                width: 10vw;
            }
        }
    }

    #bybitstartconts {
        height: auto;
        padding: 3vw;
        text-wrap: balance;
        width: 80vw;

        .num {
            top: 1.8vw;
        }
    }

    #bybitthird h2,
    .bybitstartcont {
        width: unset;
    }

    #bybitthird h2 {
        margin-bottom: 5vw;
        padding: unset;
        text-align: center;
    }

    #bybitfaq {
        height: unset;
    }

    #footer.bybit h2 {
        margin-top: 3vw;
        width: 84vw;
    }

    .videosect-grid {
        margin-top: 10vw;
    }

    .videosect-wrapper {
        padding: 40vw 0 0;

        ul {
            display: grid;
            gap: 1.5vw;
            grid-template-columns: repeat(3, 1fr);
            list-style: none;
            margin-top: 5vw;
            padding: 0 10vw;
            width: 77vw;

            li {
                padding: 3vw !important;
            }
        }

        .videosect-desc {
            font-size: 3.5vw;
            width: 80vw;
        }
    }

    .videosect-grid {
        ul {
            gap: 3vw;
            grid-template-columns: repeat(1, 1fr);

            li {
                border-radius: 3vw;
                padding: 1vw 1vw 3vw;

                img {
                    border-radius: 2vw;
                }

                h3 {
                    font-size: 3.5vw;
                }

                p {
                    font-size: 3vw;
                }
            }
        }
    }

    #virtual-classes {
        padding-top: 40vw;

        .description {
            font-size: 3vw;
            max-width: unset;
            width: 80vw;
        }

        #calendar {
            border-radius: 3vw;
            margin: 0 4vw;

            #advisor {
                font-size: 3vw;

                .desc {
                    width: 66vw;
                }

                .login-advisor {
                    font-size: 2.5vw;
                    margin-top: 3vw;
                }
            }
        }

        h2 {
            margin-left: auto;
            margin-right: auto;
            width: 80vw;
        }
    }

    #ebooks {
        padding-top: 40vw;

        .description {
            font-size: 3.5vw;
            max-width: unset;
            width: 80vw;
        }

        #ebooks-wrapper {
            grid-template-columns: repeat(1, 1fr);

            .ebook-card {
                border-radius: 3vw;
                flex-direction: column-reverse;
                font-size: 3vw;
                padding: 3vw;

                img {
                    background: radial-gradient(
                        rgba(0, 0, 0, 0.569),
                        transparent 70%
                    );
                    width: 80%;
                }

                button {
                    width: 100%;
                }
            }
        }
    }

    #streams-section {
        padding-top: 40vw;

        .description {
            font-size: 3.5vw;
            max-width: unset;
            width: 80vw;
        }

        .advisor {
            font-size: 3vw;
            margin-bottom: 3vw;
        }
    }

    #streams-section {
        & ul {
            gap: 3vw;

            li {
                border-radius: 3vw;
                flex-direction: column;
                font-size: 3vw;
                gap: 3vw;
                padding: 2vw;
                position: relative;
            }
        }
    }

    #affiliatesec > p {
        text-align: center;
        width: 80vw;
    }

    #elo.affiliate h2 {
        width: 92vw;
    }

    #eloblocks .valorblock {
        transform: translateX(0) !important;
    }

    #footer.affiliate h2 {
        width: 88vw;
    }

    #footer.affiliate .terms {
        width: 70vw;
    }

    .affiliatesecitem {
        margin-left: auto;
        margin-right: auto;
        padding: 4vw;
        width: auto;
        width: 50vw;
    }

    .affiliatesecitemtit {
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }

    .affiliatetext.yel.big {
        font-family: Fraktion;
        font-size: 4vw;
    }

    .affiliatesecitem {
        margin: 1.5vw auto;
    }

    #affiliatethird h2 {
        width: 92vw;
    }

    .rest-time {
        font-family: HelvL;
        font-size: 6vw;
        position: absolute;
        right: 3vw;
        text-align: right;
    }

    #affiliatethird p {
        margin: 6vw 0;
        width: 60vw;
    }
}

/*** TABLET ***/
@media (orientation: landscape) and (max-width: 1025px) {
    :root {
        --p0: 1.4vw;
        --p1: 5.5vw;
    }

    .flec {
        display: none;
    }

    .rrssmodule .rrssicon {
        width: 2.3vw;
    }

    #appicons {
        left: 76vw;
        width: 22vw;
    }

    #herosound {
        display: none;
    }

    .valorblock {
        opacity: 1;
    }

    .icon {
        width: 7vw;
    }

    #valores {
        height: 55vw;
    }

    #bitly,
    #osasuna {
        font-size: 1.4vw !important;
        width: 13vw;
    }

    #osasuna img {
        left: 4vw;
        margin-bottom: 2vw;
    }

    #bitly img {
        left: 2vw;
        margin-bottom: 2vw;
        width: 9vw;
    }

    #blanca,
    #howto,
    #loadingbar {
        display: none;
    }

    #blancacont {
        align-items: self-start;
        background: #fff;
        height: auto;
        margin-top: 5vw;
        padding: 0 0 5vw;
        z-index: auto;
    }

    #blancacontin {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: 0;
        width: 100vw;
    }

    .blancablock {
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 5vw;
        padding-left: 0;
        position: relative;
        width: 40vw;
    }

    .blancanum {
        margin-bottom: 2vw;
        position: relative;
    }

    #global {
        height: 67vw;
        margin-top: 0;
        position: relative;
    }

    #mapa h3 {
        margin-top: -0.75vw;
        width: 12vw;
    }

    #maparrrss {
        top: 3vw;
        width: 21vw;
    }

    .comentario {
        width: 43vw !important;
    }

    #planos {
        display: none;
    }

    #diplomas_mov {
        display: block;
    }

    .swiper-slide.diploma_mov {
        margin: 10vw;
        padding: 0;
        width: 35vw !important;
    }

    .diploma_mov .name,
    .diploma_mov .timeago {
        font-family: Fraktion;
        font-size: var(--p0);
        opacity: 0.6;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        width: calc(100% - 4vw);
    }

    .diploma_mov .name {
        color: var(--yellow);
        opacity: 1;
        position: relative;
        top: 0;
    }

    #footer nav ul {
        bottom: 6.7vw;
        bottom: auto;
        height: 8vw;
        position: relative;
    }

    #footer nav li {
        width: 15vw;
    }

    #footer {
        height: auto;
        margin-top: 7vw;

        h2 {
            margin-bottom: 4vw;
        }
    }

    #footerin {
        position: relative;
    }
}

/* Estilos específicos para tablets en vertical */

#contact-hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 8vw auto 4vw;
    max-width: 900px;
    min-height: 60vh;
    padding: 6vw 4vw;
    text-align: center;
}

#contact-hero h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

#contact-hero p {
    line-height: 1.4;
    max-width: 620px;
    opacity: 0.7;
}

#contact-hero .cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

#contact-hero .cta .button {
    background: linear-gradient(90deg, #f9dc58, #ff9a03);
    border-radius: 999px;
    color: #0b0b17;
    font-weight: 700;
    letter-spacing: 0.15rem;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
}

#contact-hero .cta .button.secondary {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
}

#contact-details {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 auto 8vw;
    width: min(1100px, 90%);
}

#contact-details .detail-card {
    border: 1px solid hsla(0, 0%, 100%, 0.05);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2.5rem 2rem;
}

#contact-details .detail-card h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

#contact-details .detail-card p {
    line-height: 1.5;
    opacity: 0.7;
}

#contact-details .detail-card a {
    color: #f9dc58;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

#footer.contact {
    margin-top: 6vw;
}

@media (max-width: 600px) {
    #contact-hero {
        margin-top: 20vw;
        padding: 12vw 6vw;
    }

    #contact-hero .cta .button {
        text-align: center;
        width: 100%;
    }
}

#wpadminbar,
.pswp,
.quantity {
    display: none !important;
}

.pswp,
.quantity {
    bottom: 0 !important;
    position: absolute !important;
}

.productowp.on {
    display: flex;
}

.productowp .price {
    display: none;
}

.productowp .variations tr {
    align-items: self-start;
    display: flex;
    flex-direction: column;
}

.productowp .single_variation_wrap {
    left: 15vw;
    position: absolute;
    top: 0;
}

.productowp button {
    background: #fff;
    border: 0;
    border-radius: 1vw;
    height: 8.7vw;
    width: 13.4vw;
}

.productowp .variations select {
    border-radius: 0.5vw;
    font-size: 1.1vw;
    margin-top: 1vw;
    padding: 0.2vw;
    width: 11vw;
}

.productowp .reset_variations {
    color: var(--yellow);
    font-size: 0.7vw;
    left: 1vw;
    position: absolute;
    text-transform: uppercase;
    top: 6.25vw;
    visibility: visible;
}

@media (orientation: portrait) {
    .contact-link {
        background: #242424;
        border-radius: 2.3vw;
        color: #fff;
        cursor: pointer;
        font-family: "helvr";
        font-size: var(--p0);
        padding: 3vw 0.75vw;
        transition: 0.5s ease;
        width: 47.5%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .desc-contact {
        font-size: var(--p0);
        margin-top: 6vw;
        margin-bottom: 6vw;
    }

    .prize-0 {
        font-size: 5vw !important;
    }

    .prize-1 {
        font-size: 4.5vw !important;
    }

    .prize-2 {
        font-size: 3.5vw !important;
    }

    .prize-3,
    .prize-4,
    .prize-5 {
        font-size: 3vw !important;
    }

    .pos {
        .position {
            color: var(--yellow);
            font-size: var(--p0);
            font-family: "helvr";
            font-size: 3.5vw;
        }
    }

    .productowp {
        left: 0;
        padding: 0 !important;
        right: auto !important;
        top: 18vw !important;
    }

    #productoswp {
        left: 0;
        position: absolute;
        top: 0;
        width: 100vw;
    }

    .productowp button {
        background: var(--yellow);
        border-radius: 2vw;
        font-size: 4.4vw;
        left: 29vw;
        line-height: 0.3;
        position: relative;
        top: 7.5vw;
        width: 50vw;
    }

    .productowp .variations select {
        border-radius: 2vw;
        color: #000;
        font-size: 4vw;
        height: 9vw;
        margin-top: 2vw;
        width: 41vw;
    }

    .label {
        font-size: var(--p0);
        margin-top: 1vw;
    }

    .productowp .reset_variations {
        font-size: 2.5vw;
        left: 32.5vw;
        top: 1.25vw;
        z-index: 9999;
    }
}

/****************************/
@font-face {
    font-family: Helv;
    src: url(recursos/fonts/helvetica-neue-roman-italic.woff);
    font-display: swap;
}

@font-face {
    font-family: HelvL;
    src: url(recursos/fonts/HelveticaNeue-Light.woff);
    font-display: swap;
}

@font-face {
    font-family: HelvLI;
    src: url(recursos/fonts/helvetica-neue-light-italic.woff);
    font-display: swap;
}

@font-face {
    font-family: HelvR;
    src: url(recursos/fonts/helvetica-neue-roman.woff);
    font-display: swap;
}

@font-face {
    font-family: Fraktion;
    src: url(recursos/fonts/PPFraktionMono-Light.woff);
    font-display: swap;
}

.archiveinnertext a,
.insightsinnertext a {
    text-decoration: underline;
}

#preload {
    background: #000;
    height: 100vh;
    position: fixed;
    top: 0;
    transition: 0.4s ease;
    transition-delay: 1s;
    width: 100vw;
    z-index: 999999;
}

#preload.fonts {
    opacity: 0;
    pointer-events: none;
}

::-webkit-scrollbar {
    display: none;
}

#background {
    background: #e9e8e8;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1;
}

/****************************/
* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

:root {
    --p0: 1vw;
    --yellow: #ffff39;
    --yellow-t: #fdef009c;
}

h1 {
    font-size: 16vw;
    line-height: 0.9;
}

h1,
h2 {
    font-family: HelvLI;
    font-weight: lighter;
}

h2 {
    font-size: 6vw;
    line-height: 1;
}

h3 {
    font-family: HelvR;
    font-size: 1.5vw;
    font-weight: lighter;
    line-height: 1.2;
}

body {
    background: #000;
    color: #fff;
    font-size: 0.7vw;
    height: 100%;
}

section {
    color: #fff;
    font-family: helvetica;
    font-size: 3vw;
    height: 100vh;
    position: relative;
    width: 100vw;
    z-index: 9;
}

#scroll {
    position: absolute;
    top: 0;
}

.blur {
    background: linear-gradient(225deg, #ffffff29, transparent);
    border: 1px solid #242424;
    border-radius: 1vw;
    padding: 0.8vw 1.5vw;
}

.blur,
button {
    backdrop-filter: blur(1vw);
    -webkit-backdrop-filter: blur(1vw);
    overflow: hidden;
}

button {
    background: transparent;
    background: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 0.3vw;
    color: #000;
    cursor: pointer;
    font-family: Fraktion;
    font-size: var(--p0);
    padding: 0.3vw 0.75vw;
    text-transform: uppercase;
    transition: 0.5s ease;
    z-index: 99;
}

/******* WEBGL *******/
#webgl {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 9;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#webgl.loaded {
    opacity: 1;
}

#scroll {
    overflow: hidden;
}

#scroll.off {
    pointer-events: none;
}

/******* Header Nav *******/
header {
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

header.topbar {
    top: 2.3vw;
}

#stickybar {
    background: #000;
    bottom: 0;
    display: none;
    height: 10vw;
    position: fixed;
    width: 100vw;
    z-index: 9999;
}

#stickybar.on {
    display: block;
}

#stickybar .close {
    right: 1vw;
    top: 1vw;
}

#topbar {
    background: #000;
    display: none;
    height: 2.3vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

#topbar.on {
    display: block;
}

#topbar .close {
    right: 1vw;
    top: -0.15vw;
}

#popupcontainer {
    align-items: center;
    background: #000000ad;
    display: none;
    height: 100vh;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999;
}

#popupcontainer.on {
    display: flex;
}

#popup {
    background: #fff;
    border: 0.2vw solid #fff;
    border-radius: 1.1vw;
    height: 25vw;
    overflow: hidden;
    position: relative;
    width: 40vw;
}

#popup .close {
    right: 0;
    top: 0;
}

.close {
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    height: 1.5vw;
    justify-content: center;
    margin: 0.5vw;
    position: absolute;
    transition: 0.3s ease;
    width: 1.5vw;
}

.close:hover {
    background: #000;
    border: 1px solid #000;
}

.close:hover span {
    background: #fff;
}

.close span {
    background: #000;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    transition: 0.3s ease;
    width: 1.1vw;
}

.close span:last-child {
    transform: rotate(-45deg);
}

#popup img,
#stickybar img,
#topbar img {
    height: auto;
    width: 100%;
}

#logo {
    display: flex;
    flex-direction: row;
    left: 0;
    padding: 1vw;
    position: absolute;
    top: 0;
    transition: 0.3s ease;
}

#iso {
    width: 4vw;
}

#iso,
#typo {
    overflow: hidden;
    position: relative;
}

#typo {
    left: 0.2vw;
    top: 0.36vw;
    width: 10.3vw;
}

#typo img {
    opacity: 1;
    transform: translateX(0);
    transition: 0.6s ease;
}

.lenis-scrolling #typo img {
    opacity: 0;
    transform: translateX(-10vw);
}

#logo img {
    height: auto;
    position: relative;
    width: 100%;
}

#deghead {
    background: linear-gradient(180deg, #000, transparent);
    height: 10vw;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100vw;
}

#deghead.off {
    display: none;
}

header img {
    position: absolute;
    z-index: 99;
}

.rrssicon {
    position: relative;
}

#mainmenu {
    left: 30vw;
    width: 40vw;
}

#appicons,
#mainmenu {
    position: absolute;
    z-index: 9;
}

#appicons {
    left: 82vw;
    width: 15vw;
}

header nav ul {
    align-items: center;
    display: flex;
    height: 5vw;
    justify-content: space-between;
}

header nav ul li {
    display: flex;
    font-family: Fraktion;
    font-size: var(--p0);
    justify-content: center;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    transform: 0.3s ease;
    width: 15vw;
}

header nav ul li a {
    color: #fff;
    padding: 0 0.3vw;
    text-align: center;
    transition: 0.3s ease;
}

#header.black,
header.black nav ul li a {
    color: #000;
}

header.black #logo {
    filter: grayscale(1) brightness(0);
}

header.black #fuera a {
    color: #000;
}

header.black #link4 svg path {
    stroke: #000;
}

#link1 {
    width: 17vw;
}

#link2 {
    width: 15vw;
}

#link3 {
    width: 16vw;
}

#link4 {
    width: 14vw;

    a {
        margin-right: 1vw;
    }

    svg {
        position: absolute;
        width: 1vw;
        height: 1vw;
        right: 1.75vw;
        top: 0.25vw;
        transition: transform 0.2s ease-in-out;

        path {
            stroke: white;
        }
    }
}

#link4:hover {
    svg {
        transform: rotate(-180deg);

        path {
            stroke: var(--yellow);
        }
    }
}

#link4:hover #fuera {
    opacity: 1;
}

@media (max-width: 1025px) {
    #link7 {
        font-size: 4vw;
        bottom: 6vw;
    }
}

.out-of-stock {
    opacity: 0.5;
    pointer-events: none;
    width: unset !important;
    position: absolute;
    right: -15vw !important;
    top: -1vw !important;
}

/******* HOME *******/
#hero,
#videos {
    align-items: center;
    display: flex;
    justify-content: center;
}

#hero h3 {
    margin-right: 63vw;
    margin-top: 16vw;
    position: absolute;
    text-transform: uppercase;
    width: 20vw;
    z-index: 99;
}

#scrollbar {
    bottom: 3vw;
    position: absolute;
}

#partnersin {
    animation: partnersinanim 20s linear infinite;
    display: flex;
    width: 200vw;
}

#otherpartners {
    height: 30vw;
    overflow: hidden;
}

@keyframes partnersinanim {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100vw);
    }
}

.partner {
    margin: 3vw;
    width: 14vw;
}

#second {
    height: 25vw;
    position: relative;
    z-index: 99;
}

#second,
#second .modulo {
    align-items: center;
    display: flex;
    justify-content: center;
}

#second .modulo {
    flex-direction: column;
    font-family: Fraktion;
    height: 6vw;
    margin: 1.5vw;
    width: 100%;
    width: 13vw;
}

#second .modulo.width {
    width: 24vw;
}

#second .modulo .numero {
    color: var(--yellow);
    font-size: 3.5vw;
    line-height: 1;
}

#second .desc {
    font-size: var(--p0);
    margin-bottom: 0.5vw;
    margin-top: 0.25vw;
}

#herovid {
    height: 100vh;
    opacity: 0.6;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 100vw;
    z-index: 9;
    /* background: black url("/wp-content/themes/cft/recursos/bg.jpg") no-repeat center center;
  background-size: cover; */

    video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#herovid,
#herovid.playing {
    background: #000;
}

#herosound {
    bottom: 2.9vw;
    cursor: pointer;
    height: 2.5vw;
    width: 3vw;
    z-index: 99;
}

#herosound,
#soundtext {
    left: 1.5vw;
    position: absolute;
}

#soundtext {
    font-family: Fraktion;
    font-size: 0.8vw;
    text-transform: uppercase;
    top: 0.6vw;
    width: 6vw;
}

#herosound.active #soundtext {
    opacity: 1;
}

#heroverflow {
    align-items: center;
    border: 1px dashed #ffff3942;
    display: flex;
    height: 2.5vw;
    height: 1vw;
    justify-content: flex-start;
    overflow: hidden;
    position: absolute;
    top: 0.65vw;
    width: 1vw;
}

#herosound img {
    animation: sound 4s linear infinite;
    display: none;
    position: absolute;
    transform: translateX(-4.94vw);
    width: 10vw;
}

#herosound.active img {
    display: block;
}

#soundline {
    border-bottom: 1px dashed var(--yellow);
    opacity: 0.5;
    width: 5vw;
}

@keyframes sound {
    0% {
        transform: translateX(0) scaleY(0.5);
    }

    to {
        transform: translateX(-4.94vw) scaleY(0.5);
    }
}

#herovid iframe {
    height: 56.25vw;
    left: 50%;
    min-height: 100vh;
    min-width: 177.778vh;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
}

#hero h1 {
    z-index: 99;
    pointer-events: none;
}

#hero h1 .second {
    margin-left: 26.5vw;
}

#buttoncont {
    bottom: 3vw;
    position: fixed;
    z-index: 99;
}

#hero h1 div {
    overflow: hidden;
}

#hero h1 .chars {
    overflow: visible;
    transform: translateY(13vw) translateX(-2vw);
}

#bitly {
    margin-bottom: 30vh;
    margin-right: 60vh;
    width: 9vw;
}

#bitly,
#osasuna {
    display: flex;
    flex-direction: column-reverse;
    font-family: Fraktion;
    font-size: 1.1vw !important;
    font-size: var(--p0);
    font-weight: lighter;
    line-height: 1.2;
    padding: 2vw;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

#osasuna {
    margin-left: 90vh;
    margin-top: 30vh;
    overflow: visible;
    width: 11vw;
}

#bitly img {
    left: 0.5vw;
    margin-bottom: 2vw;
    width: 8vw;
}

#bitly img,
#osasuna img {
    position: relative;
    top: 0;
}

#osasuna img {
    left: 3vw;
    margin-bottom: 1vw;
    width: 4.5vw;
}

#otherpartnerstext {
    font-family: Fraktion;
    font-size: var(--p0);
    left: 15vw;
    line-height: 1;
    padding: 1vw;
    position: relative;
    text-transform: uppercase;
    width: 2vw;
}

/******* HOME *******/
#valores h2 {
    left: 28vw;
    position: relative;
    text-align: center;
    width: 45vw;
}

#valores h2 span {
    display: block;
    font-size: 1.5vw;
    margin-bottom: 2vw;
}

#valores h2 span,
#valores h3 {
    font-family: HelvR;
    text-transform: uppercase;
}

#valores h3 {
    color: var(--yellow);
    font-size: var(--p0);
    position: absolute;
    text-align: center;
    width: 10vw;
}

#valores .izq {
    left: 14vw;
    top: 5vw;
}

#valores .dch {
    right: 14vw;
    top: 5vw;
}

.icon {
    width: 5vw;
}

.icon img {
    padding: 0.8vw;
    width: calc(100% - 1.6vw);
}

.text,
.title {
    font-family: HelvR;
    font-size: var(--p0);
}

.title {
    color: var(--yellow);
    font-weight: 700;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
}

.valorblock {
    display: flex;
    margin: 1vw;
    opacity: 0;
    padding: 1.5vw;
    transform: translateY(2vw);
    transition: 0.3s ease;
    width: 24vw;
}

#valoresblocks {
    display: flex;
    flex-wrap: wrap;
    padding: 3vw 5vw;
}

.valorcont {
    margin-left: 1.5vw;
    width: 18vw;
}

#valores {
    height: 43vw;
}

#programs h2 {
    left: 25vw;
    width: 50vw;
}

#programs h2,
#programs p {
    position: relative;
    text-align: center;
}

#programs p {
    font-size: var(--p0);
    left: 35vw;
    margin-top: 1.5vw;
    width: 30vw;
}

#cftsect h2 {
    left: 6vw;
    position: relative;
    text-align: left;
    width: 32vw;
}

#cftsect h3 {
    font-size: var(--p0);
    left: 6vw;
    position: absolute;
    text-transform: capitalize;
    top: 14vw;
}

#cftsect h3 span {
    color: var(--yellow);
    text-transform: uppercase;
}

#cftsecttext {
    display: flex;
    flex-direction: column;
    left: 28vw;
    position: relative;
    text-align: left;
    width: 34vw;
}

#cftsecttext p {
    font-size: var(--p0);
    padding: 2vw;
    width: calc(100% - 4vw);
}

#cftsect {
    display: flex;
    height: 24vw;
}

#feturedin {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 9;
}

#feturedin p {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: var(--p0);
    left: 5vw;
    line-height: 1;
    padding: 1vw;
    position: relative;
    text-transform: uppercase;
    width: 8vw;
}

#featuredcarrusel {
    display: flex;
    justify-content: space-between;
    left: 13.2vw;
    position: relative;
    width: 67vw;
}

.featuredlogo {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 9vw;
}

.featuredlogo img {
    width: 100%;
}

#learn {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 10vw;
    justify-content: center;
    margin-top: 14vw;
}

#learn h3 {
    margin-top: 1vw;
    text-transform: uppercase;
}

#blanca {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
}

#blancain {
    background: #fff;
    border-radius: 2vw;
    height: 20vw;
    width: 20vw;
}

#blancacont {
    align-items: center;
    color: #000;
    display: flex;
    margin-top: -75vh;
}

#blancacontin {
    display: flex;
    margin-left: 33vw;
    margin-top: 10vw;
    width: 200vw;
}

.blancablock {
    margin-left: 9vw;
    padding-left: 12vw;
    position: relative;
    width: 32vw;
}

.blancanum {
    font-family: HelvR;
    font-size: 9vw;
    left: 0;
    line-height: 0.8;
    position: absolute;
}

.blancatit {
    font-family: HelvL;
    font-size: 4vw;
    font-weight: lighter;
    line-height: 0.9;
    margin-bottom: 2vw;
}

.blancatext {
    font-size: 1vw;
    line-height: 1.2;
    width: 85%;
}

#global {
    height: 67vw;
    margin-top: 275vh;
    position: relative;
}

#howto {
    align-items: center;
    display: flex;
    font-family: HelvL;
    font-size: 3vw;
    height: 50vh;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100vw;
}

#mapacont {
    background: linear-gradient(225deg, #71717152, #000);
    margin: 3vw;
    padding: 3vw 3vw 2vw;
}

#globaltit {
    align-items: center;
    display: flex;
    height: 7vw;
    justify-content: center;
    padding-top: 14vw;
}

#loadingbar {
    background: #000;
    border: 1px solid;
    border-radius: 1vw;
    height: 0.1vw;
    left: 42vw;
    overflow: hidden;
    position: absolute;
    top: calc(25vh + 2.5vw);
    width: 16vw;
}

#loadingbarin {
    background: var(--yellow);
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
}

.st0 {
    fill: #fff000;
}

.st1 {
    fill: #8a8a8a;
}

.st3 {
    fill: none;
    stroke: #fff000;
    stroke-miterlimit: 10;
}

#svgmapa {
    left: 32%;
    position: relative;
    width: 44%;
}

#svgmapa rect {
    fill: #fff;
}

#svgmapa .st0 {
    fill: #fff000;
}

#svgmapa_lines {
    left: 18%;
    position: absolute;
    top: 7%;
    width: 40.5%;
}

#mapa {
    position: relative;
}

#mapa h3 {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: var(--p0);
    line-height: 0.9;
    position: absolute;
    text-transform: uppercase;
    width: 10vw;
}

#mapa h3 span {
    color: #8a8a8a;
    font-size: 75%;
    position: relative;
    top: 0.2vw;
}

#warsaw {
    left: 49%;
    top: 1.5%;
}

#amsterdam {
    left: 19.5%;
    top: 21.5%;
}

#dubai {
    left: 54%;
    top: 77.5%;
}

#texto1,
#texto2 {
    font-family: HelvR;
    font-size: var(--p0);
    position: absolute;
    top: 18vw;
    width: 15vw;
}

#texto2 {
    right: 7vw;
}

#faqsection h2 {
    left: 33vw;
    margin-top: 12vw;
    position: relative;
    text-align: center;
    width: 38vw;
}

#faqbuttons {
    display: flex;
    justify-content: space-between;
    left: 15vw;
    margin-top: 6vw;
    position: relative;
    width: 70vw;
}

#faqbuttons .blur {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1.5vw;
    justify-content: center;
    padding: 2vw;
    text-transform: uppercase;
    transition:
        box-shadow 0.4s ease,
        border 0.4s ease;
    width: 15vw;
}

#but1 {
    transform: translateX(25.4vw);
}

#but3 {
    transform: translateX(-25.4vw);
}

#faqsection {
    height: 26vw;
}

#comments {
    height: auto;
    margin-top: 12vw;
    padding-bottom: 2vw;
    position: relative;
}

#comments h2 {
    padding: 3vw;
    width: 60vw;
}

#comentarios {
    background: linear-gradient(225deg, #71717152, #000);
    margin: 0 3vw;

    .estrellas {
        color: var(--yellow);
    }
}

#comentarios .swiper-wrapper {
    align-items: self-start;
    display: flex;
}

#comentarios .swiper-slide {
    width: 20.7%;
}

#diplomas_mov .one-dollar {
    padding: 10vw 0;
    height: auto;
    text-align: center;

    .name {
        font-size: var(--p0);
        font-family: fraktion;
        text-transform: uppercase;
        color: var(--yellow);
    }

    .timeago {
        font-size: var(--p0);
        font-family: "helvr";
        opacity: 0.5;
    }
}

#diplomas_mov {
    height: auto;
}

.estrellas {
    display: flex;
    margin-bottom: 0.5vw;
}

.estrellas img {
    padding: 0.2vw;
    width: 1vw;
}

.comentario {
    font-family: HelvR;
    font-size: var(--p0);
    padding: 2vw;
    width: 100%;
}

.comment_name {
    color: var(--yellow);
    font-family: Fraktion;
    margin-top: 0.5vw;
    text-transform: uppercase;
}

#programs {
    height: auto;
    padding-top: 7vw;
}

.theorydesp {
    background: linear-gradient(225deg, #2c2c2cd6, #000000e0);
    border: 1px solid #242424;
    border-radius: 1.1vw;
    color: #fff !important;
    font-size: var(--p0);
    left: 9.5vw;
    opacity: 0;
    padding: 1vw 2vw;
    position: absolute;
    top: -0.5vw;
    transition: 0.4s ease;
    width: 10vw;
    z-index: 999;
}

.theorydesp,
.theorydesp * {
    pointer-events: none;
}

.flec {
    border-bottom: 1px solid var(--yellow);
    border-right: 1px solid var(--yellow);
    height: 0.4vw;
    left: 8vw;
    position: absolute;
    top: 0.6vw;
    transform: rotate(45deg);
    transition: 0.4s ease;
    width: 0.4vw;
}

.theorydesp ul {
    list-style: none;
}

.theory {
    cursor: pointer;
}

#tabla_3,
#tabla_3_0,
#tabla_3_2,
#tabla_3_3 {
    display: none;
    height: 18vw;
    justify-content: center;
    position: relative;
    z-index: 99;
}

#tabla_3.on,
#tabla_3_0.on,
#tabla_3_2.on,
#tabla_3_3.on {
    display: flex;
}

#tabla {
    font-family: HelvR;
    font-size: 1.3vw;
    margin-top: 5vw;
}

#units {
    margin-bottom: 1.5vw;
    margin-top: -3vw;
}

#tabla .blur {
    overflow: visible;
}

#tabla_1,
#tabla_2,
#tabla_2_0,
#tabla_4 {
    display: flex;
    justify-content: center;
    position: relative;
}

#tabla_3_3 {
    flex-direction: column;
    height: auto;
}

#tabla_3_3_cont {
    display: flex;
    justify-content: center;
}

#ascendbar {
    height: 0;
    left: 6.5vw;
    margin-bottom: 0.6vw;
    margin-top: 0.2vw;
    overflow: hidden;
    padding: 0.6vw 1.5vw;
    width: 84vw;
    z-index: 999999;
}

#ascendbar,
#totalbar {
    position: relative;
}

#totalbar {
    font-family: Fraktion;
    font-size: var(--p0);
    left: 40vw;
    margin-top: 0.3vw;
    text-align: center;
    text-decoration: underline dashed;
    text-decoration-color: #fff;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-transform: uppercase;
    text-underline-offset: 0.2em;
    width: 20vw;
    z-index: 9999999;
}

#ascendbarin {
    background: #f3f3f3a3;
    border-radius: 10vw;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
}

#ascendbarin span {
    cursor: help;
    left: 1.2vw;
    line-height: 1.55;
    text-decoration: underline dashed;
    text-transform: uppercase;
    z-index: 99;
}

#ascendbarin span,
#barpercent {
    color: #000;
    font-family: Fraktion;
    font-size: var(--p0);
    position: absolute;
}

#barpercent {
    cursor: default;
    left: auto !important;
    line-height: 1.2;
    right: 1vw;
    text-decoration: none !important;
}

#barpercentmov {
    display: none;
}

#barinfo {
    background: linear-gradient(225deg, #2c2c2cd6, #000000e0);
    border-radius: 1.1vw;
    color: #fff;
    font-family: HelvR;
    left: 20vw;
    line-height: 1.2;
    opacity: 0;
    padding: 1vw 2vw;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: -0.75vw;
    transition: opacity 0.4s ease;
    width: 20vw;
    z-index: 99;
}

.award.casilla2:before {
    content: "" !important;
}

#totalbar:hover #barinfo {
    opacity: 1;
}

#tabla_3_3_cont h4 {
    color: var(--yellow);
    font-size: var(--p0);
    text-transform: uppercase;
}

.fasecontent {
    margin-top: 1.5vw;
}

#ascendaward {
    font-family: Fraktion;
    font-size: 3.5vw;
}

#ascendawardbot {
    margin-top: 1vw;
    width: 80%;
}

.casilla1 {
    cursor: pointer;
    margin: 0.25vw;
    text-align: center;
    text-transform: uppercase;
    transition:
        box-shadow 0.4s ease,
        border 0.4s ease;
    width: 11vw;
}

.casilla1.active {
    border: 1px solid var(--yellow-t);
    box-shadow: 0 0 1vw var(--yellow);
    color: var(--yellow);
}

#tabla_1 .casilla1,
#tabla_2_0 .casilla1 {
    width: calc(11vw - 2px);
}

.casilla2 {
    margin: 0.25vw;
    text-align: center;
    text-align: left;
    width: 25.75vw;
}

.casilla3 {
    margin: 0.25vw;
    width: calc(55vw + 2px);
}

.casilla3_2 {
    width: 100%;
}

.casilla3_2 .main {
    color: var(--yellow);
    font-size: 80%;
    margin-bottom: 0.5vw;
    text-transform: uppercase;
}

.casilla3content {
    display: flex;
    justify-content: space-between;
    left: 15vw;
    line-height: 1.07;
    position: absolute;
    top: 0.8vw;
    width: 45vw;
}

#scale,
#tabla_3_0_tit {
    color: var(--yellow);
    width: 10vw;
}

.casilla2 > span {
    color: var(--yellow);
    font-size: var(--p0);
    text-transform: uppercase;
}

.tablaitem {
    position: relative;
    width: 100%;
}

.tablaitem span {
    position: absolute;
    right: 0;
}

.casilla2 .tablaitem:last-child {
    margin-top: 1.5vw;
}

.casillafull {
    display: flex;
    flex-direction: row;
    width: 88.5vw;
}

#select {
    position: absolute;
    top: 5vw;
}

#total {
    margin: 0.25vw;
    width: 71vw;
}

.boton {
    align-items: center;
    background: #fff;
    border-radius: 1vw;
    color: #000;
    cursor: pointer;
    display: flex;
    height: 6.25vw;
    justify-content: center;
    margin: 0.25vw;
    padding: 1.2vw;
    position: absolute;
    right: 0;
    text-align: center;
    top: -0.25vw;
    transition: 0.4s ease;
    width: 10.75vw;
}

.productowp {
    display: none;
    padding: 1vw;
    position: absolute;
    right: -14vw;
    top: 0;
    width: 26.5vw;
}

#total {
    display: flex;
}

#evaluation,
#onetime {
    display: flex;
    flex-direction: column;
    padding-top: 0.25vw;
    width: 29.5vw;
}

#evaluation span,
#onetime span {
    font-family: Fraktion;
    font-size: 3.5vw;
}

#onetime span {
    color: var(--yellow);
}

#planos {
    height: 70vh;
}

#namedip {
    bottom: 1.2vw;
    color: var(--yellow);
}

#datedip,
#namedip {
    font-family: Fraktion;
    font-size: var(--p0);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100vw;
}

#datedip {
    bottom: 0;
    color: gray;
}

#realtime {
    padding-top: 14vw;
}

#realtime h2 {
    left: 25vw;
    width: 50vw;
}

#realtime h2,
#realtime p {
    position: relative;
    text-align: center;
}

#realtime p {
    font-family: HelvR;
    font-size: var(--p0);
    left: 35vw;
    margin-top: 1.5vw;
    width: 30vw;
}

#footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: -1;
    height: 50vw;
}

#footer h2 span {
    display: inline-block;
    width: 15vh;
}

#footermail {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: 0.8vw;
    position: relative;
    z-index: 99;
}

#footer h3 {
    font-family: HelvR;
    font-size: var(--p0);
    padding: 2vw 3vw;
    text-align: center;
    text-transform: uppercase;
    width: 40vw;
}

#footerrrss {
    padding: 1vw;
    position: relative;
    width: 15vw;
    z-index: 99;
}

#footerin {
    background: #131313;
    bottom: 0;
    color: #868686;
    padding: 1.5vw;
    position: absolute;
}

#footerintext {
    font-size: 0.749vw;
    text-align: center;
}

#footerinlinks ul {
    display: flex;
    justify-content: space-between;
    left: 1.5vw;
    position: relative;
    width: 89.6vw;
}

#footerinlinks ul li {
    list-style: none;
}

#footer {
    font-size: var(--p0);
    line-height: 1;
    z-index: auto;
}

#footerinlinks {
    margin-bottom: 1vw;
}

#maparrrss {
    left: -0.4vw;
    position: relative;
    top: 2vw;
    z-index: 999;
}

#videofooter {
    bottom: 12.8vw;
    /* transform: rotate(.8deg);
  opacity: .2;
  filter: blur(.3vw); */
    filter: brightness(0.9) contrast(1.2);
    left: 0;
    z-index: -9;
}

#videofooter,
#videofooter iframe {
    height: 56.25vw;
    position: absolute;
    width: 100vw;
}

#videofooter iframe {
    bottom: 0;
}

#videodeg {
    background: linear-gradient(180deg, #000, transparent);
    height: 20vw;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 9;
}

#footer nav ul {
    backdrop-filter: blur(1vw);
    -webkit-backdrop-filter: blur(1vw);
    border: 1px solid #383838;
    border-radius: 1vw;
    bottom: 7vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 5vw;
    left: 0;
    margin: 1vw;
    padding-top: 0.8vw;
    pointer-events: auto;
    position: absolute;
    width: 97vw;
    z-index: 999;
}

#footer nav li {
    cursor: pointer;
    list-style: none;
    opacity: 0.5;
    padding: 0.2vw 2vw;
    transition: 0.4s ease;
    width: 13vw;
}

#footer h2 {
    margin-top: -5vh;
}

#diplomas_mov,
#footerrrssmenu,
#menubutton,
.swiper-ant,
.swiper-sig {
    display: none;
}

.swiper-slide.diploma_mov img {
    height: auto;
    width: 100%;
}

#secondarymenu {
    display: none;
}

.rrssmodule {
    display: flex;
    justify-content: space-between;
    width: 15vw;
}

.rrssmodule .rrssicon {
    transition: opacity 0.4s ease;
    width: 1.7vw;
}

#rankinghero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 21vw);
    justify-content: center;
    margin-top: 6vw;
    width: 100vw;
}

#rankinghero h1 {
    line-height: 1;
    padding: 4vw;
    position: absolute;
    text-align: right;
    width: 85vw;
}

#rankinghero h2 {
    font-family: HelvR;
    font-size: 1.5vw;
    left: 9vw;
    margin-top: 12vw;
    position: absolute;
    width: 23vw;
}

#ranklegend {
    align-items: center;
    display: flex;
    height: 14vw;
    justify-content: space-evenly;
}

.rank {
    font-family: Fraktion;
    font-size: var(--p0);
    text-align: center;
    text-transform: uppercase;
    width: 11vw;
}

.ranksymbols {
    display: flex;
    justify-content: center;
    margin-top: 0.5vw;
    width: 100%;
}

.ranksymbols img {
    padding: 0 0.6vw;
    width: 2.2vw;
}

#season {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 5vw;
    padding-top: 5vw;
}

#season h3 {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: var(--p0);
    text-transform: uppercase;
}

#season h2 {
    font-family: HelvL;
}

#prizes {
    padding-top: 8vw;
}

#prizes h2 {
    text-align: center;
}

#podium {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    padding-top: 4vw;
}

#podium .blur {
    margin: 1vw 0.5vw;
    padding: 1.5vw;
    width: 17.7vw;
}

.number,
.othernumb {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: 4.5vw;
    line-height: 0.7;
}

.number span,
.othernumb span {
    font-size: 1vw;
    position: relative;
    text-transform: uppercase;
    top: -1.35vw;
}

.podiumcontent {
    bottom: 1.5vw;
    font-family: HelvL;
    font-size: var(--p0);
    position: absolute;
}

#podium1 {
    height: 17vw;
    opacity: 0;
}

#podium2 {
    height: 12vw;
    opacity: 0;
}

#podium3 {
    height: 9vw;
}

#otherprizes,
#podium3 {
    opacity: 0;
}

.other {
    align-items: center;
    display: flex;
    font-family: HelvL;
    font-size: var(--p0);
    height: 3vw;
    justify-content: flex-start;
    left: 17.6vw;
    margin-bottom: 1vw;
    padding-left: 23.5vw;
    position: relative;
    text-align: right;
    width: 39.5vw;
}

.othernumb {
    color: gray;
    left: 1.5vw;
    position: absolute;
}

#eloblocks .valorblock {
    opacity: 1;
    transform: translateX(0) translateY(0);
    transition: none;
}

#elo {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 12vw;
    padding-bottom: 4vw;
}

#elo > p {
    font-family: HelvL;
    font-size: var(--p0);
    padding-bottom: 1vw;
    padding-top: 3vw;
    text-align: center;
    width: 22vw;
}

#eloblocks {
    display: flex;
    flex-direction: row;
}

#footer.competitive h2 {
    text-align: center;
    width: 48vw;
}

#footer.competitive button {
    margin-top: 1.5vw;
}

#footer.competitive h2 {
    margin-top: -10vh;
}

#faqhero {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 30vw;
    justify-content: center;
    padding-bottom: 5vw;
    padding-top: 6vw;

    h1 {
        font-size: 12vw;
    }
}

#faqhero h3 {
    margin-top: 2vw;
    text-transform: uppercase;
}

.faqinterior {
    border-bottom: 1px solid #363636;
    cursor: pointer;
    font-family: HelvL;
    font-size: var(--p0);
    overflow: hidden;
    position: relative;
    width: 41vw;
}

.faq-search {
    align-items: center;
    bottom: -4vw;
    display: flex;
    justify-content: center;
    position: relative;
    width: 20vw;
}

.faq-search__meta {
    font-family: Fraktion;
    font-size: var(--p0);
    left: 0;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 4vw;
    width: 21vw;
}

#faqSearch {
    background: transparent;
    border: 1px solid #535353;
    border-radius: 0.4vw;
    color: #fff;
    font-size: var(--p0);
    margin: 0.6vw;
    padding: 0.53vw;
}

.faqinterior.is-hidden {
    opacity: 0.2;
    pointer-events: none;
}

.visible {
    opacity: 0.7;
    padding: 1vw;
    transition: 0.4s ease;
}

.faqinterior .visible:before {
    content: "+";
    position: absolute;
    right: 1vw;
}

.faqinterior.on .visible:before {
    color: #fff;
    content: "-";
}

.extensible {
    max-height: 0;
    opacity: 0;
    padding: 0 1vw;
    transition: 0.5s ease;
}

.extensible p {
    padding-bottom: 0.5vw;
}

.faqinterior p {
    text-align: left;
    width: 39vw;
}

.faqinterior.on .extensible {
    max-height: 40vw;
    opacity: 1;
    padding-bottom: 1vw;
}

.faqinterior:hover .visible {
    color: #fff;
    opacity: 1;
}

.faqinterior.on .visible {
    color: var(--yellow);
    opacity: 1;
}

.faqtit {
    font-family: HelvL;
    font-size: 2vw;
    padding: 2vw 0;
    text-align: center;
    text-transform: uppercase;
}

.faqblock {
    margin: 1vw;
}

.faqmodule {
    background: linear-gradient(225deg, #ffffff29, #3a3a3a33);
    border: 0;
    display: flex;
    left: 6vw;
    margin-bottom: 10vw;
    padding-bottom: 1.5vw;
    position: relative;
    width: 85vw;
}

#footer.faq {
    margin-top: 0;
}

.faqblock h3 {
    color: var(--yellow);
    font-family: Fraktion;
    font-size: var(--p0);
    padding-bottom: 1vw;
    padding-top: 1.1vw;
}

.faqblock h3:first-child {
    padding-top: 0;
}

#cryp {
    margin-bottom: 13vw;
    position: absolute;
    width: 14vw;
    z-index: -1;
}

.blogtit {
    text-align: center;
    padding: 15vw 0 5vw;
    font-size: 6vw;
}

.post-title {
    font-size: 2vw;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

.entry-excerpt {
    font-size: var(--p0);
    font-family: "HelvL";
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.btn-read-more {
    font-size: var(--p0);
    font-family: "Fraktion";
    text-transform: uppercase;
    color: var(--yellow);
    position: absolute;
    bottom: 0.75vw;
}

.btn-read-more:hover {
    text-decoration: underline;
}

.posts-general article {
    width: 29vw;
    margin: 1vw;
    padding: 1vw;
    padding-bottom: 2.5vw;
    transition: 400ms ease;
    cursor: pointer;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 0.4vw;
    overflow: hidden;
}

.posts-pagination {
    padding-bottom: 10vh;
}

.posts-general {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0vw 6vw;

    article {
        width: 25vw;
    }
}

#bybitfaq {
    height: auto;
}

.faqmodule {
    margin-bottom: 15vw;
}

.posts-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Fraktion";
    font-size: var(--p0);
    margin-top: 5vw;
    max-width: 100vw;
}

.posts-pagination a,
.posts-pagination span {
    padding: 0 0.5vw;
}

.page-numbers.current {
    color: var(--yellow);
}

.posts-pagination a:hover {
    color: var(--yellow);
    text-decoration: underline;
}

/* Precio anterior: oculto por defecto si está vacío */
#onetime-old {
    font-size: 2vw !important;
    position: absolute;
    top: 0.6vw;
    right: 19vw;
    color: #ff0000 !important;
    font-family: "HelvR" !important;
    display: none;
    /* por defecto oculto */
    justify-content: center;
    align-items: center;
}

/* Cuando sí hay texto dentro, mostrarlo */
#onetime-old:not(:empty) {
    display: flex;
}

/* La línea tachada solo si hay contenido */
#onetime-old:not(:empty)::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 2px;
    background: red;
    transform: rotate(348deg);
    font-family: "Fraktion";
}

img:before {
    display: block;
    box-sizing: border-box;
    content: "";
    position: relative;
    width: 50px;
    height: 50px;
}

.main-container {
    height: 100%;
    width: 95vw;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.filter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.filter-container input,
.filter-container select {
    background: #000;
    color: #fff;
    border: 1px solid #393939;
    font-family: "Fraktion";
    font-size: var(--p0);
    padding: 0.4vw;
    border-radius: 2vw;
}

.filter-icon-container {
    display: flex;
    flex-direction: row;
    align-items: right;
    justify-content: flex-end;
    width: 100%;
}

.filter-icon-container > span:hover {
    cursor: pointer;
    color: #3a3937;
}

.rank_name {
    text-transform: capitalize;
}

.filter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 80vw;
    padding: 0;
    transition: all 1s ease-in-out;
    margin-bottom: 2vw;
}

.filter-item {
    padding: 1vw;
    flex: 1;
    height: 2.5vw;
}

.elo-container {
    height: 45vw;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    backdrop-filter: blur(1vw);
    -webkit-backdrop-filter: blur(1vw);
    border-radius: 15px;
    overflow: auto;
    background: linear-gradient(225deg, #ffffff29, transparent);
    border: 1px solid #393939;
}

.ranking-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 560px;
}

.ranking-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4vw;
    transition-delay: 0s, 1s;
}

.int-ranking-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    transition-delay: 0s, 1s;
}

.ranking-item-username-value,
.ranking-item-rank-title-value {
    white-space: nowrap;
    text-transform: capitalize;
    display: block;
    text-align: left;
    font-family: HelvL;
}

.ranking-item-rank-title-value {
    color: var(--yellow);
    text-transform: uppercase;
    position: absolute;
    top: 0.25vw;
    left: -6.2vw;
    font-size: 0.6vw;
    text-shadow:
        0 0 5px rgba(221, 186, 66, 0.6),
        0 0 10px rgba(221, 186, 66, 0.4),
        0 0 15px rgba(221, 186, 66, 0.2);
}

.last {
    height: 80px;
}

.your-rank {
    font-weight: bold;
    font-size: 1.2rem;
}

.ranking-row {
    color: #fff;
    border-bottom: 1px solid #ffffff40;
    width: calc(100% - 3vw);
    font-weight: lighter;
    font-family: "Fraktion";
    font-size: var(--p0);
}

.ranking-row:last-child {
    border: 0px;
}

.table-title {
    font-weight: lighter;
    font-family: "Fraktion";
    color: var(--yellow);
    font-size: var(--p0);
    text-transform: uppercase !important;
}

.ranking-item-position-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 130px !important;
}

.ranking-item-position {
    margin-left: 40px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    width: 100px !important;
}

.ranking-item-increment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
}

.ranking-item-increment-value {
    font-size: 10px;
    font-weight: bold;
    opacity: 0.3;
}

.ranking-item-up-symbol {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid green;
}

.ranking-item-down-symbol {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid red;
    margin-left: 2px;
}

.ranking-item-equal-symbol {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 14px;
}

.ranking-item-equal-symbol:before,
.ranking-item-equal-symbol:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(160, 158, 158);
}

.ranking-item-equal-symbol:before {
    top: 4px;
}

.ranking-item-equal-symbol:after {
    bottom: 3px;
}

.ranking-item-range {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 3.5vw;
    height: auto;
}

.ranking-item-range img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}

.ranking-item-username-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 150px;
}

.ranking-item-username {
    width: 18vw;
    text-align: left;
    position: relative;
}

.ranking-item-country {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 14vw;
    color: #606060;
    text-transform: uppercase;
}

.ranking-item-twitter {
    width: 150px;
    text-align: center;
}

.twitter_link {
    text-decoration: none;
    color: var(--yellow);
    font-size: var(--p0);
}

.ranking-item-elo {
    width: 10vw;
    font-weight: bold;
    text-align: right;
    padding-right: 1vw;
}

.pag-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4vw;
    font-family: "Fraktion";
    text-transform: uppercase;
    font-size: var(--p0);
}

.pag-container > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 100%;
    cursor: pointer;
}

.pag-container > span.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.no-desktop {
    visibility: hidden;
    display: none;
}

.contact-form-wrapper {
    max-width: 40%;
    margin: 6rem auto;
    padding: 2rem;
    font-size: 1vw;
    font-family: "Helvr";
}

.contact-form-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form-wrapper #wpforms-252033-field_3 {
    list-style: none;

    li {
        display: flex;
    }
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    width: 91%;
    padding: 0.75vw 1vw;
    border-radius: 0.75vw;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
    background-color: "0d0d0d";
}

.contact-form-wrapper label {
    display: block;
    /* o inline-block */
    margin-bottom: 0.5vw;
    margin-top: 1vw;
}

.contact-form-wrapper label:last-child {
    margin-top: 0vw;
}

.contact-form-wrapper .wpforms-field-medium {
    background: transparent;
    color: var(--white);
}

.contact-form-wrapper #wpforms-252033-field_3_1 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
    border-color: var(--yellow);
    outline: none;
}

.footer-ebooks {
    h2 {
        font-family: "HelvLI";
    }
}

#ebooks {
    height: auto;
}

.button.out-of-stock {
    span {
        font-size: 0.7;
    }
}

@media (max-width: 768px) {
    #programs.one-dollar {
        button {
            left: 0;
            top: 0;
            width: 95vw !important;
        }
    }

    .button.out-of-stock-btn {
        height: 25.7vw !important;
        width: 93vw !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 3vw !important;
        line-height: 1em !important;
    }

    .out-of-stock {
        top: 20vw !important;
    }

    #link4 {
        a {
            margin-right: 4vw;
        }

        svg {
            position: absolute;
            width: 4vw;
            height: 4vw;
            right: 33.5vw;
            top: 1vw;
            transition: transform 0.2s ease-in-out;
        }
    }

    #fuera {
        display: flex;
        flex-direction: column;
        opacity: 1;

        a {
            text-align: left;
        }
    }

    #link4:hover {
        svg {
            transform: none;

            path {
                stroke: var(--yellow);
            }
        }
    }

    #bybitconds {
        margin-top: 20vw;
    }

    .contact-form-wrapper {
        width: 80vw;
        max-width: unset;
        margin: 2rem auto;
        padding: 2rem;
        font-size: 1vw;
        font-family: "Helvr";
        font-size: 3vw;
    }

    .contact-form-wrapper input,
    .contact-form-wrapper textarea {
        width: 91%;
        padding: 2vw 3vw;
        border-radius: 2vw;
        border: 1px solid #ccc;
        font-size: 1rem;
        font-family: inherit;
        transition: border-color 0.2s ease;
        background-color: "0d0d0d";
    }

    .contact-form-wrapper label {
        margin-bottom: 2vw;
        margin-top: 3vw;
    }

    .posts-general article {
        width: 73vw;
        margin: 1vw 5vw;
        padding: 3vw;
        padding-bottom: 10vw;
    }

    .post-thumbnail {
        width: 100%;
        height: fit-content;
        border-radius: 2vw;
    }

    .btn-read-more {
        bottom: 3vw;
    }

    .post-title {
        padding-top: 3vw;
        padding-bottom: 3vw;
        font-size: 5vw;
        line-height: 1.3em;
    }

    .blogtit {
        text-align: center;
        padding: 32vw 0 8vw;
        font-size: 15.5vw;
        width: 100vw;
    }

    #scroll {
        width: 100vw;
    }

    .post-thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .blog-filters {
        width: 100vw;
    }

    .posts-pagination a,
    .posts-pagination span {
        padding: 0 1.5vw;
        font-size: 5vw;
    }

    #footer h2 {
        margin-top: calc(10vh - 24vw);
        text-align: center;
        width: 100vw;
        z-index: 9;
    }

    .rank-progress-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .ranking-row {
        display: flex;
        flex-direction: row;
    }

    .first-mobile-loop {
        display: none !important;
        visibility: hidden !important;
    }

    .ranking-row-mobile-wrapper {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .last.no-desktop {
        flex-direction: column;
        height: 105px;
    }

    .pag-container > span {
        width: 21vw;
        height: 6vw;
    }

    .pag-container {
        height: 16vw;
    }

    .your-rank {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 5px 0;
    }

    .ranking-item-position-container {
        display: flex;
        flex-direction: row;
        margin-left: 0 !important;
        width: 17vw !important;
    }

    .ranking-item-position {
        display: flex;
        flex-direction: row;
        margin-left: 0 !important;
        margin-right: 3px !important;
        width: 8vw !important;
        text-align: end;
        justify-content: flex-end;
    }

    .ranking-item-increment {
        width: 40px !important;
    }

    .ranking-item-range {
        display: flex;
        flex-direction: row;
        width: 60px !important;
        margin: 0 7px;
    }

    .ranking-item-range img {
        width: 65px !important;
        height: 65px !important;
    }

    .ranking-item-username-container,
    .ranking-item-twitter {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .ranking-item-username {
        text-transform: capitalize;
        width: 100%;
        text-align: start;
        margin-left: 5px;
    }

    .ranking-item-rank-title-value {
        font-size: 2.5vw;
        top: -4.75vw;
        left: -0.2vw;
    }

    .ranking-item-twitter-value {
        width: 100%;
        text-align: start;
        margin-left: 5px;
        color: #f3cb45;
    }

    .ranking-item-country {
        display: flex;
        align-items: end;
        justify-content: end;
        color: #606060;
    }

    .country-elo-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 1vw;
        width: 32vw;
        text-align: right;
    }

    .ranking-item-elo {
        text-align: end;
        font-weight: bold;
    }

    .filter-container {
        width: 90%;
        margin: 0 auto;
    }

    .filter-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        max-width: 1024px;
        padding: 0;
    }

    .filter-item {
        padding: 10px;
        flex: 1;
        height: 42px;
        width: 100%;
    }

    .filter-item > select,
    .filter-item > input {
        width: 100%;
    }

    .ranking-row-title {
        display: none;
    }

    .ranking-row {
        height: 80px;
    }

    .twitter_link {
        font-size: 9px;
    }

    .first {
        height: 180px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .first .ranking-item-position-container {
        width: 100px;
        top: 10px;
        left: 4px;
        position: absolute;
    }

    .first .ranking-item-country {
        top: 10px;
        right: 10px;
        position: absolute;
    }

    .first .mobile-ranking-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .first .ranking-item-range {
        width: 80px !important;
        height: 80px !important;
    }

    .first .mobile-ranking-info img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover;
    }

    .first .mobile-ranking-info .ranking-item-username {
        margin: 0;
    }

    .first
        .mobile-ranking-info
        .ranking-item-username
        .ranking-item-username-value {
        text-align: center !important;
        display: block;
        font-size: 1.2rem;
        text-wrap: nowrap;
    }

    .first .mobile-ranking-info .ranking-item-twitter {
        margin: 0;
    }

    #programs.one-dollar {
        button {
            width: 50vw !important;
            background-color: var(--yellow) !important;
        }
    }

    #one-doll-vid {
        iframe {
            opacity: 0.1;
        }
    }

    #hero-one {
        height: unset;
        padding: 40vw 0 30vw;
        gap: 3vw !important;

        h3 {
            font-size: 3.5vw;
        }

        h1 {
            font-size: 15.5vw !important;
        }
    }

    #video-osasuna {
        margin-left: 0vh !important;
        margin-top: 67vh !important;
        overflow: visible !important;
        width: 70vw !important;
    }

    #imagen-bybit {
        width: 70vw !important;
        margin-bottom: 10vh !important;
        margin-right: 2vh !important;
    }

    #trustpilot {
        gap: 0.5vw !important;

        .star {
            width: 4vw !important;
            height: 4vw !important;
        }

        p {
            position: absolute;
            left: 50%;
            transform: translate(-50%);
            margin-bottom: 10vw;
        }
    }

    #second.one-dollar {
        h2 {
            position: unset !important;
            text-align: center;
        }

        a {
            position: unset !important;
        }
    }

    #programs.one-dollar {
        padding-bottom: 20vw;

        h3 {
            margin-top: 6vw !important;
            font-size: 3.5vw;
        }

        p {
            margin-top: 3vw;
        }
    }

    .first
        .mobile-ranking-info
        .ranking-item-twitter
        .ranking-item-twitter-value {
        text-align: center !important;
        display: block;
        font-size: 0.9rem;
    }

    .first .mobile-ranking-info .ranking-item-elo {
        margin: 0;
        text-align: center !important;
        font-size: 1.2rem;
    }

    .filter-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        max-width: 1024px;
        padding: 0 20px;
    }

    .ranks-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .ranks-container > div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ranks-container > div > div > img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
    }

    .ranks-container > div > span {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .ranks-container .master {
        width: 100%;
    }

    .ranks-container .master > div > img {
        width: 70px;
        height: 70px;
    }

    .no-mobile {
        visibility: hidden;
        display: none;
    }

    .no-desktop {
        visibility: visible;
        display: flex;
    }
}

#bybitsecin .blur {
    transition: all 0.2s ease;
}

/*** HOVERS ***/
@media (hover: hover) and (pointer: fine) {
    #footer nav li:hover {
        color: var(--yellow);
        opacity: 1;
    }

    button:hover {
        border: 1px solid var(--yellow);
        box-shadow: 0 0 1vw var(--yellow);
        color: #000;
        transform: scale(1.05);
    }

    #bybitsecin .blur:hover {
        border: 1px solid var(--yellow);
        box-shadow: 0 0 1vw var(--yellow);
        transform: scale(1.05);
    }

    .boton:hover,
    button:hover {
        background: var(--yellow);
    }

    header.black nav ul li a:hover {
        color: #000;
    }

    header.black nav ul li:hover a {
        color: #000;
    }

    header nav ul li:hover a {
        color: var(--yellow);
        padding: 0 1vw;
    }

    button:hover:before {
        transform: scaleX(1);
    }

    #faqbuttons .blur:hover,
    .casilla1:hover {
        border: 1px solid var(--yellow-t);
        box-shadow: 0 0 1vw var(--yellow);
    }

    .rrssmodule .rrssicon:hover {
        opacity: 0.5;
    }

    .theory:hover {
        color: var(--yellow);
    }

    .theory:hover .theorydesp {
        opacity: 1;
    }

    .productowp button:hover {
        background: var(--yellow);
        transform: scale(1);
    }

    .theory:hover .flec {
        transform: rotate(-45deg);
    }
}

.tablepress td,
.tablepress th {
    white-space: unset;
}

/*** MÓVIL ***/
@media (orientation: portrait) {
    #contact-links {
        display: flex;
        flex-direction: column;
        gap: 3vw;

        .contact-link {
            width: 100%;
            border-radius: 2vw;
        }
    }

    .tablepress td,
    .tablepress th {
        white-space: nowrap;
    }

    #platforms {
        display: flex;
        flex-direction: column;
    }

    #chooseplatform h3 {
        font-size: 4vw;
    }

    #choosehero {
        height: auto;
        padding-bottom: 6vw;
        padding-top: 30vw;
    }

    .matchtrader-challenge {
        scale: 2;
        margin-top: 4vw;
        margin-bottom: -5vw;
    }

    .platform:nth-child(2) {
        h3 {
            margin-top: -3vw;
        }
    }

    #chooseplatform .platform {
        width: 60vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        p {
            text-align: center;
            font-size: 4vw;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            padding-top: 3vw;
        }

        ul {
            padding-top: 3vw;
        }

        img {
            height: 12vw;
            width: 12vw;
            position: unset;
            right: 1.5vw;
            top: 1.5vw;
            margin-bottom: 3vw;
            max-width: unset;
        }

        li {
            text-align: center;
        }
    }

    /* Estilos tipo móvil vertical */
    :root {
        --p0: 3.5vw;
        --p1: 5.5vw;
    }

    .theorydesp {
        left: 36vw;
        opacity: 0;
        top: -20vw;
        width: 32vw;
    }

    .theorydesp.on {
        opacity: 1;
    }

    .flec {
        height: 2vw;
        left: 32vw;
        top: 2.6vw;
        transform: rotate(-45deg);
        width: 2vw;
    }

    #herosound {
        display: none;
    }

    #logo {
        padding: 2vw;
    }

    #iso {
        width: 9vw;
    }

    #typo {
        top: 0.8vw;
        width: 24vw;
    }

    .blur {
        border-radius: 3vw;
    }

    #webgl {
        top: 20px;
    }

    h2 {
        font-size: 12vw;
    }

    #hero h1 .second {
        margin-left: 0;
    }

    #deghead {
        height: 40vw;
    }

    #hero {
        flex-direction: column;
    }

    #hero h1 {
        font-size: 30vw;
        line-height: 0.8;
    }

    #hero h1,
    #hero h3 {
        text-align: center;
    }

    #hero h3 {
        font-size: var(--p1);
        margin-bottom: 25vw;
        margin-right: 0;
        margin-top: 7vw;
        position: relative;
        width: 70vw;
    }

    button {
        border-radius: 2vw;
        padding: 1vw 2vw;
    }

    #buttoncont {
        bottom: 8vw;
    }

    #second {
        flex-direction: column;
        height: auto;
    }

    #second .modulo .numero {
        font-size: 11.5vw;
    }

    #second .modulo {
        border-radius: 4vw;
        height: 21vw;
    }

    #second .modulo,
    #second .modulo.width {
        width: 90vw;
    }

    #second .desc {
        margin-bottom: 0;
        margin-top: 1.25vw;
    }

    #cftsect {
        flex-direction: column;
        height: auto;
    }

    #cftsecttext {
        left: 0;
        text-align: left;
        width: 80vw;
    }

    #mapa h3 span {
        top: 1.2vw;
    }

    #cftsecttext p {
        left: 7vw;
        padding: 4vw;
    }

    #cftsect h2,
    #cftsecttext p {
        position: relative;
        text-align: center;
    }

    #cftsect h2 {
        left: 10vw;
        margin-top: 35vw;
        width: 82vw;
    }

    #feturedin {
        flex-direction: column;
    }

    #cftsect h3 {
        left: 11vw;
        top: 17vw;
    }

    #feturedin p {
        left: 4vw;
        margin-bottom: 5vw;
        margin-top: 5vw;
        position: relative;
        width: 30vw;
    }

    .featuredlogo {
        padding: 4vw 9vw 4vw 5vw;
        width: 29vw;
    }

    #featuredcarrusel {
        flex-wrap: wrap;
        justify-content: flex-start;
        left: 6.5vw;
        width: 100vw;
    }

    #bitly {
        font-size: var(--p0) !important;
        height: 35vw;
        left: 4vw;
        margin: 0;
        top: 25vh;
        width: 32vw;
    }

    #bitly img {
        left: 3vw;
        margin-bottom: 10vw;
        width: 26vw;
    }

    #osasuna {
        font-size: var(--p0) !important;
        height: 35vw;
        left: 55vw;
        margin: 0;
        top: 60vh;
        width: 32vw;
    }

    #osasuna img {
        left: 7vw;
        margin-bottom: 3vw;
        position: relative;
        top: 0;
        width: 17vw;
    }

    #otherpartnerstext {
        left: 0;
        padding: 4vw;
    }

    #partnersin {
        width: 500vw;
    }

    .partner {
        width: 55vw;
    }

    @keyframes partnersinanim {
        0% {
            transform: translateX(0);
        }

        to {
            transform: translateX(-250vw);
        }
    }

    #otherpartners {
        height: 40vw;
    }

    #valores {
        height: 205vw;
        margin-bottom: 8vw;
        padding-top: 40vw;
    }

    #valores h2 span {
        font-size: var(--p1);
    }

    #valores h2 {
        left: 3.5vw;
        text-align: center;
        width: 91vw;
    }

    #valores h3 {
        width: 62vw;
    }

    #valores .izq {
        left: 20vw;
        top: 23vw;
    }

    #valores .dch {
        left: 30vw;
        top: 80vw;
        width: 42vw;
    }

    #valoresblocks {
        padding: 26vw 0 0;
    }

    .valorblock {
        margin: 4vw 4vw 0;
        opacity: 1;
        padding: 2vw;
        transform: translateY(0);
        transition: 0.3s ease;
        width: 88vw;
    }

    .valorblock.active {
        box-shadow: 0 0 3vw var(--yellow);
    }

    .valorblock.inactive {
        opacity: 0.5;
    }

    .valorblock:before {
        color: var(--yellow);
        content: "+";
        font-size: 5vw;
        position: absolute;
        right: 5vw;
        top: 4vw;
    }

    .valorblock.active:before {
        color: #fff;
        content: "-";
    }

    .title {
        font-size: var(--p0);
        margin-top: 3vw;
        width: 100%;
    }

    .icon {
        width: 10vw;
    }

    .valorcont {
        margin-left: 6vw;
        overflow: hidden;
        width: 67vw;
    }

    .valorblock.active .text {
        margin-bottom: 4vw;
        margin-top: 4vw;
        max-height: 13vw;
        opacity: 1;
    }

    .text {
        margin-bottom: 0;
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transition: 0.4s ease;
    }

    #programs h2,
    #programs p {
        left: 15vw;
        width: 70vw;
    }

    #programs p {
        font-size: var(--p0);
        margin-top: 6.5vw;
    }

    .casilla1 {
        margin: 1vw;
        padding: 2vw;
        width: 26vw;
    }

    #tabla {
        font-size: var(--p1);
    }

    #tabla_1,
    #tabla_2,
    #tabla_3,
    #tabla_3_2,
    #tabla_4 {
        flex-wrap: wrap;
    }

    #tabla_1 .casilla1 {
        width: 41.75vw;
    }

    #tabla_3,
    #tabla_3_2 {
        flex-direction: column;
    }

    #tabla_3 .casilla2,
    #tabla_3_2 .casilla2,
    #tabla_3_3 .casilla2 {
        margin: 1vw 2vw;
        overflow: hidden;
        padding: 4vw;
        transition: 0.4s ease;
        width: 87vw;
    }

    #tabla_3_3 {
        height: auto;
    }

    #tabla_3_3,
    #tabla_3_3_cont {
        flex-direction: column;
    }

    .fasecontent {
        margin: 0;
        max-height: 43vw;
        max-height: 0;
        opacity: 0;
        transition: 0.4s ease;
    }

    .casilla2.active .fasecontent {
        margin: 7vw 0 0;
        max-height: 42vw;
        opacity: 1;
    }

    .casilla2 > span {
        position: absolute;
        right: 15vw;
        top: 5.5vw;
    }

    #tabla_3 .casilla2:before,
    #tabla_3_2 .casilla2:before,
    #tabla_3_3 .casilla2:before {
        color: #fff;
        content: "+";
        font-size: 5vw;
        position: absolute;
        right: 5vw;
        top: 4vw;
    }

    #ascendbar {
        border-radius: 2.5vw;
        left: 2.5vw;
        margin-bottom: 3vw;
        margin-top: 1vw;
        padding: 2.4vw;
        position: relative;
        width: 89vw;
    }

    #totalbar {
        left: 15vw;
        width: 70vw;
    }

    #barinfo {
        left: 2vw;
        text-align: left;
        top: 6vw;
        width: 69vw;
    }

    #ascendaward {
        font-size: 5.5vw;
    }

    #barpercent {
        display: block;
        line-height: 1.3;
        right: 2vw;
    }

    #ascendawardbot {
        font-size: 3.5vw;
    }

    #tabla_3 .casilla2.active:before,
    #tabla_3_2 .casilla2.active:before {
        content: "-";
    }

    #tabla_3 .casilla2.inactive,
    #tabla_3_2 .casilla2.inactive {
        opacity: 0.4;
    }

    .casilla1.active {
        box-shadow: 0 0 2vw var(--yellow);
    }

    #total,
    .casillafull {
        width: 96vw;
    }

    #evaluation,
    #onetime {
        width: 45.5vw;
    }

    #evaluation span,
    #onetime span {
        font-family: Fraktion;
        font-size: 5.5vw;
    }

    #programs {
        height: auto;
        padding-bottom: 40vw;
    }

    #learn {
        height: auto;
        margin-top: 5vw;
    }

    #learn h2 {
        text-align: center;
        width: 64vw;
    }

    #learn h3 {
        font-size: var(--p0);
        margin-top: 5vw;
        text-align: center;
        width: 50%;
    }

    #blanca {
        display: none;
    }

    #blancacont {
        background: #fff;
        border-radius: 12vw;
        height: auto;
        margin: 30vw 2vw 2vw;
        width: 96vw;
        z-index: auto;
    }

    #howto,
    #loadingbarin {
        display: none;
    }

    #blancacontin {
        margin-left: 0;
        margin-top: 0;
        padding: 4vw;
        width: auto;
        z-index: 9;
    }

    #blancacontin,
    .blancablock {
        display: flex;
        flex-direction: column;
    }

    .blancablock {
        align-items: center;
        margin: 10vw 5vw;
        padding: 0;
        text-align: center;
        width: 80vw;
    }

    .blancatext {
        font-size: var(--p0);
        line-height: 1;
        width: 94%;
    }

    .blancanum {
        font-size: 23vw;
        position: relative;
    }

    .blancatit {
        font-size: 11vw;
        margin: 8vw 0;
    }

    #loadingbar {
        background: transparent;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    #global {
        height: auto;
        margin-top: 20vw;
    }

    #svgmapa {
        left: 0;
        margin-top: -15vw;
        width: 125vw;
    }

    #svgmapa_lines {
        display: none;
    }

    #texto1,
    #texto2 {
        left: 0;
        right: auto;
        top: 0;
        width: 90vw;
    }

    #globaltit,
    #texto1,
    #texto2 {
        position: relative;
        text-align: center;
    }

    #globaltit {
        height: auto;
        left: 4vw;
        width: 92vw;
    }

    #maparrrss {
        bottom: -129vw;
        left: auto;
        position: absolute;
        right: -1vw;
        width: 54vw;
        z-index: 0;
    }

    #mapa {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 4vw;
        padding-top: 8vw;
    }

    #mapa,
    #mapa h3 {
        position: relative;
    }

    #mapa h3 {
        left: 0;
        line-height: 0.9;
        margin-top: 5vw;
        top: 0;
        width: 90vw;
    }

    #faqsection {
        height: auto;
        margin-top: 40vw;
    }

    #faqsection h2 {
        left: 4vw;
        width: 92vw;
    }

    #faqbuttons {
        left: 0;
        width: 100vw;
    }

    #faqbuttons .blur {
        font-size: var(--p0);
        height: 7vw;
        margin: 2vw;
        padding: 5vw;
        text-align: center;
        width: 18vw;
    }

    #comments h2 {
        padding: 3vw;
        text-align: center;
        width: 94vw;
    }

    #comentarios {
        margin: 3vw;
        max-height: 47vw;
        padding-bottom: 5vw;
        width: 94vw;
    }

    .swiper-slide {
        margin: 0;
        padding: 5vw;
        width: 84vw !important;
    }

    .estrellas img {
        padding: 0.5vw;
        width: 3.5vw;
    }

    .estrellas {
        display: flex;
        margin-bottom: 3.5vw;
    }

    .comment_name {
        margin-top: 3.5vw;
    }

    #realtime h2 {
        left: 10vw;
        width: 80vw;
    }

    #realtime p {
        left: 13vw;
        width: 74vw;
    }

    #comments {
        margin-top: 35vw;
    }

    #realtime {
        margin-top: 10vw;
    }

    #planos {
        display: none;
    }

    #diplomas_mov {
        display: block;
        height: auto;
        padding: 10vw 0;
        position: relative;
    }

    .diplomas-swiper {
        max-height: 70vw;
        width: 100%;
    }

    .swiper-slide.diploma_mov {
        box-sizing: border-box;
        padding: 0;
        width: 70vw !important;
    }

    .diploma_mov img {
        display: block;
        height: auto;
        width: 100%;
    }

    .diploma_mov .name,
    .diploma_mov .timeago {
        font-family: Fraktion;
        font-size: var(--p0);
        opacity: 0.6;
        padding: 2vw;
        text-align: center;
        text-transform: uppercase;
        width: calc(100% - 4vw);
    }

    .diploma_mov .name {
        color: var(--yellow);
        opacity: 1;
        position: relative;
        top: 3vw;
    }

    #diplomasdeg,
    #diplomasdeg2 {
        background: linear-gradient(90deg, #000, transparent);
        height: 66vw;
        pointer-events: none;
        position: absolute;
        width: 5vw;
        z-index: 9;
    }

    #diplomasdeg2 {
        background: linear-gradient(270deg, #000, transparent);
        left: auto;
        right: 0;
    }

    .swiper-ant,
    .swiper-sig {
        border: 1px solid;
        border-radius: 100%;
        bottom: 4.5vw;
        color: var(--yellow);
        display: block;
        font-family: Fraktion;
        font-size: 5vw;
        height: 3vw;
        line-height: 0.55;
        opacity: 0.5;
        padding: 1vw;
        position: absolute;
        right: 6vw;
        width: 3vw;
        z-index: 9999999;
    }

    .swiper-ant {
        right: 14vw;
    }

    #footerintext {
        font-size: 2.17vw;
        padding: 1vw;
        text-align: left;
    }

    #footerinlinks ul {
        border-bottom: 1px solid;
        flex-direction: column;
        line-height: 1.3;
        padding-bottom: 2vw;
        padding-top: 1vw;
    }

    #footer nav ul {
        bottom: 42vw;
        flex-direction: column;
        font-size: 80%;
        height: 22vw;
    }

    #footer nav ul li {
        width: 31vw;
    }

    #footer h2 {
        text-align: center;
        width: 100vw;
        z-index: 9;
    }

    #footer h2 span {
        width: 4vw;
    }

    #footer h3 {
        width: 80vw;
        z-index: 9;
    }

    #footermail {
        font-size: var(--p0);
        padding: 1.5vw 0;
        z-index: 9;
    }

    #footerrrss {
        padding: 3vw;
        width: 55vw;
        z-index: 9;
    }

    #videofooter,
    #videofooter iframe {
        height: 111.8vw;
        width: 200vw;
    }

    #videofooter {
        bottom: 43.2vw;
        left: 0;
        position: absolute;
    }

    #menubutton {
        display: block;
        font-family: Fraktion;
        font-size: 4vw;
        padding: 2vw;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }

    #menubutton span {
        padding: 0 2vw;
    }

    #mainmenu {
        backdrop-filter: blur(2vw);
        -webkit-backdrop-filter: blur(2vw);
        background: #00000087;
        border-bottom: 1px solid #242424;
        border-radius: 1vw 1vw 0 0;
        height: 100vh;
        left: 0;
        pointer-events: none;
        position: absolute;
        transform: translateY(calc(-100vh - 1px));
        transition: 1.5s ease;
        width: 100vw;
        z-index: 9;
    }

    #mainmenu.active {
        pointer-events: all;
        transform: translateY(0);
    }

    header nav ul {
        align-items: flex-start;
        flex-direction: column;
        height: auto;
        position: absolute;
        top: 23.5vw;
        width: 80vw;
    }

    #mainmenu ul li {
        font-size: 4vw;
    }

    #mainmenu ul li,
    header nav ul li {
        justify-content: flex-start;
        margin-left: 4vw;
        width: 60vw;
    }

    #appicons {
        left: 0;
        pointer-events: none;
        top: 30vw;
        transform: translateY(calc(-100vh - 1px));
        transition: 1.5s ease;
        width: 19vw;
    }

    #appicons.active {
        pointer-events: all;
        transform: translateX(0);
    }

    #link6 {
        background: var(--yellow);
        border-radius: 1vw;
        padding: 0.5vw 1vw 1vw;
        width: 30vw;
    }

    #link6,
    #link6 a {
        color: #000;
    }

    header nav ul li a {
        padding: 0 2vw;
    }

    #footerrrssmenu {
        display: block;
        padding: 1vw;
        position: absolute;
        top: 94vw;
        width: 70vw;
    }

    #secondarymenu {
        display: block;
        position: fixed;
        top: 60vw;
        transform: translateY(-100vh);
        transition: 1.5s ease;
        z-index: 9;
    }

    #secondarymenu.active {
        transform: translateY(0);
    }

    #secondarymenu ul {
        flex-wrap: wrap;
        height: 38vw;
        justify-content: flex-start;
        top: 50vw;
        width: 100vw;
    }

    #secondarymenu li {
        font-size: 2.5vw;
        width: 42vw;
    }

    #headrrrss {
        left: 3.2vw;
        margin-top: 28vw;
        position: relative;
        width: 50vw;
    }

    #footer nav ul {
        display: none;
    }

    .rrssmodule .rrssicon {
        width: 6vw;
    }

    #maparrrss {
        bottom: -138vw;
        right: 3vw;
        top: auto;
        width: 50vw;
        z-index: 999;
    }

    .close {
        height: 6vw;
        margin: 2.5vw;
        width: 6vw;
    }

    .close span {
        width: 3.5vw;
    }

    #topbar {
        height: 12vw;
    }

    #topbar .close {
        top: 0;
    }

    .topbar #menubutton,
    header.topbar {
        top: 12vw;
    }

    .topbar #mainmenu {
        transform: translateY(calc(-100vh - 12vw - 1px));
    }

    .topbar #mainmenu.active {
        transform: translateY(0);
    }

    #popup {
        height: 120vw;
        width: 75vw;
    }

    #stickybar {
        height: 45vw;
    }

    #tabla_3.on,
    #tabla_3_0.on,
    #tabla_3_2.on {
        height: auto;
    }

    #tabla_1 .casilla1,
    #tabla_2_0 .casilla1 {
        width: 29vw;
    }

    #tabla_3_0 {
        flex-direction: column;
    }

    #tabla_3_0 .casilla2 {
        left: 2vw;
        position: relative;
        top: 1.2vw;
        width: 92vw;
    }

    #scale,
    #tabla_3_0_tit {
        padding: 3vw;
        width: 70vw;
    }

    #tabla_3_0 .fasecontent {
        left: 1vw;
        padding-bottom: 0 !important;
        padding: 0 2vw;
        position: relative;
        width: 86vw;
    }

    #tabla_3_0 .active .fasecontent {
        margin: 2vw 0 0;
        max-height: 42vw;
        opacity: 1;
        padding-bottom: 3vw !important;
    }

    .casilla3content {
        left: 3vw;
        max-height: 0;
        opacity: 0;
        position: relative;
        transition: 0.4s ease;
        width: 91vw;
    }

    .active .casilla3content {
        max-height: 64vw;
        opacity: 1;
        padding-bottom: 3vw;
    }

    .casilla3 {
        margin: 3vw 2vw;
        overflow: hidden !important;
        width: 92vw;
    }

    #tabla_3_0 .casilla2:before,
    .casilla3:before {
        content: "+";
        position: absolute;
        right: 4vw;
        top: 3.5vw;
    }

    #tabla_3_0 .active.casilla2:before,
    .active .casilla3:before {
        content: "-";
    }

    #faqhero {
        height: 80vw;
    }

    #faqhero h1 {
        font-size: 25vw;
    }

    #faqhero h3 {
        font-size: var(--p0);
    }

    .faq-search button {
        border-radius: 1vw;
        font-size: 4vw;
        height: 6vw;
        line-height: 1;
        padding: 0.1vw 4vw 0.2vw 1.5vw !important;
    }

    .faqmodule {
        flex-direction: column;
        left: 4vw;
        padding: 4vw;
    }

    .faqinterior,
    .faqmodule {
        width: 84vw;
    }

    .visible {
        padding: 3vw 0;
    }

    .faqinterior p {
        text-align: left;
        width: 72vw;
    }

    .faqblock h3 {
        margin-top: 4vw;
    }

    .faq-search__meta {
        top: 8vw;
    }

    .faqinterior.on {
        padding-bottom: 2vw;
    }

    .faqinterior.on .extensible {
        max-height: 145vw;
    }

    .faqtit {
        font-size: var(--p1);
        margin-bottom: 4vw;
    }

    #cryp {
        top: 40vw;
        width: 40vw;
    }

    #elo {
        width: 100vw;
    }

    .elo-container {
        height: auto !important;
    }

    #ranklegend {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 30vw;
    }

    .rank {
        height: 18vw;
        margin: 1vw 0;
        width: 43vw;
    }

    .ranksymbols {
        margin-top: 2.5vw;
    }

    .ranksymbols img {
        width: 8.2vw;
    }

    #rankinghero {
        height: 80vw;
        margin-top: 13vw;
        padding-bottom: 20vw;
        width: 100vw;
    }

    #rankinghero h1 {
        font-size: 17vw;
        line-height: 1;
        padding: 4vw;
        width: 92vw;
    }

    #rankinghero h1,
    #rankinghero h2 {
        position: relative;
        text-align: center;
    }

    #rankinghero h2 {
        font-size: var(--p0);
        left: 0;
        margin-top: 0;
        width: 65vw;
    }

    #podium .blur {
        padding: 1.5vw;
        width: 27.7vw;
    }

    #podium2 {
        height: 37vw;
    }

    #podium1 {
        height: 46vw;
    }

    #podium3 {
        height: 33vw;
    }

    .number,
    .othernumb {
        font-size: 7vw;
    }

    .number span,
    .othernumb span {
        font-size: var(--p0);
        left: 1vw;
        line-height: 1;
        margin-right: 1.5vw;
        top: -2.35vw;
    }

    .other {
        height: 9vw;
        left: 2vw;
        margin-bottom: 1vw;
        padding: 2vw 2vw 2vw 34.5vw;
        width: 59vw;
    }

    #elo,
    #prizes {
        padding-top: 35vw;
    }

    #elo h2 {
        text-align: center;
        width: 64vw;
    }

    #elo > p {
        width: 50vw;
    }

    #eloblocks {
        flex-direction: column;
    }

    #eloblocks h2 {
        width: 80vw;
    }

    #footer.competitive h2 {
        margin-top: 0;
        width: 80vw;
    }

    #footer.competitive button {
        margin-bottom: 4vw;
        margin-top: 4.5vw;
    }

    #onetime-old {
        font-size: 4.2vw !important;
        right: auto;
        left: 80vw;
        top: 7.2vw;
        height: 5vw;
        position: fixed;
        width: auto;
        justify-content: center;
    }

    #onetime-old:not(:empty)::before {
        width: 120%;
        height: 1px;
        background: red;
        transform: rotate(348deg);
        font-family: "Fraktion";
    }
}

/*** TABLET ***/
@media (orientation: landscape) and (max-width: 1025px) {
    :root {
        --p0: 1.4vw;
        --p1: 5.5vw;
    }

    .flec {
        display: none;
    }

    .rrssmodule .rrssicon {
        width: 2.3vw;
    }

    #appicons {
        left: 76vw;
        width: 22vw;
    }

    #herosound {
        display: none;
    }

    .valorblock {
        opacity: 1;
    }

    .icon {
        width: 7vw;
    }

    #valores {
        height: 55vw;
    }

    #bitly,
    #osasuna {
        font-size: 1.4vw !important;
        width: 13vw;
    }

    #osasuna img {
        left: 4vw;
        margin-bottom: 2vw;
    }

    #bitly img {
        left: 2vw;
        margin-bottom: 2vw;
        width: 9vw;
    }

    #blanca,
    #howto,
    #loadingbar {
        display: none;
    }

    #blancacont {
        align-items: self-start;
        background: #fff;
        height: auto;
        margin-top: 5vw;
        padding: 0 0 5vw;
        z-index: auto;
    }

    #blancacontin {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        top: 0;
        width: 100vw;
    }

    .blancablock {
        margin-left: 5vw;
        margin-right: 5vw;
        margin-top: 5vw;
        padding-left: 0;
        position: relative;
        width: 40vw;
    }

    .blancanum {
        margin-bottom: 2vw;
        position: relative;
    }

    #global {
        height: 67vw;
        margin-top: 0;
        position: relative;
    }

    #mapa h3 {
        margin-top: -0.75vw;
        width: 12vw;
    }

    #maparrrss {
        top: 3vw;
        width: 21vw;
    }

    .comentario {
        width: 43vw !important;
    }

    #planos {
        display: none;
    }

    #diplomas_mov {
        display: block;
    }

    .swiper-slide.diploma_mov {
        margin: 10vw;
        padding: 0;
        width: 35vw !important;
    }

    .diploma_mov .name,
    .diploma_mov .timeago {
        font-family: Fraktion;
        font-size: var(--p0);
        opacity: 0.6;
        padding: 0;
        text-align: center;
        text-transform: uppercase;
        width: calc(100% - 4vw);
    }

    .diploma_mov .name {
        color: var(--yellow);
        opacity: 1;
        position: relative;
        top: 0;
    }

    #footer nav ul {
        bottom: 6.7vw;
        bottom: auto;
        height: 8vw;
        position: relative;
    }

    #footer nav li {
        width: 15vw;
    }

    #footerin {
        position: relative;
    }
}

/* Estilos específicos para tablets en vertical */
@media (min-width: 768px) and (max-width: 1025px) and (orientation: portrait) {
    .flec {
        display: none;
    }

    #hero h1 {
        font-size: 22vw;
    }

    #hero h3 {
        margin-bottom: 5vw;
    }

    #footer nav ul,
    #footerin {
        position: relative;
    }

    #footer nav ul {
        bottom: auto;
    }
}

#one-doll-vid {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

#one-doll-vid iframe {
    height: 56.25vw;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100vh;
    min-width: 177.778vh;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100vw;
    opacity: 0.1;
}

#hero-one {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 1vw;

    #trustpilot {
        display: flex;
        flex-direction: row;
        gap: 0.1vw;
        align-items: center;
        margin-bottom: 1vw;

        p {
            margin-left: 0.5vw;
        }
    }

    .star {
        background-color: var(--yellow);
        width: 1.25vw;
        height: 1.25vw;
        border-radius: 999px;
        position: relative;

        svg {
            width: 50%;
            height: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }

    p {
        font-size: var(--p0);
    }

    h1 {
        font-size: 10vw;
    }
}

#programs.one-dollar {
    h3 {
        text-align: center;
        margin-top: 2vw;
    }

    .casilla1 {
        cursor: unset;
    }

    button {
        background: #fff;
        border: 0;
        border-radius: 1vw;
        height: 8.7vw;
        width: 13.4vw;
    }
}

#second.one-dollar {
    padding-top: 2vw;

    h2 {
        position: absolute;
        top: 0;
    }

    a {
        position: absolute;
        bottom: 4vw;
    }
}

#video-osasuna {
    margin-left: 35vh;
    margin-top: 60vh;
    overflow: visible;
    width: 35vw;
    z-index: -1;
    position: absolute;
}

#imagen-bybit {
    width: 35vw;
    position: absolute;
    z-index: -1;
    margin-bottom: 50vh;
    margin-right: 5vh;
}
