{"id":14875,"date":"2026-05-28T07:51:15","date_gmt":"2026-05-28T07:51:15","guid":{"rendered":"https:\/\/www.cesstm.com\/?page_id=14875"},"modified":"2026-05-28T12:29:26","modified_gmt":"2026-05-28T12:29:26","slug":"14875-2","status":"publish","type":"page","link":"https:\/\/www.cesstm.com\/es\/14875-2\/","title":{"rendered":"The Artphabet"},"content":{"rendered":"\n<style>\n  .artphabet-hero {\n    position: relative;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #000;\n    overflow: hidden;\n  }\n\n  .artphabet-hero img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .artphabet-hero-buttons {\n    position: absolute;\n    left: 4.8%;\n    top: 73%;\n    display: flex;\n    gap: 18px;\n    z-index: 10;\n  }\n\n  .artphabet-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 190px;\n    padding: 17px 28px;\n    font-family: inherit;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    text-decoration: none !important;\n    transition: all 0.25s ease;\n    cursor: pointer;\n  }\n\n  .artphabet-btn-primary {\n    background: #ffffff;\n    color: #000000 !important;\n    border: 1px solid #ffffff;\n  }\n\n  .artphabet-btn-primary:hover {\n    background: transparent;\n    color: #ffffff !important;\n  }\n\n  .artphabet-btn-secondary {\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.75);\n    pointer-events: none;\n    opacity: 0.55;\n    cursor: default;\n  }\n\n  .artphabet-featured {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #050505;\n    border-top: 1px solid rgba(255,255,255,0.12);\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n    padding: 28px 5vw;\n    box-sizing: border-box;\n  }\n\n  .artphabet-featured-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    gap: 40px;\n  }\n\n  .artphabet-featured-label {\n    color: rgba(255,255,255,0.65);\n    font-size: 11px;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .artphabet-featured-links {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 34px;\n    width: 100%;\n    flex-wrap: wrap;\n  }\n\n  .artphabet-featured-links a {\n    color: #fff !important;\n    text-decoration: none !important;\n    line-height: 1;\n    opacity: 0.88;\n    transition: opacity 0.25s ease, transform 0.25s ease;\n    white-space: nowrap;\n  }\n\n  .artphabet-featured-links a:hover {\n    opacity: 1;\n    transform: translateY(-1px);\n  }\n\n  .logo-designboom {\n    font-size: 19px;\n    font-weight: 700;\n    letter-spacing: -0.6px;\n    text-transform: lowercase;\n  }\n\n  .logo-hyperallergic {\n    font-size: 18px;\n    font-weight: 900;\n    letter-spacing: 0.3px;\n    text-transform: uppercase;\n  }\n\n  .logo-domestika {\n    font-size: 18px;\n    font-weight: 800;\n    letter-spacing: -0.2px;\n    text-transform: lowercase;\n  }\n\n  .logo-boredpanda {\n    font-size: 18px;\n    font-weight: 900;\n    letter-spacing: -0.4px;\n    text-transform: uppercase;\n  }\n\n  .logo-cultura {\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n  }\n\n  .logo-experimenta {\n    font-size: 18px;\n    font-weight: 700;\n    letter-spacing: 0.2px;\n    text-transform: lowercase;\n    font-style: italic;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-hero-buttons {\n      left: 4.8%;\n      top: 74%;\n      gap: 12px;\n    }\n\n    .artphabet-btn {\n      min-width: 155px;\n      padding: 13px 20px;\n      font-size: 10px;\n      letter-spacing: 1px;\n    }\n  }\n\n  @media (max-width: 900px) {\n    .artphabet-featured-inner {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 18px;\n    }\n\n    .artphabet-featured-links {\n      justify-content: flex-start;\n      gap: 24px 30px;\n    }\n\n    .logo-designboom,\n    .logo-hyperallergic,\n    .logo-domestika,\n    .logo-boredpanda,\n    .logo-cultura,\n    .logo-experimenta {\n      font-size: 16px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .artphabet-hero-buttons {\n      position: relative;\n      left: auto;\n      top: auto;\n      padding: 24px 22px 34px;\n      background: #000;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .artphabet-btn {\n      width: 100%;\n      min-width: unset;\n      padding: 15px 20px;\n      font-size: 11px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-featured {\n      padding: 24px;\n    }\n\n    .artphabet-featured-links {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px 22px;\n      width: 100%;\n    }\n\n    .logo-designboom,\n    .logo-hyperallergic,\n    .logo-domestika,\n    .logo-boredpanda,\n    .logo-cultura,\n    .logo-experimenta {\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-hero\">\n  <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/TheArtphabet_Hero3.png\" alt=\"The Artphabet - 3D typographic tribute to modern and contemporary artists\">\n\n  <div class=\"artphabet-hero-buttons\">\n    <a class=\"artphabet-btn artphabet-btn-primary\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\">\n      View on Catawiki\n    <\/a>\n\n    <a class=\"artphabet-btn artphabet-btn-secondary\" href=\"#\" aria-disabled=\"true\">\n      Explore the Project\n    <\/a>\n  <\/div>\n<\/section>\n\n<section class=\"artphabet-featured\">\n  <div class=\"artphabet-featured-inner\">\n    <div class=\"artphabet-featured-label\">Featured on<\/div>\n\n    <div class=\"artphabet-featured-links\">\n      <a class=\"logo-designboom\" href=\"https:\/\/www.designboom.com\/art\/art-phabet-cess-05-02-2018\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        designboom\n      <\/a>\n\n      <a class=\"logo-hyperallergic\" href=\"https:\/\/hyperallergic.com\/cess-artphabet-typeface\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Hyperallergic\n      <\/a>\n\n      <a class=\"logo-domestika\" href=\"https:\/\/www.domestika.org\/es\/blog\/1281-artphabet-el-abecedario-disenado-para-el-arte\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Domestika\n      <\/a>\n\n      <a class=\"logo-boredpanda\" href=\"https:\/\/www.boredpanda.com\/the-artphabet-tribute-project-cess\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Bored Panda\n      <\/a>\n\n      <a class=\"logo-cultura\" href=\"https:\/\/culturainquieta.com\/diseno\/artphabet-el-alfabeto-que-rinde-homenaje-al-mundo-del-arte\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Cultura Inquieta\n      <\/a>\n\n      <a class=\"logo-experimenta\" href=\"https:\/\/www.experimenta.es\/noticias\/grafica-y-comunicacion\/the-artphabet-cess-homenajea-a-los-grandes-del-arte-ilustracion-y-tipografia\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        experimenta\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .artphabet-about {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 70px 5vw 80px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-about-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.1fr 1.9fr;\n    gap: 70px;\n    align-items: start;\n  }\n\n  .artphabet-about-text h2 {\n    margin: 0 0 24px;\n    font-size: 28px;\n    line-height: 1.1;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-about-text h2 .art-red { color: #e10600; }\n  .artphabet-about-text h2 .art-blue { color: #0047ff; }\n  .artphabet-about-text h2 .art-yellow { color: #ffd400; }\n\n  .artphabet-about-text p {\n    max-width: 430px;\n    margin: 0 0 18px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: #222;\n  }\n\n  .artphabet-about-features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-left: 1px solid rgba(0,0,0,0.14);\n  }\n\n  .artphabet-feature {\n    padding: 0 32px;\n    text-align: center;\n    border-right: 1px solid rgba(0,0,0,0.14);\n  }\n\n  .artphabet-feature-icon {\n    height: 58px;\n    margin-bottom: 22px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .artphabet-feature-number {\n    font-size: 58px;\n    line-height: 1;\n    font-weight: 300;\n    margin-bottom: 16px;\n  }\n\n  .artphabet-feature svg {\n    width: 48px;\n    height: 48px;\n    stroke: #111;\n    stroke-width: 1.6;\n    fill: none;\n  }\n\n  .artphabet-feature h3 {\n    margin: 0 0 16px;\n    font-size: 15px;\n    line-height: 1.25;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-feature p {\n    margin: 0 auto;\n    max-width: 145px;\n    font-size: 13px;\n    line-height: 1.55;\n    color: #333;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-about-inner {\n      grid-template-columns: 1fr;\n      gap: 48px;\n    }\n\n    .artphabet-about-text p {\n      max-width: 720px;\n    }\n\n    .artphabet-about-features {\n      grid-template-columns: repeat(2, 1fr);\n      border-left: none;\n      gap: 0;\n    }\n\n    .artphabet-feature {\n      padding: 35px 28px;\n      border-right: none;\n      border-top: 1px solid rgba(0,0,0,0.12);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-about {\n      padding: 52px 24px 60px;\n    }\n\n    .artphabet-about-text h2 {\n      font-size: 23px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-about-text p {\n      font-size: 14px;\n    }\n\n    .artphabet-about-features {\n      grid-template-columns: 1fr;\n    }\n\n    .artphabet-feature {\n      padding: 32px 10px;\n    }\n\n    .artphabet-feature-number {\n      font-size: 48px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-about\">\n  <div class=\"artphabet-about-inner\">\n\n    <div class=\"artphabet-about-text\">\n      <h2>\n        About the \n        <span class=\"art-red\">A<\/span><span class=\"art-blue\">r<\/span><span class=\"art-yellow\">t<\/span>phabet\n      <\/h2>\n\n      <p>\n        The Artphabet is a 3D typographic tribute to the most influential artists in modern and contemporary art.\n      <\/p>\n\n      <p>\n        Each letter is a unique digital sculpture inspired by the vision, style, and legacy of a legendary artist.\n      <\/p>\n\n      <p>\n        Recognized globally, The Artphabet has become one of the most viral typographic projects of recent years, celebrated by art lovers, collectors, and design enthusiasts around the world.\n      <\/p>\n    <\/div>\n\n    <div class=\"artphabet-about-features\">\n\n      <div class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\">\n          <div class=\"artphabet-feature-number\">26<\/div>\n        <\/div>\n        <h3>Letters<\/h3>\n        <p>A to Z reimagined as iconic artworks.<\/p>\n      <\/div>\n\n      <div class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M32 6 54 18v28L32 58 10 46V18L32 6Z\"><\/path>\n            <path d=\"M32 6v25\"><\/path>\n            <path d=\"M10 18l22 13 22-13\"><\/path>\n            <path d=\"M32 31v27\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3>3D Digital<br>Sculpture<\/h3>\n        <p>Handcrafted in detail. Designed to inspire.<\/p>\n      <\/div>\n\n      <div class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <rect x=\"12\" y=\"12\" width=\"40\" height=\"40\"><\/rect>\n            <rect x=\"18\" y=\"18\" width=\"28\" height=\"28\"><\/rect>\n          <\/svg>\n        <\/div>\n        <h3>Physical<br>Editions<\/h3>\n        <p>Museum-quality prints and sculptures.<\/p>\n      <\/div>\n\n      <div class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <path d=\"M32 7l7.5 16 17.5 2.4-12.7 12.2 3 17.2L32 46.7 16.7 54.8l3-17.2L7 25.4 24.5 23 32 7Z\"><\/path>\n          <\/svg>\n        <\/div>\n        <h3>Collectible<br>Artworks<\/h3>\n        <p>Timeless pieces for art lovers and collectors.<\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n\n\n<style>\n  .artphabet-catawiki {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 40px 5vw 90px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-catawiki-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding-top: 55px;\n    border-top: 1px solid rgba(0,0,0,0.10);\n    display: grid;\n    grid-template-columns: 0.75fr 1.25fr;\n    gap: 70px;\n    align-items: center;\n  }\n\n  .artphabet-catawiki-text h2 {\n    margin: 0 0 28px;\n    font-size: 34px;\n    line-height: 1.08;\n    letter-spacing: 2.6px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-catawiki-text p {\n    max-width: 380px;\n    margin: 0 0 18px;\n    font-size: 16px;\n    line-height: 1.65;\n    color: #222;\n  }\n\n  .artphabet-catawiki-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 22px;\n    min-width: 210px;\n    padding: 17px 28px;\n    background: #000;\n    color: #fff !important;\n    border: 1px solid #000;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    text-decoration: none !important;\n    transition: all 0.25s ease;\n  }\n\n  .artphabet-catawiki-btn:hover {\n    background: transparent;\n    color: #000 !important;\n  }\n\n  .artphabet-catawiki-image {\n    width: 100%;\n  }\n\n  .artphabet-catawiki-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-catawiki-inner {\n      grid-template-columns: 1fr;\n      gap: 45px;\n    }\n\n    .artphabet-catawiki-text p {\n      max-width: 650px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-catawiki {\n      padding: 25px 24px 65px;\n\n    }\n\n    .artphabet-catawiki-inner {\n      padding-top: 42px;\n    }\n\n    .artphabet-catawiki-text h2 {\n      font-size: 27px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-catawiki-text p {\n      font-size: 14px;\n    }\n\n    .artphabet-catawiki-btn {\n      width: 100%;\n      min-width: unset;\n      padding: 15px 20px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-catawiki\">\n  <div class=\"artphabet-catawiki-inner\">\n\n    <div class=\"artphabet-catawiki-text\">\n      <h2>Available now<br>on Catawiki<\/h2>\n\n      <p>\n        Explore and bid on exclusive Artphabet artworks and physical editions.\n      <\/p>\n\n      <p>\n        New pieces are added regularly.\n      <\/p>\n\n      <a class=\"artphabet-catawiki-btn\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\">\n        View on Catawiki\n      <\/a>\n    <\/div>\n\n    <div class=\"artphabet-catawiki-image\">\n      <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Catawiki_TheArtpabhet.png\" alt=\"The Artphabet collection available on Catawiki\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .artphabet-final-section {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 20px 5vw 95px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-final-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding-top: 55px;\n    border-top: 1px solid rgba(0,0,0,0.10);\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 34px;\n  }\n\n  .artphabet-final-card {\n    background: #ffffff;\n    border: 1px solid rgba(0,0,0,0.10);\n    overflow: hidden;\n    text-decoration: none !important;\n    color: #111 !important;\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .artphabet-final-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 24px 55px rgba(0,0,0,0.10);\n  }\n\n  .artphabet-final-image {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    background: #e8e6df;\n    overflow: hidden;\n  }\n\n  .artphabet-final-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .artphabet-final-content {\n    padding: 34px 36px 38px;\n  }\n\n  .artphabet-final-content h2 {\n    margin: 0 0 18px;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-final-content p {\n    margin: 0 0 24px;\n    max-width: 470px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: #333;\n  }\n\n  .artphabet-final-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    color: #111;\n  }\n\n  .artphabet-final-link span {\n    transition: transform 0.25s ease;\n  }\n\n  .artphabet-final-card:hover .artphabet-final-link span {\n    transform: translateX(4px);\n  }\n\n  @media (max-width: 900px) {\n    .artphabet-final-inner {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-final-section {\n      padding: 10px 24px 65px;\n    }\n\n    .artphabet-final-inner {\n      padding-top: 42px;\n      gap: 26px;\n    }\n\n    .artphabet-final-content {\n      padding: 28px 24px 32px;\n    }\n\n    .artphabet-final-content h2 {\n      font-size: 22px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-final-content p {\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-final-section\">\n  <div class=\"artphabet-final-inner\">\n\n    <a \n      class=\"artphabet-final-card\" \n      href=\"https:\/\/www.cesstm.com\/portfolio-item\/the-artphabet\/\"\n    >\n      <div class=\"artphabet-final-image\">\n        <img \n          src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/TheArtphabet_ProjectStory.png\" \n          alt=\"The Artphabet project story\"\n        >\n      <\/div>\n\n      <div class=\"artphabet-final-content\">\n        <h2>Project Story<\/h2>\n        <p>\n          Discover the full story behind The Artphabet, from its original digital concept to its international recognition across art and design platforms.\n        <\/p>\n        <div class=\"artphabet-final-link\">Explore the project <span>\u2192<\/span><\/div>\n      <\/div>\n    <\/a>\n\n    <a class=\"artphabet-final-card\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\">\n      <div class=\"artphabet-final-image\">\n        <img \n          src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Bauhaus.png\" \n          alt=\"3D Bauhaus collection by CESS Studio\"\n        >\n      <\/div>\n\n      <div class=\"artphabet-final-content\">\n        <h2>Discover<br>3D Bauhaus<\/h2>\n        <p>\n          A new collection of colorful 3D artworks inspired by Bauhaus geometry, playful forms and bold visual composition. Available now on Catawiki.\n        <\/p>\n        <div class=\"artphabet-final-link\">View on Catawiki <span>\u2192<\/span><\/div>\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>View on Catawiki Explore the Project Featured on designboom Hyperallergic Domestika Bored Panda Cultura Inquieta experimenta About the Artphabet The Artphabet is a 3D typographic tribute to the most influential artists in modern and contemporary art. Each letter is a unique digital sculpture inspired by&#8230;<\/p>\n","protected":false},"author":2,"featured_media":14501,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"_links":{"self":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875"}],"collection":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/comments?post=14875"}],"version-history":[{"count":18,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875\/revisions"}],"predecessor-version":[{"id":14920,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875\/revisions\/14920"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/media\/14501"}],"wp:attachment":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/media?parent=14875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}