{"id":1644,"date":"2025-10-12T16:09:23","date_gmt":"2025-10-12T16:09:23","guid":{"rendered":"https:\/\/henryhateshiking.com\/?page_id=1644"},"modified":"2026-07-03T01:30:28","modified_gmt":"2026-07-03T01:30:28","slug":"trails","status":"publish","type":"page","link":"https:\/\/henryhateshiking.com\/es\/trails\/","title":{"rendered":"Rutas"},"content":{"rendered":"<style>\n  .hhht-hero {\n    --green-dark: #123d30;\n    --green: #1f6658;\n    --teal: #4fb7c5;\n    --orange: #ee6f2d;\n    position: relative;\n    min-height: 72svh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    color: #fff;\n    background: linear-gradient(180deg, #53b8c5 0%, #217368 58%, #123d30 100%);\n  }\n\n  .hhht-hero * {\n    box-sizing: border-box;\n  }\n\n  .hhht-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 1;\n    pointer-events: none;\n  }\n\n  .hhht-bg svg {\n    width: 100%;\n    height: 100%;\n    display: block;\n  }\n\n  .hhht-sky-glow {\n    animation: hhhtGlow 8s ease-in-out infinite;\n    transform-origin: center;\n  }\n\n  .hhht-cloud-1 {\n    animation: hhhtCloudMove 36s linear infinite;\n  }\n\n  .hhht-cloud-2 {\n    animation: hhhtCloudMove 48s linear infinite;\n    animation-delay: -18s;\n  }\n\n  .hhht-mountain-back {\n    animation: hhhtMountainBack 10s ease-in-out infinite;\n    transform-origin: center bottom;\n  }\n\n  .hhht-mountain-mid {\n    animation: hhhtMountainMid 8s ease-in-out infinite;\n    transform-origin: center bottom;\n  }\n\n  .hhht-mountain-front {\n    animation: hhhtMountainFront 7s ease-in-out infinite;\n    transform-origin: center bottom;\n  }\n\n  .hhht-highlight {\n    animation: hhhtHighlight 5.5s ease-in-out infinite;\n  }\n\n  .hhht-overlay {\n    position: absolute;\n    inset: 0;\n    z-index: 2;\n    background:\n      linear-gradient(\n        180deg,\n        rgba(18, 61, 48, .25) 0%,\n        rgba(18, 61, 48, .42) 42%,\n        rgba(18, 61, 48, .74) 100%\n      );\n    pointer-events: none;\n  }\n\n  .hhht-wrap {\n    position: relative;\n    z-index: 3;\n    width: min(1180px, calc(100% - 36px));\n    margin: 0 auto;\n    padding: 96px 0 78px;\n    text-align: left;\n  }\n\n  .hhht-content {\n    max-width: 1080px;\n  }\n\n  .hhht-kicker {\n    display: block;\n    margin-bottom: 18px;\n    color: rgba(255,255,255,.72);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n\n  .hhht-title {\n    margin: 0;\n    color: #fff;\n    font-size: clamp(48px, 6vw, 86px);\n    line-height: .92;\n    letter-spacing: -3px;\n    text-shadow: 0 12px 42px rgba(0,0,0,.24);\n  }\n\n  .hhht-subtitle {\n    max-width: 1120px;\n    margin: 34px 0 0;\n    color: rgba(255,255,255,.88);\n    font-size: clamp(18px, 1.7vw, 24px);\n    line-height: 1.55;\n    text-shadow: 0 8px 32px rgba(0,0,0,.22);\n  }\n\n  .hhh-hero-presented-by {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 18px;\n    margin-top: 72px;\n  }\n\n  .hhh-hero-presented-by__label {\n    color: rgba(255,255,255,.86);\n    font-size: 13px;\n    font-weight: 950;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n  }\n\n  .hhh-hero-presented-by__logo {\n    width: 84px;\n    height: 84px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 999px;\n    background: rgba(255,255,255,.96);\n    box-shadow: 0 16px 38px rgba(0,0,0,.20);\n    transition: transform .18s ease, box-shadow .18s ease;\n  }\n\n  .hhh-hero-presented-by__logo:hover {\n    transform: translateY(-3px) scale(1.03);\n    box-shadow: 0 22px 48px rgba(0,0,0,.26);\n  }\n\n  .hhh-hero-presented-by__logo img {\n    max-width: 68px;\n    max-height: 68px;\n    width: auto;\n    height: auto;\n    display: block;\n  }\n\n  @keyframes hhhtCloudMove {\n    from {\n      transform: translateX(-240px);\n    }\n\n    to {\n      transform: translateX(1260px);\n    }\n  }\n\n  @keyframes hhhtGlow {\n    0%, 100% {\n      opacity: .34;\n      transform: scale(1);\n    }\n\n    50% {\n      opacity: .54;\n      transform: scale(1.08);\n    }\n  }\n\n  @keyframes hhhtMountainBack {\n    0%, 100% {\n      transform: translateY(0) scale(1);\n    }\n\n    50% {\n      transform: translateY(6px) scale(1.008);\n    }\n  }\n\n  @keyframes hhhtMountainMid {\n    0%, 100% {\n      transform: translateY(0) scale(1);\n    }\n\n    50% {\n      transform: translateY(4px) scale(1.006);\n    }\n  }\n\n  @keyframes hhhtMountainFront {\n    0%, 100% {\n      transform: translateY(0) scale(1);\n    }\n\n    50% {\n      transform: translateY(3px) scale(1.004);\n    }\n  }\n\n  @keyframes hhhtHighlight {\n    0%, 100% {\n      opacity: .22;\n    }\n\n    50% {\n      opacity: .42;\n    }\n  }\n\n  @media (max-width: 760px) {\n    .hhht-hero {\n      min-height: 88svh;\n    }\n\n    .hhht-wrap {\n      width: min(100% - 28px, 1180px);\n      padding: 82px 0 58px;\n      text-align: center;\n    }\n\n    .hhht-kicker {\n      font-size: 12px;\n      margin-bottom: 16px;\n    }\n\n    .hhht-title {\n      font-size: clamp(44px, 13vw, 66px);\n      letter-spacing: -2px;\n    }\n\n    .hhht-subtitle {\n      margin-top: 24px;\n      font-size: 18px;\n      line-height: 1.5;\n    }\n\n    .hhh-hero-presented-by {\n      margin-top: 44px;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .hhh-hero-presented-by__logo {\n      width: 76px;\n      height: 76px;\n    }\n\n    .hhh-hero-presented-by__logo img {\n      max-width: 60px;\n      max-height: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hhht-sky-glow,\n    .hhht-cloud-1,\n    .hhht-cloud-2,\n    .hhht-mountain-back,\n    .hhht-mountain-mid,\n    .hhht-mountain-front,\n    .hhht-highlight {\n      animation: none !important;\n    }\n  }\n<\/style>\n\n<section class=\"hhht-hero\" aria-label=\"Rutas de senderismo en Monterrey\">\n  <div class=\"hhht-bg\" aria-hidden=\"true\">\n    <svg viewbox=\"0 0 1440 760\" preserveaspectratio=\"xMidYMid slice\" role=\"img\">\n      <defs>\n        <lineargradient id=\"hhhtSky\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n          <stop offset=\"0%\" stop-color=\"#58beca\"\/>\n          <stop offset=\"48%\" stop-color=\"#24796f\"\/>\n          <stop offset=\"100%\" stop-color=\"#123d30\"\/>\n        <\/lineargradient>\n\n        <radialgradient id=\"hhhtGlow\" cx=\"50%\" cy=\"20%\" r=\"60%\">\n          <stop offset=\"0%\" stop-color=\"#ffffff\" stop-opacity=\".42\"\/>\n          <stop offset=\"55%\" stop-color=\"#ffffff\" stop-opacity=\".08\"\/>\n          <stop offset=\"100%\" stop-color=\"#ffffff\" stop-opacity=\"0\"\/>\n        <\/radialgradient>\n\n        <lineargradient id=\"hhhtBackMountain\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n          <stop offset=\"0%\" stop-color=\"#2d8c7f\"\/>\n          <stop offset=\"100%\" stop-color=\"#155144\"\/>\n        <\/lineargradient>\n\n        <lineargradient id=\"hhhtMidMountain\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n          <stop offset=\"0%\" stop-color=\"#1d6d5f\"\/>\n          <stop offset=\"100%\" stop-color=\"#103d31\"\/>\n        <\/lineargradient>\n\n        <lineargradient id=\"hhhtFrontMountain\" x1=\"0\" x2=\"0\" y1=\"0\" y2=\"1\">\n          <stop offset=\"0%\" stop-color=\"#195a4a\"\/>\n          <stop offset=\"100%\" stop-color=\"#0d2e25\"\/>\n        <\/lineargradient>\n      <\/defs>\n\n      <rect width=\"1440\" height=\"760\" fill=\"url(#hhhtSky)\"\/>\n\n      <circle class=\"hhht-sky-glow\" cx=\"1060\" cy=\"110\" r=\"250\" fill=\"url(#hhhtGlow)\"\/>\n\n      <g class=\"hhht-cloud-1\" opacity=\".42\">\n        <path d=\"M70 130 C110 95, 160 100, 190 130 C220 112, 270 120, 298 148 C335 148, 370 160, 392 185 L36 185 C42 158, 50 145, 70 130Z\" fill=\"rgba(255,255,255,.34)\"\/>\n      <\/g>\n\n      <g class=\"hhht-cloud-2\" opacity=\".26\">\n        <path d=\"M180 220 C220 184, 270 194, 305 224 C344 202, 398 214, 428 252 C466 250, 504 266, 528 294 L140 294 C146 260, 158 238, 180 220Z\" fill=\"rgba(255,255,255,.32)\"\/>\n      <\/g>\n\n      <!-- Back mountain range -->\n      <g class=\"hhht-mountain-back\" opacity=\".65\">\n        <path d=\"M-80 720 L-80 370 C50 315, 150 405, 255 360 C365 312, 450 388, 540 300 C635 208, 720 405, 820 316 C920 226, 1015 374, 1115 305 C1210 240, 1290 380, 1520 324 L1520 720 Z\" fill=\"url(#hhhtBackMountain)\"\/>\n      <\/g>\n\n      <!-- Cerro de la Silla-inspired middle silhouette -->\n      <g class=\"hhht-mountain-mid\" opacity=\".9\">\n        <path d=\"M-80 760 L-80 458 C70 418, 150 474, 250 430 C346 388, 410 455, 500 398 C585 344, 628 238, 704 202 C764 174, 842 248, 894 326 C930 380, 982 390, 1038 330 C1096 268, 1175 284, 1235 350 C1308 430, 1375 480, 1520 438 L1520 760 Z\" fill=\"url(#hhhtMidMountain)\"\/>\n\n        <!-- saddle highlights -->\n        <path class=\"hhht-highlight\" d=\"M670 250 C704 224, 736 220, 768 244 C738 268, 708 292, 690 334 C682 300, 674 274, 670 250Z\" fill=\"rgba(255,255,255,.22)\"\/>\n        <path class=\"hhht-highlight\" d=\"M1054 338 C1088 300, 1126 296, 1162 326 C1124 342, 1094 374, 1075 420 C1066 388, 1058 360, 1054 338Z\" fill=\"rgba(255,255,255,.18)\"\/>\n      <\/g>\n\n      <!-- Front mountain\/foothills -->\n      <g class=\"hhht-mountain-front\" opacity=\".95\">\n        <path d=\"M-80 760 L-80 600 C20 548, 110 612, 215 560 C310 514, 380 604, 480 548 C600 480, 680 612, 805 542 C930 470, 1010 630, 1140 560 C1280 486, 1360 618, 1520 552 L1520 760 Z\" fill=\"url(#hhhtFrontMountain)\"\/>\n        <path d=\"M140 638 C220 604, 285 616, 360 584 C430 554, 485 600, 540 574\" fill=\"none\" stroke=\"rgba(116,211,166,.22)\" stroke-width=\"24\" stroke-linecap=\"round\"\/>\n        <path d=\"M790 610 C860 576, 940 594, 1015 558\" fill=\"none\" stroke=\"rgba(116,211,166,.16)\" stroke-width=\"22\" stroke-linecap=\"round\"\/>\n      <\/g>\n    <\/svg>\n  <\/div>\n\n  <div class=\"hhht-overlay\" aria-hidden=\"true\"><\/div>\n\n  <div class=\"hhht-wrap\">\n    <div class=\"hhht-content\">\n      <span class=\"hhht-kicker\">Gu\u00edas de rutas<\/span>\n\n      <h1 class=\"hhht-title\">Rutas de senderismo en Monterrey<\/h1>\n\n      <p class=\"hhht-subtitle\">\n        Encuentra gu\u00edas completas para hikes populares como el Cerro de la Silla, Pico Norte, Pico Sur,\n        Chipinque, La Huasteca, Cerro de las Mitras, y cascadas cercas a Monterrey.\n      <\/p>\n\n      <!-- Presented by (Hero) -->\n      <div class=\"hhh-hero-presented-by\" aria-label=\"Presented by sponsor\">\n        <span class=\"hhh-hero-presented-by__label\">Presentado por<\/span>\n\n        <a class=\"hhh-hero-presented-by__logo\" href=\"https:\/\/berrynuts.mx\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n          <img decoding=\"async\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/02\/unnamed-2.webp\" alt=\"Berry Nuts\" title=\"Sillalogia\">\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- HHH TRAILS SEARCH + FILTERS -->\n<div class=\"hhh-trails-filter-card\" id=\"hhhTrailsFilters\">\n  <div class=\"hhh-trails-filter-inner\">\n\n    <div class=\"hhh-trails-filter-heading\">\n      <span class=\"hhh-trails-filter-kicker\" data-en=\"Trail finder\" data-es=\"Buscador de rutas\">\n        Trail finder\n      <\/span>\n\n      <h2 class=\"hhh-trails-filter-title\" data-en=\"Find your hike\" data-es=\"Encuentra tu ruta\">\n        Encuentra tu hike\n      <\/h2>\n\n      <p class=\"hhh-trails-filter-subtitle\"\n         data-en=\"Search by trail name, location, distance, elevation, time, or difficulty.\"\n         data-es=\"Busca por nombre de ruta, ubicaci\u00f3n, distancia, desnivel, tiempo o dificultad.\">\n        Search by trail name, location, distance, elevation, time, or difficulty.\n      <\/p>\n    <\/div>\n\n    <div class=\"hhh-trails-search-row\">\n      <div class=\"hhh-trails-search-input-wrap\">\n        <span class=\"hhh-trails-search-icon\" aria-hidden=\"true\">\n          <svg viewbox=\"0 0 24 24\">\n            <circle cx=\"11\" cy=\"11\" r=\"7\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"><\/circle>\n            <line x1=\"16\" y1=\"16\" x2=\"21\" y2=\"21\" stroke-width=\"2\" stroke=\"currentColor\"><\/line>\n          <\/svg>\n        <\/span>\n\n        <input\n          id=\"hhh-search-text\"\n          type=\"text\"\n          placeholder=\"Busca por nombre o ubicaci\u00f3n...\"\n          data-placeholder-en=\"Search by trail or location\u2026\"\n          data-placeholder-es=\"Buscar por ruta o ubicaci\u00f3n\u2026\"\n        >\n      <\/div>\n\n      <button id=\"hhh-search-button\" class=\"hhh-trails-search-button\" type=\"button\" data-en=\"Search\" data-es=\"Buscar\">\n        Buscar\n      <\/button>\n    <\/div>\n\n    <div class=\"hhh-trails-filter-row\">\n\n      <div class=\"hhh-trails-filter-field\">\n        <label for=\"hhh-filter-distance\" data-en=\"Distance\" data-es=\"Distancia\">Distancia<\/label>\n        <div class=\"hhh-trails-select-wrap\">\n          <select id=\"hhh-filter-distance\">\n            <option value=\"\" data-en=\"Any\" data-es=\"Cualquiera\">Any<\/option>\n            <option value=\"0-4\">0\u20134 km<\/option>\n            <option value=\"4-8\">4\u20138 km<\/option>\n            <option value=\"8-12\">8\u201312 km<\/option>\n            <option value=\"12+\">12+ km<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <div class=\"hhh-trails-filter-field\">\n        <label for=\"hhh-filter-elevation\" data-en=\"Elevation\" data-es=\"Desnivel\">Desnivel<\/label>\n        <div class=\"hhh-trails-select-wrap\">\n          <select id=\"hhh-filter-elevation\">\n            <option value=\"\" data-en=\"Any\" data-es=\"Cualquiera\">Any<\/option>\n            <option value=\"0-400\">0\u2013400 m<\/option>\n            <option value=\"400-800\">400\u2013800 m<\/option>\n            <option value=\"800-1200\">800\u20131200 m<\/option>\n            <option value=\"1200+\">1200+ m<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <div class=\"hhh-trails-filter-field\">\n        <label for=\"hhh-filter-time\" data-en=\"Time\" data-es=\"Tiempo\">Tiempo<\/label>\n        <div class=\"hhh-trails-select-wrap\">\n          <select id=\"hhh-filter-time\">\n            <option value=\"\" data-en=\"Any\" data-es=\"Cualquiera\">Any<\/option>\n            <option value=\"0-2\">0\u20132 h<\/option>\n            <option value=\"2-4\">2\u20134 h<\/option>\n            <option value=\"4-6\">4\u20136 h<\/option>\n            <option value=\"6+\">6+ h<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <div class=\"hhh-trails-filter-field\">\n        <label for=\"hhh-filter-difficulty\" data-en=\"Difficulty\" data-es=\"Dificultad\">Dificultad<\/label>\n        <div class=\"hhh-trails-select-wrap\">\n          <select id=\"hhh-filter-difficulty\">\n            <option value=\"\" data-en=\"Any\" data-es=\"Cualquiera\">Any<\/option>\n            <option value=\"easy\" data-en=\"Easy\" data-es=\"F\u00e1cil\">Easy<\/option>\n            <option value=\"moderate\" data-en=\"Moderate\" data-es=\"Moderada\">Moderate<\/option>\n            <option value=\"medium\" data-en=\"Medium\" data-es=\"Media\">Medium<\/option>\n            <option value=\"hard\" data-en=\"Hard\" data-es=\"Dif\u00edcil\">Hard<\/option>\n            <option value=\"difficult\" data-en=\"Difficult\" data-es=\"Muy dif\u00edcil\">Difficult<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n      <div class=\"hhh-trails-filter-field\">\n        <label for=\"hhh-filter-sort\" data-en=\"Sort\" data-es=\"Ordenar\">Ordenar<\/label>\n        <div class=\"hhh-trails-select-wrap\">\n          <select id=\"hhh-filter-sort\">\n            <option value=\"\" data-en=\"None\" data-es=\"Ninguno\">None<\/option>\n            <option value=\"name-asc\" data-en=\"Name \u2191\" data-es=\"Nombre \u2191\">Name \u2191<\/option>\n            <option value=\"name-desc\" data-en=\"Name \u2193\" data-es=\"Nombre \u2193\">Name \u2193<\/option>\n            <option value=\"distance-asc\" data-en=\"Distance \u2191\" data-es=\"Distancia \u2191\">Distance \u2191<\/option>\n            <option value=\"distance-desc\" data-en=\"Distance \u2193\" data-es=\"Distancia \u2193\">Distance \u2193<\/option>\n            <option value=\"time-asc\" data-en=\"Time \u2191\" data-es=\"Tiempo \u2191\">Time \u2191<\/option>\n            <option value=\"time-desc\" data-en=\"Time \u2193\" data-es=\"Tiempo \u2193\">Time \u2193<\/option>\n            <option value=\"elev-asc\" data-en=\"Elevation \u2191\" data-es=\"Desnivel \u2191\">Elevation \u2191<\/option>\n            <option value=\"elev-desc\" data-en=\"Elevation \u2193\" data-es=\"Desnivel \u2193\">Elevation \u2193<\/option>\n          <\/select>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .hhh-trails-filter-card,\n  .hhh-trails-filter-card * {\n    box-sizing: border-box;\n  }\n\n  .hhh-trails-filter-card {\n    --hhh-text: #16231d;\n    --hhh-muted: #625f56;\n    --hhh-green: #173d30;\n    --hhh-green-dark: #0f3127;\n    --hhh-mint: #7ff0d2;\n    --hhh-orange: #ee6f2d;\n    --hhh-orange-dark: #c9551f;\n\n    width: min(1120px, calc(100% - 32px));\n    margin: 0 auto 34px;\n    border-radius: 30px;\n    background:\n      radial-gradient(circle at top right, rgba(127,240,210,.18), transparent 36%),\n      radial-gradient(circle at bottom left, rgba(238,111,45,.14), transparent 34%),\n      linear-gradient(135deg, var(--hhh-green), var(--hhh-green-dark));\n    color: #fff;\n    box-shadow: 0 22px 58px rgba(22,35,29,.18);\n    overflow: visible;\n  }\n\n  .hhh-trails-filter-inner {\n    padding: clamp(24px, 3.2vw, 38px);\n    border-radius: 30px;\n    background:\n      linear-gradient(135deg, rgba(255,255,255,.07), transparent 35%),\n      repeating-linear-gradient(\n        135deg,\n        rgba(255,255,255,.045) 0,\n        rgba(255,255,255,.045) 1px,\n        transparent 1px,\n        transparent 14px\n      );\n  }\n\n  .hhh-trails-filter-heading {\n    margin-bottom: 24px;\n  }\n\n  .hhh-trails-filter-kicker {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--hhh-mint);\n    font-size: 13px;\n    font-weight: 950;\n    letter-spacing: .15em;\n    text-transform: uppercase;\n    line-height: 1;\n  }\n\n  .hhh-trails-filter-title {\n    margin: 0;\n    color: #fff;\n    font-size: clamp(38px, 4.8vw, 62px);\n    line-height: .95;\n    letter-spacing: -2px;\n    font-weight: 950;\n  }\n\n  .hhh-trails-filter-subtitle {\n    max-width: 820px;\n    margin: 16px 0 0;\n    color: rgba(255,255,255,.76);\n    font-size: clamp(16px, 1.55vw, 20px);\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .hhh-trails-search-row {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 14px;\n    align-items: stretch;\n    margin-bottom: 22px;\n  }\n\n  .hhh-trails-search-input-wrap {\n    min-height: 58px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    border-radius: 999px;\n    background: #fff;\n    padding: 0 18px;\n    box-shadow: 0 14px 34px rgba(0,0,0,.14);\n  }\n\n  .hhh-trails-search-icon {\n    width: 22px;\n    height: 22px;\n    color: var(--hhh-orange);\n    flex: 0 0 22px;\n  }\n\n  .hhh-trails-search-icon svg {\n    width: 22px;\n    height: 22px;\n    display: block;\n  }\n\n  .hhh-trails-filter-card #hhh-search-text {\n    width: 100% !important;\n    min-width: 0 !important;\n    height: auto !important;\n    min-height: 0 !important;\n    border: 0 !important;\n    outline: 0 !important;\n    background: transparent !important;\n    color: var(--hhh-text) !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    box-shadow: none !important;\n    font-family: inherit !important;\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    line-height: 1.2 !important;\n  }\n\n  .hhh-trails-filter-card #hhh-search-text::placeholder {\n    color: rgba(22,35,29,.46);\n    opacity: 1;\n  }\n\n  .hhh-trails-filter-card #hhh-search-button {\n    min-height: 58px !important;\n    border: 0 !important;\n    border-radius: 999px !important;\n    background: var(--hhh-orange) !important;\n    color: #fff !important;\n    padding: 0 28px !important;\n    font-family: inherit !important;\n    font-size: 15px !important;\n    font-weight: 950 !important;\n    letter-spacing: .04em !important;\n    text-transform: uppercase !important;\n    cursor: pointer !important;\n    box-shadow: 0 16px 34px rgba(238,111,45,.26) !important;\n  }\n\n  .hhh-trails-filter-card #hhh-search-button:hover {\n    background: var(--hhh-orange-dark) !important;\n  }\n\n  .hhh-trails-filter-row {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 14px;\n    align-items: end;\n  }\n\n  .hhh-trails-filter-field {\n    min-width: 0;\n  }\n\n  .hhh-trails-filter-field label {\n    display: block;\n    margin: 0 0 8px;\n    color: rgba(255,255,255,.66);\n    font-size: 11px;\n    font-weight: 950;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    line-height: 1;\n  }\n\n  .hhh-trails-select-wrap {\n    position: relative;\n    width: 100%;\n    height: 50px;\n    overflow: visible;\n  }\n\n  .hhh-trails-filter-card select {\n    width: 100% !important;\n    height: 50px !important;\n    min-height: 50px !important;\n    max-height: 50px !important;\n    display: block !important;\n\n    -webkit-appearance: none !important;\n    appearance: none !important;\n\n    border: 1px solid rgba(22,35,29,.14) !important;\n    border-radius: 999px !important;\n    background: #ffffff !important;\n    color: var(--hhh-text) !important;\n\n    padding: 0 42px 0 16px !important;\n    margin: 0 !important;\n\n    font-family: inherit !important;\n    font-size: 15px !important;\n    font-weight: 900 !important;\n    line-height: 1.2 !important;\n\n    box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;\n    outline: none !important;\n    cursor: pointer !important;\n    text-overflow: ellipsis !important;\n  }\n\n  .hhh-trails-filter-card select:hover,\n  .hhh-trails-filter-card select:focus {\n    border-color: rgba(238,111,45,.74) !important;\n    box-shadow: 0 0 0 3px rgba(238,111,45,.14), 0 12px 26px rgba(0,0,0,.13) !important;\n  }\n\n  .hhh-trails-filter-card select option {\n    color: var(--hhh-text) !important;\n    background: #fff !important;\n    font-weight: 700 !important;\n  }\n\n  .hhh-trails-select-wrap::after {\n    content: \"\";\n    position: absolute;\n    right: 17px;\n    top: 50%;\n    width: 8px;\n    height: 8px;\n    border-right: 2px solid var(--hhh-mint);\n    border-bottom: 2px solid var(--hhh-mint);\n    transform: translateY(-65%) rotate(45deg);\n    pointer-events: none;\n  }\n\n  @media (max-width: 980px) {\n    .hhh-trails-filter-row {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 720px) {\n    .hhh-trails-filter-card {\n      width: min(100% - 24px, 1120px);\n      border-radius: 26px;\n      margin-bottom: 26px;\n    }\n\n    .hhh-trails-filter-inner {\n      padding: 22px;\n      border-radius: 26px;\n    }\n\n    .hhh-trails-search-row {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .hhh-trails-filter-card #hhh-search-button {\n      width: 100% !important;\n    }\n\n    .hhh-trails-filter-row {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n  }\n\n  @media (max-width: 460px) {\n    .hhh-trails-filter-row {\n      grid-template-columns: 1fr;\n    }\n\n    .hhh-trails-filter-title {\n      font-size: 38px;\n    }\n  }\n\n\/* ==========================================\n   MOBILE COMPACT FIX FOR TRAILS FILTER\n   Add this at the very bottom of the style block\n========================================== *\/\n\n@media (max-width: 720px) {\n  #hhhTrailsFilters {\n    width: calc(100% - 24px) !important;\n    margin: 0 auto 24px !important;\n    border-radius: 24px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-inner {\n    padding: 26px 18px 22px !important;\n    border-radius: 24px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-heading {\n    margin-bottom: 20px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-kicker {\n    font-size: 11px !important;\n    letter-spacing: .16em !important;\n    margin-bottom: 10px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-title {\n    font-size: 43px !important;\n    line-height: .94 !important;\n    letter-spacing: -1.8px !important;\n    max-width: 310px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-subtitle {\n    margin-top: 16px !important;\n    font-size: 17px !important;\n    line-height: 1.45 !important;\n    max-width: 310px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-search-row {\n    display: grid !important;\n    grid-template-columns: 1fr !important;\n    gap: 10px !important;\n    margin-bottom: 20px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-search-input-wrap {\n    min-height: 54px !important;\n    height: 54px !important;\n    padding: 0 16px !important;\n    gap: 10px !important;\n    border-radius: 999px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-search-icon,\n  #hhhTrailsFilters .hhh-trails-search-icon svg {\n    width: 20px !important;\n    height: 20px !important;\n    flex: 0 0 20px !important;\n  }\n\n  #hhhTrailsFilters #hhh-search-text {\n    font-size: 15px !important;\n    font-weight: 800 !important;\n  }\n\n  #hhhTrailsFilters #hhh-search-button {\n    min-height: 54px !important;\n    height: 54px !important;\n    width: 100% !important;\n    font-size: 14px !important;\n    border-radius: 999px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-row {\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 12px !important;\n    align-items: end !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-field {\n    min-width: 0 !important;\n    width: 100% !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-filter-field label {\n    font-size: 10px !important;\n    letter-spacing: .13em !important;\n    margin: 0 0 7px !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-select-wrap {\n    height: 48px !important;\n    width: 100% !important;\n  }\n\n  #hhhTrailsFilters select {\n    height: 48px !important;\n    min-height: 48px !important;\n    max-height: 48px !important;\n    width: 100% !important;\n    font-size: 14px !important;\n    font-weight: 900 !important;\n    padding: 0 34px 0 14px !important;\n    border-radius: 999px !important;\n    line-height: 1.1 !important;\n  }\n\n  #hhhTrailsFilters .hhh-trails-select-wrap::after {\n    right: 15px !important;\n    width: 7px !important;\n    height: 7px !important;\n  }\n}\n\n\/* Only go one-column on very tiny phones *\/\n@media (max-width: 350px) {\n  #hhhTrailsFilters .hhh-trails-filter-row {\n    grid-template-columns: 1fr !important;\n  }\n}\n<\/style>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    const root = document.getElementById('hhhTrailsFilters');\n    if (!root) return;\n\n    const path = window.location.pathname || '';\n    const isSpanish = path === '\/es' || path.indexOf('\/es\/') === 0;\n    const lang = isSpanish ? 'es' : 'en';\n\n    root.querySelectorAll('[data-en][data-es]').forEach(function (el) {\n      const value = el.getAttribute('data-' + lang);\n      if (value) el.textContent = value;\n    });\n\n    root.querySelectorAll('[data-placeholder-en][data-placeholder-es]').forEach(function (el) {\n      const value = el.getAttribute('data-placeholder-' + lang);\n      if (value) el.setAttribute('placeholder', value);\n    });\n  });\n<\/script>\n\n\n\n\t<div class=\"hhh-submit-trail-widget\">\n\n\t\t\n\t\t\n\t\t<button type=\"button\" class=\"hhh-submit-open-btn\" id=\"hhhOpenTrailSubmit\">\n\t\t\tSube tu propia ruta\n\t\t<\/button>\n\n\t\t<div class=\"hhh-submit-modal\" id=\"hhhTrailSubmitModal\" aria-hidden=\"true\">\n\t\t\t<div class=\"hhh-submit-modal-backdrop\" id=\"hhhCloseTrailSubmitBackdrop\"><\/div>\n\n\t\t\t<div class=\"hhh-submit-modal-card\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"hhhSubmitTrailTitle\">\n\n\t\t\t\t<button type=\"button\" class=\"hhh-submit-close\" id=\"hhhCloseTrailSubmit\" aria-label=\"Close trail submission form\">\n\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t<\/button>\n\n\t\t\t\t<div class=\"hhh-submit-modal-header\">\n\t\t\t\t\t<p class=\"hhh-submit-eyebrow\">Rutas de la comunidad<\/p>\n\t\t\t\t\t<h2 id=\"hhhSubmitTrailTitle\">Sube tu propia ruta<\/h2>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tEnv\u00eda una ruta para revisi\u00f3n. Si se aprueba, podr\u00e1 aparecer en la p\u00e1gina de rutas de HHH.\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\t<div class=\"hhh-submit-login-box\">\n\t\t\t\t\t\t<h3>Necesitas una cuenta para subir una ruta.<\/h3>\n\t\t\t\t\t\t<p>Inicia sesi\u00f3n o crea una cuenta en la p\u00e1gina de cuenta de HHH. Despu\u00e9s de iniciar sesi\u00f3n, regresa aqu\u00ed y abre este formulario otra vez.<\/p>\n\n\t\t\t\t\t\t<div class=\"hhh-submit-login-actions\">\n\t\t\t\t\t\t\t<a class=\"hhh-submit-login-btn\" href=\"https:\/\/henryhateshiking.com\/es\/account\/?redirect_to=https%3A%2F%2Fhenryhateshiking.com%2Fes%2Ftrails%2F\">\n\t\t\t\t\t\t\t\tIniciar sesi\u00f3n\n\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t<a class=\"hhh-submit-register-btn\" href=\"https:\/\/henryhateshiking.com\/es\/account\/?redirect_to=https%3A%2F%2Fhenryhateshiking.com%2Fes%2Ftrails%2F\">\n\t\t\t\t\t\t\t\tCrear cuenta\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<style>\n\t\t.hhh-submit-trail-widget {\n\t\t\twidth: 100%;\n\t\t\tmargin: 18px 0 24px;\n\t\t\ttext-align: center;\n\t\t\tfont-family: inherit;\n\t\t}\n\n\t\t.hhh-submit-open-btn {\n\t\t\tdisplay: inline-flex;\n\t\t\talign-items: center;\n\t\t\tjustify-content: center;\n\t\t\tborder: none;\n\t\t\tborder-radius: 999px;\n\t\t\tpadding: 13px 22px;\n\t\t\tbackground: #14532d;\n\t\t\tcolor: #ffffff;\n\t\t\tfont-weight: 800;\n\t\t\tfont-size: 15px;\n\t\t\tcursor: pointer;\n\t\t\tbox-shadow: 0 10px 24px rgba(20, 83, 45, 0.18);\n\t\t\ttransition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;\n\t\t}\n\n\t\t.hhh-submit-open-btn:hover {\n\t\t\tbackground: #166534;\n\t\t\ttransform: translateY(-1px);\n\t\t\tbox-shadow: 0 14px 30px rgba(20, 83, 45, 0.24);\n\t\t}\n\n\t\t.hhh-submit-alert {\n\t\t\tmax-width: 820px;\n\t\t\tmargin: 0 auto 14px;\n\t\t\tborder-radius: 16px;\n\t\t\tpadding: 14px 16px;\n\t\t\ttext-align: left;\n\t\t\tfont-size: 14px;\n\t\t\tline-height: 1.45;\n\t\t}\n\n\t\t.hhh-submit-success {\n\t\t\tbackground: #ecfdf5;\n\t\t\tcolor: #064e3b;\n\t\t\tborder: 1px solid #bbf7d0;\n\t\t}\n\n\t\t.hhh-submit-error {\n\t\t\tbackground: #fef2f2;\n\t\t\tcolor: #7f1d1d;\n\t\t\tborder: 1px solid #fecaca;\n\t\t}\n\n\t\t.hhh-submit-modal {\n\t\t\tdisplay: none;\n\t\t\tposition: fixed;\n\t\t\tinset: 0;\n\t\t\tz-index: 999999;\n\t\t}\n\n\t\t.hhh-submit-modal.is-open {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.hhh-submit-modal-backdrop {\n\t\t\tposition: absolute;\n\t\t\tinset: 0;\n\t\t\tbackground: rgba(0, 0, 0, 0.58);\n\t\t}\n\n\t\t.hhh-submit-modal-card {\n\t\t\tposition: relative;\n\t\t\tz-index: 2;\n\t\t\twidth: min(920px, calc(100% - 24px));\n\t\t\tmax-height: calc(100vh - 36px);\n\t\t\toverflow-y: auto;\n\t\t\tmargin: 18px auto;\n\t\t\tbackground: #ffffff;\n\t\t\tborder-radius: 24px;\n\t\t\tpadding: 24px;\n\t\t\ttext-align: left;\n\t\t\tbox-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);\n\t\t}\n\n\t\t.hhh-submit-modal-card .hhh-submit-close {\n\t\t\tposition: absolute !important;\n\t\t\ttop: 20px !important;\n\t\t\tright: 20px !important;\n\t\t\twidth: 44px !important;\n\t\t\theight: 44px !important;\n\t\t\tmin-width: 44px !important;\n\t\t\tmax-width: 44px !important;\n\t\t\tmin-height: 44px !important;\n\t\t\tmax-height: 44px !important;\n\t\t\tpadding: 0 !important;\n\t\t\tmargin: 0 !important;\n\t\t\tdisplay: flex !important;\n\t\t\talign-items: center !important;\n\t\t\tjustify-content: center !important;\n\t\t\tborder-radius: 999px !important;\n\t\t\tborder: 1px solid #e5e7eb !important;\n\t\t\tbackground: #ffffff !important;\n\t\t\tcolor: #111827 !important;\n\t\t\tbox-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;\n\t\t\tcursor: pointer !important;\n\t\t\tz-index: 20 !important;\n\t\t\tappearance: none !important;\n\t\t\t-webkit-appearance: none !important;\n\t\t\tline-height: 1 !important;\n\t\t\tfont-family: Arial, sans-serif !important;\n\t\t}\n\n\t\t.hhh-submit-modal-card .hhh-submit-close span {\n\t\t\tdisplay: block !important;\n\t\t\tfont-size: 32px !important;\n\t\t\tfont-weight: 300 !important;\n\t\t\tline-height: 38px !important;\n\t\t\ttransform: translateY(-1px);\n\t\t}\n\n\t\t.hhh-submit-modal-card .hhh-submit-close:hover {\n\t\t\tbackground: #f3f4f6 !important;\n\t\t\ttransform: none !important;\n\t\t}\n\n\t\t.hhh-submit-modal-header {\n\t\t\tmargin-bottom: 20px;\n\t\t\tpadding-right: 72px;\n\t\t}\n\n\t\t.hhh-submit-eyebrow {\n\t\t\tmargin: 0 0 6px;\n\t\t\ttext-transform: uppercase;\n\t\t\tletter-spacing: 0.08em;\n\t\t\tfont-size: 12px;\n\t\t\tfont-weight: 900;\n\t\t\tcolor: #166534;\n\t\t}\n\n\t\t.hhh-submit-modal-header h2 {\n\t\t\tmargin: 0 0 8px;\n\t\t\tfont-size: clamp(26px, 4vw, 38px);\n\t\t\tline-height: 1.05;\n\t\t\tcolor: #111827;\n\t\t}\n\n\t\t.hhh-submit-modal-header p {\n\t\t\tmargin: 0;\n\t\t\tcolor: #4b5563;\n\t\t\tfont-size: 15px;\n\t\t\tline-height: 1.5;\n\t\t}\n\n\t\t.hhh-submit-form {\n\t\t\tdisplay: grid;\n\t\t\tgap: 18px;\n\t\t}\n\n\t\t.hhh-form-section {\n\t\t\tborder: 1px solid #e5e7eb;\n\t\t\tborder-radius: 20px;\n\t\t\tpadding: 18px;\n\t\t\tbackground: #f9fafb;\n\t\t}\n\n\t\t.hhh-form-section h3 {\n\t\t\tmargin: 0 0 14px;\n\t\t\tfont-size: 18px;\n\t\t\tcolor: #111827;\n\t\t}\n\n\t\t.hhh-form-section label {\n\t\t\tdisplay: grid;\n\t\t\tgap: 7px;\n\t\t\tmargin-bottom: 13px;\n\t\t\tfont-size: 13px;\n\t\t\tfont-weight: 800;\n\t\t\tcolor: #111827;\n\t\t}\n\n\t\t.hhh-form-section input,\n\t\t.hhh-form-section select,\n\t\t.hhh-form-section textarea {\n\t\t\twidth: 100%;\n\t\t\tborder: 1px solid #d1d5db;\n\t\t\tborder-radius: 14px;\n\t\t\tpadding: 12px 13px;\n\t\t\tbackground: #ffffff;\n\t\t\tcolor: #111827;\n\t\t\tfont-size: 15px;\n\t\t\tfont-family: inherit;\n\t\t\toutline: none;\n\t\t\tbox-sizing: border-box;\n\t\t}\n\n\t\t.hhh-form-section input:focus,\n\t\t.hhh-form-section select:focus,\n\t\t.hhh-form-section textarea:focus {\n\t\t\tborder-color: #166534;\n\t\t\tbox-shadow: 0 0 0 3px rgba(22, 101, 52, 0.12);\n\t\t}\n\n\t\t.hhh-form-grid {\n\t\t\tdisplay: grid;\n\t\t\tgrid-template-columns: repeat(3, minmax(0, 1fr));\n\t\t\tgap: 12px;\n\t\t}\n\n\t\t.hhh-form-note {\n\t\t\tmargin: -4px 0 14px;\n\t\t\tcolor: #6b7280;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 1.45;\n\t\t}\n\n\t\t.hhh-client-error {\n\t\t\tdisplay: none;\n\t\t\tmargin: 0 0 14px;\n\t\t\tborder-radius: 14px;\n\t\t\tpadding: 12px 13px;\n\t\t\tbackground: #fef2f2;\n\t\t\tcolor: #7f1d1d;\n\t\t\tborder: 1px solid #fecaca;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 1.4;\n\t\t}\n\n\t\t.hhh-client-status {\n\t\t\tdisplay: none;\n\t\t\tmargin: 0 0 14px;\n\t\t\tborder-radius: 14px;\n\t\t\tpadding: 12px 13px;\n\t\t\tbackground: #ecfdf5;\n\t\t\tcolor: #064e3b;\n\t\t\tborder: 1px solid #bbf7d0;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 1.4;\n\t\t}\n\n\t\t.hhh-submit-disclaimer {\n\t\t\tborder-radius: 16px;\n\t\t\tbackground: #fffbeb;\n\t\t\tborder: 1px solid #fde68a;\n\t\t\tcolor: #78350f;\n\t\t\tpadding: 13px 15px;\n\t\t\tfont-size: 13px;\n\t\t\tline-height: 1.45;\n\t\t}\n\n\t\t.hhh-submit-final-btn {\n\t\t\twidth: 100%;\n\t\t\tborder: none;\n\t\t\tborder-radius: 16px;\n\t\t\tbackground: #111827;\n\t\t\tcolor: #ffffff;\n\t\t\tpadding: 15px 18px;\n\t\t\tfont-weight: 900;\n\t\t\tfont-size: 16px;\n\t\t\tcursor: pointer;\n\t\t}\n\n\t\t.hhh-submit-final-btn:hover {\n\t\t\tbackground: #000000;\n\t\t}\n\n\t\t.hhh-submit-final-btn:disabled {\n\t\t\topacity: 0.7;\n\t\t\tcursor: not-allowed;\n\t\t}\n\n\t\t.hhh-submit-login-box {\n\t\t\tborder: 1px solid #e5e7eb;\n\t\t\tborder-radius: 20px;\n\t\t\tbackground: #f9fafb;\n\t\t\tpadding: 20px;\n\t\t}\n\n\t\t.hhh-submit-login-box h3 {\n\t\t\tmargin: 0 0 8px;\n\t\t\tcolor: #111827;\n\t\t}\n\n\t\t.hhh-submit-login-box p {\n\t\t\tmargin: 0 0 16px;\n\t\t\tcolor: #4b5563;\n\t\t}\n\n\t\t.hhh-submit-login-actions {\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tgap: 10px;\n\t\t}\n\n\t\t.hhh-submit-login-btn,\n\t\t.hhh-submit-register-btn {\n\t\t\tdisplay: inline-flex;\n\t\t\tjustify-content: center;\n\t\t\talign-items: center;\n\t\t\tborder-radius: 999px;\n\t\t\tpadding: 11px 16px;\n\t\t\tfont-weight: 900;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\t.hhh-submit-login-btn {\n\t\t\tbackground: #14532d;\n\t\t\tcolor: #ffffff;\n\t\t}\n\n\t\t.hhh-submit-register-btn {\n\t\t\tbackground: #ffffff;\n\t\t\tcolor: #111827;\n\t\t\tborder: 1px solid #d1d5db;\n\t\t}\n\n\t\t.hhh-honeypot {\n\t\t\tposition: absolute !important;\n\t\t\tleft: -9999px !important;\n\t\t\twidth: 1px !important;\n\t\t\theight: 1px !important;\n\t\t\topacity: 0 !important;\n\t\t\tpointer-events: none !important;\n\t\t}\n\n\t\tbody.hhh-submit-modal-open {\n\t\t\toverflow: hidden;\n\t\t}\n\n\t\t@media (max-width: 720px) {\n\t\t\t.hhh-submit-modal-card {\n\t\t\t\twidth: calc(100% - 16px);\n\t\t\t\tmax-height: calc(100vh - 16px);\n\t\t\t\tmargin: 8px auto;\n\t\t\t\tborder-radius: 20px;\n\t\t\t\tpadding: 18px;\n\t\t\t}\n\n\t\t\t.hhh-submit-modal-card .hhh-submit-close {\n\t\t\t\ttop: 14px !important;\n\t\t\t\tright: 14px !important;\n\t\t\t\twidth: 40px !important;\n\t\t\t\theight: 40px !important;\n\t\t\t\tmin-width: 40px !important;\n\t\t\t\tmax-width: 40px !important;\n\t\t\t}\n\n\t\t\t.hhh-submit-modal-card .hhh-submit-close span {\n\t\t\t\tfont-size: 30px !important;\n\t\t\t\tline-height: 34px !important;\n\t\t\t}\n\n\t\t\t.hhh-submit-modal-header {\n\t\t\t\tpadding-right: 54px;\n\t\t\t}\n\n\t\t\t.hhh-form-grid {\n\t\t\t\tgrid-template-columns: 1fr;\n\t\t\t}\n\n\t\t\t.hhh-submit-open-btn {\n\t\t\t\twidth: 100%;\n\t\t\t\tmax-width: 420px;\n\t\t\t}\n\t\t}\n\t<\/style>\n\n\t<script>\n\t\tdocument.addEventListener('DOMContentLoaded', function () {\n\t\t\tconst openBtn = document.getElementById('hhhOpenTrailSubmit');\n\t\t\tconst modal = document.getElementById('hhhTrailSubmitModal');\n\t\t\tconst closeBtn = document.getElementById('hhhCloseTrailSubmit');\n\t\t\tconst backdrop = document.getElementById('hhhCloseTrailSubmitBackdrop');\n\t\t\tconst submitForm = document.querySelector('.hhh-submit-form');\n\t\t\tconst clientError = document.getElementById('hhhClientUploadError');\n\t\t\tconst clientStatus = document.getElementById('hhhClientUploadStatus');\n\n\t\t\tconst serverMaxBytes = 4 * 1024 * 1024;\n\t\t\tconst originalMaxBytes = 25 * 1024 * 1024;\n\t\t\tconst allowedTypes = ['image\/jpeg', 'image\/png', 'image\/webp'];\n\n\t\t\tif (!openBtn || !modal) return;\n\n\t\t\tfunction openModal() {\n\t\t\t\tmodal.classList.add('is-open');\n\t\t\t\tmodal.setAttribute('aria-hidden', 'false');\n\t\t\t\tdocument.body.classList.add('hhh-submit-modal-open');\n\t\t\t}\n\n\t\t\tfunction closeModal() {\n\t\t\t\tmodal.classList.remove('is-open');\n\t\t\t\tmodal.setAttribute('aria-hidden', 'true');\n\t\t\t\tdocument.body.classList.remove('hhh-submit-modal-open');\n\t\t\t}\n\n\t\t\tfunction showClientError(message) {\n\t\t\t\tif (!clientError) return;\n\t\t\t\tclientError.style.display = 'block';\n\t\t\t\tclientError.textContent = message;\n\t\t\t}\n\n\t\t\tfunction clearClientError() {\n\t\t\t\tif (!clientError) return;\n\t\t\t\tclientError.style.display = 'none';\n\t\t\t\tclientError.textContent = '';\n\t\t\t}\n\n\t\t\tfunction showClientStatus(message) {\n\t\t\t\tif (!clientStatus) return;\n\t\t\t\tclientStatus.style.display = 'block';\n\t\t\t\tclientStatus.textContent = message;\n\t\t\t}\n\n\t\t\tfunction clearClientStatus() {\n\t\t\t\tif (!clientStatus) return;\n\t\t\t\tclientStatus.style.display = 'none';\n\t\t\t\tclientStatus.textContent = '';\n\t\t\t}\n\n\t\t\tfunction readFileAsDataURL(file) {\n\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\tconst reader = new FileReader();\n\n\t\t\t\t\treader.onload = function () {\n\t\t\t\t\t\tresolve(reader.result);\n\t\t\t\t\t};\n\n\t\t\t\t\treader.onerror = function () {\n\t\t\t\t\t\treject(new Error('No se pudo leer una de las fotos.'));\n\t\t\t\t\t};\n\n\t\t\t\t\treader.readAsDataURL(file);\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tfunction loadImage(src) {\n\t\t\t\treturn new Promise(function (resolve, reject) {\n\t\t\t\t\tconst img = new Image();\n\n\t\t\t\t\timg.onload = function () {\n\t\t\t\t\t\tresolve(img);\n\t\t\t\t\t};\n\n\t\t\t\t\timg.onerror = function () {\n\t\t\t\t\t\treject(new Error('No se pudo procesar una de las fotos.'));\n\t\t\t\t\t};\n\n\t\t\t\t\timg.src = src;\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tfunction canvasToBlob(canvas, type, quality) {\n\t\t\t\treturn new Promise(function (resolve) {\n\t\t\t\t\tcanvas.toBlob(function (blob) {\n\t\t\t\t\t\tresolve(blob);\n\t\t\t\t\t}, type, quality);\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tasync function compressImage(file, maxDimension, quality) {\n\t\t\t\tconst dataUrl = await readFileAsDataURL(file);\n\t\t\t\tconst img = await loadImage(dataUrl);\n\n\t\t\t\tlet width = img.width;\n\t\t\t\tlet height = img.height;\n\n\t\t\t\tif (width > height && width > maxDimension) {\n\t\t\t\t\theight = Math.round(height * (maxDimension \/ width));\n\t\t\t\t\twidth = maxDimension;\n\t\t\t\t} else if (height > maxDimension) {\n\t\t\t\t\twidth = Math.round(width * (maxDimension \/ height));\n\t\t\t\t\theight = maxDimension;\n\t\t\t\t}\n\n\t\t\t\tconst canvas = document.createElement('canvas');\n\t\t\t\tcanvas.width = width;\n\t\t\t\tcanvas.height = height;\n\n\t\t\t\tconst ctx = canvas.getContext('2d');\n\n\t\t\t\tctx.fillStyle = '#ffffff';\n\t\t\t\tctx.fillRect(0, 0, width, height);\n\t\t\t\tctx.drawImage(img, 0, 0, width, height);\n\n\t\t\t\tconst blob = await canvasToBlob(canvas, 'image\/jpeg', quality);\n\n\t\t\t\tif (!blob) {\n\t\t\t\t\tthrow new Error('No se pudo reducir una de las fotos.');\n\t\t\t\t}\n\n\t\t\t\treturn blob;\n\t\t\t}\n\n\t\t\tasync function prepareImageInput(input, index) {\n\t\t\t\tif (!input || !input.files || !input.files[0]) return;\n\n\t\t\t\tconst file = input.files[0];\n\n\t\t\t\tif (!allowedTypes.includes(file.type)) {\n\t\t\t\t\tthrow new Error('Foto ' + index + ' debe ser JPG, PNG o WebP.');\n\t\t\t\t}\n\n\t\t\t\tif (file.size > originalMaxBytes) {\n\t\t\t\t\tthrow new Error('Foto ' + index + ' es demasiado grande. Elige una foto m\u00e1s peque\u00f1a.');\n\t\t\t\t}\n\n\t\t\t\tlet finalBlob = file;\n\n\t\t\t\tif (file.size > 1200000) {\n\t\t\t\t\tconst attempts = [\n\t\t\t\t\t\t{ maxDimension: 1800, quality: 0.74 },\n\t\t\t\t\t\t{ maxDimension: 1400, quality: 0.68 },\n\t\t\t\t\t\t{ maxDimension: 1100, quality: 0.62 }\n\t\t\t\t\t];\n\n\t\t\t\t\tfor (const attempt of attempts) {\n\t\t\t\t\t\tconst compressedBlob = await compressImage(file, attempt.maxDimension, attempt.quality);\n\n\t\t\t\t\t\tif (compressedBlob && compressedBlob.size < finalBlob.size) {\n\t\t\t\t\t\t\tfinalBlob = compressedBlob;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (finalBlob.size <= serverMaxBytes) {\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (finalBlob.size > serverMaxBytes) {\n\t\t\t\t\tthrow new Error('Foto ' + index + ' sigue siendo demasiado grande despu\u00e9s de reducirse. Intenta con una imagen m\u00e1s peque\u00f1a.');\n\t\t\t\t}\n\n\t\t\t\tif (finalBlob !== file) {\n\t\t\t\t\tif (typeof DataTransfer === 'undefined') {\n\t\t\t\t\t\tthrow new Error('No se pudo reducir una de las fotos.');\n\t\t\t\t\t}\n\n\t\t\t\t\tconst newName = file.name.replace(\/\\.[^\/.]+$\/, '') + '-hhh.jpg';\n\t\t\t\t\tconst newFile = new File([finalBlob], newName, { type: 'image\/jpeg' });\n\n\t\t\t\t\tconst dataTransfer = new DataTransfer();\n\t\t\t\t\tdataTransfer.items.add(newFile);\n\t\t\t\t\tinput.files = dataTransfer.files;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tasync function prepareAllImages() {\n\t\t\t\tconst imageInputs = document.querySelectorAll('.hhh-photo-input');\n\t\t\t\tlet count = 0;\n\n\t\t\t\timageInputs.forEach(function (input) {\n\t\t\t\t\tif (input.files && input.files[0]) {\n\t\t\t\t\t\tcount++;\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tif (count !== 3) {\n\t\t\t\t\tthrow new Error('Por favor sube exactamente 3 fotos.');\n\t\t\t\t}\n\n\t\t\t\tshowClientStatus('Preparando fotos. Las im\u00e1genes grandes se est\u00e1n reduciendo antes de subirse...');\n\n\t\t\t\tfor (let i = 0; i < imageInputs.length; i++) {\n\t\t\t\t\tawait prepareImageInput(imageInputs[i], i + 1);\n\t\t\t\t}\n\n\t\t\t\tshowClientStatus('Fotos listas. Enviando ruta...');\n\t\t\t}\n\n\t\t\topenBtn.addEventListener('click', openModal);\n\n\t\t\tif (closeBtn) {\n\t\t\t\tcloseBtn.addEventListener('click', closeModal);\n\t\t\t}\n\n\t\t\tif (backdrop) {\n\t\t\t\tbackdrop.addEventListener('click', closeModal);\n\t\t\t}\n\n\t\t\tdocument.addEventListener('keydown', function (event) {\n\t\t\t\tif (event.key === 'Escape') {\n\t\t\t\t\tcloseModal();\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tif (submitForm) {\n\t\t\t\tsubmitForm.addEventListener('submit', async function (event) {\n\t\t\t\t\tif (submitForm.dataset.readyToSubmit === '1') {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tevent.preventDefault();\n\n\t\t\t\t\tclearClientError();\n\t\t\t\t\tclearClientStatus();\n\n\t\t\t\t\tconst submitBtn = submitForm.querySelector('.hhh-submit-final-btn');\n\n\t\t\t\t\tif (submitBtn) {\n\t\t\t\t\t\tsubmitBtn.disabled = true;\n\t\t\t\t\t\tsubmitBtn.textContent = 'Preparando fotos...';\n\t\t\t\t\t}\n\n\t\t\t\t\ttry {\n\t\t\t\t\t\tawait prepareAllImages();\n\n\t\t\t\t\t\tif (submitBtn) {\n\t\t\t\t\t\t\tsubmitBtn.textContent = 'Enviando ruta...';\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tsubmitForm.dataset.readyToSubmit = '1';\n\t\t\t\t\t\tsubmitForm.submit();\n\t\t\t\t\t} catch (error) {\n\t\t\t\t\t\tif (submitBtn) {\n\t\t\t\t\t\t\tsubmitBtn.disabled = false;\n\t\t\t\t\t\t\tsubmitBtn.textContent = 'Enviar ruta para revisi\u00f3n';\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tshowClientError(error.message || 'Hubo un problema con una de las fotos.');\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t<\/script>\n\n\t\n\n\n\n  <div id=\"hhh-trails-grid\">\n\n    \n        <article\n          id=\"trail-2946\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"calabace\u00f1as  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"san pedro garza garcia, nuevo leon, mexico\"\n          data-search=\"calabace\u00f1as  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   san pedro garza garcia, nuevo leon, mexico a very scenic, calm route. you need to know someone who can let you into the private neighborhood to get to the trailhead.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"5\"\n          data-elevation=\"577\"\n          data-time=\"3\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Calabace&ntilde;as  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-1763410886837896252580264548652.jpg\"\n                 style=\"background-position: 50% 50%; background-image: url(&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-1763410886837896252580264548652.jpg&#039;);\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Calabace\u00f1as\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">San Pedro Garza Garcia, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 5 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 577 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 3 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta muy esc\u00e9nica y tranquila. Necesitas conocer a alguien que te permita entrar a la colonia privada para poder llegar al inicio del hike. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2946\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2865\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"ca\u00f1\u00f3n de la virgen  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"santiago, nuevo leon, mexico\"\n          data-search=\"ca\u00f1\u00f3n de la virgen  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   santiago, nuevo leon, mexico a canyon scramble where you hop between giant rocks, climb the river bed, and get rewarded with a secret waterfall.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"11.48\"\n          data-elevation=\"360\"\n          data-time=\"5.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Ca&ntilde;&oacute;n de la Virgen  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632396689231495664098864355994.jpg\"\n                 style=\"background-position: 50% 55%; background-image: url(&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632396689231495664098864355994.jpg&#039;);\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Ca\u00f1\u00f3n de la Virgen\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Santiago, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 11.48 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 360 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 5.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Un recorrido por un ca\u00f1\u00f3n donde saltas entre rocas gigantes, avanzas por el lecho del r\u00edo y terminas con la recompensa de una cascada secreta. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2865\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4257\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"ca\u00f1\u00f3n el mandarin  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"allende, nuevo leon, mexico\"\n          data-search=\"ca\u00f1\u00f3n el mandarin  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   allende, nuevo leon, mexico a short but intense canyon route with crystal-clear pools, waterfalls, downclimbs, water jumps, and rugged river walking.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"6.14\"\n          data-elevation=\"1064\"\n          data-time=\"5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Ca&ntilde;&oacute;n El Mandarin  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-21-at-6.44.21-AM.png\"\n                 style=\"background-position: 50% 50%; background-image: url(&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-21-at-6.44.21-AM.png&#039;);\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Ca\u00f1\u00f3n El Mandarin\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Allende, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 6.14 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1064 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Ruta corta pero intensa de ca\u00f1\u00f3n con pozas cristalinas, cascadas, destrepes, saltos al agua y caminata por r\u00edo. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4257\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-3759\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"casa dr. aguirre peque\u00f1o  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"la huasteca, santa catarina, nuevo leon, mexico\"\n          data-search=\"casa dr. aguirre peque\u00f1o  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   la huasteca, santa catarina, nuevo leon, mexico an abandoned house built into the side of the cliff. this place is super fun if you like exploring abandoned and historic places.   easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"3.5\"\n          data-elevation=\"80\"\n          data-time=\"2\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Casa Dr. Aguirre Peque&ntilde;o  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/02\/Screenshot_20260211_111725_Gallery.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Casa Dr. Aguirre Peque\u00f1o\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">La Huasteca, Santa Catarina, Nuevo Leon, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 3.5 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 80 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 2 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una casa abandonada construida en la ladera del acantilado. Este lugar es incre\u00edble si te gusta explorar sitios abandonados e hist\u00f3ricos.  <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"3759\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2864\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cascada del chipit\u00edn  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"potrero redondo, santiago, nuevo le\u00f3n, mexico\"\n          data-search=\"cascada del chipit\u00edn  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   potrero redondo, santiago, nuevo le\u00f3n, mexico a downhill rush to the craziest waterfall i&#039;ve ever seen. there&#039;s also some giant pools of crystalline water for some cliff jumping.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"4.4\"\n          data-elevation=\"300\"\n          data-time=\"2.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cascada del Chipit&iacute;n  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632388007535870793801104839611.jpg\"\n                 style=\"background-position: 50% 40%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cascada del Chipit\u00edn\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Potrero Redondo, Santiago, Nuevo Le\u00f3n, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 4.4 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 300 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 2.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Un descenso intenso hasta una de las cascadas m\u00e1s impresionantes que he visto. Tambi\u00e9n hay pozas gigantes de agua cristalina, ideales para saltos desde los acantilados. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2864\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2948\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cascada el salto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cinega de gonzalez, nuevo leon, mexico\"\n          data-search=\"cascada el salto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cinega de gonzalez, nuevo leon, mexico a pleasant route through a crazy canyon which leads to an even crazier waterfall.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"5.71\"\n          data-elevation=\"1035\"\n          data-time=\"7\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cascada el Salto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108862413931207813370890156.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cascada el Salto\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cinega de Gonzalez, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 5.71 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1035 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 7 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta agradable a trav\u00e9s de un ca\u00f1\u00f3n impresionante que conduce a una cascada a\u00fan m\u00e1s espectacular. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2948\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4061\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cascada la cebolla  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"allende, nuevo leon, mexico\"\n          data-search=\"cascada la cebolla  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   allende, nuevo leon, mexico one of the most beautiful waterfalls in nuevo leon! the hike to arrive, however, is quite demanding.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"20\"\n          data-elevation=\"1497\"\n          data-time=\"6\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cascada la Cebolla  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/04\/la-cebolla.png\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cascada la Cebolla\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Allende, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 20 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1497 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 6 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una de las cascadas m\u00e1s bonitas de Nuevo Le\u00f3n. La caminata para llegar, sin embargo, s\u00ed es bastante exigente. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4061\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2949\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cascada lamadrid  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"lamadrid, coahuila, mexico\"\n          data-search=\"cascada lamadrid  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   lamadrid, coahuila, mexico this route will take you out into the middle of the desert. just when you think you are not going to find anything, you stumble across a real oasis.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"25\"\n          data-elevation=\"284\"\n          data-time=\"11\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cascada Lamadrid  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108861565240005353811983543.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cascada Lamadrid\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Lamadrid, Coahuila, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 25 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 284 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 11 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Esta ruta te lleva al coraz\u00f3n del desierto. Justo cuando crees que no vas a encontrar nada, te topas con un verdadero oasis. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2949\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-3930\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cerro el chup\u00f3n  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"monterrey, nuevo le\u00f3n, m\u00e9xico\"\n          data-search=\"cerro el chup\u00f3n  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   monterrey, nuevo le\u00f3n, m\u00e9xico a quick and accessible hike in south monterrey, cerro el chup\u00f3n is a solid option when you want good views, a decent climb, and a quick route.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"4.5\"\n          data-elevation=\"415\"\n          data-time=\"2.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cerro el Chup&oacute;n  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/03\/DJI_20260314135721_0004_D-scaled.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cerro el Chup\u00f3n\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Monterrey, Nuevo Le\u00f3n, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 4.5 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 415 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 2.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta r\u00e1pida y accesible al sur de Monterrey. Cerro El Chup\u00f3n es una muy buena opci\u00f3n cuando quieres buenas vistas, una subida decente y un recorrido corto. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"3930\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2835\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cerro el musgo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"san juan de los dolores, coahuila, mexico\"\n          data-search=\"cerro el musgo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   san juan de los dolores, coahuila, mexico mines, forests, and sick views. what more could you possible ask for in a hike? el musgo has it all.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"9.7\"\n          data-elevation=\"940\"\n          data-time=\"5.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cerro el Musgo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632351281514414471138878854011.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cerro el Musgo\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">San Juan de los Dolores, Coahuila, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 9.7 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 940 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 5.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Minas, bosques y vistas incre\u00edbles. \u00bfQu\u00e9 m\u00e1s se le puede pedir a una caminata? El Musgo lo tiene todo. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2835\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2845\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"cumbre la viga  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"los lirios, coahuila, mexico\"\n          data-search=\"cumbre la viga  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   los lirios, coahuila, mexico high elevation hike through a chill forest. not technically difficult, but very rewarding views from the peak and lots of vegetation.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"9.21\"\n          data-elevation=\"1238\"\n          data-time=\"6\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Cumbre La Viga  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632367181921208483796905557161.jpg\"\n                 style=\"background-position: 50% 40%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Cumbre La Viga\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Los Lirios, Coahuila, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 9.21 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1238 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 6 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Caminata de monta\u00f1a alta a trav\u00e9s de un bosque fresco. No es t\u00e9cnicamente dif\u00edcil, pero ofrece vistas espectaculares desde la cima y much\u00edsima vegetaci\u00f3n. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2845\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2853\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"el cielito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"santiago, nuevo leon, mexico\"\n          data-search=\"el cielito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   santiago, nuevo leon, mexico a criminally underrated route that takes you along a winding river, through an insane valley, and to some crazy waterfalls.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"14\"\n          data-elevation=\"448\"\n          data-time=\"5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"El Cielito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632378634502543834350535105759.jpg\"\n                 style=\"background-position: 50% 40%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>El Cielito\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Santiago, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 14 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 448 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta criminalmente subestimada que te lleva por un r\u00edo serpenteante, a trav\u00e9s de un valle impresionante y hasta varias cascadas incre\u00edbles. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2853\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-3926\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"el sapo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"garc\u00eda, nuevo le\u00f3n, m\u00e9xico\"\n          data-search=\"el sapo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   garc\u00eda, nuevo le\u00f3n, m\u00e9xico one of the toughest hikes near monterrey, el sapo is a steep, exposed climb with massive elevation gain and summit views that make it worth the suffering. difficult\"\n          data-difficulty=\"difficult\"\n          data-diffrank=\"5\"\n          data-distance=\"14\"\n          data-elevation=\"1607\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"El Sapo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/03\/DJI_20260201121317_0024_D-scaled.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>El Sapo\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Garc\u00eda, Nuevo Le\u00f3n, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 14 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1607 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-difficult\">\n                  \ud83d\udd25 dificil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una de las rutas m\u00e1s pesadas cerca de Monterrey, El Sapo es una subida empinada y expuesta, con much\u00edsimo desnivel y vistas en la cumbre que hacen que valga la pena el sufrimiento.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"3926\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2936\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"la eme  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"parque ecol\u00f3gico chipinque, monterrey, mexico\"\n          data-search=\"la eme  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   parque ecol\u00f3gico chipinque, monterrey, mexico a classic monterrey hike. there are several moderately intense climbing sections. the trail is very nice and scenic. you do have to pay to do it.  hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"16.28\"\n          data-elevation=\"939\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"La Eme  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108885751335593090040648305.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>La Eme\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Parque Ecol\u00f3gico Chipinque, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 16.28 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 939 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una caminata cl\u00e1sica de Monterrey. Tiene varias secciones de ascenso moderadamente exigentes y Tiene vistas como pel\u00edcula. Es necesario pagar acceso para realizarla. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2936\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2941\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"la rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"parque ecol\u00f3gico la huasteca, monterrey, mexico\"\n          data-search=\"la rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   parque ecol\u00f3gico la huasteca, monterrey, mexico my first hike ever in monterrey. very easy and a great introduction to hiking. nice views of the inside of la huasteca.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"4\"\n          data-elevation=\"400\"\n          data-time=\"3.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"La Rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108858275585330782211665572.jpg\"\n                 style=\"background-position: 50% 20%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>La Rayita\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Parque Ecol\u00f3gico la Huasteca, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 4 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 400 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 3.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Mi primera caminata en Monterrey. Muy f\u00e1cil y una excelente introducci\u00f3n al senderismo, con buenas vistas del interior de la Huasteca. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2941\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4222\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"la rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;luis alberto guerrero chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"la huasteca, santa catarina, nuevo leon\"\n          data-search=\"la rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;luis alberto guerrero chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   la huasteca, santa catarina, nuevo leon la rayita es un lugar f\u00e1cil si cuentas con algo de experiencia, o si quieres empezar a subir de nivel easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"2\"\n          data-elevation=\"150\"\n          data-time=\"1\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"La rayita  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Luis Alberto Guerrero Chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/1000011228.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>La rayita\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown\">\n      <img decoding=\"async\" alt=\"Inbound2961242330054798628 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Luis Alberto Guerrero Chavez<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">La huasteca, santa catarina, Nuevo Leon<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 2 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 150 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 1 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">La rayita es un lugar f\u00e1cil si cuentas con algo de experiencia, o si quieres empezar a subir de nivel<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4222\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4261\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"las cascaditas &amp; cozumelito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"allende, nuevo leon, mexico\"\n          data-search=\"las cascaditas &amp; cozumelito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   allende, nuevo leon, mexico a fun route along rio ramos with lots of water, waterfalls, and clear pools for swimming.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"12\"\n          data-elevation=\"156\"\n          data-time=\"6\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Las Cascaditas &amp; Cozumelito  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-21-at-7.01.36-AM.png\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Las Cascaditas &amp; Cozumelito\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Allende, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 12 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 156 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 6 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Ruta divertida por el R\u00edo Ramos con pozas cristalinas, cruces de r\u00edo, cascadas peque\u00f1as y varios puntos perfectos para meterse al agua. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4261\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2944\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"mirador telef\u00e9rico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de la silla, monterrey, mexico\"\n          data-search=\"mirador telef\u00e9rico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de la silla, monterrey, mexico a steady ascent from urban trailhead to the telef\u00e9rico lookout on cerro de la silla. 180 degree panoramic views from the top.  easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"4.88\"\n          data-elevation=\"500\"\n          data-time=\"3.9\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Mirador Telef&eacute;rico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-1763410887214285404230851453057.jpg\"\n                 style=\"background-position: 50% 40%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Mirador Telef\u00e9rico\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de la Silla, Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 4.88 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 500 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 3.9 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Ascenso constante desde un acceso urbano hasta el mirador del Telef\u00e9rico en el Cerro de la Silla. Vistas panor\u00e1micas de 180\u00b0 desde la cima. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2944\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4265\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"nido de los aguiluchos  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"la huasteca, santa catarina, nuevo leon\"\n          data-search=\"nido de los aguiluchos  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   la huasteca, santa catarina, nuevo leon a short but steep route in la huasteca with loose rock, exposed sun, scrambling sections, and some of the best views over the canyon and the city.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"5.6\"\n          data-elevation=\"500\"\n          data-time=\"2.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Nido de los Aguiluchos  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/06\/20260607_111117-scaled.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Nido de los Aguiluchos\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">La Huasteca, Santa Catarina, Nuevo Leon<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 5.6 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 500 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 2.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Ruta corta pero empinada en La Huasteca, con terreno suelto, sol directo, secciones de trepada sencilla y una de las mejores vistas del ca\u00f1\u00f3n y la ciudad. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4265\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4217\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"parque la estanzuela  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=alexcortez&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/img_0360-150x150.jpeg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/img_0360-150x150.jpeg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;alexcortez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"santiago, nuevo le\u00f3n\"\n          data-search=\"parque la estanzuela  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=alexcortez&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/img_0360-150x150.jpeg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/img_0360-150x150.jpeg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;alexcortez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   santiago, nuevo le\u00f3n a great hike to the 3 main waterfalls of parque la estanzuela, it can be a bit steep sometimes but the trail is very well marked and easy to follow. easy\"\n          data-difficulty=\"easy\"\n          data-diffrank=\"1\"\n          data-distance=\"10\"\n          data-elevation=\"545\"\n          data-time=\"5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Parque La Estanzuela  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=alexcortez&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/IMG_0360-150x150.jpeg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/IMG_0360-150x150.jpeg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;AlexCortez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/B7A6D963-7097-4D41-AAB0-86710806DB94.jpeg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Parque La Estanzuela\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=alexcortez\">\n      <img decoding=\"async\" alt=\"IMG 0360 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/IMG_0360-150x150.jpeg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/07\/IMG_0360-150x150.jpeg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>AlexCortez<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Santiago, Nuevo Le\u00f3n<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 10 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 545 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-easy\">\n                  \ud83d\udd25 f\u00e1cil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una gran ruta hacia las 3 cascadas principales del Parque La Estanzuela. Puede ponerse algo empinada en algunos tramos, pero el sendero est\u00e1 muy bien marcado y es f\u00e1cil de seguir.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4217\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2945\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico alfa  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico \"\n          data-search=\"pico alfa  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico  only true sigmas can make it to the top of pico alfa. hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"14\"\n          data-elevation=\"1200\"\n          data-time=\"9.6\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Alfa  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108870124872573660955425144.jpg\"\n                 style=\"background-position: 50% 40%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Alfa\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico <\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 14 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1200 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 9.6 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Solo los verdaderos duros llegan hasta la cima del Pico Alfa.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2945\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2935\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico antena  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de la silla, monterrey, mexico\"\n          data-search=\"pico antena  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de la silla, monterrey, mexico a great intro-to-hiking route due to the fact that the trail is concrete and there is no chance of getting lost. it is a challenge for the calves, though.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"12.3\"\n          data-elevation=\"1230\"\n          data-time=\"6\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Antena  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634082941368871249999517237131.jpg\"\n                 style=\"background-position: 50% 60%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Antena\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de la Silla, Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 12.3 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1230 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 6 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una excelente ruta para iniciar en el senderismo: el camino es de concreto y no hay forma de perderse. Eso s\u00ed, es un buen reto para las piernas. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2935\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2943\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico cuauht\u00e9moc  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico\"\n          data-search=\"pico cuauht\u00e9moc  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico a long, high-crest route to the highest point of cerro de las mitras featuring rock scrambles, ridge walking and expansive summit views. hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"13.16\"\n          data-elevation=\"1635\"\n          data-time=\"9\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Cuauht&eacute;moc  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-1763410887665905169605319535078.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Cuauht\u00e9moc\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 13.16 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1635 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 9 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta larga por cresta hasta el punto m\u00e1s alto del Cerro de las Mitras, con trepadas en roca, tramos expuestos y vistas amplias desde la cumbre.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2943\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2940\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico k2  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"santiago, nuevo leon, mexico\"\n          data-search=\"pico k2  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   santiago, nuevo leon, mexico a full canyon-and-ridge ascent to pico k2 via the ca\u00f1on de la virgen, with forest paths, rock scrambles and a demanding final section. hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"16\"\n          data-elevation=\"1219\"\n          data-time=\"10\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico K2  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108878104039979088152174952.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico K2\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Santiago, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 16 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1219 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 10 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Un ascenso completo por ca\u00f1\u00f3n y cresta hasta el Pico K2 v\u00eda el Ca\u00f1\u00f3n de la Virgen, con caminos boscosos, trepadas en roca y un tramo final exigente.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2940\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2875\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico norte  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de la silla, monterrey, mexico\"\n          data-search=\"pico norte  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de la silla, monterrey, mexico the tallest peak of cerro de la silla. there is no technical climbing here, but the path is steep. the views of the city and other peaks from here are crazy.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"10.9\"\n          data-elevation=\"1426\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Norte  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632455125001696972909339808357.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Norte\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de la Silla, Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 10.9 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1426 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">La cumbre m\u00e1s alta del Cerro de la Silla. No hay escalada t\u00e9cnica, pero el camino es empinado. Las vistas de la ciudad y de otras cumbres son una locura. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2875\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2751\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico perico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"monterrey, mexico\"\n          data-search=\"pico perico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   monterrey, mexico one of my favorite peaks in cerro de las mitras, complete with sketchy climbs, mines, and crazy views.  hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"11.24\"\n          data-elevation=\"1500\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Perico  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/screenshot_20251112_105650_gallery6355022815491007397.jpg\"\n                 style=\"background-position: 50% 20%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Perico\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 11,24 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1500 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Uno de mis picos favoritos del Cerro de las Mitras, con subidas algo expuestas, minas abandonadas y vistas espectaculares. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2751\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2942\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico piloto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico\"\n          data-search=\"pico piloto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico pico piloto is one of the most fun peaks in cerro de las mitras. the final scramble will have you using cords and chains to ascend with nothing but air behind.  hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"10\"\n          data-elevation=\"1300\"\n          data-time=\"8.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Piloto  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108872753406256916535535877.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Piloto\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 10 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1300 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Uno de los picos m\u00e1s divertidos del Cerro de las Mitras. El tramo final te hace usar cuerdas y cadenas, con puro vac\u00edo detr\u00e1s. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2942\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2939\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico piqu\u00edn  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico\"\n          data-search=\"pico piqu\u00edn  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico this short, easy route takes you up to pico piqu\u00edn. from here you will have nice views of cerro de las mitras and cerro de la silla.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"9.4\"\n          data-elevation=\"533\"\n          data-time=\"2.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Piqu&iacute;n  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108881101504241318965109664.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Piqu\u00edn\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 9.4 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 533 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 2.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta corta y accesible que te lleva al Pico Piqu\u00edn, con buenas vistas del Cerro de las Mitras y del Cerro de la Silla. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2939\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2787\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico pir\u00e1mide  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico\"\n          data-search=\"pico pir\u00e1mide  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico a steep, exposed scramble where the mountain casually checks if your legs, lungs, and will to live are up to code. hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"9.21\"\n          data-elevation=\"1200\"\n          data-time=\"7.7\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Pir&aacute;mide  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632324808146159372604723106964.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Pir\u00e1mide\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 9.21 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1200 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 7.7 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una trepada empinada y expuesta donde la monta\u00f1a pone a prueba tus piernas, pulmones y ganas de seguir.<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2787\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2870\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de la silla, monterrey, mexico\"\n          data-search=\"pico sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de la silla, monterrey, mexico a crazy scary and fun climb: you\u2019ll scramble vertical walls, clutch chains over exposed drops and feel superior when you stand above monterrey :) difficult\"\n          data-difficulty=\"difficult\"\n          data-diffrank=\"5\"\n          data-distance=\"10\"\n          data-elevation=\"1310\"\n          data-time=\"7\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632450055475757987623800740534.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Sur\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de la Silla, Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 10 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1310 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 7 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-difficult\">\n                  \ud83d\udd25 dificil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">A crazy scary and fun climb: you\u2019ll scramble vertical walls, clutch chains over exposed drops and feel superior when you stand above Monterrey :)<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2870\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-4210\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;luis alberto guerrero chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"monterrey, nuevo le\u00f3n\"\n          data-search=\"pico sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;luis alberto guerrero chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   monterrey, nuevo le\u00f3n el mejor pico del cerro de la silla .solo para valientes hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"14\"\n          data-elevation=\"1200\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico Sur  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Luis Alberto Guerrero Chavez&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound10529956815213308.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico Sur\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=luiskbrown\">\n      <img decoding=\"async\" alt=\"Inbound2961242330054798628 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/inbound2961242330054798628-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Luis Alberto Guerrero Chavez<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Monterrey, Nuevo Le\u00f3n<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 14 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1200 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">EL MEJOR PICO DEL CERRO DE LA SILLA .\r\nSolo para valientes<\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"4210\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2852\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"pico udem  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"san pedro garza garcia, nuevo leon, mexico\"\n          data-search=\"pico udem  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   san pedro garza garcia, nuevo leon, mexico one of my most frequented routes in monterrey. this climb is super fun and a nice introduction to climbing. the final push through a giant canyon is amazing.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"12\"\n          data-elevation=\"940\"\n          data-time=\"6.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Pico UDEM  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632369833162065350992566521868.jpg\"\n                 style=\"background-position: 50% 30%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Pico UDEM\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">San Pedro Garza Garcia, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 12 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 940 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 6.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una de mis rutas m\u00e1s recorridas en Monterrey. Muy divertida y una gran introducci\u00f3n a la escalada. El empuje final por un ca\u00f1\u00f3n gigante es espectacular. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2852\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2947\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"potrero de abrego  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"san juan de las boquillas, nuevo leon, mexico\"\n          data-search=\"potrero de abrego  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   san juan de las boquillas, nuevo leon, mexico you will feel like you are in the middle of nowhere with this hike. and, to be fair, you will be. there are some secret caves also.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"15\"\n          data-elevation=\"1563\"\n          data-time=\"9\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Potrero de Abrego  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108864387803235345194217438.jpg\"\n                 style=\"background-position: 50% 20%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Potrero de Abrego\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">San Juan de las Boquillas, Nuevo Leon, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 15 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1563 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 9 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Esta caminata te hace sentir en medio de la nada\u2026 y, para ser honestos, lo estar\u00e1s. Tambi\u00e9n hay algunas cuevas secretas en el camino. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2947\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-3934\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"puerto gringo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"santiago, nuevo le\u00f3n\"\n          data-search=\"puerto gringo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   santiago, nuevo le\u00f3n a long and rewarding loop in santiago, puerto gringo is a solid mountain route with strong elevation gain, wide views, and lots of distance.  medium\"\n          data-difficulty=\"medium\"\n          data-diffrank=\"3\"\n          data-distance=\"20\"\n          data-elevation=\"1094\"\n          data-time=\"7\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Puerto Gringo  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/03\/Screenshot_20260325_173227_Gallery.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Puerto Gringo\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Santiago, Nuevo Le\u00f3n<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 20 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1094 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 7 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-medium\">\n                  \ud83d\udd25 medio                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Una ruta larga y muy rendidora en Santiago, Puerto Gringo es una buena opci\u00f3n de monta\u00f1a con buen desnivel, vistas amplias y bastantes kil\u00f3metros. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"3934\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2938\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"ruta del minero  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de las mitras, monterrey, mexico\"\n          data-search=\"ruta del minero  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de las mitras, monterrey, mexico climb up to some abandoned mines and cross through the entire mountain! if you like caves and mines then this will be an ideal route for you.  hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"17.32\"\n          data-elevation=\"850\"\n          data-time=\"8\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Ruta del Minero  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17634108885203838764214444261138.jpg\"\n                 style=\"background-position: 50% 20%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Ruta del Minero\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de las Mitras, Monterrey, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 17.32 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 850 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">Asciende hasta minas abandonadas y cruza toda la monta\u00f1a. Si te gustan las cuevas y las minas, esta es la ruta ideal para ti. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2938\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2860\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"salkantay trek  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cusco region, peru\"\n          data-search=\"salkantay trek  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cusco region, peru the coolest experience of my life so far. trek through the andes mountains of peru and see some of the most breathtaking views ever.  hard\"\n          data-difficulty=\"hard\"\n          data-diffrank=\"4\"\n          data-distance=\"75\"\n          data-elevation=\"3000\"\n          data-time=\"20\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Caminata por el Salkantay  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632383067058707015479750794639.jpg\"\n                 style=\"background-position: 50% 35%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Caminata por el Salkantay\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Regi\u00f3n Cusco, Per\u00fa<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 75 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 3000 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 20 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-hard\">\n                  \ud83d\udd25 extremo                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">La experiencia m\u00e1s incre\u00edble de mi vida hasta ahora. Un excursion por los Andes del Per\u00fa con algunas de las vistas m\u00e1s impresionantes que existen. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2860\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2841\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"sierra de la marta  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"mesa de las tables, coahuila, mexico\"\n          data-search=\"sierra de la marta  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   mesa de las tables, coahuila, mexico this peak has been called the &quot;switzerland of mexico&quot; haha. in the fall it is very pretty with the changing colors of the leaves. moderately difficult.  moderate\"\n          data-difficulty=\"moderate\"\n          data-diffrank=\"2\"\n          data-distance=\"13.26\"\n          data-elevation=\"813\"\n          data-time=\"7.0\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Sierra de la Marta  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632360122238313782399328050121.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Sierra de la Marta\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Mesa de las Tables, Coahuila, Mexico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 13.26 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 813 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 7.0 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-moderate\">\n                  \ud83d\udd25 moderado                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">A este pico le dicen la \u201cSuiza de M\u00e9xico\u201d. En oto\u00f1o es especialmente bonito por los colores del bosque. Dificultad moderada. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2841\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n        <article\n          id=\"trail-2937\"\n          class=\"hhh-trail-card\"\n          role=\"button\"\n          tabindex=\"0\"\n          data-title=\"sillalogia  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n          data-location=\"cerro de la silla, monterrey, mexico\"\n          data-search=\"sillalogia  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;agregada por&lt;\/small&gt;        &lt;strong&gt;henry hates hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;   cerro de la silla, monterrey, mexico think you can take on all 4 peaks of cerro de la silla in one day? if so, then this is the perfect challenge for you.  difficult\"\n          data-difficulty=\"difficult\"\n          data-diffrank=\"5\"\n          data-distance=\"13\"\n          data-elevation=\"1260\"\n          data-time=\"8.5\"\n          data-ratingavg=\"0\"\n          data-ratingcount=\"0\"\n        >\n\n                      <div class=\"hhh-trail-card-img-wrap hhh-lazy-bg\"\n                 role=\"img\"\n                 aria-label=\"Sillalogia  &lt;div class=&quot;hhh-trail-added-by is-compact&quot;&gt;    &lt;a href=&quot;https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com&quot;&gt;      &lt;img alt=&#039;&#039; src=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg&#039; srcset=&#039;https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x&#039; class=&#039;avatar avatar-26 photo&#039; height=&#039;26&#039; width=&#039;26&#039; \/&gt;      &lt;span&gt;        &lt;small&gt;Agregada por&lt;\/small&gt;        &lt;strong&gt;Henry Hates Hiking&lt;\/strong&gt;      &lt;\/span&gt;    &lt;\/a&gt;  &lt;\/div&gt;  \"\n                 data-bg=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2025\/11\/wp-17632455125001696972909339808357.jpg\"\n                 style=\"background-position: 50% 50%;\">\n            <\/div>\n          \n          <div class=\"hhh-trail-card-body\">\n            <h3>Sillalogia\n  <div class=\"hhh-trail-added-by is-compact\">\n    <a href=\"https:\/\/henryhateshiking.com\/es\/es\/profile\/?user=hhenryarthurgmail-com\">\n      <img decoding=\"async\" alt=\"20240818 153346 150x150\" src=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg\" srcset=\"https:\/\/henryhateshiking.com\/wp-content\/uploads\/2026\/05\/20240818_153346-150x150.jpg 2x\" class=\"avatar avatar-26 photo\" height=\"26\" width=\"26\" title=\"Sillalogia\">      <span>\n        <small>Agregada por<\/small>\n        <strong>Henry Hates Hiking<\/strong>\n      <\/span>\n    <\/a>\n  <\/div>\n\n  <\/h3>\n\n                          <p class=\"hhh-trail-location\">Cerro de la Silla, Monterrey, M\u00e9xico<\/p>\n            \n            <div class=\"hhh-card-rating\">\n                              <span class=\"hhh-stars hhh-stars--md\" aria-hidden=\"true\">\n                  <span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span><span class=\"hhh-star is-empty\">\u2605<\/span>\n                <\/span>\n              \n              <span class=\"hhh-card-rating__text\">\n                                  A\u00fan no hay opiniones\n                              <\/span>\n            <\/div>\n\n            <p class=\"hhh-trail-stats\">\n                              <span class=\"hhh-stat-chip\">\ud83e\udd7e 13 km<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u26f0\ufe0f 1260 m<\/span>\n              \n                              <span class=\"hhh-stat-chip\">\u23f1\ufe0f 8.5 h<\/span>\n                          <\/p>\n\n                          <p class=\"hhh-trail-diff-wrap\">\n                <span class=\"hhh-diff-badge hhh-diff-difficult\">\n                  \ud83d\udd25 dificil                <\/span>\n              <\/p>\n            \n                          <p class=\"hhh-trail-snippet\">\u00bfCrees poder conquistar los cuatro picos del Cerro de la Silla en un solo d\u00eda? Entonces este es el reto perfecto para ti. <\/p>\n            \n            <button class=\"hhh-open-trail\" type=\"button\" data-trail-id=\"2937\">\n              Ver gu\u00eda completa\n            <\/button>\n          <\/div>\n        <\/article>\n\n      \n  <\/div>\n\n  <div id=\"hhhTrailModal\" class=\"hhh-trail-modal\" aria-hidden=\"true\">\n    <div class=\"hhh-modal-backdrop\"><\/div>\n\n    <div class=\"hhh-modal-content\" role=\"dialog\" aria-modal=\"true\">\n      <button class=\"hhh-modal-close\" type=\"button\" aria-label=\"Close trail guide\">&times;<\/button>\n\n      <div id=\"hhhTrailModalContent\">\n        <p>Loading trail guide...<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <style>\n    \/* ==========================================\n       HHH Trails Page Redesign\n    ========================================== *\/\n\n    body:has(#hhh-trails-grid) {\n      background: #fbf7ef !important;\n    }\n\n    body:has(#hhh-trails-grid) .entry-content,\n    body:has(#hhh-trails-grid) .site-content,\n    body:has(#hhh-trails-grid) .ast-container {\n      max-width: none !important;\n    }\n\n    body:has(#hhh-trails-grid) .entry-content {\n      padding-left: 0 !important;\n      padding-right: 0 !important;\n    }\n\n    body:has(#hhh-trails-grid) .site-header,\n    body:has(#hhh-trails-grid) .main-header-bar,\n    body:has(#hhh-trails-grid) .ast-primary-header-bar,\n    body:has(#hhh-trails-grid) .ast-above-header-bar,\n    body:has(#hhh-trails-grid) .ast-below-header-bar {\n      background: transparent !important;\n      box-shadow: none !important;\n      border-bottom: none !important;\n    }\n\n    body:has(#hhh-trails-grid) .site-header,\n    body:has(#hhh-trails-grid) #masthead {\n      position: absolute !important;\n      top: 0;\n      left: 0;\n      width: 100%;\n      z-index: 9999;\n    }\n\n    body:has(#hhh-trails-grid) .main-header-menu .menu-link,\n    body:has(#hhh-trails-grid) .ast-builder-menu-1 .menu-item > .menu-link {\n      color: #ffffff !important;\n    }\n\n    body:has(#hhh-trails-grid) .main-header-menu .menu-link:hover,\n    body:has(#hhh-trails-grid) .ast-builder-menu-1 .menu-item > .menu-link:hover {\n      color: #7ff0d2 !important;\n    }\n\n    :root {\n      --hhh-trails-bg: #fbf7ef;\n      --hhh-trails-card: #ffffff;\n      --hhh-trails-text: #16231d;\n      --hhh-trails-muted: #625f56;\n      --hhh-trails-green: #173d30;\n      --hhh-trails-green-2: #256456;\n      --hhh-trails-teal: #4fb7c5;\n      --hhh-trails-orange: #ee6f2d;\n      --hhh-trails-orange-dark: #c9551f;\n      --hhh-trails-mint: #7ff0d2;\n      --hhh-trails-border: rgba(22, 35, 29, .12);\n      --hhh-trails-shadow: 0 18px 44px rgba(22, 35, 29, .12);\n    }\n\n    \/* ==========================================\n       Filter\/search bar styling\n    ========================================== *\/\n\n    #hhh-search-text,\n    #hhh-filter-distance,\n    #hhh-filter-elevation,\n    #hhh-filter-time,\n    #hhh-filter-difficulty,\n    #hhh-filter-sort {\n      min-height: 52px !important;\n      border-radius: 999px !important;\n      border: 1px solid rgba(22,35,29,.14) !important;\n      background: #ffffff !important;\n      color: var(--hhh-trails-text) !important;\n      padding: 12px 16px !important;\n      font-family: inherit !important;\n      font-size: 15px !important;\n      font-weight: 750 !important;\n      box-shadow: 0 8px 22px rgba(22,35,29,.06) !important;\n      outline: none !important;\n    }\n\n    #hhh-search-text:focus,\n    #hhh-filter-distance:focus,\n    #hhh-filter-elevation:focus,\n    #hhh-filter-time:focus,\n    #hhh-filter-difficulty:focus,\n    #hhh-filter-sort:focus {\n      border-color: var(--hhh-trails-orange) !important;\n      box-shadow: 0 0 0 3px rgba(238,111,45,.14), 0 10px 24px rgba(22,35,29,.08) !important;\n    }\n\n    #hhh-search-button {\n      min-height: 52px !important;\n      border: 0 !important;\n      border-radius: 999px !important;\n      background: var(--hhh-trails-orange) !important;\n      color: #ffffff !important;\n      padding: 13px 20px !important;\n      font-family: inherit !important;\n      font-size: 15px !important;\n      font-weight: 950 !important;\n      cursor: pointer !important;\n      box-shadow: 0 14px 30px rgba(238,111,45,.24) !important;\n      transition: transform .18s ease, background .18s ease, box-shadow .18s ease !important;\n    }\n\n    #hhh-search-button:hover {\n      background: var(--hhh-trails-orange-dark) !important;\n      transform: translateY(-2px) !important;\n      box-shadow: 0 18px 38px rgba(238,111,45,.30) !important;\n    }\n\n    .hhh-trails-filters,\n    .hhh-filter-wrap,\n    .hhh-trails-controls,\n    .hhh-search-filter-wrap,\n    .trails-filter-wrap {\n      width: min(1120px, calc(100% - 32px)) !important;\n      margin: 0 auto 28px !important;\n      padding: 20px !important;\n      border-radius: 28px !important;\n      background: rgba(255,255,255,.78) !important;\n      border: 1px solid rgba(22,35,29,.10) !important;\n      box-shadow: 0 18px 44px rgba(22,35,29,.08) !important;\n      backdrop-filter: blur(10px) !important;\n    }\n\n    \/* ==========================================\n       Grid layout\n    ========================================== *\/\n\n    #hhh-trails-grid {\n      width: min(1120px, calc(100% - 32px));\n      max-width: 1120px;\n      margin: 28px auto 76px;\n      display: grid;\n      gap: 24px;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      align-items: stretch;\n    }\n\n    @media (max-width: 1050px) {\n      #hhh-trails-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 680px) {\n      #hhh-trails-grid {\n        width: min(100% - 24px, 1120px);\n        grid-template-columns: 1fr;\n        gap: 20px;\n        margin-top: 22px;\n        margin-bottom: 56px;\n      }\n    }\n\n    \/* ==========================================\n       Trail cards\n    ========================================== *\/\n\n    .hhh-trail-card {\n      position: relative;\n      background: var(--hhh-trails-card);\n      border: 1px solid var(--hhh-trails-border);\n      border-radius: 28px;\n      box-shadow: 0 12px 28px rgba(22,35,29,.08);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      cursor: pointer;\n      min-height: 100%;\n      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;\n    }\n\n    .hhh-trail-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 22px 48px rgba(22,35,29,.14);\n      border-color: rgba(238,111,45,.25);\n    }\n\n    .hhh-trail-card:focus {\n      outline: 3px solid rgba(238,111,45,.24);\n      outline-offset: 4px;\n    }\n\n    .hhh-trail-card-img-wrap {\n      width: 100%;\n      height: 242px;\n      background-size: cover;\n      background-repeat: no-repeat;\n      background-position: center center;\n      background-color: #e9dfd2;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hhh-trail-card-img-wrap::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.34) 100%),\n        radial-gradient(circle at top right, rgba(127,240,210,.18), transparent 34%);\n      pointer-events: none;\n    }\n\n    .hhh-trail-card-body {\n      display: flex;\n      flex-direction: column;\n      flex: 1;\n      padding: 22px;\n    }\n\n    .hhh-trail-card-body h3 {\n      margin: 0;\n      color: var(--hhh-trails-text);\n      font-size: 25px;\n      line-height: 1.05;\n      letter-spacing: -0.8px;\n      font-weight: 950;\n    }\n\n    .hhh-trail-location {\n      margin: 8px 0 0;\n      color: var(--hhh-trails-muted);\n      font-size: 15px;\n      line-height: 1.4;\n      font-weight: 650;\n    }\n\n    .hhh-card-rating {\n      display: flex;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 9px;\n      margin: 14px 0 0;\n      font-weight: 900;\n    }\n\n    .hhh-card-rating__text {\n      color: var(--hhh-trails-muted);\n      font-size: 13px;\n      line-height: 1;\n      font-weight: 850;\n    }\n\n    .hhh-stars {\n      display: inline-flex;\n      gap: 3px;\n      line-height: 1;\n      color: #f59e0b;\n    }\n\n    .hhh-stars--md .hhh-star {\n      font-size: 16px;\n    }\n\n    .hhh-star.is-full {\n      opacity: 1;\n    }\n\n    .hhh-star.is-half {\n      opacity: .65;\n    }\n\n    .hhh-star.is-empty {\n      opacity: .25;\n    }\n\n    .hhh-trail-stats {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n      margin: 16px 0 0;\n      line-height: 1.2;\n    }\n\n    .hhh-stat-chip {\n      display: inline-flex;\n      align-items: center;\n      padding: 7px 9px;\n      border-radius: 999px;\n      background: #f0eadf;\n      color: var(--hhh-trails-green);\n      font-size: 12px;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    .hhh-trail-diff-wrap {\n      margin: 12px 0 0;\n    }\n\n    .hhh-diff-badge {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 7px 10px;\n      border-radius: 999px;\n      font-size: 12px;\n      font-weight: 950;\n      line-height: 1;\n      white-space: nowrap;\n    }\n\n    #hhh-trails-grid .hhh-diff-badge.hhh-diff-easy {\n      background-color: #2e7d32 !important;\n      color: #fff !important;\n    }\n\n    #hhh-trails-grid .hhh-diff-badge.hhh-diff-moderate {\n      background-color: #fde68a !important;\n      color: #3c2a00 !important;\n    }\n\n    #hhh-trails-grid .hhh-diff-badge.hhh-diff-medium {\n      background-color: #f59e0b !important;\n      color: #2b1a00 !important;\n    }\n\n    #hhh-trails-grid .hhh-diff-badge.hhh-diff-hard {\n      background-color: #c62828 !important;\n      color: #fff !important;\n    }\n\n    #hhh-trails-grid .hhh-diff-badge.hhh-diff-difficult {\n      background-color: #111 !important;\n      color: #fff !important;\n    }\n\n    .hhh-trail-snippet {\n      margin: 16px 0 0;\n      color: var(--hhh-trails-muted);\n      font-size: 16px;\n      line-height: 1.5;\n    }\n\n    .hhh-open-trail {\n      width: 100%;\n      min-height: 52px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      margin-top: auto;\n      padding: 14px 18px;\n      border-radius: 18px;\n      border: none;\n      cursor: pointer;\n      background: var(--hhh-trails-orange);\n      color: #ffffff !important;\n      font-family: inherit;\n      font-size: 15px;\n      font-weight: 950;\n      line-height: 1;\n      box-shadow: 0 14px 30px rgba(238,111,45,.20);\n      transition: transform .18s ease, background .18s ease, box-shadow .18s ease;\n    }\n\n    .hhh-open-trail:hover {\n      background: var(--hhh-trails-orange-dark);\n      transform: translateY(-2px);\n      box-shadow: 0 18px 36px rgba(238,111,45,.28);\n    }\n\n    .hhh-no-trails {\n      grid-column: 1 \/ -1;\n      text-align: center;\n      padding: 30px;\n      border-radius: 24px;\n      background: #ffffff;\n      border: 1px solid var(--hhh-trails-border);\n      color: var(--hhh-trails-muted);\n      font-weight: 850;\n    }\n\n    \/* ==========================================\n       AJAX modal \/ popup redesign\n    ========================================== *\/\n\n    .hhh-trail-modal {\n      display: none;\n      position: fixed;\n      inset: 0;\n      z-index: 100000;\n      padding: 22px;\n      overflow-y: auto;\n    }\n\n    .hhh-trail-modal.is-open {\n      display: grid;\n      place-items: center;\n    }\n\n    .hhh-modal-backdrop {\n      position: fixed;\n      inset: 0;\n      background: rgba(15, 49, 39, .78);\n      backdrop-filter: blur(7px);\n      z-index: 1;\n    }\n\n    .hhh-modal-content {\n      width: min(980px, 100%);\n      max-height: min(88svh, 900px);\n      overflow: auto;\n      background: #ffffff;\n      color: var(--hhh-trails-text);\n      border-radius: 30px;\n      position: relative;\n      box-sizing: border-box;\n      z-index: 2;\n      padding: 0;\n      box-shadow: 0 30px 90px rgba(0,0,0,.34);\n    }\n\n    .hhh-modal-close {\n      position: sticky;\n      top: 14px;\n      z-index: 5;\n      float: right;\n      margin: 14px 14px -60px 0;\n      width: 46px;\n      height: 46px;\n      border: 0;\n      border-radius: 999px;\n      background: var(--hhh-trails-green);\n      color: #ffffff;\n      font-size: 30px;\n      line-height: 1;\n      cursor: pointer;\n      box-shadow: 0 12px 24px rgba(0,0,0,.18);\n    }\n\n    .hhh-modal-close:hover {\n      background: var(--hhh-trails-orange);\n    }\n\n    body.hhh-modal-open {\n      overflow: hidden;\n    }\n\n    #hhhTrailModalContent {\n      padding: clamp(24px, 4vw, 44px);\n    }\n\n    #hhhTrailModalContent > p:first-child {\n      margin: 0;\n      color: var(--hhh-trails-muted);\n      font-weight: 900;\n      text-align: center;\n    }\n\n    .hhh-loaded-trail-guide h2 {\n      margin: 0;\n      padding-right: 50px;\n      color: var(--hhh-trails-text);\n      font-size: clamp(34px, 4vw, 58px);\n      line-height: .95;\n      letter-spacing: -2px;\n      font-weight: 950;\n    }\n\n    .hhh-loaded-trail-guide > p {\n      color: var(--hhh-trails-muted);\n      font-size: 17px;\n      line-height: 1.65;\n    }\n\n    .hhh-loaded-trail-guide strong {\n      color: var(--hhh-trails-text);\n      font-weight: 950;\n    }\n\n    .hhh-loaded-trail-guide h3 {\n      margin: 30px 0 10px;\n      padding-top: 24px;\n      border-top: 1px solid var(--hhh-trails-border);\n      color: var(--hhh-trails-text);\n      font-size: 26px;\n      line-height: 1.05;\n      letter-spacing: -.8px;\n      font-weight: 950;\n    }\n\n    .hhh-loaded-trail-guide div,\n    .hhh-loaded-trail-guide li {\n      color: var(--hhh-trails-muted);\n      font-size: 17px;\n      line-height: 1.65;\n    }\n\n    .hhh-loaded-trail-guide p {\n      color: var(--hhh-trails-muted);\n    }\n\n    .hhh-modal-rating {\n      margin: 22px 0;\n      padding: 18px;\n      border: 1px solid var(--hhh-trails-border);\n      border-radius: 22px;\n      background: #fbf7ef;\n    }\n\n    .hhh-modal-rating__meta {\n      margin: 10px 0 14px;\n      color: var(--hhh-trails-text);\n      font-weight: 900;\n    }\n\n    .hhh-reviews-btn,\n    .route-map-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 46px;\n      padding: 12px 16px;\n      border-radius: 999px;\n      text-decoration: none !important;\n      font-weight: 950;\n      background: var(--hhh-trails-orange);\n      color: #ffffff !important;\n      box-shadow: 0 14px 30px rgba(238,111,45,.20);\n      transition: transform .18s ease, background .18s ease, box-shadow .18s ease;\n    }\n\n    .hhh-reviews-btn:hover,\n    .route-map-btn:hover {\n      background: var(--hhh-trails-orange-dark);\n      color: #ffffff !important;\n      transform: translateY(-2px);\n      box-shadow: 0 18px 36px rgba(238,111,45,.28);\n    }\n\n    \/* ==========================================\n       Modal gallery + lightbox\n    ========================================== *\/\n\n    .hhh-lightbox-gallery {\n      display: grid;\n      grid-template-columns: 1.4fr .8fr .8fr;\n      gap: 10px;\n      margin: 14px 0 22px;\n      align-items: stretch;\n    }\n\n    .hhh-trail-gallery-img {\n      width: 100%;\n      height: 250px !important;\n      display: block;\n      object-fit: cover;\n      border-radius: 18px;\n      cursor: pointer;\n      background: #e9dfd2;\n      transition: transform .18s ease, filter .18s ease;\n    }\n\n    .hhh-trail-gallery-img:hover {\n      transform: translateY(-2px);\n      filter: brightness(.96);\n    }\n\n    .hhh-image-overlay {\n      position: fixed;\n      inset: 0;\n      background: rgba(0,0,0,.90);\n      z-index: 100001;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 20px;\n    }\n\n    .hhh-image-overlay-inner {\n      position: relative;\n      max-width: 95%;\n      max-height: 95%;\n    }\n\n    .hhh-image-overlay-inner img {\n      width: auto;\n      height: auto;\n      max-width: 100%;\n      max-height: 90vh;\n      object-fit: contain;\n      display: block;\n      border-radius: 18px;\n    }\n\n    .hhh-image-overlay-close {\n      position: absolute;\n      top: -42px;\n      right: 0;\n      font-size: 34px;\n      line-height: 1;\n      color: #ffffff;\n      cursor: pointer;\n    }\n\n    \/* ==========================================\n       Mobile\n    ========================================== *\/\n\n    @media (max-width: 768px) {\n      .hhh-trail-card-img-wrap {\n        height: 230px;\n      }\n\n      .hhh-lightbox-gallery {\n        grid-template-columns: 1fr;\n      }\n\n      .hhh-trail-gallery-img {\n        height: auto !important;\n        max-height: 360px;\n      }\n\n      .hhh-trail-modal {\n        padding: 12px;\n      }\n\n      .hhh-modal-content {\n        border-radius: 24px;\n        max-height: 88svh;\n      }\n\n      #hhhTrailModalContent {\n        padding: 24px;\n      }\n\n      .hhh-modal-close {\n        width: 42px;\n        height: 42px;\n        font-size: 28px;\n      }\n\n      .hhh-loaded-trail-guide h2 {\n        font-size: clamp(32px, 10vw, 46px);\n        padding-right: 44px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .hhh-trail-card-body {\n        padding: 20px;\n      }\n\n      .hhh-trail-card-body h3 {\n        font-size: 24px;\n      }\n\n      .hhh-open-trail {\n        border-radius: 16px;\n      }\n    }\n  <\/style>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', function () {\n      const ajaxUrl = \"https:\\\/\\\/henryhateshiking.com\\\/wp-admin\\\/admin-ajax.php\";\n      const ajaxNonce = \"cbdd5de1ae\";\n\n      const grid = document.getElementById('hhh-trails-grid');\n      const cards = Array.from(document.querySelectorAll('.hhh-trail-card'));\n\n      const modal = document.getElementById('hhhTrailModal');\n      const modalContent = document.getElementById('hhhTrailModalContent');\n      const modalClose = modal ? modal.querySelector('.hhh-modal-close') : null;\n      const modalBackdrop = modal ? modal.querySelector('.hhh-modal-backdrop') : null;\n\n      const trailCache = {};\n\n      \/* ---------- LAZY LOAD CARD BACKGROUND IMAGES ---------- *\/\n      function loadCardBg(el) {\n        if (!el) return;\n\n        const bg = el.getAttribute('data-bg');\n\n        if (!bg) return;\n\n        el.style.backgroundImage = \"url('\" + bg + \"')\";\n        el.removeAttribute('data-bg');\n      }\n\n      const lazyBgEls = Array.from(document.querySelectorAll('.hhh-lazy-bg'));\n\n      if ('IntersectionObserver' in window) {\n        const bgObserver = new IntersectionObserver(function (entries) {\n          entries.forEach(function (entry) {\n            if (entry.isIntersecting) {\n              loadCardBg(entry.target);\n              bgObserver.unobserve(entry.target);\n            }\n          });\n        }, {\n          rootMargin: '300px 0px'\n        });\n\n        lazyBgEls.forEach(function (el) {\n          if (el.getAttribute('data-bg')) {\n            bgObserver.observe(el);\n          }\n        });\n      } else {\n        lazyBgEls.forEach(loadCardBg);\n      }\n\n      function normalize(str) {\n        return (str || '').toString().toLowerCase().trim();\n      }\n\n      function parseRange(value) {\n        if (!value) return null;\n\n        value = value.trim();\n\n        if (value.endsWith('+')) {\n          const min = parseFloat(value.replace('+', ''));\n\n          if (isNaN(min)) return null;\n\n          return [min, Infinity];\n        }\n\n        const parts = value.split('-');\n\n        if (parts.length !== 2) return null;\n\n        const min = parseFloat(parts[0]);\n        const max = parseFloat(parts[1]);\n\n        if (isNaN(min) || isNaN(max)) return null;\n\n        return [min, max];\n      }\n\n      function openModal() {\n        if (!modal) return;\n\n        modal.classList.add('is-open');\n        modal.setAttribute('aria-hidden', 'false');\n        document.body.classList.add('hhh-modal-open');\n      }\n\n      function closeModal() {\n        if (!modal || !modalContent) return;\n\n        modal.classList.remove('is-open');\n        modal.setAttribute('aria-hidden', 'true');\n        document.body.classList.remove('hhh-modal-open');\n        modalContent.innerHTML = '<p>Loading trail guide...<\/p>';\n      }\n\n      function loadTrailGuide(trailId) {\n        if (!modalContent || !trailId) return;\n\n        openModal();\n\n        if (trailCache[trailId]) {\n          modalContent.innerHTML = trailCache[trailId];\n          return;\n        }\n\n        modalContent.innerHTML = '<p>Loading trail guide...<\/p>';\n\n        const formData = new FormData();\n        formData.append('action', 'hhh_fast_load_trail_guide');\n        formData.append('trail_id', trailId);\n        formData.append('nonce', ajaxNonce);\n\n        fetch(ajaxUrl, {\n          method: 'POST',\n          body: formData,\n          credentials: 'same-origin'\n        })\n        .then(function (response) {\n          return response.json();\n        })\n        .then(function (data) {\n          if (data && data.success && data.data && data.data.html) {\n            trailCache[trailId] = data.data.html;\n            modalContent.innerHTML = data.data.html;\n          } else {\n            modalContent.innerHTML = '<p>Sorry, this trail guide could not load.<\/p>';\n          }\n        })\n        .catch(function () {\n          modalContent.innerHTML = '<p>Sorry, this trail guide could not load.<\/p>';\n        });\n      }\n\n      \/* ---------- OPEN MODAL FROM BUTTON OR CARD ---------- *\/\n      document.addEventListener('click', function (e) {\n        const openBtn = e.target.closest('.hhh-open-trail');\n\n        if (openBtn) {\n          e.preventDefault();\n          e.stopPropagation();\n          loadTrailGuide(openBtn.getAttribute('data-trail-id'));\n          return;\n        }\n\n        const card = e.target.closest('.hhh-trail-card');\n\n        if (!card) return;\n\n        if (e.target.closest('a, button, input, select, textarea, label')) return;\n\n        const btn = card.querySelector('.hhh-open-trail');\n\n        if (btn) {\n          loadTrailGuide(btn.getAttribute('data-trail-id'));\n        }\n      });\n\n      document.addEventListener('keydown', function (e) {\n        const card = e.target.closest('.hhh-trail-card');\n\n        if (!card) return;\n        if (document.activeElement !== card) return;\n        if (e.key !== 'Enter' && e.key !== ' ') return;\n\n        e.preventDefault();\n\n        const btn = card.querySelector('.hhh-open-trail');\n\n        if (btn) {\n          loadTrailGuide(btn.getAttribute('data-trail-id'));\n        }\n      });\n\n      if (modalClose) {\n        modalClose.addEventListener('click', closeModal);\n      }\n\n      if (modalBackdrop) {\n        modalBackdrop.addEventListener('click', closeModal);\n      }\n\n      document.addEventListener('keydown', function (e) {\n        if (e.key === 'Escape') {\n          closeModal();\n        }\n      });\n\n      \/* ---------- LIGHTBOX GALLERY INSIDE AJAX MODAL ---------- *\/\n      document.addEventListener('click', function (e) {\n        const img = e.target.closest('.hhh-trail-gallery-img');\n\n        if (!img) return;\n\n        const fullUrl = img.getAttribute('data-full') || img.src;\n\n        const overlay = document.createElement('div');\n        overlay.className = 'hhh-image-overlay';\n\n        const inner = document.createElement('div');\n        inner.className = 'hhh-image-overlay-inner';\n\n        const close = document.createElement('span');\n        close.className = 'hhh-image-overlay-close';\n        close.innerHTML = '&times;';\n\n        const fullImg = document.createElement('img');\n        fullImg.src = fullUrl;\n        fullImg.alt = img.alt || '';\n\n        inner.appendChild(close);\n        inner.appendChild(fullImg);\n        overlay.appendChild(inner);\n        document.body.appendChild(overlay);\n\n        overlay.addEventListener('click', function (event) {\n          if (\n            event.target.classList.contains('hhh-image-overlay') ||\n            event.target.classList.contains('hhh-image-overlay-close')\n          ) {\n            document.body.removeChild(overlay);\n          }\n        });\n      });\n\n      \/* ---------- FILTERING + SORTING ---------- *\/\n      const searchInput     = document.getElementById('hhh-search-text');\n      const searchButton    = document.getElementById('hhh-search-button');\n      const distanceSelect  = document.getElementById('hhh-filter-distance');\n      const elevSelect      = document.getElementById('hhh-filter-elevation');\n      const timeSelect      = document.getElementById('hhh-filter-time');\n      const diffSelect      = document.getElementById('hhh-filter-difficulty');\n      const sortSelect      = document.getElementById('hhh-filter-sort');\n\n      function filterTrails() {\n        const query   = searchInput ? normalize(searchInput.value) : '';\n        const distRng = parseRange(distanceSelect ? distanceSelect.value : '');\n        const elevRng = parseRange(elevSelect ? elevSelect.value : '');\n        const timeRng = parseRange(timeSelect ? timeSelect.value : '');\n        const diffVal = normalize(diffSelect ? diffSelect.value : '');\n\n        cards.forEach(function (card) {\n          const cardSearch = normalize(card.dataset.search);\n          const cardDiff   = normalize(card.dataset.difficulty);\n          const cardDist   = parseFloat(card.dataset.distance || '0');\n          const cardElev   = parseFloat(card.dataset.elevation || '0');\n          const cardTime   = parseFloat(card.dataset.time || '0');\n\n          let visible = true;\n\n          if (query && (!cardSearch || !cardSearch.includes(query))) visible = false;\n          if (visible && diffVal && cardDiff !== diffVal) visible = false;\n\n          if (visible && distRng) {\n            if (cardDist < distRng[0] || cardDist > distRng[1]) visible = false;\n          }\n\n          if (visible && elevRng) {\n            if (cardElev < elevRng[0] || cardElev > elevRng[1]) visible = false;\n          }\n\n          if (visible && timeRng) {\n            if (cardTime < timeRng[0] || cardTime > timeRng[1]) visible = false;\n          }\n\n          card.style.display = visible ? '' : 'none';\n        });\n      }\n\n      function sortTrails() {\n        const value = sortSelect ? sortSelect.value : '';\n\n        if (!value || !grid) return;\n\n        const parts = value.split('-');\n        const field = parts[0];\n        const dir = parts[1];\n\n        const sorted = cards.slice().sort(function (a, b) {\n          const titleA = (a.dataset.title || '').toString();\n          const titleB = (b.dataset.title || '').toString();\n\n          const distA  = parseFloat(a.dataset.distance || '0');\n          const distB  = parseFloat(b.dataset.distance || '0');\n\n          const timeA  = parseFloat(a.dataset.time || '0');\n          const timeB  = parseFloat(b.dataset.time || '0');\n\n          const elevA  = parseFloat(a.dataset.elevation || '0');\n          const elevB  = parseFloat(b.dataset.elevation || '0');\n\n          const rankA  = parseFloat(a.dataset.diffrank || '0');\n          const rankB  = parseFloat(b.dataset.diffrank || '0');\n\n          const ratA   = parseFloat(a.dataset.ratingavg || '0');\n          const ratB   = parseFloat(b.dataset.ratingavg || '0');\n\n          const rcA    = parseFloat(a.dataset.ratingcount || '0');\n          const rcB    = parseFloat(b.dataset.ratingcount || '0');\n\n          let cmp = 0;\n\n          if (field === 'name') {\n            cmp = titleA.localeCompare(titleB, undefined, { sensitivity: 'base' });\n\n          } else if (field === 'distance') {\n            cmp = distA - distB;\n\n          } else if (field === 'time') {\n            cmp = timeA - timeB;\n\n          } else if (field === 'elev') {\n            cmp = elevA - elevB;\n\n          } else if (field === 'difficulty') {\n            cmp = rankA - rankB;\n\n          } else if (field === 'rating') {\n            cmp = ratA - ratB;\n\n            if (cmp === 0) {\n              cmp = rcA - rcB;\n            }\n          }\n\n          return dir === 'desc' ? -cmp : cmp;\n        });\n\n        sorted.forEach(function (card) {\n          grid.appendChild(card);\n        });\n      }\n\n      if (searchInput)    searchInput.addEventListener('input', filterTrails);\n      if (searchButton)   searchButton.addEventListener('click', filterTrails);\n      if (distanceSelect) distanceSelect.addEventListener('change', filterTrails);\n      if (elevSelect)     elevSelect.addEventListener('change', filterTrails);\n      if (timeSelect)     timeSelect.addEventListener('change', filterTrails);\n      if (diffSelect)     diffSelect.addEventListener('change', filterTrails);\n\n      if (sortSelect) {\n        sortSelect.addEventListener('change', function () {\n          sortTrails();\n          filterTrails();\n        });\n      }\n\n      filterTrails();\n    });\n  <\/script>\n\n  \n\n\n\n<style>\n\/* Force 3 cards per row on desktop for the Trails grid *\/\n@media (min-width: 1024px) {\n  #hhh-trails-grid {\n    display: grid !important;\n    grid-auto-flow: row !important;\n    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;\n    gap: 24px !important;\n  }\n\n  #hhh-trails-grid .hhh-trail-card {\n    width: auto !important;\n  }\n}\n\n\/* Tablet: 2 cards per row *\/\n@media (min-width: 700px) and (max-width: 1023px) {\n  #hhh-trails-grid {\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 24px !important;\n  }\n\n  #hhh-trails-grid .hhh-trail-card {\n    width: auto !important;\n  }\n}\n\n\/* Mobile stays 1 card per row (no change) *\/\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Trail guides Hiking routes in Monterrey Find complete hiking guides for trails such as Cerro de la Silla, Pico Norte, Pico Sur, Chipinque, La Huasteca, Cerro de las Mitras and waterfalls near Monterrey. Presented by Trail finder Find your hike Search by trail name, location, distance, elevation, time, or difficulty. Search Distance Any0\u20134 km4\u20138 km8\u201312 [&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-1644","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":"Trail guides Hiking routes in Monterrey Find complete hiking guides for trails such as Cerro de la Silla, Pico Norte, Pico Sur, Chipinque, La Huasteca, Cerro de las Mitras and waterfalls near Monterrey. Presented by Trail finder Find your hike Search by trail name, location, distance, elevation, time, or difficulty. Search Distance Any0\u20134 km4\u20138 km8\u201312&hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/1644","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=1644"}],"version-history":[{"count":152,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/1644\/revisions"}],"predecessor-version":[{"id":4380,"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/pages\/1644\/revisions\/4380"}],"wp:attachment":[{"href":"https:\/\/henryhateshiking.com\/es\/wp-json\/wp\/v2\/media?parent=1644"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}