{"id":3457,"date":"2025-11-29T18:56:25","date_gmt":"2025-11-29T18:56:25","guid":{"rendered":"https:\/\/henryhateshiking.com\/?page_id=3457"},"modified":"2026-02-26T22:31:07","modified_gmt":"2026-02-26T22:31:07","slug":"advertise","status":"publish","type":"page","link":"https:\/\/henryhateshiking.com\/es\/advertise\/","title":{"rendered":"Anunciarse"},"content":{"rendered":"<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container hhh-content-wide uagb-block-81570245 alignfull uagb-is-root-container\">\n<section class=\"hh-ad-page\" aria-label=\"AN\u00daNCIATE CON HENRY HATES HIKING\">\n\n  <style>\n    \/* =========================================================\n       HHH Advertise Page \u2013 FULL FIX\n       Goals fixed:\n       - No pills\/cards hitting the rounded edges (hero + all sections)\n       - No \u201cwhite line\u201d seams between sections; backgrounds blend cleanly\n       - Placement \/ Proof \/ Bundles \/ FAQ cards NEVER overflow\n       - Contact section: no gray gap above, readable text, button visible\n       - Works inside Astra\/TranslatePress because styles are scoped + strong\n    ========================================================= *\/\n\n    \/* --- Design tokens --- *\/\n    .hh-ad-page{\n      --hh-green:#0f3b34;\n      --hh-hero1:#47a06d;\n      --hh-hero2:#0b2a25;\n      --hh-ink:#0b1320;\n      --hh-muted: rgba(11,19,32,.72);\n      --hh-card:#ffffff;\n      --hh-soft:#f7f8fa;\n      --hh-line: rgba(0,0,0,.10);\n      --hh-shadow: 0 16px 40px rgba(0,0,0,.12);\n      --hh-radius: 28px;\n      --hh-radius-sm: 18px;\n      --hh-pad: 22px; \/* inner padding for content so nothing touches edges *\/\n      --hh-max: 1120px;\n    }\n\n    .hh-ad-page *{ box-sizing:border-box; }\n    .hh-ad-page img{ max-width:100%; height:auto; }\n    .hh-ad-page a{ color:inherit; text-decoration:none; }\n    .hh-ad-page p{ margin:0; }\n\n    \/* --- One consistent container for ALL content --- *\/\n    .hh-ad-container{\n      width: min(var(--hh-max), calc(100% - 48px));\n      margin: 0 auto;\n    }\n\n    \/* This prevents cards from bleeding into the side of the page *\/\n    .hh-ad-section-pad{\n      padding-inline: var(--hh-pad);\n    }\n\n    \/* Prevent any stray overflow from rounded panels *\/\n    .hh-ad-overflow-clip{\n      overflow: hidden;\n      border-radius: var(--hh-radius);\n    }\n\n    \/* --- Page background blending (removes seams\/white lines) --- *\/\n    .hh-ad-page{\n      background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #ffffff 100%);\n    }\n\n    \/* If Astra adds section borders\/margins, neutralize them inside this module *\/\n    .hh-ad-page section,\n    .hh-ad-page header{\n      border: 0 !important;\n    }\n\n    \/* =========================================================\n       HERO PANEL (rounded container) + STATS PILLS\n    ========================================================= *\/\n    .hh-ad-hero-wrap{\n      margin: 0 auto 0;\n      padding: 0;\n    }\n\n    .hh-ad-hero-panel{\n      background:\n        radial-gradient(900px 520px at 10% 10%, rgba(71,160,109,.95), rgba(71,160,109,0) 60%),\n        radial-gradient(900px 520px at 90% 0%, rgba(0,0,0,.30), rgba(0,0,0,0) 62%),\n        linear-gradient(135deg, rgba(15,59,52,.98), rgba(5,28,24,.98));\n      box-shadow: var(--hh-shadow);\n      padding: clamp(30px, 5vw, 58px) 0 clamp(26px, 4vw, 36px);\n    }\n\n    .hh-ad-hero-inner{\n      color: #fff;\n    }\n\n    .hh-ad-eyebrow{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      padding: 9px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,.10);\n      border: 1px solid rgba(255,255,255,.18);\n      font-size: 12px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      font-weight: 900;\n      color: rgba(255,255,255,.92);\n      margin: 0 0 14px;\n    }\n\n    .hh-ad-title{\n      margin: 0 0 14px;\n      font-size: clamp(34px, 4.4vw, 60px);\n      line-height: 1.02;\n      letter-spacing: -0.02em;\n      max-width: 19ch;\n      color: #fff;\n    }\n\n    .hh-ad-subtitle{\n      margin: 0;\n      max-width: 86ch;\n      font-size: clamp(15px, 1.35vw, 18px);\n      line-height: 1.65;\n      color: rgba(255,255,255,.86);\n    }\n\n    .hh-ad-hero-actions{\n      display:flex;\n      flex-wrap:wrap;\n      gap: 12px;\n      margin-top: 18px;\n      align-items:center;\n    }\n\n    .hh-ad-btn{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      padding: 12px 18px;\n      border-radius: 999px;\n      border: 1px solid transparent;\n      font-weight: 900;\n      letter-spacing: .10em;\n      text-transform: uppercase;\n      line-height: 1;\n      white-space: nowrap;\n      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;\n      opacity: 1 !important;\n    }\n\n    .hh-ad-btn-primary{\n      background: #fff;\n      color: var(--hh-green);\n      border-color: rgba(255,255,255,.35);\n      box-shadow: 0 18px 34px rgba(0,0,0,.28);\n    }\n    .hh-ad-btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 22px 44px rgba(0,0,0,.34); }\n\n    .hh-ad-btn-ghost{\n      background: rgba(255,255,255,.08);\n      border-color: rgba(255,255,255,.22);\n      color: rgba(255,255,255,.94);\n    }\n    .hh-ad-btn-ghost:hover{\n      transform: translateY(-2px);\n      background: rgba(255,255,255,.12);\n      border-color: rgba(255,255,255,.30);\n    }\n\n    \/* --- Header \u201cpills\u201d (ENFOQUE\/AUDIENCIA\/PLATAFORMAS) --- *\/\n    .hh-ad-stats{\n      margin-top: 22px;\n      display:grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .hh-ad-stat{\n      min-width: 0;\n      border-radius: var(--hh-radius-sm);\n      padding: 16px 16px;\n      background: rgba(255,255,255,.92);\n      border: 1px solid rgba(255,255,255,.18);\n      box-shadow: 0 14px 30px rgba(0,0,0,.18);\n      color: var(--hh-ink);\n    }\n\n    .hh-ad-stat-label{\n      display:block;\n      font-size: 12px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      opacity: .65;\n      margin-bottom: 8px;\n      color: rgba(11,19,32,.65);\n    }\n\n    .hh-ad-stat-value{\n      min-width: 0;\n      font-weight: 900;\n      font-size: 18px;\n      line-height: 1.25;\n      color: var(--hh-ink);\n      overflow-wrap: anywhere;\n      white-space: normal;\n    }\n\n    \/* =========================================================\n       SECTION TITLES \/ TEXT\n    ========================================================= *\/\n    .hh-ad-section{\n      padding: clamp(26px, 5vw, 48px) 0;\n      background: #fff;\n    }\n\n    .hh-ad-h2{\n      margin: 0 0 10px;\n      font-size: clamp(26px, 3vw, 44px);\n      letter-spacing: -0.02em;\n      line-height: 1.1;\n      color: var(--hh-ink);\n    }\n\n    .hh-ad-intro{\n      margin: 0 0 18px;\n      max-width: 86ch;\n      color: var(--hh-muted);\n      line-height: 1.65;\n      font-size: 16px;\n    }\n\n    \/* =========================================================\n       PROOF \/ RESULTS (no overflow, no edge clipping)\n    ========================================================= *\/\n    .hh-ad-proof{\n      padding-top: 34px; \/* breathing room after hero *\/\n      padding-bottom: 18px;\n      background: #fff;\n    }\n\n    .hh-ad-proof-grid{\n      display:grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 14px;\n      margin-top: 14px;\n    }\n\n    .hh-ad-card{\n      min-width: 0;\n      border-radius: var(--hh-radius-sm);\n      background: var(--hh-card);\n      border: 1px solid rgba(0,0,0,.10);\n      box-shadow: 0 14px 30px rgba(0,0,0,.08);\n    }\n\n    .hh-ad-proof-stat{\n      padding: 16px 16px 14px;\n    }\n    .hh-ad-proof-k{ font-size: 12px; letter-spacing: .12em; text-transform: uppercase; opacity: .65; margin-bottom: 8px; color: rgba(11,19,32,.65); }\n    .hh-ad-proof-v{ font-size: 28px; font-weight: 900; line-height: 1.05; margin-bottom: 6px; color: var(--hh-ink); }\n    .hh-ad-proof-s{ font-size: 13px; color: rgba(11,19,32,.62); }\n\n    .hh-ad-proof-bottom{\n      display:grid;\n      grid-template-columns: 1.35fr .95fr;\n      gap: 16px;\n      margin-top: 16px;\n    }\n\n    .hh-ad-proof-box{\n      padding: 16px;\n    }\n\n    .hh-ad-mini{\n      margin: 0 0 12px;\n      font-size: 13px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      opacity: .72;\n      color: rgba(11,19,32,.70);\n    }\n\n    .hh-ad-proof-list{\n      margin:0;\n      padding:0;\n      list-style:none;\n      display:grid;\n      gap: 12px;\n    }\n\n    .hh-ad-proof-li{\n      display:grid;\n      grid-template-columns: 10px 1fr;\n      gap: 10px;\n      line-height: 1.6;\n      color: rgba(11,19,32,.84);\n      min-width: 0;\n    }\n\n    .hh-ad-dot{\n      width:10px; height:10px;\n      border-radius: 999px;\n      margin-top: 7px;\n      background: rgba(15,59,52,.22);\n      border: 1px solid rgba(15,59,52,.22);\n    }\n\n    .hh-ad-proof-li strong{ color: var(--hh-ink); font-weight: 900; }\n\n    .hh-ad-logo-row{\n      display:grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 12px;\n      margin-top: 6px;\n    }\n\n    .hh-ad-logo-pill{\n      min-width:0;\n      height: 86px;\n      border-radius: 16px;\n      background: var(--hh-soft);\n      border: 1px solid rgba(0,0,0,.10);\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      padding: 12px 14px;\n      transition: transform .18s ease, box-shadow .18s ease;\n    }\n\n    .hh-ad-logo-pill:hover{\n      transform: translateY(-2px);\n      box-shadow: 0 16px 28px rgba(0,0,0,.10);\n    }\n\n    .hh-ad-logo-pill img{\n      height: 40px !important;\n      width: auto !important;\n      max-width: 170px;\n      object-fit: contain;\n      display:block;\n    }\n\n    .hh-ad-proof-footer{\n      margin-top: 10px;\n      padding-top: 10px;\n      border-top: 1px solid rgba(0,0,0,.10);\n      font-size: 13px;\n      color: rgba(11,19,32,.70);\n      line-height: 1.35;\n    }\n    .hh-ad-proof-footer a{\n      font-weight: 900;\n      border-bottom: 1px solid rgba(11,19,32,.26);\n      padding-bottom: 1px;\n    }\n    .hh-ad-proof-footer a:hover{ border-bottom-color: rgba(11,19,32,.55); }\n\n    \/* =========================================================\n       PLACEMENT OPTIONS + BUNDLES (fix pill overflow)\n    ========================================================= *\/\n    .hh-ad-grid{\n      display:grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .hh-ad-tile{\n      min-width: 0;\n      padding: 18px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hh-ad-tile::before{\n      content:\"\";\n      position:absolute;\n      inset:-2px -2px auto -2px;\n      height: 3px;\n      background: linear-gradient(90deg, rgba(15,59,52,.9), rgba(15,59,52,.10));\n      opacity:.75;\n    }\n\n    .hh-ad-tile h3{\n      margin: 0 0 10px;\n      font-size: 18px;\n      line-height: 1.2;\n      font-weight: 900;\n      color: var(--hh-ink);\n    }\n\n    \/* The small label pill inside each card *\/\n    .hh-ad-tag{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      max-width: 100%;\n      min-width: 0;\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: rgba(11,19,32,.04);\n      border: 1px solid rgba(0,0,0,.08);\n      font-size: 12px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      color: rgba(11,19,32,.62);\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n      margin-bottom: 12px;\n    }\n\n    .hh-ad-tag-pop{\n      background: rgba(15,59,52,.08);\n      border-color: rgba(15,59,52,.16);\n      color: var(--hh-green);\n      font-weight: 900;\n    }\n\n    .hh-ad-body{\n      margin: 0 0 12px;\n      color: rgba(11,19,32,.82);\n      line-height: 1.65;\n      min-width: 0;\n    }\n\n    .hh-ad-ul{\n      margin: 0 0 14px;\n      padding-left: 18px;\n      display:grid;\n      gap: 8px;\n      color: rgba(11,19,32,.82);\n      line-height: 1.55;\n      min-width: 0;\n    }\n\n    .hh-ad-price{\n      margin: 0;\n      padding-top: 12px;\n      border-top: 1px solid rgba(0,0,0,.10);\n      font-weight: 900;\n      color: var(--hh-ink);\n    }\n\n    .hh-ad-note{\n      margin: 10px 0 0;\n      color: rgba(11,19,32,.70);\n      line-height: 1.6;\n    }\n\n    .hh-ad-disclaimer{\n      margin-top: 16px;\n      color: rgba(11,19,32,.66);\n      line-height: 1.6;\n      font-size: 14px;\n    }\n\n    \/* =========================================================\n       FAQ (fix overflow + spacing)\n    ========================================================= *\/\n    .hh-ad-faq{\n      display:grid;\n      gap: 14px;\n      margin-top: 16px;\n    }\n\n    .hh-ad-faq-item{\n      padding: 18px;\n      min-width: 0;\n    }\n\n    .hh-ad-faq-item h3{\n      margin: 0 0 8px;\n      font-size: 16px;\n      font-weight: 900;\n      color: var(--hh-ink);\n    }\n\n    .hh-ad-faq-item p{\n      margin: 0;\n      color: rgba(11,19,32,.76);\n      line-height: 1.65;\n    }\n\n    \/* =========================================================\n       CONTACT (fix gray gap + readable text)\n    ========================================================= *\/\n    .hh-ad-contact-wrap{\n      background: #fff; \/* kills the weird gray seam above *\/\n      padding: 0 0 clamp(34px, 6vw, 64px);\n    }\n\n    .hh-ad-contact-panel{\n      background:\n        radial-gradient(900px 520px at 10% 0%, rgba(71,160,109,.40), rgba(71,160,109,0) 62%),\n        radial-gradient(900px 520px at 90% 0%, rgba(0,0,0,.25), rgba(0,0,0,0) 62%),\n        linear-gradient(135deg, rgba(15,59,52,.98), rgba(5,28,24,.98));\n      color: #fff;\n      box-shadow: var(--hh-shadow);\n      padding: clamp(22px, 3.2vw, 30px);\n    }\n\n    .hh-ad-contact-panel .hh-ad-h2,\n    .hh-ad-contact-panel .hh-ad-intro{\n      color: rgba(255,255,255,.92);\n    }\n\n    .hh-ad-contact-panel .hh-ad-intro{\n      color: rgba(255,255,255,.82);\n    }\n\n    .hh-ad-contact-list{\n      margin: 12px 0 18px;\n      padding: 0;\n      list-style:none;\n      display:grid;\n      gap: 10px;\n      color: rgba(255,255,255,.86);\n      line-height: 1.55;\n    }\n\n    .hh-ad-contact-cta{\n      display:flex;\n      justify-content:center;\n      margin-top: 12px;\n    }\n\n    .hh-ad-contact-cta .hh-ad-btn-primary{\n      background: #fff !important;\n      color: var(--hh-green) !important;\n      opacity: 1 !important;\n    }\n\n    .hh-ad-contact-alt{\n      margin-top: 14px;\n      text-align:center;\n      color: rgba(255,255,255,.84);\n    }\n\n    \/* =========================================================\n       RESPONSIVE\n    ========================================================= *\/\n    @media (max-width: 1100px){\n      .hh-ad-title{ max-width: none; }\n      .hh-ad-proof-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\n      .hh-ad-proof-bottom{ grid-template-columns: 1fr; }\n      .hh-ad-logo-row{ grid-template-columns: 1fr; }\n      .hh-ad-grid{ grid-template-columns: 1fr; }\n      .hh-ad-stats{ grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 600px){\n      .hh-ad-section-pad{ padding-inline: 16px; }\n    }\n\n\/* =========================\n   HERO FIX ONLY\n   Put this at the VERY BOTTOM of your advertise page <style>\n   (or Appearance \u2192 Customize \u2192 Additional CSS)\n   ========================= *\/\n\n\/* 1) Reduce the hero height \/ empty space *\/\n.hh-ad-page .hh-ad-hero-panel{\n  padding-top: clamp(18px, 3vw, 34px) !important;\n  padding-bottom: clamp(16px, 2.6vw, 24px) !important;\n}\n\n\/* 2) Ensure the hero inner content is not too wide and has comfortable inset *\/\n.hh-ad-page .hh-ad-hero-inner{\n  padding-left: 22px !important;\n  padding-right: 22px !important;\n  max-width: 980px !important;\n}\n\n\/* 3) Fix primary CTA text invisible (theme is dimming\/overriding) *\/\n.hh-ad-page .hh-ad-hero-panel .hh-ad-btn,\n.hh-ad-page .hh-ad-hero-panel .hh-ad-btn *{\n  opacity: 1 !important;\n  -webkit-text-fill-color: currentColor !important;\n  text-shadow: none !important;\n  filter: none !important;\n}\n\n.hh-ad-page .hh-ad-hero-panel .hh-ad-btn-primary{\n  background: #ffffff !important;\n  color: #0f3b34 !important;\n  border-color: rgba(255,255,255,.35) !important;\n}\n\n.hh-ad-page .hh-ad-hero-panel .hh-ad-btn-primary span{\n  color: #0f3b34 !important;\n  opacity: 1 !important;\n}\n\n\/* 4) Keep the stats pills away from the rounded edges *\/\n.hh-ad-page .hh-ad-hero-panel .hh-ad-stats{\n  margin-top: 18px !important;\n  padding: 0 6px 6px !important; \/* small internal gutter *\/\n  box-sizing: border-box !important;\n}\n\n\/* 5) Responsive tightening *\/\n@media (max-width: 900px){\n  .hh-ad-page .hh-ad-hero-inner{\n    max-width: none !important;\n  }\n}\n\n\n\n  <\/style>\n\n  <!-- ================= HERO (rounded panel) ================= -->\n  <div class=\"hh-ad-container hh-ad-hero-wrap\">\n    <header class=\"hh-ad-hero-panel hh-ad-overflow-clip\" aria-label=\"Hero\">\n      <div class=\"hh-ad-hero-inner hh-ad-section-pad\">\n        <p class=\"hh-ad-eyebrow\">AN\u00daNCIATE CON HENRY HATES HIKING<\/p>\n\n        <h1 class=\"hh-ad-title\">Pon tu marca frente a senderistas que s\u00ed compran equipo.<\/h1>\n\n        <p class=\"hh-ad-subtitle\">\n          Henry Hates Hiking llega a senderistas en Monterrey y m\u00e1s all\u00e1 con gu\u00edas de rutas, kits de equipo, Reels de Instagram y una lista de correos que sigue creciendo. Haz equipo conmigo para poner tu marca frente a gente que ya anda planeando su pr\u00f3xima subida.\n        <\/p>\n\n        <div class=\"hh-ad-hero-actions\">\n          <a href=\"#hh-ad-contact\" class=\"hh-ad-btn hh-ad-btn-primary\">APARTA TU ESPACIO<\/a>\n          <a href=\"#hh-ad-placements\" class=\"hh-ad-btn hh-ad-btn-ghost\">VER OPCIONES DE COLABORACI\u00d3N<\/a>\n        <\/div>\n\n        <!-- Header pills (inset so they NEVER hit the rounded edge) -->\n        <section class=\"hh-ad-stats\" aria-label=\"Quick stats\">\n          <div class=\"hh-ad-stat\">\n            <span class=\"hh-ad-stat-label\">ENFOQUE<\/span>\n            <span class=\"hh-ad-stat-value\">Senderismo y actividades al aire libre<\/span>\n          <\/div>\n          <div class=\"hh-ad-stat\">\n            <span class=\"hh-ad-stat-label\">AUDIENCIA<\/span>\n            <span class=\"hh-ad-stat-value\">Monterrey, M\u00e9xico + EUA<\/span>\n          <\/div>\n          <div class=\"hh-ad-stat\">\n            <span class=\"hh-ad-stat-label\">PLATAFORMAS<\/span>\n            <span class=\"hh-ad-stat-value\">Sitio web \u00b7 Instagram \u00b7 Lista de correos<\/span>\n          <\/div>\n        <\/section>\n      <\/div>\n    <\/header>\n  <\/div>\n\n  <!-- ================= PROOF \/ RESULTS ================= -->\n  <section class=\"hh-ad-proof\" aria-label=\"Proof and results\">\n    <div class=\"hh-ad-container hh-ad-section-pad\">\n      <h2 class=\"hh-ad-h2\">PRUEBAS Y RESULTADOS<\/h2>\n      <p class=\"hh-ad-intro\">Alcance real, senderistas reales y espacios pensados para generar clics, prospectos y compras.<\/p>\n\n      <div class=\"hh-ad-proof-grid\">\n        <div class=\"hh-ad-card hh-ad-proof-stat\">\n          <div class=\"hh-ad-proof-k\">Instagram<\/div>\n          <div class=\"hh-ad-proof-v\">16k+<\/div>\n          <div class=\"hh-ad-proof-s\">Seguidores<\/div>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-proof-stat\">\n          <div class=\"hh-ad-proof-k\">Mejor Reel en Instagram<\/div>\n          <div class=\"hh-ad-proof-v\">5M+<\/div>\n          <div class=\"hh-ad-proof-s\">Vistas (recientes)<\/div>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-proof-stat\">\n          <div class=\"hh-ad-proof-k\">Lista de correos<\/div>\n          <div class=\"hh-ad-proof-v\">700+<\/div>\n          <div class=\"hh-ad-proof-s\">Seguidores<\/div>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-proof-stat\">\n          <div class=\"hh-ad-proof-k\">AUDIENCIA<\/div>\n          <div class=\"hh-ad-proof-v\">MTY + USA<\/div>\n          <div class=\"hh-ad-proof-s\">Senderistas biling\u00fces<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"hh-ad-proof-bottom\">\n        <div class=\"hh-ad-card hh-ad-proof-box\">\n          <h3 class=\"hh-ad-mini\">Logros recientes<\/h3>\n\n          <ul class=\"hh-ad-proof-list\">\n            <li class=\"hh-ad-proof-li\">\n              <span class=\"hh-ad-dot\" aria-hidden=\"true\"><\/span>\n              <span><strong>Activaci\u00f3n de marca:<\/strong> Subimos y entregamos <strong>100 paquetes de Berry Nuts<\/strong> en la monta\u00f1a a los senderistas.<\/span>\n            <\/li>\n            <li class=\"hh-ad-proof-li\">\n              <span class=\"hh-ad-dot\" aria-hidden=\"true\"><\/span>\n              <span><strong>Exposici\u00f3n con alta intenci\u00f3n:<\/strong> Las gu\u00edas de rutas + kits de equipo llegan a gente que ahorita ya est\u00e1 planeando su pr\u00f3xima subida.<\/span>\n            <\/li>\n            <li class=\"hh-ad-proof-li\">\n              <span class=\"hh-ad-dot\" aria-hidden=\"true\"><\/span>\n              <span><strong>Generaci\u00f3n de leads:<\/strong> Promos en stories que empujan ofertas a seguidores bien enganchados.<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-proof-box\">\n          <h3 class=\"hh-ad-mini\">Patrocinadores actuales<\/h3>\n\n          <div class=\"hh-ad-logo-row\">\n            <a class=\"hh-ad-logo-pill\" href=\"https:\/\/berrynuts.mx\/\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/02\/unnamed-2.webp\" alt=\"Berry Nuts\" title=\"Anunciarse\">\n            <\/a>\n\n            <a class=\"hh-ad-logo-pill\" href=\"#\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/02\/Screenshot-2026-02-20-at-2.23.56-PM.png\" alt=\"Fitness Academy Monterrey\" title=\"Anunciarse\">\n            <\/a>\n\n            <a class=\"hh-ad-logo-pill\" href=\"#\" target=\"_blank\" rel=\"noopener\">\n              <img decoding=\"async\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/02\/logo_9eeac33d-ea20-450f-8bc7-55dddedbddca.avif\" alt=\"Hidra2Go\" title=\"Anunciarse\">\n            <\/a>\n          <\/div>\n\n          <div class=\"hh-ad-proof-footer\">\n            \u00bfQuieres capturas o ejemplos? <a href=\"\/es\/contact\/\">P\u00eddelos aqu\u00ed \u2192<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= PLACEMENTS ================= -->\n  <section id=\"hh-ad-placements\" class=\"hh-ad-section\" aria-label=\"Placement options\">\n    <div class=\"hh-ad-container hh-ad-section-pad\">\n      <h2 class=\"hh-ad-h2\">Opciones de colocaci\u00f3n<\/h2>\n      <p class=\"hh-ad-intro\">\n        Algunos espacios de alta visibilidad pensados para marcas de outdoor y viaje, negocios locales y cualquiera que viva de que la gente salga al cerro.\n      <\/p>\n\n      <div class=\"hh-ad-grid\">\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Insignia de socio en la p\u00e1gina principal<\/h3>\n          <div class=\"hh-ad-tag\">VISIBLE EN LA PRIMERA PANTALLA<\/div>\n          <p class=\"hh-ad-body\">\n            Tu logo aparece debajo del hero en la p\u00e1gina principal como \u201cSocio Oficial\u201d con link a tu sitio o landing.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Exposici\u00f3n de marca en la primera pantalla<\/li>\n            <li>Logo clickeable<\/li>\n            <li>Ideal para reconocimiento y credibilidad<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Desde <strong>$1,250 MXN \/ mes<\/strong><\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Fila de socios destacados<\/h3>\n          <div class=\"hh-ad-tag hh-ad-tag-pop\">M\u00c1S POPULAR<\/div>\n          <p class=\"hh-ad-body\">\n            Una fila dedicada de \u201cSocios Destacados\u201d en la p\u00e1gina principal con varios espacios para logos. Ideal para marcas outdoor que quieren visibilidad constante.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Logo + enlace en una secci\u00f3n dedicada<\/li>\n            <li>Aparece mientras los usuarios hacen scroll en la p\u00e1gina principal<\/li>\n            <li>N\u00famero limitado de socios<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Desde <strong>$2,150 MXN \/ mes<\/strong><\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Patrocinador de kit de equipo<\/h3>\n          <div class=\"hh-ad-tag\">COMPRADORES DE ALTA INTENCI\u00d3N<\/div>\n          <p class=\"hh-ad-body\">\n            S\u00e9 el socio oficial de calzado, mochila, hidrataci\u00f3n o protecci\u00f3n solar en uno de mis kits de senderismo. Tu producto queda como la recomendaci\u00f3n principal.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Logo + menci\u00f3n dentro del kit<\/li>\n            <li>Enlace directo a tu producto o a Amazon<\/li>\n            <li>Ideal para marcas de equipo y ropa outdoor<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Desde <strong>$3,400 MXN \/ mes<\/strong><\/p>\n        <\/article>\n      <\/div>\n\n      <div class=\"hh-ad-grid\" style=\"margin-top:14px;\">\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Reel patrocinado en Instagram<\/h3>\n          <div class=\"hh-ad-tag\">IMPULSO EN REDES<\/div>\n          <p class=\"hh-ad-body\">\n            Tu marca aparece en un reel de senderismo con etiqueta y llamado a la acci\u00f3n en el caption. Ideal para lanzamientos, eventos y promociones locales.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Menci\u00f3n de marca + etiqueta<\/li>\n            <li>Toma opcional del producto en la ruta<\/li>\n            <li>Colocaci\u00f3n de contenido \u00fanica<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Desde <strong>$2,500 MXN \/ reel<\/strong><\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Menci\u00f3n en el newsletter por email<\/h3>\n          <div class=\"hh-ad-tag\">PRESENCIA EN BANDEJA<\/div>\n          <p class=\"hh-ad-body\">\n            Un texto corto patrocinado dentro de un email de historia de senderismo, con enlace a tu producto, servicio o p\u00e1gina de promoci\u00f3n.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Menci\u00f3n de 1\u20132 oraciones<\/li>\n            <li>Enlace CTA clickeable<\/li>\n            <li>Enviado a suscriptores activos<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Desde <strong>$1,250 MXN \/ env\u00edo<\/strong><\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Colaboraci\u00f3n personalizada<\/h3>\n          <div class=\"hh-ad-tag\">FLEXIBLE<\/div>\n          <p class=\"hh-ad-body\">\n            \u00bfNecesitas algo m\u00e1s espec\u00edfico? Patrocinio de viaje, video personalizado o campa\u00f1a en varias plataformas \u2014 lo armamos en base a tus objetivos.\n          <\/p>\n          <ul class=\"hh-ad-ul\">\n            <li>Combinaci\u00f3n de sitio web, Instagram y email<\/li>\n            <li>Campa\u00f1as espec\u00edficas por ruta o monta\u00f1a<\/li>\n            <li>Alianzas a largo plazo<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\">Precio bajo solicitud<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= BUNDLES ================= -->\n  <section class=\"hh-ad-section\" aria-label=\"Suggested bundles\">\n    <div class=\"hh-ad-container hh-ad-section-pad\">\n      <h2 class=\"hh-ad-h2\">Paquetes sugeridos<\/h2>\n      <p class=\"hh-ad-intro\">\n        La mayor\u00eda de los socios obtienen mejores resultados combinando presencia en la web con redes sociales o email. Aqu\u00ed van algunos paquetes de ejemplo que puedes usar como punto de partida.\n      <\/p>\n\n      <div class=\"hh-ad-grid\">\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Visibilidad inicial<\/h3>\n          <ul class=\"hh-ad-ul\">\n            <li>Insignia de socio en la p\u00e1gina principal<\/li>\n            <li>Logo en la fila de socios destacados<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\"><strong>$3,000 MXN \/ mes<\/strong><\/p>\n          <p class=\"hh-ad-note\">Ideal para negocios locales.<\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Socio de equipo<\/h3>\n          <ul class=\"hh-ad-ul\">\n            <li>Patrocinio de kit de equipo<\/li>\n            <li>Insignia de socio en la p\u00e1gina principal<\/li>\n            <li>1 reel patrocinado en Instagram \/ mes<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\"><strong>$6,000 MXN \/ mes<\/strong><\/p>\n          <p class=\"hh-ad-note\">Ideal para marcas de equipo, ropa y outdoor.<\/p>\n        <\/article>\n\n        <article class=\"hh-ad-card hh-ad-tile\">\n          <h3>Campa\u00f1a de lanzamiento<\/h3>\n          <ul class=\"hh-ad-ul\">\n            <li>Patrocinio de kit de equipo<\/li>\n            <li>1 menci\u00f3n destacada en el newsletter<\/li>\n            <li>2 reels patrocinados<\/li>\n          <\/ul>\n          <p class=\"hh-ad-price\"><strong>Desde $10,300 MXN (un mes)<\/strong><\/p>\n          <p class=\"hh-ad-note\">Para lanzamientos, eventos o grandes impulsos.<\/p>\n        <\/article>\n      <\/div>\n\n      <p class=\"hh-ad-disclaimer\">\n        El precio es un punto de partida y se puede ajustar seg\u00fan la duraci\u00f3n de la campa\u00f1a, los entregables y el timing. Los compromisos de varios meses reciben tarifas con descuento.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <!-- ================= FAQ ================= -->\n  <section class=\"hh-ad-section\" aria-label=\"Preguntas frecuentes\">\n    <div class=\"hh-ad-container hh-ad-section-pad\">\n      <h2 class=\"hh-ad-h2\">Preguntas frecuentes<\/h2>\n\n      <div class=\"hh-ad-faq\">\n        <div class=\"hh-ad-card hh-ad-faq-item\">\n          <h3>\u00bfCu\u00e1nto tiempo permanece mi logo en el sitio?<\/h3>\n          <p>Las colocaciones est\u00e1ndar se contratan mes a mes, con un m\u00ednimo de 1 mes. La mayor\u00eda de los socios eligen campa\u00f1as de 3 a 6 meses para mejores resultados y un mejor precio mensual.<\/p>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-faq-item\">\n          <h3>\u00bfPuedo patrocinar un kit o una p\u00e1gina espec\u00edfica?<\/h3>\n          <p>S\u00ed. Puedes patrocinar kits individuales (por ejemplo, el \u201cKit para Principiantes\u201d o el \u201cKit para el Calor de Monterrey\u201d) o preguntar por exclusividad a largo plazo por categor\u00eda, como calzado, mochilas o hidrataci\u00f3n.<\/p>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-faq-item\">\n          <h3>\u00bfTrabajas con negocios locales o solo con marcas de equipo?<\/h3>\n          <p>Trabajo con ambos. Tiendas outdoor, gimnasios, cl\u00ednicas de fisioterapia, cafeter\u00edas cerca de los accesos a las rutas y marcas locales de turismo pueden encajar perfecto, siempre y cuando la oferta tenga sentido para los senderistas.<\/p>\n        <\/div>\n\n        <div class=\"hh-ad-card hh-ad-faq-item\">\n          <h3>\u00bfQu\u00e9 necesitas de m\u00ed para empezar?<\/h3>\n          <p>Normalmente: tu logo (PNG\/SVG), el link a donde quieres mandar a la gente, una descripci\u00f3n corta de tu marca y cualquier producto u oferta que quieras que destaquemos. Con eso, te propongo las mejores colocaciones y un acuerdo sencillo.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= CONTACT ================= -->\n  <div id=\"hh-ad-contact\" class=\"hh-ad-contact-wrap\" aria-label=\"Contacto\">\n    <div class=\"hh-ad-container\">\n      <section class=\"hh-ad-contact-panel hh-ad-overflow-clip\">\n        <div class=\"hh-ad-section-pad\">\n          <h2 class=\"hh-ad-h2\" style=\"text-align:center; margin-bottom:10px;\">\u00bfListo para hablar de negocios?<\/h2>\n          <p class=\"hh-ad-intro\" style=\"text-align:center; margin:0 auto 16px;\">\n            Cu\u00e9ntame un poquito sobre tu marca, tus objetivos y tu presupuesto aproximado, y te mando una propuesta sencilla con colocaciones recomendadas.\n          <\/p>\n\n          <ul class=\"hh-ad-contact-list\">\n            <li>\u2705 Negocio local en Monterrey que quiere atraer a m\u00e1s excursionistas<\/li>\n            <li>\u2705 Marca de outdoor \/ viajes \/ aventura<\/li>\n            <li>\u2705 Productos de equipo, ropa, hidrataci\u00f3n o recuperaci\u00f3n<\/li>\n          <\/ul>\n\n          <div class=\"hh-ad-contact-cta\">\n            <a href=\"\/es\/contact\/\" class=\"hh-ad-btn hh-ad-btn-primary\">CONTACTAR A HENRY<\/a>\n          <\/div>\n\n          <p class=\"hh-ad-contact-alt\">\n            o escr\u00edbeme directamente a <strong>info@americanfrontera.com<\/strong>\n          <\/p>\n        <\/div>\n      <\/section>\n    <\/div>\n  <\/div>\n\n<\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>ADVERTISE WITH HENRY HATES HIKING Put your brand in front of hikers who actually buy gear. Henry Hates Hiking reaches hikers in Monterrey and beyond through trail guides, gear kits, Instagram reels, and a growing email list. Partner with me to put your brand in front of people who are already planning their next hike. [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3457","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Henry Hates Hiking","author_link":"https:\/\/henryhateshiking.com\/es\/author\/hhenryarthurgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"ADVERTISE WITH HENRY HATES HIKING Put your brand in front of hikers who actually buy gear. Henry Hates Hiking reaches hikers in Monterrey and beyond through trail guides, gear kits, Instagram reels, and a growing email list. Partner with me to put your brand in front of people who are already planning their next hike.&hellip;","_links":{"self":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/3457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/comments?post=3457"}],"version-history":[{"count":35,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/3457\/revisions"}],"predecessor-version":[{"id":3903,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/3457\/revisions\/3903"}],"wp:attachment":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/media?parent=3457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}