{"id":8704,"date":"2026-03-27T18:59:34","date_gmt":"2026-03-28T01:59:34","guid":{"rendered":"https:\/\/ievolutionclub.com\/?page_id=8704"},"modified":"2026-03-27T18:59:44","modified_gmt":"2026-03-28T01:59:44","slug":"track-order","status":"publish","type":"page","link":"https:\/\/ievolutionclub.com\/es\/track-order\/","title":{"rendered":"Rastrear pedido"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8704\" class=\"elementor elementor-8704\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2e5453 e-con-full e-flex e-con e-parent\" data-id=\"e2e5453\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-010495e elementor-widget elementor-widget-shortcode\" data-id=\"010495e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n    \/* === iEvolution Order Tracking === *\/\n    .iev-ot-wrap {\n        --navy: #1B2A4A;\n        --teal: #2AAFD3;\n        --teal-light: rgba(42,175,211,0.08);\n        --teal-border: rgba(42,175,211,0.15);\n        --white: #ffffff;\n        --grey-bg: #F8FAFB;\n        --grey-text: #6B7B8D;\n        --grey-muted: #94a3b8;\n        --border: #e8edf2;\n        --radius: 12px;\n        --shadow: 0 1px 3px rgba(27,42,74,0.06);\n        font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n        max-width: 820px;\n        margin: 0 auto;\n        padding: 2rem 1rem 3rem;\n        color: var(--navy);\n        line-height: 1.6;\n        -webkit-font-smoothing: antialiased;\n    }\n    .iev-ot-wrap *, .iev-ot-wrap *::before, .iev-ot-wrap *::after { box-sizing: border-box; }\n\n    \/* Header *\/\n    .iev-ot-header { margin-bottom: 2rem; }\n    .iev-ot-header h2 {\n        font-size: 1.75rem;\n        font-weight: 800;\n        color: var(--navy);\n        margin: 0 0 0.35rem;\n        letter-spacing: -0.02em;\n    }\n    .iev-ot-subtitle {\n        font-size: 0.9rem;\n        color: var(--grey-text);\n        margin: 0;\n    }\n    .iev-ot-back {\n        display: inline-block;\n        font-size: 0.85rem;\n        font-weight: 600;\n        color: var(--teal);\n        margin-bottom: 0.75rem;\n        text-decoration: none;\n        transition: color 0.2s;\n    }\n    .iev-ot-back:hover { color: var(--navy); }\n\n    \/* Alerts *\/\n    .iev-ot-alert {\n        padding: 0.85rem 1.1rem;\n        border-radius: var(--radius);\n        font-size: 0.875rem;\n        font-weight: 500;\n        margin-bottom: 1.5rem;\n    }\n    .iev-ot-alert--error {\n        background: #fef2f2;\n        color: #b91c1c;\n        border: 1px solid #fecaca;\n    }\n\n    \/* Form *\/\n    .iev-ot-form { max-width: 440px; }\n    .iev-ot-field {\n        margin-bottom: 1.25rem;\n    }\n    .iev-ot-field label {\n        display: block;\n        font-size: 0.8rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        color: var(--navy);\n        margin-bottom: 0.4rem;\n    }\n    .iev-ot-field input {\n        width: 100%;\n        padding: 0.75rem 1rem;\n        border: 1.5px solid var(--border);\n        border-radius: 10px;\n        font-size: 0.95rem;\n        color: var(--navy);\n        background: var(--white);\n        transition: border-color 0.25s, box-shadow 0.25s;\n        outline: none;\n    }\n    .iev-ot-field input::placeholder { color: var(--grey-muted); }\n    .iev-ot-field input:focus {\n        border-color: var(--teal);\n        box-shadow: 0 0 0 3px var(--teal-light);\n    }\n\n    \/* Button *\/\n    .iev-ot-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        padding: 0.8rem 2rem;\n        background: linear-gradient(135deg, var(--teal), #1e9fc0);\n        color: var(--white);\n        font-size: 0.9rem;\n        font-weight: 700;\n        border: none;\n        border-radius: 10px;\n        cursor: pointer;\n        transition: transform 0.2s, box-shadow 0.2s;\n        text-decoration: none;\n    }\n    .iev-ot-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(42,175,211,0.3);\n    }\n\n    \/* Login hint *\/\n    .iev-ot-login-hint {\n        margin-top: 1.75rem;\n        font-size: 0.85rem;\n        color: var(--grey-text);\n    }\n    .iev-ot-login-hint a {\n        color: var(--teal);\n        font-weight: 600;\n        text-decoration: none;\n    }\n    .iev-ot-login-hint a:hover { color: var(--navy); }\n\n    \/* Empty state *\/\n    .iev-ot-empty {\n        text-align: center;\n        padding: 3rem 1rem;\n    }\n    .iev-ot-empty-icon { color: var(--grey-muted); margin-bottom: 1rem; }\n    .iev-ot-empty p { color: var(--grey-text); margin-bottom: 1.5rem; }\n\n    \/* Table *\/\n    .iev-ot-table-wrap { overflow-x: auto; }\n    .iev-ot-table {\n        width: 100%;\n        border-collapse: separate;\n        border-spacing: 0;\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        overflow: hidden;\n    }\n    .iev-ot-table thead { background: var(--grey-bg); }\n    .iev-ot-table th {\n        padding: 0.75rem 1rem;\n        font-size: 0.7rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        color: var(--grey-text);\n        text-align: left;\n    }\n    .iev-ot-table td {\n        padding: 0.85rem 1rem;\n        font-size: 0.9rem;\n        border-top: 1px solid var(--border);\n    }\n    .iev-ot-table tbody tr { transition: background 0.2s; }\n    .iev-ot-table tbody tr:hover { background: var(--teal-light); }\n    .iev-ot-link {\n        color: var(--teal);\n        font-weight: 600;\n        font-size: 0.85rem;\n        text-decoration: none;\n        white-space: nowrap;\n    }\n    .iev-ot-link:hover { color: var(--navy); }\n\n    \/* Badge *\/\n    .iev-ot-badge {\n        display: inline-block;\n        padding: 0.2rem 0.7rem;\n        border-radius: 50px;\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: capitalize;\n        letter-spacing: 0.3px;\n    }\n    .iev-ot-status--pending    { background: #fef9c3; color: #854d0e; }\n    .iev-ot-status--on-hold    { background: #fef9c3; color: #854d0e; }\n    .iev-ot-status--processing { background: #dbeafe; color: #1e40af; }\n    .iev-ot-status--completed  { background: #dcfce7; color: #166534; }\n    .iev-ot-status--shipped    { background: var(--teal-light); color: #0e7490; }\n    .iev-ot-status--delivered  { background: #dcfce7; color: #166534; }\n    .iev-ot-status--cancelled  { background: #f3f4f6; color: #6b7280; }\n    .iev-ot-status--refunded   { background: #fae8ff; color: #86198f; }\n    .iev-ot-status--failed     { background: #fee2e2; color: #b91c1c; }\n    .iev-ot-badge--pickup      { background: var(--teal-light); color: #0e7490; margin-left: 4px; }\n\n    \/* Progress Bar *\/\n    .iev-ot-progress {\n        display: flex;\n        align-items: flex-start;\n        justify-content: space-between;\n        position: relative;\n        margin: 0 0 2.5rem;\n        padding: 0 0.5rem;\n    }\n    .iev-ot-progress-line {\n        position: absolute;\n        top: 16px;\n        left: calc(0.5rem + 16px);\n        right: calc(0.5rem + 16px);\n        height: 3px;\n        background: var(--border);\n        border-radius: 3px;\n        z-index: 0;\n    }\n    .iev-ot-progress-fill {\n        height: 100%;\n        background: linear-gradient(90deg, var(--teal), var(--navy));\n        border-radius: 3px;\n        transition: width 0.6s ease;\n    }\n    .iev-ot-step {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        z-index: 1;\n        min-width: 60px;\n    }\n    .iev-ot-step-dot {\n        width: 34px; height: 34px;\n        border-radius: 50%;\n        background: var(--white);\n        border: 2.5px solid var(--border);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 0.75rem;\n        font-weight: 700;\n        color: var(--grey-muted);\n        margin-bottom: 0.5rem;\n        transition: all 0.3s;\n    }\n    .iev-ot-step--done .iev-ot-step-dot {\n        background: var(--teal);\n        border-color: var(--teal);\n        color: var(--white);\n    }\n    .iev-ot-step--active .iev-ot-step-dot {\n        border-color: var(--teal);\n        color: var(--teal);\n        box-shadow: 0 0 0 4px var(--teal-light);\n    }\n    .iev-ot-step-label {\n        font-size: 0.72rem;\n        font-weight: 600;\n        color: var(--grey-muted);\n        text-align: center;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .iev-ot-step--done .iev-ot-step-label,\n    .iev-ot-step--active .iev-ot-step-label { color: var(--navy); }\n\n    \/* Cards *\/\n    .iev-ot-card {\n        background: var(--white);\n        border: 1px solid var(--border);\n        border-radius: var(--radius);\n        padding: 1.5rem;\n        margin-bottom: 1.25rem;\n        box-shadow: var(--shadow);\n    }\n    .iev-ot-card-title {\n        font-size: 0.75rem;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        color: var(--navy);\n        margin-bottom: 1rem;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n    .iev-ot-card-title::before {\n        content: '';\n        display: inline-block;\n        width: 16px; height: 2px;\n        background: var(--teal);\n    }\n\n    \/* Tracking Card *\/\n    .iev-ot-tracking-card {\n        border-color: var(--teal-border);\n        background: linear-gradient(135deg, var(--white), var(--teal-light));\n    }\n    .iev-ot-tracking-item {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 1rem;\n        flex-wrap: wrap;\n    }\n    .iev-ot-tracking-item--border {\n        margin-top: 1rem;\n        padding-top: 1rem;\n        border-top: 1px solid var(--border);\n    }\n    .iev-ot-tracking-row {\n        display: flex;\n        align-items: flex-start;\n        gap: 0.85rem;\n        flex: 1;\n        min-width: 0;\n    }\n    .iev-ot-tracking-icon {\n        flex-shrink: 0;\n        width: 44px; height: 44px;\n        border-radius: 10px;\n        background: var(--white);\n        border: 1.5px solid var(--teal-border);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--teal);\n    }\n    .iev-ot-tracking-details { min-width: 0; }\n    .iev-ot-tracking-carrier {\n        font-size: 0.9rem;\n        font-weight: 700;\n        color: var(--navy);\n        margin-bottom: 0.15rem;\n    }\n    .iev-ot-tracking-number-row {\n        display: flex;\n        align-items: center;\n        gap: 0.4rem;\n        flex-wrap: wrap;\n    }\n    .iev-ot-tracking-label {\n        font-size: 0.75rem;\n        font-weight: 600;\n        color: var(--grey-muted);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .iev-ot-tracking-number {\n        font-size: 0.9rem;\n        font-weight: 600;\n        color: var(--navy);\n        font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;\n        letter-spacing: 0.5px;\n        word-break: break-all;\n    }\n    .iev-ot-copy-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 28px; height: 28px;\n        border: 1px solid var(--border);\n        border-radius: 6px;\n        background: var(--white);\n        color: var(--grey-muted);\n        cursor: pointer;\n        transition: all 0.2s;\n        flex-shrink: 0;\n    }\n    .iev-ot-copy-btn:hover {\n        border-color: var(--teal);\n        color: var(--teal);\n    }\n    .iev-ot-copy-btn--done {\n        border-color: #22c55e;\n        color: #22c55e;\n        background: #f0fdf4;\n    }\n    .iev-ot-tracking-date {\n        font-size: 0.78rem;\n        color: var(--grey-text);\n        margin-top: 0.2rem;\n    }\n    .iev-ot-tracking-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.4rem;\n        padding: 0.6rem 1.25rem;\n        background: var(--navy);\n        color: var(--white);\n        font-size: 0.82rem;\n        font-weight: 700;\n        border-radius: 8px;\n        text-decoration: none;\n        transition: all 0.25s;\n        white-space: nowrap;\n        flex-shrink: 0;\n    }\n    .iev-ot-tracking-btn:hover {\n        background: var(--teal);\n        transform: translateY(-2px);\n        box-shadow: 0 6px 16px rgba(42,175,211,0.25);\n    }\n\n    \/* Items list *\/\n    .iev-ot-items { margin-bottom: 1rem; }\n    .iev-ot-item {\n        display: flex;\n        align-items: center;\n        gap: 1rem;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border);\n    }\n    .iev-ot-item:last-child { border-bottom: none; }\n    .iev-ot-item-img {\n        width: 56px; height: 56px;\n        border-radius: 8px;\n        object-fit: cover;\n        flex-shrink: 0;\n        border: 1px solid var(--border);\n    }\n    .iev-ot-item-img--placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--grey-bg);\n        color: var(--grey-muted);\n    }\n    .iev-ot-item-info { flex: 1; min-width: 0; }\n    .iev-ot-item-name {\n        font-size: 0.9rem;\n        font-weight: 600;\n        color: var(--navy);\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n    .iev-ot-item-meta { font-size: 0.8rem; color: var(--grey-text); }\n    .iev-ot-item-price {\n        font-size: 0.9rem;\n        font-weight: 700;\n        color: var(--navy);\n        white-space: nowrap;\n    }\n\n    \/* Totals *\/\n    .iev-ot-totals {\n        border-top: 1px solid var(--border);\n        padding-top: 0.75rem;\n    }\n    .iev-ot-totals-row {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.35rem 0;\n        font-size: 0.875rem;\n        color: var(--grey-text);\n    }\n    .iev-ot-totals-row--total {\n        border-top: 2px solid var(--navy);\n        margin-top: 0.5rem;\n        padding-top: 0.6rem;\n        font-size: 1rem;\n        font-weight: 800;\n        color: var(--navy);\n    }\n\n    \/* Addresses *\/\n    .iev-ot-addresses {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 1.5rem;\n    }\n    .iev-ot-addr-col {\n        min-width: 0;\n    }\n    .iev-ot-addr-heading {\n        display: flex;\n        align-items: center;\n        gap: 0.4rem;\n        font-size: 0.8rem;\n        font-weight: 700;\n        color: var(--navy);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin-bottom: 0.6rem;\n    }\n    .iev-ot-addr-heading svg { color: var(--teal); flex-shrink: 0; }\n    .iev-ot-address {\n        font-size: 0.9rem;\n        color: var(--grey-text);\n        line-height: 1.75;\n        margin: 0;\n    }\n    .iev-ot-addr-extra {\n        font-size: 0.85rem;\n        margin: 0.15rem 0 0;\n    }\n    .iev-ot-addr-extra a {\n        color: var(--teal);\n        text-decoration: none;\n        font-weight: 500;\n        transition: color 0.2s;\n    }\n    .iev-ot-addr-extra a:hover { color: var(--navy); }\n\n    \/* Pickup Location *\/\n    .iev-ot-pickup-card {\n        border-color: var(--teal-border);\n        background: linear-gradient(135deg, var(--white) 0%, rgba(42,175,211,0.04) 100%);\n    }\n    .iev-ot-pickup-body {\n        display: flex;\n        gap: 1rem;\n        align-items: flex-start;\n    }\n    .iev-ot-pickup-icon {\n        flex-shrink: 0;\n        width: 48px; height: 48px;\n        border-radius: 12px;\n        background: var(--teal-light);\n        border: 1.5px solid var(--teal-border);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--teal);\n    }\n    .iev-ot-pickup-info { flex: 1; min-width: 0; }\n    .iev-ot-pickup-name {\n        font-size: 1.05rem;\n        font-weight: 700;\n        color: var(--navy);\n        margin-bottom: 0.4rem;\n    }\n    .iev-ot-pickup-detail {\n        display: flex;\n        align-items: flex-start;\n        gap: 0.45rem;\n        font-size: 0.875rem;\n        color: var(--grey-text);\n        margin-bottom: 0.3rem;\n        line-height: 1.5;\n    }\n    .iev-ot-pickup-detail svg {\n        flex-shrink: 0;\n        color: var(--grey-muted);\n        margin-top: 2px;\n    }\n    .iev-ot-pickup-directions {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.45rem;\n        margin-top: 1rem;\n        padding: 0.65rem 1.4rem;\n        background: var(--navy);\n        color: var(--white);\n        font-size: 0.82rem;\n        font-weight: 700;\n        border-radius: 50px;\n        text-decoration: none;\n        transition: all 0.25s;\n    }\n    .iev-ot-pickup-directions:hover {\n        background: var(--teal);\n        transform: translateY(-2px);\n        box-shadow: 0 6px 16px rgba(42,175,211,0.25);\n    }\n\n    \/* Notes *\/\n    .iev-ot-note {\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border);\n    }\n    .iev-ot-note:last-child { border-bottom: none; }\n    .iev-ot-note-date {\n        font-size: 0.75rem;\n        font-weight: 600;\n        color: var(--grey-muted);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin-bottom: 0.25rem;\n    }\n    .iev-ot-note-text { font-size: 0.875rem; color: var(--navy); }\n\n    \/* Invoice Download *\/\n    .iev-ot-invoice-dl {\n        text-align: center;\n        margin-top: 2rem;\n    }\n    .iev-ot-invoice-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        padding: 0.85rem 2rem;\n        background: var(--navy);\n        color: var(--white);\n        font-size: 0.9rem;\n        font-weight: 700;\n        border-radius: 50px;\n        text-decoration: none;\n        transition: all 0.25s;\n        letter-spacing: 0.3px;\n    }\n    .iev-ot-invoice-btn svg { flex-shrink: 0; }\n    .iev-ot-invoice-btn:hover {\n        background: var(--teal);\n        transform: translateY(-2px);\n        box-shadow: 0 8px 24px rgba(42,175,211,0.3);\n        color: var(--white);\n    }\n\n    \/* Help *\/\n    .iev-ot-help {\n        margin-top: 2rem;\n        font-size: 0.85rem;\n        color: var(--grey-text);\n        text-align: center;\n    }\n    .iev-ot-help a {\n        color: var(--teal);\n        font-weight: 600;\n        text-decoration: none;\n    }\n    .iev-ot-help a:hover { color: var(--navy); }\n\n    \/* Pagination *\/\n    .iev-ot-pagination {\n        display: flex;\n        justify-content: center;\n        gap: 0.4rem;\n        margin-top: 1.5rem;\n    }\n    .iev-ot-pg {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 36px; height: 36px;\n        border-radius: 8px;\n        font-size: 0.85rem;\n        font-weight: 600;\n        color: var(--grey-text);\n        border: 1px solid var(--border);\n        text-decoration: none;\n        transition: all 0.2s;\n    }\n    .iev-ot-pg:hover {\n        border-color: var(--teal);\n        color: var(--teal);\n    }\n    .iev-ot-pg-active {\n        background: var(--navy);\n        border-color: var(--navy);\n        color: var(--white);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 640px) {\n        .iev-ot-wrap { padding: 1.5rem 0.75rem 2rem; }\n        .iev-ot-header h2 { font-size: 1.35rem; }\n        .iev-ot-table thead { display: none; }\n        .iev-ot-table, .iev-ot-table tbody, .iev-ot-table tr, .iev-ot-table td {\n            display: block; width: 100%;\n        }\n        .iev-ot-table tr {\n            padding: 0.85rem 0;\n            border-bottom: 1px solid var(--border);\n        }\n        .iev-ot-table td {\n            display: flex;\n            justify-content: space-between;\n            padding: 0.3rem 1rem;\n            border: none;\n        }\n        .iev-ot-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            color: var(--grey-muted);\n        }\n        .iev-ot-progress { gap: 0; }\n        .iev-ot-step { min-width: 50px; }\n        .iev-ot-step-dot { width: 28px; height: 28px; font-size: 0.65rem; }\n        .iev-ot-step-label { font-size: 0.62rem; }\n        .iev-ot-item-img { width: 44px; height: 44px; }\n        .iev-ot-tracking-item { flex-direction: column; align-items: stretch; }\n        .iev-ot-tracking-btn { width: 100%; justify-content: center; }\n        .iev-ot-addresses { grid-template-columns: 1fr; gap: 1.25rem; }\n        .iev-ot-addr-col + .iev-ot-addr-col {\n            padding-top: 1.25rem;\n            border-top: 1px solid var(--border);\n        }\n        .iev-ot-pickup-body { flex-direction: column; gap: 0.75rem; }\n        .iev-ot-pickup-icon { width: 40px; height: 40px; }\n        .iev-ot-pickup-directions { width: 100%; justify-content: center; }\n        .iev-ot-invoice-btn { width: 100%; justify-content: center; padding: 0.75rem 1.5rem; font-size: 0.85rem; }\n    }\n    <\/style>\n    <div class=\"iev-ot-wrap notranslate trp-no-translate\" translate=\"no\">    <div class=\"iev-ot-header\">\n        <h2>Rastrear Tu Pedido<\/h2>\n        <p class=\"iev-ot-subtitle\">Ingresa tu n\u00famero de pedido y el correo electr\u00f3nico que usaste al realizar la compra.<\/p>\n    <\/div>\n\n    \n    <form method=\"post\" class=\"iev-ot-form\" autocomplete=\"off\">\n        <input type=\"hidden\" id=\"iev_ot_nonce\" name=\"iev_ot_nonce\" value=\"57e7b585e9\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/es\/wp-json\/wp\/v2\/pages\/8704\" \/>\n        <div class=\"iev-ot-field\">\n            <label for=\"iev_order_id\">N\u00famero de Pedido<\/label>\n            <input type=\"text\" id=\"iev_order_id\" name=\"iev_order_id\" inputmode=\"numeric\" pattern=\"[0-9]*\" placeholder=\"ej. 12345\" value=\"\" required oninput=\"this.value=this.value.replace(\/[^0-9]\/g,'')\">\n        <\/div>\n\n        <div class=\"iev-ot-field\">\n            <label for=\"iev_email\">Correo Electr\u00f3nico<\/label>\n            <input type=\"email\" id=\"iev_email\" name=\"iev_email\" placeholder=\"tu@ejemplo.com\" value=\"\" required>\n        <\/div>\n\n        <button type=\"submit\" name=\"iev_ot_submit\" class=\"iev-ot-btn\">Rastrear Pedido<\/button>\n    <\/form>\n\n    <p class=\"iev-ot-login-hint\">\u00bfYa tienes una cuenta? <a href=\"https:\/\/ievolutionclub.com\/es\/my-account\/\">Iniciar Sesi\u00f3n<\/a> para ver todos tus pedidos.<\/p>\n    <\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":102,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"wf_page_folders":[],"class_list":["post-8704","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/8704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/users\/102"}],"replies":[{"embeddable":true,"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/comments?post=8704"}],"version-history":[{"count":4,"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/8704\/revisions"}],"predecessor-version":[{"id":8708,"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/pages\/8704\/revisions\/8708"}],"wp:attachment":[{"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/media?parent=8704"}],"wp:term":[{"taxonomy":"wf_page_folders","embeddable":true,"href":"https:\/\/ievolutionclub.com\/es\/wp-json\/wp\/v2\/wf_page_folders?post=8704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}