{"id":29,"date":"2026-09-21T20:07:49","date_gmt":"2026-09-21T20:07:49","guid":{"rendered":"https:\/\/www.hispakia.com\/?page_id=29"},"modified":"2026-09-23T19:34:05","modified_gmt":"2026-09-23T19:34:05","slug":"29-2","status":"publish","type":"page","link":"https:\/\/www.hispakia.com\/","title":{"rendered":""},"content":{"rendered":"\n<!--\n  ============================================================\n  HISPAKIA \u2014 bloque de contenido para WordPress (HTML block)\n  ------------------------------------------------------------\n  QU\u00c9 SE CORRIGI\u00d3 RESPECTO A LA VERSI\u00d3N ANTERIOR:\n  El c\u00f3digo original usaba selectores CSS muy gen\u00e9ricos\n  (body, a, nav, section, img, *, .logo...) que SE ESCAPABAN\n  del bloque y modificaban TODO el sitio, incluido el men\u00fa\n  real del tema. Eso hac\u00eda que el men\u00fa de tu tema y el men\u00fa\n  de este bloque se dibujaran en el mismo sitio, uno encima\n  del otro (por eso el logo \"Hispakia\" se ve\u00eda superpuesto\n  con \"Puestos de trabajo\").\n\n  LA CORRECCI\u00d3N: todo el HTML vive ahora dentro de un\n  contenedor \u00fanico <div id=\"hispakia-root\">, y absolutamente\n  todas las reglas CSS y todas las clases\/IDs llevan el\n  prefijo \"hpk-\" y est\u00e1n escritas como descendientes de\n  #hispakia-root. As\u00ed el bloque no puede tocar el resto del\n  tema, ni el tema puede tocar este bloque.\n  ============================================================\n-->\n<div id=\"hispakia-root\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* \u2500\u2500 Variables de color y dise\u00f1o (solo afectan a #hispakia-root) \u2500\u2500 *\/\n  #hispakia-root {\n    --hpk-bg: #f7f6f3;\n    --hpk-white: #ffffff;\n    --hpk-text: #1a1a18;\n    --hpk-muted: #7a7a72;\n    --hpk-border: #e0dfd8;\n    --hpk-accent: #3a7d44;\n    --hpk-accent-light: #eaf4ec;\n    --hpk-accent2: #c8793a;\n    --hpk-card-shadow: 0 2px 16px rgba(0,0,0,0.06);\n    --hpk-radius: 12px;\n    --hpk-font-display: 'Playfair Display', Georgia, serif;\n    --hpk-font-body: 'DM Sans', sans-serif;\n\n    background: var(--hpk-bg);\n    color: var(--hpk-text);\n    font-family: var(--hpk-font-body);\n    font-size: 15px;\n    line-height: 1.6;\n    isolation: isolate; \/* evita que z-index del tema interfiera *\/\n  }\n\n  \/* Reset SOLO dentro del bloque, nunca sobre el resto del sitio *\/\n  #hispakia-root, #hispakia-root *, #hispakia-root *::before, #hispakia-root *::after {\n    box-sizing: border-box;\n  }\n  #hispakia-root h1, #hispakia-root h2, #hispakia-root h3, #hispakia-root h4,\n  #hispakia-root p, #hispakia-root ul, #hispakia-root div, #hispakia-root button {\n    margin: 0; padding: 0;\n  }\n  #hispakia-root a { color: inherit; text-decoration: none; }\n  #hispakia-root img { max-width: 100%; }\n  #hispakia-root ul { list-style: none; }\n\n  \/* \u2500\u2500 Barra de navegaci\u00f3n superior del bloque \u2500\u2500 *\/\n  #hispakia-root .hpk-nav {\n    position: sticky; top: 0; z-index: 100;\n    background: rgba(247,246,243,0.92);\n    backdrop-filter: blur(10px);\n    border-bottom: 1px solid var(--hpk-border);\n    padding: 0 32px;\n    display: flex; align-items: center; justify-content: space-between;\n    height: 64px;\n    width: 100%;\n    box-sizing: border-box;\n  }\n  #hispakia-root .hpk-nav-logo {\n    font-family: var(--hpk-font-display);\n    font-size: 1.35rem;\n    letter-spacing: -0.5px;\n    color: var(--hpk-text);\n    flex: 0 0 auto;\n    white-space: nowrap;\n  }\n  #hispakia-root .hpk-nav-logo span { color: var(--hpk-accent); }\n  #hispakia-root .hpk-nav-links {\n    display: flex;\n    flex: 1 1 auto;\n    min-width: 0;\n    align-items: center;\n    justify-content: flex-end;\n    flex-wrap: nowrap;\n    gap: 4px;\n  }\n  #hispakia-root .hpk-nav-links a {\n    padding: 6px 14px;\n    border-radius: 8px;\n    font-size: 0.88rem;\n    font-weight: 500;\n    color: var(--hpk-muted);\n    transition: color .2s, background .2s;\n    white-space: nowrap;\n    flex: 0 0 auto;\n  }\n  #hispakia-root .hpk-nav-links a:hover { color: var(--hpk-text); background: var(--hpk-border); }\n  #hispakia-root .hpk-nav-cta {\n    background: var(--hpk-accent) !important;\n    color: #fff !important;\n    padding: 7px 18px !important;\n    border-radius: 8px !important;\n    font-weight: 500 !important;\n    font-size: 0.88rem !important;\n    transition: opacity .2s !important;\n    white-space: nowrap;\n    height: auto;\n  }\n  #hispakia-root .hpk-nav-cta:hover { opacity: .88 !important; background: var(--hpk-accent) !important; }\n\n  \/* Solo las secciones \"hpk-toggle\" (Puestos, Traspasos, Emprendimiento, Sobre\n     nosotros) se ocultan\/muestran al navegar. El Hero y el bloque de\n     Estad\u00edsticas + Contacto son fijos: siempre est\u00e1n visibles. *\/\n  #hispakia-root section.hpk-toggle { display: none; }\n  #hispakia-root section.hpk-toggle.hpk-active { display: block; }\n  #hispakia-root section { scroll-margin-top: 64px; }\n\n  \/* \u2500\u2500 Hero (p\u00e1gina de inicio) \u2500\u2500 *\/\n  #hispakia-root #hpk-hero {\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    text-align: center;\n    padding: 72px 24px 64px;\n    background: linear-gradient(160deg, #f7f6f3 60%, #eaf4ec 100%);\n    animation: hpk-fadeUp .7s ease both;\n  }\n  #hispakia-root .hpk-hero-badge {\n    display: inline-block;\n    background: var(--hpk-accent-light);\n    color: var(--hpk-accent);\n    font-size: 0.78rem;\n    font-weight: 500;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 99px;\n    margin-bottom: 28px;\n  }\n  #hispakia-root #hpk-hero h1 {\n    font-family: var(--hpk-font-display);\n    font-size: clamp(2.2rem, 5vw, 3.8rem);\n    line-height: 1.12;\n    max-width: 720px;\n    margin-bottom: 20px;\n    color: var(--hpk-text);\n  }\n  #hispakia-root #hpk-hero h1 em { color: var(--hpk-accent); font-style: normal; }\n  #hispakia-root #hpk-hero p {\n    color: var(--hpk-muted);\n    font-size: 1.05rem;\n    max-width: 480px;\n    margin-bottom: 40px;\n  }\n  #hispakia-root .hpk-hero-cards {\n    display: flex; flex-wrap: wrap; gap: 16px; justify-content: center;\n    max-width: 860px; width: 100%;\n  }\n  #hispakia-root .hpk-hero-card {\n    background: var(--hpk-white);\n    border: 1px solid var(--hpk-border);\n    border-radius: var(--hpk-radius);\n    padding: 28px 32px;\n    flex: 1 1 180px;\n    cursor: pointer;\n    transition: box-shadow .2s, transform .2s, border-color .2s;\n    text-align: left;\n  }\n  #hispakia-root .hpk-hero-card:hover {\n    box-shadow: var(--hpk-card-shadow);\n    transform: translateY(-3px);\n    border-color: var(--hpk-accent);\n  }\n  #hispakia-root .hpk-hero-card .hpk-icon { font-size: 1.6rem; margin-bottom: 10px; }\n  #hispakia-root .hpk-hero-card h3 { font-family: var(--hpk-font-display); font-size: 1rem; margin-bottom: 4px; }\n  #hispakia-root .hpk-hero-card p { font-size: 0.82rem; color: var(--hpk-muted); }\n  #hispakia-root .hpk-hero-stats {\n    display: flex; gap: 40px; margin-top: 56px;\n    flex-wrap: wrap; justify-content: center;\n  }\n  #hispakia-root .hpk-stat { text-align: center; }\n  #hispakia-root .hpk-stat strong { display: block; font-family: var(--hpk-font-display); font-size: 2rem; color: var(--hpk-accent); }\n  #hispakia-root .hpk-stat span { font-size: 0.82rem; color: var(--hpk-muted); }\n\n  \/* \u2500\u2500 Estad\u00edsticas (bloque fijo, ya no forma parte del Hero) \u2500\u2500 *\/\n  #hispakia-root #hpk-stats {\n    padding: 56px 32px 8px;\n    display: flex; justify-content: center;\n    border-top: 1px solid var(--hpk-border);\n  }\n  #hispakia-root #hpk-stats .hpk-hero-stats { margin-top: 0; }\n\n  \/* \u2500\u2500 Secci\u00f3n de puestos de trabajo \u2500\u2500 *\/\n  #hispakia-root #hpk-puestos { padding: 60px 32px; max-width: 1100px; margin: 0 auto; animation: hpk-fadeUp .5s ease both; }\n  #hispakia-root .hpk-section-header { margin-bottom: 36px; }\n  #hispakia-root .hpk-section-header h2 { font-family: var(--hpk-font-display); font-size: 2rem; margin-bottom: 6px; }\n  #hispakia-root .hpk-section-header p { color: var(--hpk-muted); }\n  #hispakia-root .hpk-filters {\n    display: flex; flex-wrap: wrap; gap: 12px;\n    background: var(--hpk-white); border: 1px solid var(--hpk-border);\n    border-radius: var(--hpk-radius); padding: 20px 24px;\n    margin-bottom: 32px;\n    align-items: flex-end;\n  }\n  #hispakia-root .hpk-filter-group { display: flex; flex-direction: column; gap: 6px; flex: 1 1 180px; }\n  #hispakia-root .hpk-filter-group label { font-size: 0.78rem; font-weight: 500; color: var(--hpk-muted); text-transform: uppercase; letter-spacing: .06em; }\n  #hispakia-root .hpk-filter-group select, #hispakia-root .hpk-filter-group input {\n    border: 1px solid var(--hpk-border);\n    background: var(--hpk-bg);\n    border-radius: 8px;\n    padding: 9px 12px;\n    font-family: var(--hpk-font-body);\n    font-size: 0.9rem;\n    color: var(--hpk-text);\n    outline: none;\n    transition: border-color .2s;\n    width: 100%;\n  }\n  #hispakia-root .hpk-filter-group select:focus, #hispakia-root .hpk-filter-group input:focus { border-color: var(--hpk-accent); }\n  #hispakia-root .hpk-btn-filter {\n    background: var(--hpk-accent); color: #fff;\n    border: none; border-radius: 8px;\n    padding: 9px 22px; font-family: var(--hpk-font-body);\n    font-size: 0.9rem; font-weight: 500;\n    cursor: pointer; transition: opacity .2s;\n    align-self: flex-end;\n  }\n  #hispakia-root .hpk-btn-filter:hover { opacity: .88; }\n  #hispakia-root .hpk-jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }\n  #hispakia-root .hpk-job-card {\n    background: var(--hpk-white); border: 1px solid var(--hpk-border);\n    border-radius: var(--hpk-radius); padding: 24px;\n    transition: box-shadow .2s, transform .2s;\n    position: relative;\n  }\n  #hispakia-root .hpk-job-card:hover { box-shadow: var(--hpk-card-shadow); transform: translateY(-2px); }\n  #hispakia-root .hpk-job-tag {\n    display: inline-block;\n    font-size: 0.72rem; font-weight: 500;\n    text-transform: uppercase; letter-spacing: .07em;\n    padding: 3px 10px; border-radius: 99px;\n    background: var(--hpk-accent-light); color: var(--hpk-accent);\n    margin-bottom: 12px;\n  }\n  #hispakia-root .hpk-job-card h3 { font-family: var(--hpk-font-display); font-size: 1.05rem; margin-bottom: 6px; }\n  #hispakia-root .hpk-job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }\n  #hispakia-root .hpk-job-meta span { font-size: 0.8rem; color: var(--hpk-muted); display: flex; align-items: center; gap: 4px; }\n  #hispakia-root .hpk-job-card .hpk-btn-apply {\n    margin-top: 16px;\n    display: inline-block;\n    border: 1px solid var(--hpk-accent); color: var(--hpk-accent);\n    border-radius: 8px; padding: 7px 16px;\n    font-size: 0.85rem; font-weight: 500;\n    transition: background .2s, color .2s;\n    cursor: pointer;\n    background: transparent;\n    font-family: var(--hpk-font-body);\n  }\n  #hispakia-root .hpk-job-card .hpk-btn-apply:hover { background: var(--hpk-accent); color: #fff; }\n  #hispakia-root .hpk-province-badge {\n    position: absolute; top: 20px; right: 20px;\n    background: var(--hpk-bg); border: 1px solid var(--hpk-border);\n    border-radius: 6px; font-size: 0.75rem; padding: 3px 9px; color: var(--hpk-muted);\n  }\n\n  \/* \u2500\u2500 Secci\u00f3n de traspasos \u2500\u2500 *\/\n  #hispakia-root #hpk-traspasos { padding: 60px 32px; max-width: 1100px; margin: 0 auto; animation: hpk-fadeUp .5s ease both; }\n  #hispakia-root .hpk-traspaso-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }\n  #hispakia-root .hpk-traspaso-card {\n    background: var(--hpk-white); border: 1px solid var(--hpk-border);\n    border-radius: var(--hpk-radius); overflow: hidden;\n    transition: box-shadow .2s, transform .2s;\n  }\n  #hispakia-root .hpk-traspaso-card:hover { box-shadow: var(--hpk-card-shadow); transform: translateY(-2px); }\n  #hispakia-root .hpk-traspaso-img {\n    height: 130px; background: linear-gradient(135deg, #e8f5ea, #d4edda);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 2.8rem;\n  }\n  #hispakia-root .hpk-traspaso-body { padding: 20px; }\n  #hispakia-root .hpk-traspaso-body h3 { font-family: var(--hpk-font-display); font-size: 1rem; margin-bottom: 6px; }\n  #hispakia-root .hpk-traspaso-body p { font-size: 0.83rem; color: var(--hpk-muted); margin-bottom: 14px; }\n  #hispakia-root .hpk-traspaso-price { font-weight: 500; color: var(--hpk-accent2); font-size: 1.1rem; margin-bottom: 12px; }\n  #hispakia-root .hpk-traspaso-meta { display: flex; flex-wrap: wrap; gap: 8px; }\n  #hispakia-root .hpk-traspaso-meta span { font-size: 0.78rem; color: var(--hpk-muted); }\n\n  \/* \u2500\u2500 Secci\u00f3n de emprendimiento \u2500\u2500 *\/\n  #hispakia-root #hpk-emprendimiento { padding: 60px 32px; max-width: 1100px; margin: 0 auto; animation: hpk-fadeUp .5s ease both; }\n  #hispakia-root .hpk-emp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }\n  #hispakia-root .hpk-emp-card {\n    background: var(--hpk-white); border: 1px solid var(--hpk-border);\n    border-radius: var(--hpk-radius); padding: 28px;\n    transition: box-shadow .2s, transform .2s;\n  }\n  #hispakia-root .hpk-emp-card:hover { box-shadow: var(--hpk-card-shadow); transform: translateY(-2px); }\n  #hispakia-root .hpk-emp-icon { font-size: 2rem; margin-bottom: 14px; }\n  #hispakia-root .hpk-emp-card h3 { font-family: var(--hpk-font-display); font-size: 1.05rem; margin-bottom: 8px; }\n  #hispakia-root .hpk-emp-card p { font-size: 0.85rem; color: var(--hpk-muted); margin-bottom: 16px; line-height: 1.55; }\n  #hispakia-root .hpk-emp-tag {\n    display: inline-block; font-size: 0.72rem; font-weight: 500;\n    text-transform: uppercase; letter-spacing: .07em;\n    padding: 3px 10px; border-radius: 99px;\n    background: #fef3e9; color: var(--hpk-accent2);\n    margin-bottom: 14px;\n  }\n  #hispakia-root .hpk-emp-deadline { font-size: 0.8rem; color: var(--hpk-muted); margin-top: 8px; }\n  #hispakia-root .hpk-emp-deadline strong { color: var(--hpk-text); }\n\n  \/* \u2500\u2500 Secci\u00f3n Sobre nosotros \u2500\u2500 *\/\n  #hispakia-root #hpk-sobre { max-width: 780px; margin: 0 auto; padding: 80px 32px; animation: hpk-fadeUp .5s ease both; }\n  #hispakia-root #hpk-sobre h2 { font-family: var(--hpk-font-display); font-size: 2rem; margin-bottom: 20px; }\n  #hispakia-root #hpk-sobre p { color: var(--hpk-muted); line-height: 1.8; margin-bottom: 16px; }\n  #hispakia-root .hpk-values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 40px; }\n  #hispakia-root .hpk-value-card { background: var(--hpk-white); border: 1px solid var(--hpk-border); border-radius: var(--hpk-radius); padding: 24px; text-align: center; }\n  #hispakia-root .hpk-value-card .hpk-icon { font-size: 1.6rem; margin-bottom: 10px; }\n  #hispakia-root .hpk-value-card h4 { font-family: var(--hpk-font-display); font-size: 0.95rem; margin-bottom: 6px; }\n  #hispakia-root .hpk-value-card p { font-size: 0.8rem; color: var(--hpk-muted); }\n  #hispakia-root .hpk-team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; margin-top: 40px; }\n  #hispakia-root .hpk-team-card { background: var(--hpk-white); border: 1px solid var(--hpk-border); border-radius: var(--hpk-radius); padding: 24px; text-align: center; }\n  #hispakia-root .hpk-team-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--hpk-accent-light); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 12px; }\n  #hispakia-root .hpk-team-card h4 { font-family: var(--hpk-font-display); font-size: 0.9rem; margin-bottom: 4px; }\n  #hispakia-root .hpk-team-card p { font-size: 0.78rem; color: var(--hpk-muted); }\n\n  \/* \u2500\u2500 Secci\u00f3n de contacto \u2500\u2500 *\/\n  #hispakia-root #hpk-contacto { max-width: 640px; margin: 0 auto; padding: 80px 32px; animation: hpk-fadeUp .5s ease both; }\n  #hispakia-root #hpk-contacto h2 { font-family: var(--hpk-font-display); font-size: 2rem; margin-bottom: 8px; }\n  #hispakia-root #hpk-contacto > p { color: var(--hpk-muted); margin-bottom: 36px; }\n  #hispakia-root .hpk-contact-form { display: flex; flex-direction: column; gap: 16px; }\n  #hispakia-root .hpk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  #hispakia-root .hpk-form-group { display: flex; flex-direction: column; gap: 6px; }\n  #hispakia-root .hpk-form-group label { font-size: 0.78rem; font-weight: 500; color: var(--hpk-muted); text-transform: uppercase; letter-spacing: .06em; }\n  #hispakia-root .hpk-form-group input, #hispakia-root .hpk-form-group textarea, #hispakia-root .hpk-form-group select {\n    border: 1px solid var(--hpk-border);\n    background: var(--hpk-white);\n    border-radius: 8px;\n    padding: 10px 14px;\n    font-family: var(--hpk-font-body);\n    font-size: 0.9rem;\n    color: var(--hpk-text);\n    outline: none;\n    transition: border-color .2s;\n    width: 100%;\n  }\n  #hispakia-root .hpk-form-group input:focus, #hispakia-root .hpk-form-group textarea:focus, #hispakia-root .hpk-form-group select:focus { border-color: var(--hpk-accent); }\n  #hispakia-root .hpk-form-group textarea { resize: vertical; min-height: 120px; }\n  #hispakia-root .hpk-btn-send {\n    background: var(--hpk-accent); color: #fff;\n    border: none; border-radius: 8px;\n    padding: 12px 32px; font-family: var(--hpk-font-body);\n    font-size: 0.95rem; font-weight: 500;\n    cursor: pointer; transition: opacity .2s;\n    align-self: flex-start;\n  }\n  #hispakia-root .hpk-btn-send:hover { opacity: .88; }\n  #hispakia-root .hpk-contact-info { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--hpk-border); display: flex; flex-wrap: wrap; gap: 24px; }\n  #hispakia-root .hpk-contact-item { display: flex; align-items: center; gap: 10px; }\n  #hispakia-root .hpk-contact-item .hpk-ci-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--hpk-accent-light); display: flex; align-items: center; justify-content: center; font-size: 1rem; }\n  #hispakia-root .hpk-contact-item div p:first-child { font-size: 0.78rem; color: var(--hpk-muted); }\n  #hispakia-root .hpk-contact-item div p:last-child { font-size: 0.9rem; font-weight: 500; }\n\n  \/* \u2500\u2500 Footer \u2500\u2500 *\/\n  #hispakia-root .hpk-footer {\n    border-top: 1px solid var(--hpk-border);\n    padding: 32px;\n    display: flex; flex-wrap: wrap; gap: 16px;\n    align-items: center; justify-content: space-between;\n    color: var(--hpk-muted); font-size: 0.82rem;\n    margin-top: 60px;\n  }\n  #hispakia-root .hpk-footer .hpk-logo { font-family: var(--hpk-font-display); color: var(--hpk-text); }\n  #hispakia-root .hpk-footer .hpk-logo span { color: var(--hpk-accent); }\n  #hispakia-root .hpk-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }\n  #hispakia-root .hpk-footer nav a { color: var(--hpk-muted); transition: color .2s; }\n  #hispakia-root .hpk-footer nav a:hover { color: var(--hpk-text); }\n\n  @keyframes hpk-fadeUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 640px) {\n    #hispakia-root .hpk-nav { padding: 0 16px; }\n    #hispakia-root .hpk-nav-links { display: none; }\n    #hispakia-root .hpk-form-row { grid-template-columns: 1fr; }\n    #hispakia-root #hpk-hero { padding: 60px 20px; }\n  }\n<\/style>\n\n\n<!-- ============================================================\n     MEN\u00da DE NAVEGACI\u00d3N SUPERIOR\n     Cambia los textos de los enlaces aqu\u00ed si lo necesitas.\n     onclick=\"hpkNav('X')\" indica a qu\u00e9 secci\u00f3n lleva.\n     ============================================================ -->\n<nav class=\"hpk-nav\">\n  <div class=\"hpk-nav-logo\">Hispa<span>kia<\/span><\/div>\n  <div class=\"hpk-nav-links\">\n    <a href=\"#\" onclick=\"hpkNav('hpk-hero'); return false;\">Inicio<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-puestos'); return false;\">Puestos de trabajo<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-traspasos'); return false;\">Traspasos<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-emprendimiento'); return false;\">Emprendimiento<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-sobre'); return false;\">Sobre nosotros<\/a>\n    <a href=\"#\" class=\"hpk-nav-cta\" onclick=\"hpkNav('hpk-contacto'); return false;\">Contacto<\/a>\n  <\/div>\n<\/nav>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 1: HERO (P\u00c1GINA DE INICIO)\n     ============================================================ -->\n<section id=\"hpk-hero\">\n\n  <div class=\"hpk-hero-badge\">\ud83c\udf3e \u00bfEres Hispanoamericano? \u00b7 Ven a Espa\u00f1a a trabajar<\/div>\n\n  <h1>Conectamos talento entre <em>Hispanoam\u00e9rica<\/em> y <em>Espa\u00f1a<\/em><\/h1>\n\n  <p>Ofertas de empleo, traspasos de negocio y programas de emprendimiento en los pueblos y comarcas de Espa\u00f1a.<\/p>\n\n  <div class=\"hpk-hero-cards\">\n    <div class=\"hpk-hero-card\" onclick=\"hpkNav('hpk-puestos')\">\n      <div class=\"hpk-icon\">\ud83d\udcbc<\/div>\n      <h3>Puestos de trabajo<\/h3>\n      <p>Ofertas por provincia y sector en entornos rurales<\/p>\n    <\/div>\n    <div class=\"hpk-hero-card\" onclick=\"hpkNav('hpk-traspasos')\">\n      <div class=\"hpk-icon\">\ud83c\udfdb<\/div>\n      <h3>Traspasos<\/h3>\n      <p>Negocios consolidados listos para un nuevo propietario<\/p>\n    <\/div>\n    <div class=\"hpk-hero-card\" onclick=\"hpkNav('hpk-emprendimiento')\">\n      <div class=\"hpk-icon\">\ud83d\ude80<\/div>\n      <h3>Emprendimiento<\/h3>\n      <p>Programas, ayudas y subvenciones para emprender en el campo<\/p>\n    <\/div>\n    <div class=\"hpk-hero-card\" onclick=\"hpkNav('hpk-contacto')\">\n      <div class=\"hpk-icon\">\u2709\ufe0f<\/div>\n      <h3>Contacto<\/h3>\n      <p>\u00bfTienes una oferta o propuesta? Escr\u00edbenos<\/p>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 2: PUESTOS DE TRABAJO\n     Los anuncios se editan en el bloque JavaScript, en la\n     constante \"hpkJobs\" (busca \"LISTA DE ANUNCIOS DE TRABAJO\").\n     ============================================================ -->\n<section id=\"hpk-puestos\" class=\"hpk-toggle\">\n  <div class=\"hpk-section-header\">\n    <h2>Puestos de trabajo<\/h2>\n    <p>Filtra por provincia y tipo de puesto para encontrar tu oportunidad<\/p>\n  <\/div>\n\n  <div class=\"hpk-filters\">\n    <div class=\"hpk-filter-group\">\n      <label>Buscar<\/label>\n      <input type=\"text\" id=\"hpk-search-input\" placeholder=\"Ej: agricultor, enfermero...\" oninput=\"hpkFilterJobs()\">\n    <\/div>\n\n    <div class=\"hpk-filter-group\">\n      <label>Tipo de puesto<\/label>\n      <select id=\"hpk-filter-tipo\" onchange=\"hpkFilterJobs()\">\n        <option value=\"\">Todos<\/option>\n        <option>Agricultura y ganader\u00eda<\/option>\n        <option>Hosteler\u00eda y turismo<\/option>\n        <option>Sanidad<\/option>\n        <option>Educaci\u00f3n<\/option>\n        <option>Oficios y construcci\u00f3n<\/option>\n        <option>Comercio<\/option>\n        <option>Administraci\u00f3n<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"hpk-filter-group\">\n      <label>Provincia<\/label>\n      <select id=\"hpk-filter-provincia\" onchange=\"hpkFilterJobs()\">\n        <option value=\"\">Todas<\/option>\n        <option>\u00c1vila<\/option>\n        <option>Burgos<\/option>\n        <option>C\u00e1ceres<\/option>\n        <option>Ciudad Real<\/option>\n        <option>Cuenca<\/option>\n        <option>Guadalajara<\/option>\n        <option>Huesca<\/option>\n        <option>Ja\u00e9n<\/option>\n        <option>Le\u00f3n<\/option>\n        <option>Lugo<\/option>\n        <option>Palencia<\/option>\n        <option>Salamanca<\/option>\n        <option>Segovia<\/option>\n        <option>Soria<\/option>\n        <option>Teruel<\/option>\n        <option>Zamora<\/option>\n      <\/select>\n    <\/div>\n    <button class=\"hpk-btn-filter\" onclick=\"hpkFilterJobs()\">Filtrar<\/button>\n  <\/div>\n\n  <div class=\"hpk-jobs-grid\" id=\"hpk-jobs-grid\"><\/div>\n\n<\/section>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 3: TRASPASOS DE NEGOCIO\n     Para A\u00d1ADIR: copia un bloque completo .hpk-traspaso-card\n     y p\u00e9galo antes del comentario final. Para ELIMINAR: borra\n     ese bloque completo.\n     ============================================================ -->\n<section id=\"hpk-traspasos\" class=\"hpk-toggle\">\n  <div class=\"hpk-section-header\">\n    <h2>Traspasos de negocio<\/h2>\n    <p>Negocios consolidados en zonas rurales en busca de nuevo propietario<\/p>\n  <\/div>\n  <div class=\"hpk-traspaso-grid\">\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\ud83e\udd56<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Panader\u00eda artesanal<\/h3>\n        <p>Panader\u00eda con horno de le\u00f1a en funcionamiento desde 1982. Clientela fija y buena reputaci\u00f3n local.<\/p>\n        <div class=\"hpk-traspaso-price\">38.000 \u20ac<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd Soria<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83c\udfe0 Local incluido<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83d\udc64 Negociable<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\u2615<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Bar-restaurante rural<\/h3>\n        <p>Establecimiento con terraza y cocina equipada. Zona de alto turismo de senderismo y naturaleza.<\/p>\n        <div class=\"hpk-traspaso-price\">55.000 \u20ac<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd Cuenca<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83c\udfe0 Alquiler 600\u20ac\/mes<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\ud83d\uded2<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Tienda de alimentaci\u00f3n<\/h3>\n        <p>\u00danica tienda del municipio (800 hab.). Incluye contrato de distribuci\u00f3n y vivienda anexa.<\/p>\n        <div class=\"hpk-traspaso-price\">22.000 \u20ac<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd Le\u00f3n<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83c\udfe0 Vivienda incluida<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\ud83c\udfd8\ufe0f<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Casa rural (6 habitaciones)<\/h3>\n        <p>Casa rural con licencia tur\u00edstica y web propia. Reservas activas para toda la temporada.<\/p>\n        <div class=\"hpk-traspaso-price\">145.000 \u20ac<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd \u00c1vila<\/span>\n          <span>\u00b7<\/span>\n          <span>\u2b50 4.8 en Booking<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\ud83d\udc04<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Explotaci\u00f3n ganadera<\/h3>\n        <p>Explotaci\u00f3n bovina de 40 cabezas con maquinaria incluida. Terreno propio de 12 ha.<\/p>\n        <div class=\"hpk-traspaso-price\">Consultar<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd Lugo<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83c\udf3e Ecol\u00f3gico<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hpk-traspaso-card\">\n      <div class=\"hpk-traspaso-img\">\ud83d\udc88<\/div>\n      <div class=\"hpk-traspaso-body\">\n        <h3>Peluquer\u00eda<\/h3>\n        <p>Peluquer\u00eda unisex c\u00e9ntrica con clientela consolidada y todo el equipo incluido.<\/p>\n        <div class=\"hpk-traspaso-price\">12.000 \u20ac<\/div>\n        <div class=\"hpk-traspaso-meta\">\n          <span>\ud83d\udccd Teruel<\/span>\n          <span>\u00b7<\/span>\n          <span>\ud83c\udfe0 Alquiler 350\u20ac\/mes<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- PARA A\u00d1ADIR M\u00c1S TRASPASOS: copia el bloque de arriba y p\u00e9galo aqu\u00ed -->\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 4: EMPRENDIMIENTO\n     ============================================================ -->\n<section id=\"hpk-emprendimiento\" class=\"hpk-toggle\">\n  <div class=\"hpk-section-header\">\n    <h2>Emprendimiento rural<\/h2>\n    <p>Programas, ayudas y subvenciones para emprender en la Espa\u00f1a vaciada<\/p>\n  <\/div>\n  <div class=\"hpk-emp-grid\">\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Subvenci\u00f3n<\/div>\n      <div class=\"hpk-emp-icon\">\ud83c\udf31<\/div>\n      <h3>Plan de Emprendimiento Rural 2025<\/h3>\n      <p>Ayudas de hasta 25.000 \u20ac para proyectos de emprendimiento en municipios de menos de 5.000 habitantes. Financiado por el MAPA.<\/p>\n      <div class=\"hpk-emp-deadline\">Plazo: <strong>30 de junio de 2025<\/strong><\/div>\n    <\/div>\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Formaci\u00f3n<\/div>\n      <div class=\"hpk-emp-icon\">\ud83d\udcd8<\/div>\n      <h3>Escuela de Emprendedores Rurales<\/h3>\n      <p>Programa de formaci\u00f3n de 6 meses con mentor\u00edas personalizadas, talleres pr\u00e1cticos y red de contactos. Totalmente gratuito.<\/p>\n      <div class=\"hpk-emp-deadline\">Pr\u00f3xima edici\u00f3n: <strong>Septiembre 2025<\/strong><\/div>\n    <\/div>\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Aceleradora<\/div>\n      <div class=\"hpk-emp-icon\">\u26a1<\/div>\n      <h3>Accelera Rural<\/h3>\n      <p>Programa de aceleraci\u00f3n para startups con impacto en zonas rurales. Incluye financiaci\u00f3n semilla de hasta 50.000 \u20ac.<\/p>\n      <div class=\"hpk-emp-deadline\">Convocatoria abierta<\/div>\n    <\/div>\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Cofinanciaci\u00f3n UE<\/div>\n      <div class=\"hpk-emp-icon\">\ud83c\uddea\ud83c\uddfa<\/div>\n      <h3>LEADER 2024\u20132027<\/h3>\n      <p>Programa europeo de desarrollo rural con financiaci\u00f3n de hasta el 75% para proyectos productivos en zonas LEADER.<\/p>\n      <div class=\"hpk-emp-deadline\">Convocatorias abiertas por comarca<\/div>\n    <\/div>\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Networking<\/div>\n      <div class=\"hpk-emp-icon\">\ud83e\udd1d<\/div>\n      <h3>Red de Emprendedores Rurales<\/h3>\n      <p>Comunidad de m\u00e1s de 1.200 emprendedores rurales. Eventos mensuales, recursos compartidos y bolsa de colaboraci\u00f3n.<\/p>\n      <div class=\"hpk-emp-deadline\">Inscripci\u00f3n abierta todo el a\u00f1o<\/div>\n    <\/div>\n\n    <div class=\"hpk-emp-card\">\n      <div class=\"hpk-emp-tag\">Microcr\u00e9dito<\/div>\n      <div class=\"hpk-emp-icon\">\ud83d\udcb0<\/div>\n      <h3>MicroRural ICO<\/h3>\n      <p>L\u00ednea de microcr\u00e9ditos de hasta 10.000 \u20ac sin aval para aut\u00f3nomos en municipios rurales. Tipo de inter\u00e9s preferente.<\/p>\n      <div class=\"hpk-emp-deadline\">Disponible hasta agotar fondos<\/div>\n    <\/div>\n\n    <!-- PARA A\u00d1ADIR M\u00c1S PROGRAMAS: copia un bloque de arriba y p\u00e9galo aqu\u00ed -->\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 5: SOBRE NOSOTROS\n     ============================================================ -->\n<section id=\"hpk-sobre\" class=\"hpk-toggle\">\n\n  <h2>Sobre nosotros<\/h2>\n\n  <p>Hispakia naci\u00f3 con un prop\u00f3sito claro: ser el puente entre el talento de Hispanoam\u00e9rica que busca una vida diferente y los territorios rurales de Espa\u00f1a que lo necesitan. Creemos en una Hispanoam\u00e9rica unida, conectada y llena de oportunidades m\u00e1s all\u00e1 de las grandes ciudades.<\/p>\n  <p>Trabajamos con administraciones locales, empresas, y organizaciones del tercer sector para reunir en un solo lugar las mejores ofertas de empleo, oportunidades de negocio y programas de apoyo al emprendimiento rural.<\/p>\n\n  <div class=\"hpk-values-grid\">\n    <div class=\"hpk-value-card\">\n      <div class=\"hpk-icon\">\ud83c\udf3e<\/div>\n      <h4>Territorio<\/h4>\n      <p>Ponemos el foco en los municipios que m\u00e1s lo necesitan<\/p>\n    <\/div>\n    <div class=\"hpk-value-card\">\n      <div class=\"hpk-icon\">\ud83e\udd1d<\/div>\n      <h4>Comunidad<\/h4>\n      <p>Creamos redes entre personas, empresas e instituciones<\/p>\n    <\/div>\n    <div class=\"hpk-value-card\">\n      <div class=\"hpk-icon\">\ud83d\udd0d<\/div>\n      <h4>Transparencia<\/h4>\n      <p>Informaci\u00f3n clara, sin letra peque\u00f1a ni comisiones ocultas<\/p>\n    <\/div>\n    <div class=\"hpk-value-card\">\n      <div class=\"hpk-icon\">\u26a1<\/div>\n      <h4>Impacto<\/h4>\n      <p>Medimos el efecto real en cada comunidad<\/p>\n    <\/div>\n  <\/div>\n\n  <h2 style=\"margin-top:48px; font-size:1.5rem;\">El equipo<\/h2>\n  <div class=\"hpk-team-grid\">\n    <div class=\"hpk-team-card\">\n      <div class=\"hpk-team-avatar\">\ud83d\udc69\u200d\ud83d\udcbc<\/div>\n      <h4>Mar\u00eda Fuentes<\/h4>\n      <p>Fundadora &#038; CEO<\/p>\n    <\/div>\n    <div class=\"hpk-team-card\">\n      <div class=\"hpk-team-avatar\">\ud83d\udc68\u200d\ud83d\udcbb<\/div>\n      <h4>\u00c1lvaro Ramos<\/h4>\n      <p>Tecnolog\u00eda<\/p>\n    <\/div>\n    <div class=\"hpk-team-card\">\n      <div class=\"hpk-team-avatar\">\ud83d\udc69\u200d\ud83c\udf3e<\/div>\n      <h4>Luc\u00eda Moreno<\/h4>\n      <p>Desarrollo rural<\/p>\n    <\/div>\n    <div class=\"hpk-team-card\">\n      <div class=\"hpk-team-avatar\">\ud83d\udc68\u200d\ud83d\udcca<\/div>\n      <h4>Javier Ortiz<\/h4>\n      <p>Partnerships<\/p>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n<!-- ============================================================\n     ESTAD\u00cdSTICAS (bloque fijo)\n     Antes viv\u00edan dentro del Hero; ahora son un bloque\n     independiente que siempre se ve, justo encima de Contacto.\n     ============================================================ -->\n<section id=\"hpk-stats\">\n  <div class=\"hpk-hero-stats\">\n    <div class=\"hpk-stat\"><strong>240+<\/strong><span>Ofertas activas<\/span><\/div>\n    <div class=\"hpk-stat\"><strong>47<\/strong><span>Provincias cubiertas<\/span><\/div>\n    <div class=\"hpk-stat\"><strong>85<\/strong><span>Traspasos disponibles<\/span><\/div>\n    <div class=\"hpk-stat\"><strong>30+<\/strong><span>Programas de apoyo<\/span><\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECCI\u00d3N 6: CONTACTO\n     El formulario abre el correo del usuario con los datos\n     rellenados, envi\u00e1ndolos a: online@brabis.com\n     Para cambiar el destino, busca \"EMAIL DE DESTINO\" abajo.\n     ============================================================ -->\n<section id=\"hpk-contacto\">\n\n  <h2>Contacto<\/h2>\n  <p>\u00bfQuieres publicar una oferta, anunciar un traspaso o simplemente tienes una pregunta? Escr\u00edbenos.<\/p>\n\n  <div class=\"hpk-contact-form\">\n    <div class=\"hpk-form-row\">\n      <div class=\"hpk-form-group\">\n        <label>Nombre<\/label>\n        <input type=\"text\" id=\"hpk-contact-nombre\" placeholder=\"Tu nombre\">\n      <\/div>\n      <div class=\"hpk-form-group\">\n        <label>Email<\/label>\n        <input type=\"email\" id=\"hpk-contact-email\" placeholder=\"tu@email.com\">\n      <\/div>\n    <\/div>\n    <div class=\"hpk-form-group\">\n      <label>Motivo<\/label>\n      <select id=\"hpk-contact-motivo\">\n        <option>Publicar una oferta de empleo<\/option>\n        <option>Anunciar un traspaso<\/option>\n        <option>Informar sobre un programa<\/option>\n        <option>Consulta general<\/option>\n        <option>Colaboraci\u00f3n<\/option>\n      <\/select>\n    <\/div>\n    <div class=\"hpk-form-group\">\n      <label>Mensaje<\/label>\n      <textarea id=\"hpk-contact-mensaje\" placeholder=\"Cu\u00e9ntanos en qu\u00e9 podemos ayudarte...\"><\/textarea>\n    <\/div>\n    <button class=\"hpk-btn-send\" onclick=\"hpkEnviarContacto()\">Enviar mensaje<\/button>\n  <\/div>\n\n  <div class=\"hpk-contact-info\">\n    <div class=\"hpk-contact-item\">\n      <div class=\"hpk-ci-icon\">\ud83d\udce7<\/div>\n      <div>\n        <p>Email<\/p>\n        <p>online@brabis.com<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"hpk-contact-item\">\n      <div class=\"hpk-ci-icon\">\ud83d\udccd<\/div>\n      <div>\n        <p>Sede<\/p>\n        <p>Madrid \/ trabajo remoto<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"hpk-contact-item\">\n      <div class=\"hpk-ci-icon\">\ud83d\udd50<\/div>\n      <div>\n        <p>Horario<\/p>\n        <p>Lun\u2013Vie, 9:00\u201318:00<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/section>\n\n\n<!-- ============================================================\n     FOOTER DEL BLOQUE\n     ============================================================ -->\n<footer class=\"hpk-footer\">\n  <div class=\"hpk-logo\">Hispa<span>kia<\/span><\/div>\n  <nav>\n    <a href=\"#\" onclick=\"hpkNav('hpk-hero'); return false;\">Inicio<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-puestos'); return false;\">Empleo<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-traspasos'); return false;\">Traspasos<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-emprendimiento'); return false;\">Emprendimiento<\/a>\n    <a href=\"#\" onclick=\"hpkNav('hpk-contacto'); return false;\">Contacto<\/a>\n  <\/nav>\n  <span>\u00a9 2025 Hispakia \u00b7 Todos los derechos reservados<\/span>\n<\/footer>\n\n\n<script>\n(function () {\n  var hpkRoot = document.getElementById('hispakia-root');\n\n  \/* ============================================================\n     LISTA DE ANUNCIOS DE TRABAJO\n     ============================================================\n     Campos: titulo, tipo (debe coincidir EXACTAMENTE con una\n     opci\u00f3n del filtro), provincia (idem), empresa, jornada,\n     salario.\n\n     PARA A\u00d1ADIR: copia una l\u00ednea completa (desde { hasta },) y\n     p\u00e9gala antes del corchete final ];\n     PARA ELIMINAR: borra la l\u00ednea completa de ese anuncio.\n     ============================================================ *\/\n  var hpkJobs = [\n    { titulo: \"T\u00e9cnico agr\u00edcola\",           tipo: \"Agricultura y ganader\u00eda\", provincia: \"Soria\",       empresa: \"Cooperativa del Campo Soriano\",     jornada: \"Completa\",  salario: \"24.000 \u20ac\/a\u00f1o\" },\n    { titulo: \"Auxiliar de enfermer\u00eda\",     tipo: \"Sanidad\",                 provincia: \"Teruel\",      empresa: \"Centro de Salud Comarca G\u00fadar\",     jornada: \"Completa\",  salario: \"21.000 \u20ac\/a\u00f1o\" },\n    { titulo: \"Maestro de primaria\",        tipo: \"Educaci\u00f3n\",               provincia: \"Zamora\",      empresa: \"CEIP San Frontis\",                  jornada: \"Completa\",  salario: \"Convocatoria p\u00fablica\" },\n    { titulo: \"Camarero\/a\",                tipo: \"Hosteler\u00eda y turismo\",    provincia: \"Cuenca\",      empresa: \"Hotel Rural Las Hoces\",             jornada: \"Temporada\", salario: \"18.500 \u20ac\/a\u00f1o\" },\n    { titulo: \"Alba\u00f1il \/ Oficial 1\u00aa\",      tipo: \"Oficios y construcci\u00f3n\",  provincia: \"\u00c1vila\",       empresa: \"Construcciones Serrano SL\",         jornada: \"Completa\",  salario: \"Seg\u00fan convenio\" },\n    { titulo: \"Dependiente\/a alimentaci\u00f3n\", tipo: \"Comercio\",                provincia: \"Le\u00f3n\",        empresa: \"Supermercados del Bierzo\",          jornada: \"Parcial\",   salario: \"16.000 \u20ac\/a\u00f1o\" },\n    { titulo: \"Ganadero\/a \u2013 ovino\",         tipo: \"Agricultura y ganader\u00eda\", provincia: \"Guadalajara\", empresa: \"Granja Ecol\u00f3gica P\u00e1ramo\",           jornada: \"Completa\",  salario: \"22.000 \u20ac\/a\u00f1o\" },\n    { titulo: \"Gu\u00eda de turismo rural\",      tipo: \"Hosteler\u00eda y turismo\",    provincia: \"Huesca\",      empresa: \"Pirineo Activo\",                    jornada: \"Temporada\", salario: \"Seg\u00fan temporada\" },\n    { titulo: \"Auxiliar administrativo\",    tipo: \"Administraci\u00f3n\",          provincia: \"Palencia\",    empresa: \"Ayuntamiento de Aguilar de Campoo\", jornada: \"Completa\",  salario: \"19.000 \u20ac\/a\u00f1o\" },\n    { titulo: \"Operario bodega\",            tipo: \"Agricultura y ganader\u00eda\", provincia: \"Burgos\",      empresa: \"Bodegas Ribera Norte\",              jornada: \"Completa\",  salario: \"21.500 \u20ac\/a\u00f1o\" },\n    { titulo: \"M\u00e9dico rural\",              tipo: \"Sanidad\",                 provincia: \"Salamanca\",   empresa: \"Junta de Castilla y Le\u00f3n\",          jornada: \"Completa\",  salario: \"Oposici\u00f3n MIR\" },\n    { titulo: \"Monitor de actividades\",     tipo: \"Hosteler\u00eda y turismo\",    provincia: \"C\u00e1ceres\",     empresa: \"Ruta de los Monumentos\",            jornada: \"Parcial\",   salario: \"15.000 \u20ac\/a\u00f1o\" }\n    \/* A\u00d1ADE NUEVOS ANUNCIOS AQU\u00cd, como una l\u00ednea m\u00e1s separada por coma *\/\n  ];\n\n  function hpkRenderJobs(data) {\n    var grid = hpkRoot.querySelector('#hpk-jobs-grid');\n    if (!data.length) {\n      grid.innerHTML = '<p style=\"color:var(--hpk-muted);padding:20px 0\">No se han encontrado ofertas con esos filtros.<\/p>';\n      return;\n    }\n    grid.innerHTML = data.map(function (j) {\n      return (\n        '<div class=\"hpk-job-card\">' +\n          '<span class=\"hpk-province-badge\">\ud83d\udccd ' + j.provincia + '<\/span>' +\n          '<div class=\"hpk-job-tag\">' + j.tipo + '<\/div>' +\n          '<h3>' + j.titulo + '<\/h3>' +\n          '<p style=\"font-size:.83rem;color:var(--hpk-muted);margin-top:4px\">' + j.empresa + '<\/p>' +\n          '<div class=\"hpk-job-meta\">' +\n            '<span>\u23f1 ' + j.jornada + '<\/span>' +\n            '<span>\ud83d\udcb6 ' + j.salario + '<\/span>' +\n          '<\/div>' +\n          '<button class=\"hpk-btn-apply\" onclick=\"hpkNav(\\'hpk-contacto\\')\">Solicitar info<\/button>' +\n        '<\/div>'\n      );\n    }).join('');\n  }\n\n  window.hpkFilterJobs = function () {\n    var tipo = hpkRoot.querySelector('#hpk-filter-tipo').value;\n    var provincia = hpkRoot.querySelector('#hpk-filter-provincia').value;\n    var search = hpkRoot.querySelector('#hpk-search-input').value.toLowerCase();\n    var filtered = hpkJobs.filter(function (j) {\n      return (!tipo || j.tipo === tipo) &&\n             (!provincia || j.provincia === provincia) &&\n             (!search || j.titulo.toLowerCase().indexOf(search) !== -1 || j.empresa.toLowerCase().indexOf(search) !== -1);\n    });\n    hpkRenderJobs(filtered);\n  };\n\n  \/* ============================================================\n     FORMULARIO DE CONTACTO\n     ============================================================ *\/\n  window.hpkEnviarContacto = function () {\n    var emailDestino = \"online@brabis.com\"; \/* <-- EMAIL DE DESTINO: c\u00e1mbialo aqu\u00ed si hace falta *\/\n    var nombre  = hpkRoot.querySelector('#hpk-contact-nombre').value  || '(sin nombre)';\n    var email   = hpkRoot.querySelector('#hpk-contact-email').value   || '(sin email)';\n    var motivo  = hpkRoot.querySelector('#hpk-contact-motivo').value;\n    var mensaje = hpkRoot.querySelector('#hpk-contact-mensaje').value || '(sin mensaje)';\n\n    var asunto = encodeURIComponent('[Hispakia] ' + motivo + ' \u2014 ' + nombre);\n    var cuerpo = encodeURIComponent(\n      'Nombre: ' + nombre + '\\nEmail: ' + email + '\\nMotivo: ' + motivo + '\\n\\nMensaje:\\n' + mensaje\n    );\n\n    window.location.href = 'mailto:' + emailDestino + '?subject=' + asunto + '&#038;body=' + cuerpo;\n  };\n\n  \/* ============================================================\n     NAVEGACI\u00d3N ENTRE SECCIONES\n     ============================================================\n     - \"hpk-hero\": cierra cualquier secci\u00f3n abierta (Puestos,\n       Traspasos, Emprendimiento o Sobre nosotros) y vuelve arriba.\n     - \"hpk-contacto\": Contacto ya est\u00e1 siempre visible (junto con\n       las estad\u00edsticas), as\u00ed que solo hacemos scroll hasta \u00e9l.\n     - Puestos \/ Traspasos \/ Emprendimiento \/ Sobre nosotros: se\n       muestran en el hueco que hay entre el Hero y el bloque de\n       Estad\u00edsticas + Contacto, ocultando cualquier otra que\n       estuviera abierta.\n     ============================================================ *\/\n  window.hpkNav = function (id) {\n    var seccionesIntercambiables = ['hpk-puestos', 'hpk-traspasos', 'hpk-emprendimiento', 'hpk-sobre'];\n\n    if (id === 'hpk-hero') {\n      hpkRoot.querySelectorAll('.hpk-toggle').forEach(function (s) { s.classList.remove('hpk-active'); });\n      hpkRoot.querySelector('#hpk-hero').scrollIntoView({ behavior: 'smooth', block: 'start' });\n      return;\n    }\n\n    if (id === 'hpk-contacto') {\n      hpkRoot.querySelector('#hpk-contacto').scrollIntoView({ behavior: 'smooth', block: 'start' });\n      return;\n    }\n\n    if (seccionesIntercambiables.indexOf(id) !== -1) {\n      hpkRoot.querySelectorAll('.hpk-toggle').forEach(function (s) { s.classList.remove('hpk-active'); });\n      var destino = hpkRoot.querySelector('#' + id);\n      destino.classList.add('hpk-active');\n      destino.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    }\n  };\n\n  \/* Alias por compatibilidad, por si queda alguna referencia antigua a hpkShow *\/\n  window.hpkShow = window.hpkNav;\n\n  \/* Carga inicial de los anuncios de trabajo *\/\n  hpkRenderJobs(hpkJobs);\n})();\n<\/script>\n\n<\/div><!-- fin #hispakia-root -->\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hispakia Inicio Puestos de trabajo Traspasos Emprendimiento Sobre nosotros Contacto \ud83c\udf3e \u00bfEres Hispanoamericano? \u00b7 Ven a Espa\u00f1a a trabajar Conectamos talento entre Hispanoam\u00e9rica y Espa\u00f1a Ofertas de empleo, traspasos de negocio y programas de emprendimiento en los pueblos y comarcas de Espa\u00f1a. \ud83d\udcbc Puestos de trabajo Ofertas por provincia y sector en entornos rurales \ud83c\udfdb [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hispakia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":2,"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/www.hispakia.com\/index.php?rest_route=\/wp\/v2\/pages\/29\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/www.hispakia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}