{"id":2452,"date":"2023-03-14T21:29:56","date_gmt":"2023-03-14T21:29:56","guid":{"rendered":"https:\/\/ccsanalejo.com\/?page_id=2452"},"modified":"2026-07-09T08:36:41","modified_gmt":"2026-07-09T14:36:41","slug":"tarjeta-de-credito-joven","status":"publish","type":"page","link":"https:\/\/ccsanalejo.com\/?page_id=2452","title":{"rendered":"Tarjeta de Cr\u00e9dito Joven"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"es\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Tarjeta de Cr\u00e9dito Joven | Fedecr\u00e9dito<\/title><\/p>\n<style>\n        #tarjeta-seccion,\n        #tarjeta-seccion *,\n        #tarjeta-seccion *::before,\n        #tarjeta-seccion *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        #tarjeta-seccion {\n            --surface: #ffffff;\n            --surface-alt: #f8faf9;\n            --text-primary: #1a1a1a;\n            --text-secondary: #5f6b7a;\n            --text-muted: #8a94a3;\n            --border: rgba(0, 0, 0, 0.06);\n            --border-light: rgba(0, 0, 0, 0.04);\n            --accent: #0b734d;\n            --accent-dark: #08563a;\n            --accent-soft: rgba(11, 115, 77, 0.04);\n            --accent-medium: rgba(11, 115, 77, 0.08);\n            --accent-glow: rgba(11, 115, 77, 0.15);\n            --shadow-xs: 0 1px 2px rgba(0,0,0,0.03);\n            --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.03);\n            --shadow-md: 0 4px 8px rgba(0,0,0,0.04), 0 12px 28px rgba(0,0,0,0.05);\n            --shadow-lg: 0 8px 16px rgba(0,0,0,0.05), 0 24px 48px rgba(11, 115, 77, 0.06);\n            --radius-xs: 8px;\n            --radius-sm: 12px;\n            --radius-md: 18px;\n            --radius-lg: 24px;\n            --radius-xl: 32px;\n            --transition-fast: 0.2s cubic-bezier(0.2, 0.0, 0, 1.0);\n            --transition-smooth: 0.35s cubic-bezier(0.2, 0.0, 0, 1.0);\n            --transition-bounce: 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            line-height: 1.5;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: #fafbfa;\n            color: var(--text-primary);\n            width: 100%;\n            max-width: 100%;\n            padding: 48px 0 56px;\n            margin: 0;\n        }\n        #tarjeta-seccion .container {\n            max-width: 1100px;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \/* ===== HERO ===== *\/\n        #tarjeta-seccion .hero {\n            text-align: left;\n            margin-bottom: 44px;\n            padding: 0 4px;\n        }\n        #tarjeta-seccion .hero-label {\n            font-size: 0.72rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            color: var(--accent);\n            margin-bottom: 14px;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: var(--accent-soft);\n            padding: 6px 14px;\n            border-radius: 20px;\n        }\n        #tarjeta-seccion .hero-label::before {\n            content: '';\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--accent);\n            animation: pulse-dot 2s ease-in-out infinite;\n        }\n        @keyframes pulse-dot {\n            0%, 100% { opacity: 0.4; transform: scale(1); }\n            50% { opacity: 1; transform: scale(1.5); }\n        }\n        #tarjeta-seccion .hero h1 {\n            font-size: 2.6rem;\n            font-weight: 300;\n            letter-spacing: -2px;\n            color: var(--text-primary);\n            margin-bottom: 12px;\n            line-height: 1.1;\n        }\n        #tarjeta-seccion .hero h1 strong {\n            font-weight: 650;\n            color: var(--accent);\n        }\n        #tarjeta-seccion .hero p {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 600px;\n            font-weight: 400;\n            line-height: 1.6;\n        }\n        #tarjeta-seccion .hero-divider {\n            width: 48px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--accent) 0%, rgba(11,115,77,0.3) 100%);\n            margin-top: 22px;\n            border-radius: 2px;\n        }\n        \/* ===== IMAGEN DE LA TARJETA ===== *\/\n        #tarjeta-seccion .card-showcase {\n            background: var(--surface);\n            border-radius: var(--radius-xl);\n            box-shadow: var(--shadow-md);\n            border: 1px solid var(--border);\n            padding: 36px;\n            margin-bottom: 40px;\n            text-align: center;\n            transition: box-shadow var(--transition-smooth);\n        }\n        #tarjeta-seccion .card-showcase:hover {\n            box-shadow: var(--shadow-lg);\n        }\n        #tarjeta-seccion .card-showcase img {\n            max-width: 100%;\n            width: clamp(280px, 48vw, 420px);\n            height: auto;\n            filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.22));\n            transition: all var(--transition-bounce);\n        }\n        #tarjeta-seccion .card-showcase:hover img {\n            transform: translateY(-10px);\n            filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.32));\n        }\n        \/* ===== ENCABEZADO DE SECCI\u00d3N ===== *\/\n        #tarjeta-seccion .section-header {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 28px;\n            padding: 0 4px;\n        }\n        #tarjeta-seccion .section-index {\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: var(--accent);\n            opacity: 0.45;\n            letter-spacing: 1.5px;\n            font-feature-settings: \"tnum\";\n            min-width: 22px;\n        }\n        #tarjeta-seccion .section-header h2 {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: var(--text-primary);\n            letter-spacing: -0.3px;\n        }\n        #tarjeta-seccion .section-line {\n            flex: 1;\n            height: 1px;\n            background: var(--border);\n            min-width: 30px;\n            opacity: 0.7;\n        }\n        \/* ===== TARJETA INFORMATIVA ===== *\/\n        #tarjeta-seccion .info-card {\n            background: var(--surface);\n            border-radius: var(--radius-xl);\n            box-shadow: var(--shadow-md);\n            border: 1px solid var(--border);\n            padding: 36px;\n            margin-bottom: 36px;\n            transition: box-shadow var(--transition-smooth);\n        }\n        #tarjeta-seccion .info-card:hover {\n            box-shadow: var(--shadow-lg);\n        }\n        #tarjeta-seccion .info-card h3 {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: var(--accent);\n            margin-bottom: 16px;\n            letter-spacing: -0.3px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        #tarjeta-seccion .info-card h3 .icon {\n            font-size: 1.3rem;\n        }\n        #tarjeta-seccion .info-card p {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.7;\n            margin-bottom: 12px;\n        }\n        #tarjeta-seccion .info-card p:last-child {\n            margin-bottom: 0;\n        }\n        \/* ===== BONO BOX ===== *\/\n        #tarjeta-seccion .bonus-box {\n            background: var(--accent-soft);\n            border: 1px solid rgba(11, 115, 77, 0.15);\n            border-radius: var(--radius-md);\n            padding: 24px 28px;\n            margin-bottom: 24px;\n            text-align: center;\n            transition: all var(--transition-smooth);\n        }\n        #tarjeta-seccion .bonus-box:hover {\n            border-color: rgba(11, 115, 77, 0.3);\n            box-shadow: var(--shadow-sm);\n        }\n        #tarjeta-seccion .bonus-box h4 {\n            color: var(--accent);\n            font-size: 1.05rem;\n            font-weight: 700;\n            margin-bottom: 8px;\n            letter-spacing: -0.2px;\n        }\n        #tarjeta-seccion .bonus-box p {\n            color: var(--text-secondary);\n            font-size: 0.9rem;\n            line-height: 1.6;\n            margin-bottom: 0;\n        }\n        \/* ===== LISTA DE BENEFICIOS ===== *\/\n        #tarjeta-seccion .benefits-list {\n            list-style: none;\n            padding: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 2px;\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n        }\n        #tarjeta-seccion .benefits-list li {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            padding: 14px 18px 14px 32px;\n            position: relative;\n            background: var(--surface-alt);\n            transition: all var(--transition-fast);\n            line-height: 1.6;\n        }\n        #tarjeta-seccion .benefits-list li:hover {\n            color: var(--text-primary);\n            background: var(--accent-soft);\n            transform: translateX(2px);\n        }\n        #tarjeta-seccion .benefits-list li::before {\n            content: '';\n            position: absolute;\n            left: 14px;\n            top: 20px;\n            width: 5px;\n            height: 5px;\n            border-radius: 50%;\n            background: var(--accent);\n            opacity: 0.5;\n        }\n        #tarjeta-seccion .benefits-list li strong {\n            color: var(--text-primary);\n            font-weight: 600;\n        }\n        \/* ===== TABLA FEDEPUNTOS ===== *\/\n        #tarjeta-seccion .fedepuntos-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            border: 1px solid var(--border-light);\n        }\n        #tarjeta-seccion .fedepuntos-table th {\n            background: var(--accent);\n            color: #ffffff;\n            padding: 14px 18px;\n            font-size: 0.82rem;\n            text-align: left;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n        #tarjeta-seccion .fedepuntos-table td {\n            padding: 14px 18px;\n            font-size: 0.85rem;\n            color: var(--text-secondary);\n            border-bottom: 1px solid var(--border-light);\n            background: var(--surface-alt);\n        }\n        #tarjeta-seccion .fedepuntos-table tr:last-child td {\n            border-bottom: none;\n        }\n        #tarjeta-seccion .fedepuntos-table .highlight {\n            font-weight: 700;\n            color: var(--accent);\n        }\n        \/* ===== TAGS ===== *\/\n        #tarjeta-seccion .tag-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 6px;\n        }\n        #tarjeta-seccion .tag {\n            display: inline-block;\n            background: var(--surface);\n            color: var(--accent);\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 500;\n            border: 1px solid rgba(11, 115, 77, 0.15);\n            transition: all var(--transition-fast);\n        }\n        #tarjeta-seccion .tag:hover {\n            background: var(--accent-soft);\n            border-color: var(--accent-medium);\n        }\n        \/* ===== BOTONES ===== *\/\n        #tarjeta-seccion .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            padding: 14px 24px;\n            border-radius: var(--radius-sm);\n            font-weight: 600;\n            font-size: 0.88rem;\n            text-decoration: none;\n            transition: all var(--transition-smooth);\n            letter-spacing: -0.2px;\n            font-family: inherit;\n            cursor: pointer;\n            border: none;\n        }\n        #tarjeta-seccion .btn-primary {\n            background: var(--accent);\n            color: #ffffff;\n            box-shadow: 0 4px 16px rgba(11, 115, 77, 0.2);\n        }\n        #tarjeta-seccion .btn-primary:hover {\n            background: var(--accent-dark);\n            box-shadow: 0 8px 28px rgba(11, 115, 77, 0.3);\n            transform: translateY(-2px);\n        }\n        #tarjeta-seccion .btn-outline {\n            background: var(--surface);\n            color: var(--accent);\n            border: 1px solid var(--border);\n        }\n        #tarjeta-seccion .btn-outline:hover {\n            background: var(--accent-soft);\n            border-color: var(--accent);\n            transform: translateY(-2px);\n        }\n        #tarjeta-seccion .btn-dark {\n            background: #1a1a1a;\n            color: #ffffff;\n        }\n        #tarjeta-seccion .btn-dark:hover {\n            background: #2a2a2a;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);\n        }\n        #tarjeta-seccion .btn-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin-top: 20px;\n        }\n        #tarjeta-seccion .btn-group.center {\n            justify-content: center;\n        }\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            #tarjeta-seccion {\n                padding: 32px 0 40px;\n            }\n            #tarjeta-seccion .hero h1 {\n                font-size: 1.8rem;\n                letter-spacing: -1px;\n            }\n            #tarjeta-seccion .hero p {\n                font-size: 0.92rem;\n            }\n            #tarjeta-seccion .hero-label {\n                font-size: 0.68rem;\n                padding: 5px 12px;\n            }\n            #tarjeta-seccion .info-card {\n                padding: 24px 20px;\n            }\n            #tarjeta-seccion .info-card h3 {\n                font-size: 1.1rem;\n            }\n            #tarjeta-seccion .card-showcase {\n                padding: 24px 16px;\n            }\n            #tarjeta-seccion .fedepuntos-table th,\n            #tarjeta-seccion .fedepuntos-table td {\n                padding: 10px 12px;\n                font-size: 0.75rem;\n            }\n        }\n        @media (max-width: 480px) {\n            #tarjeta-seccion .hero h1 {\n                font-size: 1.5rem;\n            }\n            #tarjeta-seccion .card-showcase img {\n                width: 85vw;\n            }\n            #tarjeta-seccion .fedepuntos-table {\n                font-size: 0.7rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n        <main><br \/>\n            <!-- HERO --><\/p>\n<header>\n                Visa Joven<\/p>\n<h1><strong>Tarjeta de Cr\u00e9dito<\/strong> Joven<\/h1>\n<p>Comenz\u00e1 tu historial crediticio con beneficios dise\u00f1ados para vos. Acumul\u00e1 FEDEPUNTOS, disfrut\u00e1 descuentos y viv\u00ed experiencias \u00fanicas.<\/p>\n<\/header>\n<p>            <!-- IMAGEN DE LA TARJETA --><br \/>\n                <img decoding=\"async\" src=\"https:\/\/ccsanalejo.com\/wp-content\/uploads\/2022\/02\/Tarjeta-Joven.png\" alt=\"Tarjeta Visa Joven Fedecr\u00e9dito\" loading=\"lazy\"><br \/>\n            <!-- BONO DE BIENVENIDA --><\/p>\n<h4> \u00a1Bono de Bienvenida!<\/h4>\n<p><strong>1,500 FEDEPUNTOS<\/strong> de bienvenida por compras mensuales de <strong>US $300.00 o m\u00e1s<\/strong> durante los primeros 3 meses. <em>*Promoci\u00f3n por lanzamiento.<\/em><\/p>\n<p>            <!-- BENEFICIOS PRINCIPALES --><br \/>\n                01<\/p>\n<h2>Beneficios de tu Tarjeta Joven<\/h2>\n<ul>\n<li><strong>Membres\u00eda gratis<\/strong> sin costo anual.<\/li>\n<li><strong>Descuentos adicionales en eventos<\/strong> para que disfrut\u00e9s al m\u00e1ximo.<\/li>\n<li><strong>Tecnolog\u00eda Contactless<\/strong> para transacciones m\u00e1s seguras.<\/li>\n<li><strong>Descuentos y promociones<\/strong> en comercios afiliados al programa de lealtad.<\/li>\n<li><strong>Aceptada mundialmente<\/strong> en todos los comercios y cajeros VISA.<\/li>\n<li><strong>Retiro de efectivo<\/strong> en FEDE RED 365, FEDE PUNTO VECINO y dem\u00e1s puntos del SISTEMA FEDECR\u00c9DITO.<\/li>\n<li><strong>Retiro de hasta el 100%<\/strong> del disponible en ventanilla de Cajas de Cr\u00e9dito y Bancos de los Trabajadores.<\/li>\n<li><strong>60 meses de financiamiento<\/strong> para tus compras.<\/li>\n<\/ul>\n<p>            <!-- ACUMULACI\u00d3N FEDEPUNTOS --><br \/>\n                02<\/p>\n<h2>FEDEPUNTOS por Consumo<\/h2>\n<table>\n<thead>\n<tr>\n<th>Categor\u00eda<\/th>\n<th>FEDEPUNTOS<\/th>\n<th>Comercios Participantes<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Universidades, Streaming y M\u00fasica<\/strong><\/td>\n<td>3 FEDEPUNTOS<\/td>\n<td>\n                                    Netflix<br \/>\n                                    Amazon Prime<br \/>\n                                    Disney+<br \/>\n                                    Star+<br \/>\n                                    HBO Max<br \/>\n                                    Spotify<br \/>\n                                    Deezer\n                            <\/td>\n<\/tr>\n<tr>\n<td><strong>Apps Delivery y Estilo de Vida<\/strong><\/td>\n<td>2 FEDEPUNTOS<\/td>\n<td>\n                                    Gourmet Express<br \/>\n                                    Get<br \/>\n                                    Pedidos Ya<br \/>\n                                    Airbnb<br \/>\n                                    Be Fit<br \/>\n                                    Smart Fit<br \/>\n                                    World Gym<br \/>\n                                    Nautyluss Gym<br \/>\n                                    Body Impact<br \/>\n                                    Bally Sports<br \/>\n                                    Workouts<br \/>\n                                    Bodytek\n                            <\/td>\n<\/tr>\n<tr>\n<td><strong>Resto de establecimientos<\/strong><\/td>\n<td>1 FEDEPUNTO<\/td>\n<td>Todos los dem\u00e1s comercios<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>            <!-- BENEFICIOS VISA JOVEN --><br \/>\n                03<\/p>\n<h2>Beneficios Visa Joven<\/h2>\n<ul>\n<li><strong>Centro de Atenci\u00f3n al Cliente Visa<\/strong> Digital y Tel\u00e9fono.<\/li>\n<li><strong>Portal de Beneficios Visa<\/strong> para autogestionar todos tus requerimientos.<\/li>\n<li><strong>Protecci\u00f3n de Compras<\/strong> contra robo o da\u00f1os accidentales.<\/li>\n<li><strong>Protecci\u00f3n de Precios<\/strong> si encontr\u00e1s un precio m\u00e1s bajo dentro de 30 d\u00edas.<\/li>\n<li><strong>Servicio de Reemplazo de Tarjeta de Emergencia<\/strong> en el extranjero.<\/li>\n<li><strong>Desembolso de Efectivo de Emergencia<\/strong> sujeto a disponibilidad.<\/li>\n<li><strong>Servicio de Informaci\u00f3n para el Viajero<\/strong> 24\/7 gratuito.<\/li>\n<\/ul>\n<p>            <!-- BENEFICIOS EXTRAS --><br \/>\n                \u2726<\/p>\n<h2>Beneficios Exclusivos<\/h2>\n<h4> Membres\u00eda GRATIS SKYBOX<\/h4>\n<p>12 meses de membres\u00eda gratis gracias a Visa. Recib\u00ed tus compras internacionales en tu casillero.<\/p>\n<h4>\ud83c\udfac Beneficio ENTRADA D\u00daO en CINEPOLIS<\/h4>\n<p>Disfrut\u00e1 de 2&#215;1 en entradas al cine con tu tarjeta Visa Joven.<\/p>\n<p>            <!-- CONTACTO --><br \/>\n                04<\/p>\n<h2>M\u00e1s Informaci\u00f3n<\/h2>\n<h3 style=\"justify-content: center;\">\n                    \ud83c\udf10<br \/>\n                    Portal de Beneficios Visa<br \/>\n                <\/h3>\n<p style=\"max-width: 500px; margin: 0 auto 20px;\">Consult\u00e1 el portal oficial para conocer todos los beneficios disponibles para tu tarjeta.<\/p>\n<p>                    <a href=\"https:\/\/visabenefitslac.axa-assistance.us\/benefits\/F_C_GP_SV\" target=\"_blank\" rel=\"noopener noreferrer\"><br \/>\n                        Portal de Beneficios<br \/>\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><br \/>\n                    <\/a><br \/>\n                    <a href=\"https:\/\/script.google.com\/macros\/s\/AKfycbz-ayHzzbs57PQYGHVDx0SxDf7jPV4afU3-NAUcOKLAiUFBNnyhLEGgyb3GCvQ7rP42\/exec\" target=\"_blank\" rel=\"noopener noreferrer\"><br \/>\n                        Solicitar Ahora<br \/>\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><br \/>\n                    <\/a><br \/>\n                    <a href=\"tel:26838400\"><br \/>\n                        2683-8400<br \/>\n                        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg><br \/>\n                    <\/a><br \/>\n        <\/main><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Tarjeta de Cr\u00e9dito Joven | Fedecr\u00e9dito Visa Joven Tarjeta de Cr\u00e9dito Joven Comenz\u00e1 tu historial crediticio con beneficios dise\u00f1ados para vos. Acumul\u00e1 FEDEPUNTOS, disfrut\u00e1 descuentos y [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2452","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/pages\/2452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2452"}],"version-history":[{"count":25,"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/pages\/2452\/revisions"}],"predecessor-version":[{"id":7530,"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=\/wp\/v2\/pages\/2452\/revisions\/7530"}],"wp:attachment":[{"href":"https:\/\/ccsanalejo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}