{"id":319,"date":"2026-04-15T01:36:36","date_gmt":"2026-04-15T01:36:36","guid":{"rendered":"https:\/\/digitaline.com.co\/?page_id=319"},"modified":"2026-08-18T16:14:51","modified_gmt":"2026-08-18T16:14:51","slug":"nosotros","status":"publish","type":"page","link":"https:\/\/digitaline.com.co\/en\/nosotros\/","title":{"rendered":"nosotros"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap\" rel=\"stylesheet\">\n\n<!-- BANNER HERO -->\n<section class=\"nos-hero\">\n    <div class=\"nos-hero-grid\"><\/div>\n    <div class=\"nos-hero-content nos-reveal\">\n        <div class=\"nos-kicker\">About us<\/div>\n        <h1 class=\"nos-hero-title\">\n            <span class=\"nos-script\">We are<\/span>\n            <span class=\"nos-bold\">a community of experts in orthodontics<\/span>\n        <\/h1>\n        <p class=\"nos-hero-desc\">More than 10 years of clinical experience, research, and education aligners that are invisible.<\/p>\n    <\/div>\n<\/section>\n\n<style>\n@font-face {\n    font-family: 'ParslayCustom';\n    src: url('https:\/\/digitaline.com.co\/wp-content\/uploads\/fonts\/parslay.otf') format('opentype');\n    font-display: swap;\n}\n\n\/* ============================\n   ESTILOS ESTRUCTURA HERO\n============================ *\/\n.nos-hero {\n    position: relative;\n    padding: 140px 24px;\n    \/* Gradientes premium basados en la paleta de la marca *\/\n    background:\n        radial-gradient(circle at top right, rgba(139,196,63,0.15), transparent 35%),\n        radial-gradient(circle at bottom left, rgba(101,132,138,0.15), transparent 40%),\n        linear-gradient(135deg, #f5f8f7 0%, #efeeec 50%, #e8edeb 100%);\n    overflow: hidden;\n    width: 100%;\n    box-sizing: border-box;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 60vh; \/* Asegura una buena presencia visual de entrada *\/\n}\n\n\/* Rejilla sutil tecnol\u00f3gica de fondo *\/\n.nos-hero-grid {\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(101,132,138,0.04) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(101,132,138,0.04) 1px, transparent 1px);\n    background-size: 34px 34px;\n    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, transparent 100%);\n    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, transparent 100%);\n    pointer-events: none;\n    z-index: 1;\n}\n\n.nos-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n}\n\n\/* ============================\n   VARIACIONES TIPOGR\u00c1FICAS\n============================ *\/\n.nos-kicker {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 4px;\n    color: #8bc43f;\n    margin-bottom: 20px;\n    display: block;\n}\n\n.nos-hero-title {\n    margin: 0 0 24px 0;\n    line-height: 1.1;\n}\n\n\/* Tipograf\u00eda script fluida de la marca *\/\n.nos-script {\n    display: block;\n    font-family: 'ParslayCustom', cursive;\n    font-size: 5.5rem;\n    color: #8bc43f;\n    line-height: 0.85;\n    margin-bottom: 8px;\n    font-weight: 400;\n}\n\n\/* Bloque Montserrat Bold de alto impacto *\/\n.nos-bold {\n    display: block;\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(2.2rem, 4.5vw, 3.6rem); \/* Escalado perfecto seg\u00fan pantalla *\/\n    font-weight: 800;\n    color: #1d2a2c;\n    letter-spacing: -1.5px;\n    line-height: 1.15;\n}\n\n.nos-hero-desc {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 1.15rem;\n    font-weight: 500;\n    color: #4f6569;\n    line-height: 1.7;\n    max-width: 640px;\n    margin: 0 auto;\n}\n\n\/* ============================\n   SISTEMA ANIMACI\u00d3N REVEAL\n============================ *\/\n.nos-reveal {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.9s ease-out, transform 0.9s ease-out;\n}\n.nos-reveal.nos-visible {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n\/* ============================\n   RESPONSIVE DESIGN\n============================ *\/\n@media (max-width: 768px) {\n    .nos-hero {\n        padding: 100px 20px;\n        min-height: auto;\n    }\n    .nos-script {\n        font-size: 4rem;\n    }\n    .nos-hero-desc {\n        font-size: 1rem;\n        padding: 0 10px;\n    }\n}\n\n@media (max-width: 480px) {\n    .nos-script {\n        font-size: 3.5rem;\n    }\n    .nos-kicker {\n        letter-spacing: 3px;\n        font-size: 0.75rem;\n    }\n}\n<\/style>\n\n<script>\n(function () {\n    function initHero() {\n        var revealEls = document.querySelectorAll('.nos-reveal');\n        if (!('IntersectionObserver' in window)) {\n            revealEls.forEach(function (el) { el.classList.add('nos-visible'); });\n        } else {\n            var revealObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('nos-visible');\n                        revealObs.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.05 });\n            revealEls.forEach(function (el) { revealObs.observe(el); });\n        }\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initHero);\n    } else {\n        initHero();\n    }\n})();\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<section class=\"nos-equipo\">\n    <div class=\"nos-container\">\n        <div class=\"nos-head nos-reveal\">\n            <h2 class=\"nos-title-block\">\n                <span class=\"nos-script-sm\">Our<\/span>\n                <span class=\"nos-bold-title\">team of experts<\/span>\n            <\/h2>\n            <p class=\"nos-subtitle\">Professionals with a track record of academic, clinical, and scientific recognized at national and international level.<\/p>\n        <\/div>\n        \n        <div class=\"nos-grid-equipo\">\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.1s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/08\/Giovanni-Oberti.jpeg\" alt=\"Dr. Giovanni Oberti\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Giovanni Oberti<\/h3>\n                    <p class=\"nos-cargo\">Academic advisor and Scientist<\/p>\n                    <p class=\"nos-bio\">Dentist, Orthodontist and a Master's degree in basic Science of Dentistry. Professor of graduate school of Orthodontics, University of CES for 25 years. Academic advisor and science of biomechanics and management of aligners. Lecturer and writer of scientific articles in national and international.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.15s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/08\/Juan-Carlos.jpeg\" alt=\"Dr. Juan Carlos Mej\u00eda\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Juan Carlos Mej\u00eda<\/h3>\n                    <p class=\"nos-cargo\">Management and Strategy<\/p>\n                    <p class=\"nos-bio\">Dentist, Orthodontist and oral and maxillofacial Radiologist. Former president of the Colombian Society of Orthodontics. Lecturer nationally and internationally. Author of the book \"Turn your office into a successful business\".<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.2s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/08\/Yeiner-Mendoza.jpeg\" alt=\"Dr. Yeiner Mendoza\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Yeiner Mendoza<\/h3>\n                    <p class=\"nos-cargo\">Clinical Advisory<\/p>\n                    <p class=\"nos-bio\">Dentist, Orthodontist and a Master's degree in basic Science of Dentistry. With clinical experience of more than 10 years. Clinical advisory and lecturer at the management of treatment with aligners to long distance.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.25s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/08\/Juan-Fernando.jpeg\" alt=\"Dr. Juan Fernando Aristiz\u00e1bal\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Juan Fernando Aristizabal<\/h3>\n                    <p class=\"nos-cargo\">Academic Director<\/p>\n                    <p class=\"nos-bio\">Dentist, Orthodontist and a Master's degree in Dental Sciences. Director and co-Founder of the graduate school of Orthodontics of the University of the Valley. Senior researcher of Minciencias. A teacher and lecturer of repute.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.3s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"http:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/05\/DSC9726-scaled.jpg\" alt=\"Dr. Diego Rey\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Diego King<\/h3>\n                    <p class=\"nos-cargo\">Founder Academic<\/p>\n                    <p class=\"nos-bio\">Dentist and Orthodontist. Founder of the graduate school of Orthodontics, Universidad CES, Medell\u00edn. Director and teacher for 30 years. Vice-president of the Colombian Society of Orthodontics.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.35s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"http:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-18-at-9.55.07-PM.jpeg\" alt=\"Adriana Lozano\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Adriana Lozano<\/h3>\n                    <p class=\"nos-cargo\">Commercial Director<\/p>\n                    <p class=\"nos-bio\">Commercial director of Digitaline with over 13 years of experience in the aligners invisible. In charge of the accompaniment to orthodontists and integral management of cases, providing strategic support and continuous follow-up.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.4s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/08\/Ricardo-Velez.jpeg\" alt=\"Dr. Ricardo V\u00e9lez\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Ricardo V\u00e9lez<\/h3>\n                    <p class=\"nos-cargo\">Clinical Director<\/p>\n                    <p class=\"nos-bio\">Dentist and Orthodontist with more than 15 years of clinical experience. Director of dental clinic in Medellin focused on the care of patients both national and international.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.45s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"http:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-05-at-12.18.50-PM.jpeg\" alt=\"Dr. Iv\u00e1n Correa\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Ivan Correa<\/h3>\n                    <p class=\"nos-cargo\">Specialist<\/p>\n                    <p class=\"nos-bio\">Dentist and Orthodontist. Photographer academic ASFO. He was a professor of science degree in the CES University and graduate degrees in the Cooperative University of Colombia in Medellin for 8 years. A professor of photography at the Cooperative University of Colombia and the University of the Americas. He worked in private practice for over 35 years. Lecturer in photography, dental mobile devices.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"nos-card nos-reveal\" style=\"transition-delay:0.5s\" onclick=\"this.classList.toggle('active')\">\n                <div class=\"nos-card-foto\">\n                    <img decoding=\"async\" src=\"http:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/06\/image.png\" alt=\"Dr. N\u00e9stor Echeverri\" class=\"nos-img-foto\">\n                <\/div>\n                <div class=\"nos-card-body\">\n                    <h3 class=\"nos-nombre\">Dr. Nestor Echeverri<\/h3>\n                    <p class=\"nos-cargo\">Specialist<\/p>\n                    <p class=\"nos-bio\">Dentist and Orthodontist. Professor of graduate school of Orthodontics of the Cooperative University of Colombia. With clinical experience of more than 13 years<\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n\/* --- CONFIGURACI\u00d3N BASE --- *\/\n.nos-equipo {\n    background-color: #ffffff;\n    padding: 80px 0;\n    width: 100%;\n}\n\n.nos-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.nos-head {\n    text-align: center;\n    margin-bottom: 60px;\n}\n\n.nos-script-sm {\n    display: block;\n    font-family: 'ParslayCustom', cursive;\n    color: #8bc43f;\n    font-size: 2.2rem;\n    line-height: 1;\n}\n\n.nos-bold-title {\n    display: block;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 2.5rem;\n    color: #65848a;\n    line-height: 1.1;\n}\n\n.nos-subtitle {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 400;\n    font-size: 1.05rem;\n    color: #666666;\n    max-width: 700px;\n    margin: 0 auto;\n}\n\n\/* --- GRID --- *\/\n.nos-grid-equipo {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 30px;\n}\n\n\/* --- TARJETA CONTENEDORA FIJA --- *\/\n.nos-card {\n    position: relative;\n    background: #ffffff;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n    border: 1px solid #eef2f3;\n    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;\n    aspect-ratio: 3 \/ 4; \/* Esto mantiene las proporciones verticales perfectas *\/\n    cursor: pointer;\n}\n\n.nos-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(101, 132, 138, 0.2);\n}\n\n\/* --- SOLUCI\u00d3N: FORZAR FOTO EN ABSOLUTO TOTAL --- *\/\n.nos-card-foto {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100% !important;\n    height: 100% !important;\n    z-index: 1;\n    overflow: hidden;\n}\n\n.nos-img-foto {\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: cover !important; \/* Llena TODA la tarjeta de arriba a abajo *\/\n    object-position: center top !important; \/* Muestra desde la cabeza del doctor hacia abajo *\/\n    display: block !important;\n    transition: transform 0.6s ease;\n}\n\n\/* --- CAPA SUPERPUESTA DE TEXTO --- *\/\n.nos-card-body {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    z-index: 2;\n    padding: 25px;\n    box-sizing: border-box;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end; \/* Empuja el nombre abajo *\/\n    text-align: left;\n    \n    \/* Degradado sutil en el fondo de la tarjeta solo abajo para que el texto blanco sea legible *\/\n    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 50%) !important;\n    transition: background 0.4s ease-in-out;\n}\n\n\/* --- CORRECCI\u00d3N DEFINITIVA DE COLORES (BLANCO PURO) --- *\/\n.nos-nombre {\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 700 !important;\n    font-size: 1.3rem !important;\n    color: #ffffff !important; \/* Blanco garantizado *\/\n    margin: 0 0 4px 0 !important;\n    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);\n}\n\n.nos-cargo {\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 600 !important;\n    font-size: 0.9rem !important;\n    color: #8bc43f !important; \/* Tu verde brillante inicial *\/\n    margin: 0 !important;\n    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);\n    transition: color 0.3s ease;\n}\n\n.nos-bio {\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 400 !important;\n    font-size: 0.85rem !important;\n    line-height: 1.45 !important;\n    color: #ffffff !important; \/* Biograf\u00eda completamente blanca, cero grises *\/\n    margin-top: 0 !important;\n    \n    opacity: 0;\n    max-height: 0;\n    overflow: hidden;\n    transition: opacity 0.2s ease, max-height 0.35s ease, margin 0.35s ease;\n}\n\n\/* --- HOVER EFECTO (TAPA TODO CON COLOR S\u00d3LIDO) --- *\/\n@media (hover: hover) {\n    .nos-card:hover .nos-card-body {\n        background: #65848a !important; \/* Fondo corporativo s\u00f3lido, oculta la foto de atr\u00e1s *\/\n        justify-content: center; \/* Centra el texto de la biograf\u00eda verticalmente *\/\n    }\n\n    .nos-card:hover .nos-nombre {\n        text-shadow: none !important;\n    }\n\n    .nos-card:hover .nos-cargo {\n        color: #ffffff !important; \/* Cambia a blanco arriba del fondo corporativo *\/\n        text-shadow: none !important;\n    }\n\n    .nos-card:hover .nos-bio {\n        opacity: 1 !important;\n        max-height: 250px !important; \n        margin-top: 15px !important;\n    }\n}\n\n\/* --- HOVER PARA M\u00d3VILES --- *\/\n.nos-card.active .nos-card-body {\n    background: #65848a !important;\n    justify-content: center;\n}\n\n.nos-card.active .nos-nombre {\n    text-shadow: none !important;\n}\n\n.nos-card.active .nos-cargo {\n    color: #ffffff !important;\n    text-shadow: none !important;\n}\n\n.nos-card.active .nos-bio {\n    opacity: 1 !important;\n    max-height: 250px !important;\n    margin-top: 15px !important;\n}\n\n@media (max-width: 768px) {\n    .nos-bold-title {\n        font-size: 2rem;\n    }\n    .nos-grid-equipo {\n        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n        gap: 20px;\n    }\n}\n<\/style>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<section class=\"nos-historia\" id=\"nos-stats\">\n    <div class=\"nos-container nos-historia-grid\">\n        \n        <div class=\"nos-historia-texto nos-reveal\">\n            <div class=\"nos-kicker\">Our history<\/div>\n            <h2 class=\"nos-title-block\">\n                <span class=\"nos-script-sm\">10 years<\/span>\n                <span class=\"nos-bold-title\">experience in invisible orthodontics<\/span>\n            <\/h2>\n            <p class=\"nos-historia-desc\">Since our inception, we have been committed to the research, education and clinical excellence. Our team has contributed significantly to the development of the invisible braces in Colombia and Latin america.<\/p>\n            \n            <div class=\"nos-stats-grid\">\n                <div class=\"nos-stat\">\n                    <strong class=\"nos-count\" data-target=\"10\">0+<\/strong>\n                    <span>Years of experience<\/span>\n                <\/div>\n                <div class=\"nos-stat\">\n                    <strong class=\"nos-count\" data-target=\"5000\">0+<\/strong>\n                    <span>Cases treated<\/span>\n                <\/div>\n                <div class=\"nos-stat\">\n                    <strong class=\"nos-count\" data-target=\"5\">0+<\/strong>\n                    <span>Countries present<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"nos-historia-video nos-reveal\" style=\"transition-delay:0.3s\">\n            <div class=\"nos-video-wrapper\">\n                <video class=\"nos-video-element\" controls playsinline preload=\"metadata\">\n                    <source src=\"https:\/\/digitaline.com.co\/wp-content\/uploads\/2026\/05\/animacion-digitaline.mp4\" type=\"video\/mp4\">\n                    Your browser does not support video HTML5.\n                <\/video>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<style>\n\/* ============================\n   ESTILOS GENERALES HISTORIA\n============================ *\/\n.nos-historia {\n    padding: 100px 0;\n    background: radial-gradient(circle at top right, rgba(139,196,63,0.08), transparent 30%),\n                radial-gradient(circle at bottom left, rgba(101,132,138,0.1), transparent 34%),\n                linear-gradient(180deg, #f8fbfb 0%, #eef4f2 100%);\n    width: 100%;\n    box-sizing: border-box;\n}\n\n\/* GRID DE DOS COLUMNAS (Texto Izquierda - Video Derecha) *\/\n.nos-historia-grid {\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 60px;\n    align-items: center;\n}\n\n.nos-historia-texto .nos-kicker {\n    text-align: left;\n}\n\n.nos-historia-desc {\n    color: #4f6569;\n    font-size: 1.05rem;\n    line-height: 1.8;\n    margin: 0 0 35px 0;\n}\n\n\/* ============================\n   SISTEMA DE CONTADORES (STATS)\n============================ *\/\n.nos-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n}\n\n.nos-stat {\n    padding: 24px 16px;\n    border-radius: 18px;\n    background: #ffffff;\n    border: 1px solid rgba(101,132,138,0.12);\n    text-align: center;\n    box-shadow: 0 10px 30px rgba(101,132,138,0.04);\n    box-sizing: border-box;\n}\n\n.nos-stat strong.nos-count {\n    display: block;\n    font-size: 2.2rem;\n    color: #8bc43f;\n    font-weight: 800;\n    line-height: 1;\n    font-family: 'Montserrat', sans-serif;\n}\n\n.nos-stat span {\n    display: block;\n    margin-top: 10px;\n    color: #5f7074;\n    font-size: 0.85rem;\n    font-weight: 600;\n    line-height: 1.4;\n}\n\n\/* ============================\n   CONTENEDOR DE VIDEO M\u00d3VIL\/DESKTOP\n============================ *\/\n.nos-historia-video {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 100%;\n}\n\n\/* Contenedor controlado para mantener la proporci\u00f3n de un video vertical (estilo Reel\/Celular) sin romper el layout *\/\n.nos-video-wrapper {\n    width: 100%;\n    max-width: 340px; \/* Tama\u00f1o m\u00e1ximo ideal en desktop para videos verticales *\/\n    aspect-ratio: 9 \/ 16;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 20px 50px rgba(15,31,33,0.15);\n    background: #f0f2f1;\n}\n\n.nos-video-element {\n    width: 100%;\n    height: 100%;\n    object-fit: cover; \/* Hace que el video llene el contenedor perfectamente *\/\n    display: block;\n}\n\n\/* ============================\n   RESPONSIVE DESIGN\n============================ *\/\n@media (max-width: 1024px) {\n    .nos-historia-grid {\n        gap: 40px;\n    }\n    .nos-stat strong.nos-count {\n        font-size: 1.8rem;\n    }\n}\n\n@media (max-width: 768px) {\n    .nos-historia {\n        padding: 70px 0;\n    }\n    \/* El video baja y se posiciona debajo del texto en m\u00f3viles *\/\n    .nos-historia-grid {\n        grid-template-columns: 1fr;\n        gap: 45px;\n    }\n    .nos-historia-texto {\n        text-align: center;\n    }\n    .nos-historia-texto .nos-kicker {\n        text-align: center;\n    }\n    .nos-video-wrapper {\n        max-width: 280px; \/* Un poco m\u00e1s compacto en pantallas peque\u00f1as *\/\n    }\n}\n\n@media (max-width: 480px) {\n    .nos-stats-grid {\n        grid-template-columns: 1fr; \/* Una sola fila para los contadores si el celular es muy peque\u00f1o *\/\n        gap: 12px;\n    }\n    .nos-stat {\n        padding: 18px;\n    }\n}\n<\/style>\n\n<script>\n(function () {\n    function initHistoria() {\n        var statsEl = document.getElementById('nos-stats');\n        if (!statsEl) return;\n        \n        var counters = statsEl.querySelectorAll('.nos-count');\n        var counted = false;\n\n        function runCounters() {\n            if (counted) return;\n            counted = true;\n            \n            counters.forEach(function (el) {\n                var target = parseInt(el.getAttribute('data-target') || '0', 10);\n                var duration = 2000; \/\/ Duraci\u00f3n de la animaci\u00f3n (2 segundos)\n                var start = performance.now();\n                \n                (function tick(now) {\n                    var p = Math.min((now - start) \/ duration, 1);\n                    \/\/ A\u00f1adimos una curva de desaceleraci\u00f3n (Ease Out) para que se vea premium\n                    var easeOut = 1 - Math.pow(1 - p, 3);\n                    var val = Math.floor(easeOut * target);\n                    \n                    \/\/ Formatear con puntos de miles para el caso de 5.000+\n                    el.textContent = val.toLocaleString('es-CO') + '+';\n                    \n                    if (p < 1) {\n                        requestAnimationFrame(tick);\n                    } else {\n                        el.textContent = target.toLocaleString('es-CO') + '+';\n                    }\n                })(start);\n            });\n        }\n\n        \/\/ Si el navegador no soporta IntersectionObserver, arranca directo\n        if (!('IntersectionObserver' in window)) {\n            runCounters();\n        } else {\n            var countObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (entry) {\n                    \/\/ Se activa cuando el usuario baja y ve al menos el 20% de la secci\u00f3n\n                    if (entry.isIntersecting) { \n                        runCounters(); \n                        countObs.unobserve(entry.target); \n                    }\n                });\n            }, { threshold: 0.2 });\n            countObs.observe(statsEl);\n        }\n    }\n\n    \/\/ Asegurar ejecuci\u00f3n segura en WordPress\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initHistoria);\n    } else {\n        document.initHistoria;\n        initHistoria();\n    }\n})();\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<section class=\"nos-presencia\">\n    <div class=\"nos-container\">\n\n        <div class=\"nos-head nos-reveal\">\n            <p class=\"nos-kicker\">GLOBAL PRESENCE<\/p>\n            <h2 class=\"nos-title-block\">\n                We have been invisible orthodontics more\n                <span class=\"nos-script-inline\">away<\/span>\n            <\/h2>\n            <p class=\"nos-subtitle\">Orthodontists of Colombia and the world rely on Digitaline<\/p>\n        <\/div>\n\n        <!-- MAPA -->\n<section class=\"nos-presencia\">\n    <div class=\"nos-container\">\n\n        <div class=\"nos-tabs-wrap nos-reveal\" style=\"transition-delay:0.15s\">\n            \n            <div class=\"nos-tabs-nav\">\n                <button class=\"nos-tab-btn active\" data-tab=\"nos-tab-colombia\">Colombia<\/button>\n                <button class=\"nos-tab-btn\" data-tab=\"nos-tab-latam\">Latin America<\/button>\n                <button class=\"nos-tab-btn\" data-tab=\"nos-tab-inter\">International<\/button>\n            <\/div>\n\n            <div class=\"nos-tabs-content\">\n                \n                <div id=\"nos-tab-colombia\" class=\"nos-tab-pane active\">\n                    <div class=\"nos-cobertura-header\">\n                        <span class=\"nos-flag-big\">&#x1f1e8;&#x1f1f4;<\/span>\n                        <div class=\"nos-cobertura-text\">\n                            <h3>Coverage in the National Territory<\/h3>\n                            <p>Active presence in the major departments and cities in the country.<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"nos-localidades-grid\">\n                        <div class=\"nos-loc-card font-principal\"><span>\u2022<\/span> Antioquia<\/div>\n                        <div class=\"nos-loc-card font-principal\"><span>\u2022<\/span> Bogot\u00e1<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Valle del Cauca<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Risaralda<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Caldas<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Atlantic<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Bolivar<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Santander<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Cordoba<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Norte de Santander<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Quind\u00edo<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Cundinamarca<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Tolima<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Cauca<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Huila<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Nari\u00f1o<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Boyac\u00e1<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Cesar<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Magdalena<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Casanare<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> La Guajira<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Goal<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Putumayo<\/div>\n                        <div class=\"nos-loc-card\"><span>\u2022<\/span> Sucre<\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"nos-tab-latam\" class=\"nos-tab-pane\">\n                    <div class=\"nos-paises-grid\">\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1f2;&#x1f1fd;<\/span>\n                            <strong>Mexico<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1f5;&#x1f1e6;<\/span>\n                            <strong>Panama<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1ea;&#x1f1e8;<\/span>\n                            <strong>Ecuador<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1e9;&#x1f1f4;<\/span>\n                            <strong>Dominican Republic<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1ec;&#x1f1f9;<\/span>\n                            <strong>Guatemala<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1f8;&#x1f1fb;<\/span>\n                            <strong>El Salvador<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1e8;&#x1f1f1;<\/span>\n                            <strong>Chile<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1e6;&#x1f1f7;<\/span>\n                            <strong>Argentina<\/strong>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"nos-tab-inter\" class=\"nos-tab-pane\">\n                    <div class=\"nos-paises-grid\">\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1e8;&#x1f1e6;<\/span>\n                            <strong>Canada<\/strong>\n                        <\/div>\n                        <div class=\"nos-pais-card\">\n                            <span class=\"nos-flag\">&#x1f1e6;&#x1f1ea;<\/span>\n                            <strong>United Arab Emirates<\/strong>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<style>\n@font-face {\n    font-family: 'ParslayCustom';\n    src: url('https:\/\/digitaline.com.co\/wp-content\/uploads\/fonts\/parslay.otf') format('opentype');\n    font-display: swap;\n}\n\n\/* ============================\n   ESTILOS GENERALES SECCI\u00d3N\n============================ *\/\n.nos-presencia {\n    font-family: 'Montserrat', sans-serif;\n    width: 100%;\n    box-sizing: border-box;\n    padding: 100px 0 120px 0;\n    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);\n}\n.nos-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 40px;\n}\n.nos-head {\n    text-align: center;\n    margin-bottom: 60px;\n}\n.nos-kicker {\n    font-size: 0.75rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    color: #8bc43f;\n    margin-bottom: 14px;\n    display: block;\n}\n.nos-title-block {\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 800;\n    font-size: 2.6rem;\n    color: #1d2a2c;\n    line-height: 1.05;\n    letter-spacing: -1px;\n    margin: 0 0 16px 0;\n}\n.nos-script-sm {\n    display: block;\n    font-family: 'ParslayCustom', cursive;\n    font-size: 1.18em;\n    color: #8bc43f;\n    font-weight: 400;\n    line-height: 0.9;\n    margin-bottom: 8px;\n}\n.nos-bold-title {\n    display: block;\n    font-weight: 800;\n    color: #1d2a2c;\n}\n.nos-subtitle {\n    font-size: 1rem;\n    color: #65848a;\n    line-height: 1.6;\n    max-width: 560px;\n    margin: 0 auto;\n}\n\n\/* ============================\n   CONTENEDOR DE PESTA\u00d1AS (TABS)\n============================ *\/\n.nos-tabs-wrap {\n    background: #ffffff;\n    border-radius: 24px;\n    padding: 40px;\n    box-shadow: 0 15px 45px rgba(101,132,138,0.05);\n    border: 1px solid rgba(101,132,138,0.08);\n    max-width: 1000px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n.nos-tabs-nav {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 40px;\n    border-bottom: 1px solid #eef2f3;\n    padding-bottom: 15px;\n}\n.nos-tab-btn {\n    background: none;\n    border: none;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #65848a;\n    padding: 12px 28px;\n    cursor: pointer;\n    position: relative;\n    transition: all 0.3s ease;\n}\n.nos-tab-btn:hover {\n    color: #8bc43f;\n}\n.nos-tab-btn.active {\n    color: #1d2a2c;\n    font-weight: 700;\n}\n.nos-tab-btn.active::after {\n    content: '';\n    position: absolute;\n    bottom: -16px;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: #8bc43f;\n    border-radius: 3px;\n}\n\n\/* COMPORTAMIENTO INTEGRAL DE PANELES (Inmune a herencias) *\/\n.nos-tabs-content .nos-tab-pane {\n    display: none !important;\n    opacity: 0;\n    transform: translateY(12px);\n    transition: opacity 0.4s ease, transform 0.4s ease;\n}\n.nos-tabs-content .nos-tab-pane.active {\n    display: block !important;\n    opacity: 1;\n    transform: translateY(0);\n}\n\n\/* ============================\n   DISE\u00d1O INTERNO: GRID COLOMBIA\n============================ *\/\n.nos-cobertura-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 30px;\n    padding-bottom: 20px;\n    border-bottom: 1px dashed rgba(101,132,138,0.15);\n}\n.nos-flag-big {\n    font-size: 2.2rem;\n    line-height: 1;\n}\n.nos-cobertura-text h3 {\n    margin: 0 0 4px 0;\n    font-size: 1.2rem;\n    color: #1d2a2c;\n    font-weight: 700;\n}\n.nos-cobertura-text p {\n    margin: 0;\n    font-size: 0.88rem;\n    color: #65848a;\n}\n\n.nos-localidades-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n}\n.nos-loc-card {\n    background: #f8fafb;\n    border: 1px solid rgba(101,132,138,0.08);\n    border-radius: 10px;\n    padding: 14px 16px;\n    font-size: 0.88rem;\n    font-weight: 500;\n    color: #3e5356;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    transition: all 0.25s ease;\n    box-sizing: border-box;\n}\n.nos-loc-card span {\n    color: #8bc43f;\n    font-size: 1.1rem;\n    line-height: 1;\n}\n.nos-loc-card.font-principal {\n    background: #f5fbf0;\n    border-color: rgba(139,196,63,0.3);\n    font-weight: 700;\n    color: #1d2a2c;\n}\n.nos-localidades-grid .nos-loc-card:hover {\n    background: #ffffff;\n    border-color: #8bc43f;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 15px rgba(139,196,63,0.06);\n    color: #1d2a2c;\n}\n\n\/* ============================\n   DISE\u00d1O INTERNO: OTROS PA\u00cdSES\n============================ *\/\n.nos-paises-grid {\n    display: grid !important; \/* Forzamos visualizaci\u00f3n contra herencias externas *\/\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 16px;\n}\n.nos-pais-card {\n    background: #ffffff;\n    border: 1px solid rgba(101,132,138,0.16);\n    border-radius: 16px;\n    padding: 16px 20px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    transition: all 0.25s ease;\n    box-sizing: border-box;\n}\n.nos-pais-card:hover {\n    background: #ffffff;\n    border-color: #8bc43f;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(101,132,138,0.05);\n}\n.nos-flag {\n    font-size: 1.6rem;\n    line-height: 1;\n}\n.nos-pais-card strong {\n    display: block;\n    font-size: 0.95rem;\n    color: #1d2a2c;\n    font-weight: 600;\n}\n\n\/* SISTEMA DE ANIMACI\u00d3N REVEAL SCROLL *\/\n.nos-reveal {\n    opacity: 0;\n    transform: translateY(28px);\n    transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n}\n.nos-reveal.nos-visible {\n    opacity: 1;\n    transform: translateY(0);\n}\n\n\/* ============================\n   RESPONSIVE CORRECTOR\n============================ *\/\n@media (max-width: 1024px) {\n    .nos-localidades-grid { grid-template-columns: repeat(3, 1fr); }\n}\n@media (max-width: 768px) {\n    .nos-presencia { padding: 70px 0 80px 0; }\n    .nos-container { padding: 0 24px; }\n    .nos-title-block { font-size: 1.9rem; }\n    .nos-tabs-wrap { padding: 25px 20px; }\n    .nos-tabs-nav { gap: 5px; margin-bottom: 30px; }\n    .nos-tab-btn { padding: 10px 16px; font-size: 0.88rem; }\n    .nos-localidades-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }\n    .nos-paises-grid { grid-template-columns: 1fr; gap: 12px; }\n}\n@media (max-width: 480px) {\n    .nos-localidades-grid { grid-template-columns: 1fr; }\n    .nos-cobertura-header { flex-direction: column; align-items: flex-start; gap: 10px; }\n}\n<\/style>\n\n<script>\n(function () {\n    function init() {\n        \/\/ 1. Manejo seguro de pesta\u00f1as por eventos del DOM (Evita filtros WP)\n        var tabsNav = document.querySelector('.nos-tabs-nav');\n        if (tabsNav) {\n            tabsNav.addEventListener('click', function (e) {\n                if (e.target.classList.contains('nos-tab-btn')) {\n                    var clickedBtn = e.target;\n                    var targetTabId = clickedBtn.getAttribute('data-tab');\n                    \n                    var buttons = clickedBtn.parentElement.querySelectorAll('.nos-tab-btn');\n                    buttons.forEach(function (btn) { btn.classList.remove('active'); });\n                    \n                    var wrap = clickedBtn.closest('.nos-tabs-wrap');\n                    var panes = wrap.querySelectorAll('.nos-tab-pane');\n                    panes.forEach(function (pane) { pane.classList.remove('active'); });\n                    \n                    clickedBtn.classList.add('active');\n                    var targetPane = document.getElementById(targetTabId);\n                    if (targetPane) { targetPane.classList.add('active'); }\n                }\n            });\n        }\n\n        \/\/ 2. Revelador de elementos al hacer Scroll (IntersectionObserver)\n        var revealEls = document.querySelectorAll('.nos-reveal');\n        if (!('IntersectionObserver' in window)) {\n            revealEls.forEach(function (el) { el.classList.add('nos-visible'); });\n        } else {\n            var revealObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('nos-visible');\n                        revealObs.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.12 });\n            revealEls.forEach(function (el) { revealObs.observe(el); });\n        }\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', init);\n    } else {\n        init();\n    }\n})();\n<\/script>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Sobre nosotros Somos una comunidad de expertos en ortodoncia M\u00e1s de 10 a\u00f1os de experiencia cl\u00ednica, investigaci\u00f3n y educaci\u00f3n en alineadores invisibles. Nuestro equipo de expertos Profesionales con trayectoria acad\u00e9mica, cl\u00ednica y cient\u00edfica reconocida a nivel nacional e internacional. Dr. Giovanni Oberti Asesor Acad\u00e9mico y Cient\u00edfico Odont\u00f3logo, Ortodoncista y M\u00e1ster en Ciencias b\u00e1sicas de Odontolog\u00eda. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-319","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/pages\/319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/comments?post=319"}],"version-history":[{"count":99,"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/pages\/319\/revisions"}],"predecessor-version":[{"id":798,"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/pages\/319\/revisions\/798"}],"wp:attachment":[{"href":"https:\/\/digitaline.com.co\/en\/wp-json\/wp\/v2\/media?parent=319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}