{"id":174,"date":"2026-02-07T22:39:34","date_gmt":"2026-02-07T22:39:34","guid":{"rendered":"https:\/\/xendadigital.com\/?page_id=174"},"modified":"2026-02-07T22:39:34","modified_gmt":"2026-02-07T22:39:34","slug":"elementor-174","status":"publish","type":"page","link":"https:\/\/xendadigital.com\/index.php\/elementor-174\/","title":{"rendered":"Elementor #174"},"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>Xenda | Servicios Digitales para Negocios<\/title><\/p>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&#038;family=Playfair+Display:ital,wght@0,400;0,600;1,400&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        \/* --- TUS COLORES DE MARCA --- *\/<br \/>\n        :root {<br \/>\n            --verde-profundo: #243831;<br \/>\n            --verde-medio: #425B52;<br \/>\n            --beige-fondo: #F4F3EE;<br \/>\n            --acento-bronce: #9E907E;<br \/>\n            --gris-texto: #333333;<br \/>\n            --blanco: #FFFFFF;<br \/>\n        }<\/p>\n<p>        \/* --- ESTILOS BASE --- *\/<br \/>\n        * { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>        body {<br \/>\n            font-family: 'Lato', sans-serif;<br \/>\n            color: var(--gris-texto);<br \/>\n            background-color: var(--beige-fondo);<br \/>\n            line-height: 1.8;<br \/>\n        }<\/p>\n<p>        h1, h2, h3 {<br \/>\n            font-family: 'Playfair Display', serif;<br \/>\n            color: var(--verde-profundo);<br \/>\n            font-weight: 400;<br \/>\n            line-height: 1.3;<br \/>\n        }<\/p>\n<p>        .container {<br \/>\n            max-width: 1100px;<br \/>\n            margin: 0 auto;<br \/>\n            padding: 0 20px;<br \/>\n        }<\/p>\n<p>        a { text-decoration: none; transition: 0.3s; }<\/p>\n<p>        \/* Bot\u00f3n Principal *\/<br \/>\n        .btn {<br \/>\n            display: inline-block;<br \/>\n            padding: 15px 35px;<br \/>\n            background-color: var(--verde-profundo);<br \/>\n            color: var(--blanco);<br \/>\n            text-transform: uppercase;<br \/>\n            letter-spacing: 1px;<br \/>\n            font-size: 0.9rem;<br \/>\n            border: 1px solid var(--verde-profundo);<br \/>\n            margin-top: 20px;<br \/>\n            cursor: pointer;<br \/>\n        }<br \/>\n        .btn:hover {<br \/>\n            background-color: transparent;<br \/>\n            color: var(--verde-profundo);<br \/>\n        }<\/p>\n<p>        \/* --- HEADER --- *\/<br \/>\n        header {<br \/>\n            padding: 25px 0;<br \/>\n            background-color: var(--beige-fondo);<br \/>\n            text-align: center;<br \/>\n        }<br \/>\n        .logo {<br \/>\n            font-family: 'Playfair Display', serif;<br \/>\n            font-size: 2.8rem;<br \/>\n            font-style: italic;<br \/>\n            color: var(--verde-profundo);<br \/>\n        }<br \/>\n        nav ul {<br \/>\n            list-style: none;<br \/>\n            display: flex;<br \/>\n            justify-content: center;<br \/>\n            gap: 30px;<br \/>\n            margin-top: 15px;<br \/>\n        }<br \/>\n        nav a { color: var(--verde-medio); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }<\/p>\n<p>        \/* --- HERO --- *\/<br \/>\n        .hero {<br \/>\n            padding: 100px 20px;<br \/>\n            text-align: center;<br \/>\n            background-image: linear-gradient(to bottom, var(--beige-fondo), #EAE8E0);<br \/>\n        }<br \/>\n        .hero h1 { font-size: 3rem; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; }<br \/>\n        .hero p { font-size: 1.2rem; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; }<\/p>\n<p>        \/* --- SECCI\u00d3N PROBLEMA (Gris\/Beige claro) --- *\/<br \/>\n        .pain-points {<br \/>\n            padding: 80px 0;<br \/>\n            background-color: var(--blanco);<br \/>\n            text-align: center;<br \/>\n        }<br \/>\n        .pain-points h2 { font-size: 2rem; margin-bottom: 40px; }<br \/>\n        .grid-pain {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));<br \/>\n            gap: 30px;<br \/>\n            text-align: left;<br \/>\n        }<br \/>\n        .pain-item {<br \/>\n            padding: 20px;<br \/>\n            border-left: 2px solid var(--acento-bronce);<br \/>\n        }<br \/>\n        .pain-item h3 { font-size: 1.2rem; margin-bottom: 10px; font-family: 'Lato', sans-serif; font-weight: 700; color: var(--verde-medio); }<\/p>\n<p>        \/* --- SOBRE M\u00cd (Imagen + Texto) --- *\/<br \/>\n        .about {<br \/>\n            padding: 100px 0;<br \/>\n            background-color: var(--beige-fondo);<br \/>\n        }<br \/>\n        .about-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: 1fr 1fr;<br \/>\n            gap: 60px;<br \/>\n            align-items: center;<br \/>\n        }<br \/>\n        .about-img {<br \/>\n            background-color: #E0DDD5; \/* Simula la foto *\/<br \/>\n            height: 400px;<br \/>\n            display: flex;<br \/>\n            align-items: center;<br \/>\n            justify-content: center;<br \/>\n            color: var(--acento-bronce);<br \/>\n            font-style: italic;<br \/>\n        }<br \/>\n        .about-text h2 { font-size: 2.5rem; margin-bottom: 20px; }<br \/>\n        .highlight { color: var(--acento-bronce); font-style: italic<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Xenda | Servicios Digitales para Negocios \/* &#8212; TUS COLORES DE MARCA &#8212; *\/ :root { &#8211;verde-profundo: #243831; &#8211;verde-medio: #425B52; &#8211;beige-fondo: #F4F3EE; &#8211;acento-bronce: #9E907E; &#8211;gris-texto: #333333; &#8211;blanco: #FFFFFF; } \/* &#8212; ESTILOS BASE &#8212; *\/ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: &#8216;Lato&#8217;, sans-serif; color: var(&#8211;gris-texto); background-color: var(&#8211;beige-fondo); line-height: 1.8; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-174","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Elementor #174 - Xenda Digital<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elementor #174 - Xenda Digital\" \/>\n<meta property=\"og:description\" content=\"Xenda | Servicios Digitales para Negocios \/* --- TUS COLORES DE MARCA --- *\/ :root { --verde-profundo: #243831; --verde-medio: #425B52; --beige-fondo: #F4F3EE; --acento-bronce: #9E907E; --gris-texto: #333333; --blanco: #FFFFFF; } \/* --- ESTILOS BASE --- *\/ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: &#039;Lato&#039;, sans-serif; color: var(--gris-texto); background-color: var(--beige-fondo); line-height: 1.8; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xendadigital.com\/index.php\/elementor-174\/\" \/>\n<meta property=\"og:site_name\" content=\"Xenda Digital\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xendadigital.com\\\/index.php\\\/elementor-174\\\/\",\"url\":\"https:\\\/\\\/xendadigital.com\\\/index.php\\\/elementor-174\\\/\",\"name\":\"Elementor #174 - Xenda Digital\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xendadigital.com\\\/#website\"},\"datePublished\":\"2026-02-07T22:39:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xendadigital.com\\\/index.php\\\/elementor-174\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xendadigital.com\\\/index.php\\\/elementor-174\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xendadigital.com\\\/index.php\\\/elementor-174\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/xendadigital.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Elementor #174\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xendadigital.com\\\/#website\",\"url\":\"https:\\\/\\\/xendadigital.com\\\/\",\"name\":\"Xenda Digital\",\"description\":\"Soluciones Digitales y tecnolog\u00eda para emprendedores\",\"publisher\":{\"@id\":\"https:\\\/\\\/xendadigital.com\\\/#\\\/schema\\\/person\\\/81cb63e439f40c768a7609a44c57cedb\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xendadigital.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/xendadigital.com\\\/#\\\/schema\\\/person\\\/81cb63e439f40c768a7609a44c57cedb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/xendadigital.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg\",\"url\":\"https:\\\/\\\/xendadigital.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/xendadigital.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg\",\"width\":1563,\"height\":1563,\"caption\":\"admin\"},\"logo\":{\"@id\":\"https:\\\/\\\/xendadigital.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg\"},\"sameAs\":[\"https:\\\/\\\/xendadigital.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Elementor #174 - Xenda Digital","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_ES","og_type":"article","og_title":"Elementor #174 - Xenda Digital","og_description":"Xenda | Servicios Digitales para Negocios \/* --- TUS COLORES DE MARCA --- *\/ :root { --verde-profundo: #243831; --verde-medio: #425B52; --beige-fondo: #F4F3EE; --acento-bronce: #9E907E; --gris-texto: #333333; --blanco: #FFFFFF; } \/* --- ESTILOS BASE --- *\/ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Lato', sans-serif; color: var(--gris-texto); background-color: var(--beige-fondo); line-height: 1.8; [&hellip;]","og_url":"https:\/\/xendadigital.com\/index.php\/elementor-174\/","og_site_name":"Xenda Digital","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/xendadigital.com\/index.php\/elementor-174\/","url":"https:\/\/xendadigital.com\/index.php\/elementor-174\/","name":"Elementor #174 - Xenda Digital","isPartOf":{"@id":"https:\/\/xendadigital.com\/#website"},"datePublished":"2026-02-07T22:39:34+00:00","breadcrumb":{"@id":"https:\/\/xendadigital.com\/index.php\/elementor-174\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xendadigital.com\/index.php\/elementor-174\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xendadigital.com\/index.php\/elementor-174\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/xendadigital.com\/"},{"@type":"ListItem","position":2,"name":"Elementor #174"}]},{"@type":"WebSite","@id":"https:\/\/xendadigital.com\/#website","url":"https:\/\/xendadigital.com\/","name":"Xenda Digital","description":"Soluciones Digitales y tecnolog\u00eda para emprendedores","publisher":{"@id":"https:\/\/xendadigital.com\/#\/schema\/person\/81cb63e439f40c768a7609a44c57cedb"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xendadigital.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/xendadigital.com\/#\/schema\/person\/81cb63e439f40c768a7609a44c57cedb","name":"admin","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/xendadigital.com\/wp-content\/uploads\/2025\/02\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg","url":"https:\/\/xendadigital.com\/wp-content\/uploads\/2025\/02\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg","contentUrl":"https:\/\/xendadigital.com\/wp-content\/uploads\/2025\/02\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg","width":1563,"height":1563,"caption":"admin"},"logo":{"@id":"https:\/\/xendadigital.com\/wp-content\/uploads\/2025\/02\/Black-and-Cream-Beauty-and-Fashion-Logo.jpg"},"sameAs":["https:\/\/xendadigital.com"]}]}},"_links":{"self":[{"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/pages\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":3,"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/pages\/174\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/pages\/174\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/xendadigital.com\/index.php\/wp-json\/wp\/v2\/media?parent=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}