.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-2ee823f *//* ===================================================<style>
/* =========================================================
   NAVEE G5
   LANDING PREMIUM PARA ELEMENTOR / WOOCOMMERCE
   ========================================================= */

.navee-g5-section {
    --g5-card: #111111;
    --g5-blue: #1689f5;
    --g5-orange: #ff6b35;
    --g5-white: #ffffff;
    --g5-muted: rgba(255, 255, 255, 0.76);
    --g5-border: rgba(255, 255, 255, 0.22);

    width: 100%;
    margin: 0;
    padding: 75px 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 0%, rgba(22, 137, 245, 0.14), transparent 32%),
        radial-gradient(circle at 90% 15%, rgba(255, 107, 53, 0.12), transparent 30%),
        var(--g5-bg);
    color: var(--g5-white);
    box-sizing: border-box;
}

.navee-g5-section *,
.navee-g5-section *::before,
.navee-g5-section *::after {
    box-sizing: border-box;
}

.navee-g5-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   ENCABEZADOS
   ========================================================= */

.navee-g5-header,
.navee-g5-secondary {
    max-width: 930px;
    margin: 0 auto 44px;
    text-align: center;
}

.navee-g5-secondary {
    margin-top: 78px;
}

.navee-g5-eyebrow {
    display: inline-flex;
    margin: 0 0 16px;
    padding: 8px 15px;
    border: 1px solid rgba(22, 137, 245, 0.45);
    border-radius: 999px;
    background: rgba(22, 137, 245, 0.12);
    color: #83c5ff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navee-g5-header h2,
.navee-g5-secondary h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: clamp(32px, 4.3vw, 56px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

.navee-g5-header h2 strong,
.navee-g5-secondary h2 strong {
    color: var(--g5-blue);
}

.navee-g5-header p,
.navee-g5-secondary p {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-size: clamp(16px, 1.7vw, 19px) !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
}

/* =========================================================
   HERO
   ========================================================= */

.navee-g5-hero {
    position: relative;
    min-height: 620px;
    margin-bottom: 18px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid var(--g5-border);
    border-radius: 24px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.96) 0%,
            rgba(0, 0, 0, 0.75) 38%,
            rgba(0, 0, 0, 0.15) 72%,
            rgba(0, 0, 0, 0.04) 100%
        ),
        url("https://es.naveetech.com/cdn/shop/files/14_11.webp?v=1780056013&width=2000");
    background-repeat: no-repeat;
    background-position: 76% center;
    background-size: contain;
    background-color: #090909;
}

.navee-g5-hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 620px);
    min-height: 620px;
    padding: 54px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.navee-g5-hero-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 8px;
    background: var(--g5-blue);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.navee-g5-hero h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 56px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

.navee-g5-hero p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.navee-g5-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.navee-g5-highlight {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.48);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* =========================================================
   BENTO GRID
   ========================================================= */

.navee-g5-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "power performance suspension"
        "range performance suspension"
        "range display safety";
    gap: 16px;
}

.navee-g5-card {
    position: relative !important;
    width: 100%;
    min-width: 0;
    min-height: 260px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    isolation: isolate;
    border: 1px solid var(--g5-border);
    border-radius: 20px;
    background-color: var(--g5-card);
    background-image: var(--g5-card-image);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.navee-g5-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.10) 0%,
            rgba(0, 0, 0, 0.42) 44%,
            rgba(0, 0, 0, 0.96) 100%
        );
    pointer-events: none;
}

.navee-g5-card--power {
    grid-area: power;
}

.navee-g5-card--range {
    grid-area: range;
    min-height: 390px;
}

.navee-g5-card--performance {
    grid-area: performance;
    min-height: 666px;
}

.navee-g5-card--suspension {
    grid-area: suspension;
    min-height: 390px;
}

.navee-g5-card--display {
    grid-area: display;
}

.navee-g5-card--safety {
    grid-area: safety;
}

.navee-g5-card--performance::before {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.38) 42%,
            rgba(0, 0, 0, 0.97) 100%
        );
}

.navee-g5-card-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: inherit;
    height: 100%;
    padding: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start;
}

.navee-g5-card--performance .navee-g5-card-content {
    align-items: flex-end;
    justify-content: flex-start !important;
    text-align: right;
}

.navee-g5-card-badge {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 14px !important;
    padding: 7px 12px;
    border-radius: 7px;
    background: var(--g5-blue);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.navee-g5-card--performance .navee-g5-card-badge {
    margin-left: auto !important;
}

.navee-g5-card-number {
    margin: 0 0 10px;
    color: var(--g5-blue);
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 850;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.navee-g5-card-number small {
    margin-left: 4px;
    color: #ffffff;
    font-size: 0.36em;
    font-weight: 700;
    letter-spacing: 0;
}

.navee-g5-card h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: clamp(22px, 2.2vw, 30px) !important;
    font-weight: 850 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
}

.navee-g5-card p {
    width: 100%;
    max-width: 470px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--g5-muted) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   ESPECIFICACIONES DESTACADAS
   ========================================================= */

.navee-g5-spec-list {
    width: min(100%, 255px);
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.navee-g5-spec {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.navee-g5-spec:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.navee-g5-spec-value {
    color: var(--g5-blue);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.045em;
}

.navee-g5-spec-value span {
    margin-left: 4px;
    color: #ffffff;
    font-size: 0.38em;
    font-weight: 700;
}

.navee-g5-spec-label {
    margin-top: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.navee-g5-spec-description {
    margin-top: 6px;
    color: var(--g5-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   BLOQUE DOS COLUMNAS
   ========================================================= */

.navee-g5-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--g5-border);
    border-radius: 24px;
    background: #0b0b0b;
}

.navee-g5-two-columns-image {
    min-height: 620px;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 0%,
            rgba(0, 0, 0, 0.22) 100%
        ),
        url("https://tiendaqtc.co/wp-content/uploads/2026/08/neumaticos-scaled.webp");
    background-position: center;
    background-size: cover;
}

.navee-g5-two-columns-content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navee-g5-two-columns-content h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(30px, 3.5vw, 46px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
}

.navee-g5-two-columns-content > p {
    margin: 0 0 28px !important;
    color: var(--g5-muted) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

.navee-g5-benefits {
    display: grid;
    gap: 14px;
}

.navee-g5-benefit {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.navee-g5-benefit-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--g5-blue), var(--g5-orange));
    color: #ffffff;
    font-size: 18px;
    font-weight: 850;
}

.navee-g5-benefit h4 {
    margin: 0 0 5px !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.navee-g5-benefit p {
    margin: 0 !important;
    color: var(--g5-muted) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* =========================================================
   FUNCIONES INTELIGENTES
   ========================================================= */

.navee-g5-smart-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.navee-g5-smart-card {
    padding: 24px;
    border: 1px solid var(--g5-border);
    border-radius: 18px;
    background: #101010;
}

.navee-g5-smart-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--g5-blue);
    font-size: 22px;
    font-weight: 850;
}

.navee-g5-smart-card h3 {
    margin: 0 0 9px !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.navee-g5-smart-card p {
    margin: 0 !important;
    color: var(--g5-muted) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* =========================================================
   TABLA TÉCNICA
   ========================================================= */

.navee-g5-table-wrapper {
    overflow: hidden;
    border: 1px solid var(--g5-border);
    border-radius: 20px;
    background: #0d0d0d;
}

.navee-g5-table {
    width: 100%;
    border-collapse: collapse;
}

.navee-g5-table th,
.navee-g5-table td {
    padding: 17px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-align: left;
}

.navee-g5-table tr:last-child th,
.navee-g5-table tr:last-child td {
    border-bottom: 0;
}

.navee-g5-table th {
    width: 42%;
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 650;
}

.navee-g5-table td {
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.navee-g5-note {
    margin: 24px auto 0 !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    .navee-g5-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "power performance"
            "range performance"
            "suspension safety"
            "display safety";
    }

    .navee-g5-card--power,
    .navee-g5-card--range,
    .navee-g5-card--suspension,
    .navee-g5-card--display {
        min-height: 330px;
    }

    .navee-g5-card--performance,
    .navee-g5-card--safety {
        min-height: 676px;
    }

    .navee-g5-smart-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .navee-g5-two-columns-content {
        padding: 38px;
    }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media screen and (max-width: 767px) {

    .navee-g5-section {
        padding: 52px 14px;
    }

    .navee-g5-header,
    .navee-g5-secondary {
        text-align: left;
    }

    .navee-g5-header h2,
    .navee-g5-secondary h2 {
        font-size: 33px !important;
    }

    .navee-g5-hero {
        min-height: 690px;
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.03) 0%,
                rgba(0, 0, 0, 0.24) 40%,
                rgba(0, 0, 0, 0.97) 100%
            ),
            url("https://es.naveetech.com/cdn/shop/files/14_11.webp?v=1780056013&width=2000");
        background-position: center 20px;
        background-size: 95% auto;
        background-repeat: no-repeat;
        background-color: #090909;
    }

    .navee-g5-hero-content {
        min-height: 690px;
        padding: 27px 23px;
    }

    .navee-g5-hero h3 {
        font-size: 36px !important;
    }

    .navee-g5-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "power"
            "range"
            "performance"
            "suspension"
            "display"
            "safety";
        gap: 14px;
    }

    .navee-g5-card,
    .navee-g5-card--power,
    .navee-g5-card--range,
    .navee-g5-card--performance,
    .navee-g5-card--suspension,
    .navee-g5-card--display,
    .navee-g5-card--safety {
        min-height: 590px !important;
    }

    .navee-g5-card-content,
    .navee-g5-card--performance .navee-g5-card-content {
        min-height: 590px !important;
        padding: 27px 23px !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        text-align: left !important;
    }

    .navee-g5-card--performance .navee-g5-card-badge {
        margin-left: 0 !important;
    }

    .navee-g5-card--performance::before {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.06) 0%,
                rgba(0, 0, 0, 0.40) 45%,
                rgba(0, 0, 0, 0.97) 100%
            );
    }

    .navee-g5-card h3 {
        font-size: 30px !important;
    }

    .navee-g5-card p {
        max-width: none;
        font-size: 16px !important;
    }

    .navee-g5-spec-list {
        width: 100%;
    }

    .navee-g5-two-columns {
        grid-template-columns: 1fr;
    }

    .navee-g5-two-columns-image {
        min-height: 390px;
    }

    .navee-g5-two-columns-content {
        padding: 30px 23px;
    }

    .navee-g5-smart-grid {
        grid-template-columns: 1fr;
    }

    .navee-g5-table th,
    .navee-g5-table td {
        padding: 15px 13px;
        font-size: 13px;
    }
}

@media screen and (max-width: 430px) {

    .navee-g5-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navee-g5-card,
    .navee-g5-card--power,
    .navee-g5-card--range,
    .navee-g5-card--performance,
    .navee-g5-card--suspension,
    .navee-g5-card--display,
    .navee-g5-card--safety {
        min-height: 625px !important;
        border-radius: 16px;
    }

    .navee-g5-card-content,
    .navee-g5-card--performance .navee-g5-card-content {
        min-height: 625px !important;
        padding: 24px 20px !important;
    }
}/* End custom CSS */