{"id":27020,"date":"2025-06-16T07:30:22","date_gmt":"2025-06-16T07:30:22","guid":{"rendered":"https:\/\/prosoftom.com\/?page_id=27020"},"modified":"2025-09-12T10:16:08","modified_gmt":"2025-09-12T08:16:08","slug":"nosotros","status":"publish","type":"page","link":"https:\/\/prosoftom.com\/es\/nosotros\/","title":{"rendered":"Nosotros"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27020\" class=\"elementor elementor-27020\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b615c e-flex e-con-boxed e-con e-parent\" data-id=\"d1b615c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-905d4cb elementor-widget elementor-widget-html\" data-id=\"905d4cb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* FUENTE DE GOOGLE FONTS *\/\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700;800&display=swap');\r\n\r\n\/* VARIABLES CSS *\/\r\n:root {\r\n    --prosoftom-blue: #14205a;\r\n    --prosoftom-red: #d71a16;\r\n    --prosoftom-light-bg: #f8f9fa;\r\n    --prosoftom-text-dark: #333;\r\n    --prosoftom-text-light: #f1f5f9;\r\n    --prosoftom-text-muted: #94a3b8;\r\n    --prosoftom-border: #e2e8f0;\r\n    --prosoftom-radius: 12px;\r\n}\r\n\r\n\/* ESTILOS GENERALES *\/\r\n.about-v3-container {\r\n    font-family: 'Poppins', sans-serif;\r\n    color: var(--prosoftom-text-dark);\r\n    line-height: 1.7;\r\n    background-color: #fff;\r\n    overflow-x: hidden;\r\n}\r\n\r\n\/* HELPERS DE ANIMACI\u00d3N *\/\r\n.about-v3-section {\r\n    padding: 120px 25px;\r\n    max-width: 1100px;\r\n    margin: 0 auto;\r\n    position: relative;\r\n}\r\n\r\n.about-v3-animate-item {\r\n    opacity: 0;\r\n    transform: translateY(30px);\r\n    transition: opacity 0.6s ease-out, transform 0.6s ease-out;\r\n}\r\n.about-v3-animate-item.is-visible {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n}\r\n.about-v3-animate-item:nth-child(2) { transition-delay: 0.1s; }\r\n.about-v3-animate-item:nth-child(3) { transition-delay: 0.2s; }\r\n.about-v3-animate-item:nth-child(4) { transition-delay: 0.3s; }\r\n\r\n\/* T\u00cdTULOS *\/\r\n.about-v3-section-title {\r\n    font-size: clamp(2.2rem, 5vw, 3rem);\r\n    font-weight: 700;\r\n    color: var(--prosoftom-blue);\r\n    margin-bottom: 1rem;\r\n    line-height: 1.2;\r\n    text-align: center;\r\n}\r\n.about-v3-section-subtitle {\r\n    font-size: clamp(1rem, 2.5vw, 1.1rem);\r\n    color: #555;\r\n    max-width: 750px;\r\n    margin: 0 auto 4rem auto;\r\n    text-align: center;\r\n}\r\n\r\n\/* --- 1. SECCI\u00d3N HERO --- *\/\r\n.about-v3-hero {\r\n    color: var(--prosoftom-text-light);\r\n    background: linear-gradient(-45deg, #14205a, #0f172a, #1e3a8a, #d71a16);\r\n    background-size: 400% 400%;\r\n    animation: gradientBG 15s ease infinite;\r\n    text-align: center;\r\n}\r\n@keyframes gradientBG {\r\n    0% { background-position: 0% 50%; }\r\n    50% { background-position: 100% 50%; }\r\n    100% { background-position: 0% 50%; }\r\n}\r\n.about-v3-hero .about-v3-section-title {\r\n    color: #fff;\r\n}\r\n.about-v3-hero p {\r\n    font-size: 1.3em;\r\n    max-width: 800px;\r\n    margin: 0 auto;\r\n    font-weight: 300;\r\n    color: var(--prosoftom-text-muted);\r\n}\r\n\r\n\/* --- 2. SECCI\u00d3N HISTORIA (MISI\u00d3N\/VISI\u00d3N) --- *\/\r\n.about-v3-story-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr;\r\n    gap: 3rem;\r\n    align-items: center;\r\n}\r\n@media (min-width: 992px) {\r\n    .about-v3-story-grid { grid-template-columns: 1fr 1fr; }\r\n}\r\n.about-v3-story-text h2 {\r\n    text-align: left;\r\n    margin-bottom: 1.5rem;\r\n}\r\n.about-v3-story-text p {\r\n    font-size: 1.1rem;\r\n    color: #444;\r\n    margin-bottom: 1rem;\r\n}\r\n.about-v3-story-image {\r\n    border-radius: var(--prosoftom-radius);\r\n    overflow: hidden;\r\n    box-shadow: 0 20px 40px -10px rgba(20, 32, 90, 0.2);\r\n}\r\n.about-v3-story-image img {\r\n    width: 100%;\r\n    height: auto;\r\n    display: block;\r\n}\r\n\r\n\/* --- 3. SECCI\u00d3N VALORES (ENFOQUE) --- *\/\r\n.about-v3-values {\r\n    background-color: var(--prosoftom-light-bg);\r\n}\r\n.about-v3-values-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n    gap: 2rem;\r\n}\r\n.about-v3-value-card {\r\n    background-color: #fff;\r\n    padding: 35px;\r\n    border-radius: var(--prosoftom-radius);\r\n    border: 1px solid var(--prosoftom-border);\r\n    text-align: center;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n}\r\n.about-v3-value-card:hover {\r\n    transform: translateY(-8px);\r\n    box-shadow: 0 15px 30px rgba(0,0,0,0.08);\r\n}\r\n.about-v3-value-card .icon {\r\n    color: var(--prosoftom-red);\r\n    margin-bottom: 1rem;\r\n}\r\n.about-v3-value-card .icon svg {\r\n    width: 48px;\r\n    height: 48px;\r\n}\r\n.about-v3-value-card h3 {\r\n    font-size: 1.3rem;\r\n    color: var(--prosoftom-blue);\r\n    margin: 0 0 10px 0;\r\n}\r\n.about-v3-value-card p {\r\n    color: #666;\r\n    font-size: 0.95rem;\r\n}\r\n\r\n\/* --- 4. L\u00cdNEA DE TIEMPO (NUESTRO VIAJE) --- *\/\r\n.about-v3-journey .timeline {\r\n    position: relative;\r\n    max-width: 900px;\r\n    margin: 50px auto;\r\n}\r\n.about-v3-journey .timeline::after {\r\n    content: '';\r\n    position: absolute;\r\n    width: 4px;\r\n    background-color: var(--prosoftom-border);\r\n    top: 0;\r\n    bottom: 0;\r\n    left: 50%;\r\n    margin-left: -2px;\r\n}\r\n.about-v3-journey .timeline-item {\r\n    padding: 10px 40px;\r\n    position: relative;\r\n    width: 50%;\r\n}\r\n.about-v3-journey .timeline-item.left { left: 0; }\r\n.about-v3-journey .timeline-item.right { left: 50%; }\r\n\r\n.about-v3-journey .timeline-item::after {\r\n    content: '';\r\n    position: absolute;\r\n    width: 20px;\r\n    height: 20px;\r\n    right: -10px;\r\n    background-color: #fff;\r\n    border: 4px solid var(--prosoftom-red);\r\n    top: 25px;\r\n    border-radius: 50%;\r\n    z-index: 1;\r\n}\r\n.about-v3-journey .timeline-item.right::after { left: -10px; }\r\n.about-v3-journey .timeline-content {\r\n    padding: 20px 30px;\r\n    background-color: var(--prosoftom-light-bg);\r\n    border-radius: var(--prosoftom-radius);\r\n    border: 1px solid var(--prosoftom-border);\r\n}\r\n.about-v3-journey .timeline-content h3 {\r\n    margin-top: 0;\r\n    color: var(--prosoftom-blue);\r\n}\r\n@media screen and (max-width: 768px) {\r\n    .about-v3-journey .timeline::after { left: 10px; }\r\n    .about-v3-journey .timeline-item { width: 100%; padding-left: 40px; padding-right: 15px; }\r\n    .about-v3-journey .timeline-item.left, \r\n    .about-v3-journey .timeline-item.right { left: 0; }\r\n    .about-v3-journey .timeline-item.right::after,\r\n    .about-v3-journey .timeline-item.left::after { left: 1px; }\r\n}\r\n\r\n\r\n\/* --- 5. SECCI\u00d3N EQUIPO --- *\/\r\n.about-v3-team {\r\n    background-color: var(--prosoftom-blue);\r\n}\r\n.about-v3-team .about-v3-section-title,\r\n.about-v3-team .about-v3-section-subtitle,\r\n.about-v3-team .office-info {\r\n    color: #fff;\r\n}\r\n.about-v3-team .about-v3-section-subtitle {\r\n    color: var(--prosoftom-text-muted);\r\n}\r\n.about-v3-team-grid {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 2rem;\r\n    align-items: flex-start; \/* Alinear arriba para el efecto de elevaci\u00f3n *\/\r\n    margin-top: 4rem;\r\n}\r\n.about-v3-team-card {\r\n    background-color: #fff;\r\n    border-radius: var(--prosoftom-radius);\r\n    width: 300px;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n    text-align: center;\r\n    padding: 30px;\r\n    color: var(--prosoftom-text-dark);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n}\r\n.about-v3-team-card:hover {\r\n    transform: translateY(-10px);\r\n    box-shadow: 0 20px 40px rgba(0,0,0,0.15);\r\n}\r\n\/* Estilo para destacar la tarjeta del CEO *\/\r\n@media (min-width: 992px) {\r\n    .about-v3-team-card.is-featured {\r\n        transform: translateY(-25px);\r\n        box-shadow: 0 25px 50px rgba(0,0,0,0.2);\r\n    }\r\n    .about-v3-team-card.is-featured:hover {\r\n        transform: translateY(-35px);\r\n        box-shadow: 0 35px 60px rgba(0,0,0,0.25);\r\n    }\r\n}\r\n.about-v3-team-card img {\r\n    width: 120px;\r\n    height: 120px;\r\n    border-radius: 50%;\r\n    margin: 0 auto 1.5rem auto;\r\n    border: 5px solid var(--prosoftom-light-bg);\r\n    object-fit: cover;\r\n}\r\n.about-v3-team-card h3 {\r\n    margin: 0 0 5px 0;\r\n    font-size: 1.4rem;\r\n    color: var(--prosoftom-blue);\r\n}\r\n.about-v3-team-card .role {\r\n    color: var(--prosoftom-red);\r\n    font-weight: 600;\r\n    margin-bottom: 1rem;\r\n}\r\n.about-v3-team-card .bio {\r\n    font-size: 0.9rem;\r\n    color: #666;\r\n    margin-bottom: 1.5rem;\r\n}\r\n.about-v3-team-card .socials a {\r\n    color: #aaa;\r\n    margin: 0 8px;\r\n    font-size: 1.2rem;\r\n    transition: color 0.3s ease;\r\n}\r\n.about-v3-team-card .socials a:hover {\r\n    color: var(--prosoftom-red);\r\n}\r\n.office-info {\r\n    text-align: center;\r\n    max-width: 600px;\r\n    margin: 4rem auto 0 auto;\r\n    color: var(--prosoftom-text-muted);\r\n    font-style: italic;\r\n}\r\n\r\n\r\n\/* --- 6. CTA FINAL --- *\/\r\n.about-v3-cta {\r\n    background-color: var(--prosoftom-light-bg);\r\n}\r\n.about-v3-cta-button {\r\n    display: inline-block;\r\n    background-color: var(--prosoftom-red);\r\n    color: #fff;\r\n    padding: 14px 32px;\r\n    border-radius: 50px;\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    font-size: 1rem;\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    box-shadow: 0 5px 15px rgba(215, 26, 22, 0.3);\r\n}\r\n.about-v3-cta-button:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: 0 8px 25px rgba(215, 26, 22, 0.4);\r\n}\r\n<\/style>\r\n\r\n<div class=\"about-v3-container\">\r\n\r\n    <section class=\"about-v3-hero about-v3-section\">\r\n        <h1 class=\"about-v3-section-title\">Nuestra Historia<\/h1>\r\n        <p>Somos la fuerza que impulsa a emprendedores y PYMES hacia el futuro digital, combinando la innovaci\u00f3n de la IA con la pasi\u00f3n por el marketing.<\/p>\r\n    <\/section>\r\n\r\n    <section class=\"about-v3-story about-v3-section\">\r\n        <div class=\"about-v3-story-grid\">\r\n            <div class=\"about-v3-story-text about-v3-animate-item\">\r\n                <h2 class=\"about-v3-section-title\" style=\"text-align:left;\">La Chispa de la Innovaci\u00f3n<\/h2>\r\n                <p>ProSoftom naci\u00f3 de una visi\u00f3n clara: democratizar el acceso a la tecnolog\u00eda de Inteligencia Artificial m\u00e1s avanzada. Creemos que cada negocio, sin importar su tama\u00f1o, merece las mismas herramientas que las grandes corporaciones para competir, crecer y triunfar en el competitivo entorno digital.<\/p>\r\n                <p>Nuestra misi\u00f3n es ser tu socio estrat\u00e9gico, eliminando las barreras t\u00e9cnicas y proporcionando soluciones de software y formaci\u00f3n que generan resultados reales y medibles.<\/p>\r\n            <\/div>\r\n            <div class=\"about-v3-story-image about-v3-animate-item\">\r\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop\" alt=\"Equipo colaborando en un proyecto\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"about-v3-values about-v3-section\">\r\n        <h2 class=\"about-v3-section-title\">Nuestros Pilares<\/h2>\r\n        <p class=\"about-v3-section-subtitle\">Estos son los principios que gu\u00edan cada l\u00ednea de c\u00f3digo, cada curso y cada decisi\u00f3n que tomamos.<\/p>\r\n        <div class=\"about-v3-values-grid\">\r\n            <div class=\"about-v3-value-card about-v3-animate-item\"><div class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm-1.29 14.29-3.54-3.53a1 1 0 0 1 1.42-1.42l2.82 2.83 6-6a1 1 0 0 1 1.42 1.42l-6.71 6.7z\"\/><\/svg><\/div><h3>Innovaci\u00f3n Constante<\/h3><p>Utilizamos modelos de IA de vanguardia como GPT-4o para asegurar que nuestras soluciones siempre est\u00e9n un paso por delante.<\/p><\/div>\r\n            <div class=\"about-v3-value-card about-v3-animate-item\"><div class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19.5 12a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0zM12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zM12 7a1 1 0 0 1 1 1v3.41l2.29 2.3a1 1 0 1 1-1.42 1.42L11 12.83V8a1 1 0 0 1 1-1z\"\/><\/svg><\/div><h3>Eficiencia Pr\u00e1ctica<\/h3><p>Integramos herramientas l\u00edderes como Elementor PRO y FluentCRM para crear un ecosistema que ahorra tiempo y maximiza tu ROI.<\/p><\/div>\r\n            <div class=\"about-v3-value-card about-v3-animate-item\"><div class=\"icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 8c-3.31 0-6 2.69-6 6v2h12v-2c0-3.31-2.69-6-6-6zm0 2c2.21 0 4 1.79 4 4v.75H8v-.75c0-2.21 1.79-4 4-4z\"\/><\/svg><\/div><h3>Enfoque en el Cliente<\/h3><p>Tu \u00e9xito es nuestro \u00e9xito. Escuchamos, adaptamos y creamos soluciones pensando siempre en las necesidades de PYMES y emprendedores.<\/p><\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"about-v3-journey about-v3-section\">\r\n        <h2 class=\"about-v3-section-title\">De Cero al Futuro Digital<\/h2>\r\n        <p class=\"about-v3-section-subtitle\">As\u00ed es como transformamos una idea ambiciosa en una realidad tangible.<\/p>\r\n        <div class=\"timeline\">\r\n            <div class=\"timeline-item left about-v3-animate-item\">\r\n                <div class=\"timeline-content\">\r\n                    <h3>Q1 2024: La Fundaci\u00f3n Desde Cero<\/h3>\r\n                    <p>Nace ProSoftom como un proyecto que arranca sin clientes ni leads, pero con una visi\u00f3n clara: construir un ecosistema de IA completo desde la base.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"timeline-item right about-v3-animate-item\">\r\n                <div class=\"timeline-content\">\r\n                    <h3>Q2 2024: Creaci\u00f3n de Activos Digitales<\/h3>\r\n                    <p>Desarrollamos nuestro arsenal: software a la venta impulsado por IA para PYMES y un cat\u00e1logo masivo de Cursos Expertos en Marketing e Inteligencia Artificial.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"timeline-item left about-v3-animate-item\">\r\n                <div class=\"timeline-content\">\r\n                    <h3>Q3 2024: Lanzamiento Estrat\u00e9gico<\/h3>\r\n                    <p>Lanzamos la plataforma Prosoftom.com, listos para una escalabilidad global r\u00e1pida y una monetizaci\u00f3n eficiente desde el primer d\u00eda gracias a nuestros productos ya desarrollados.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n             <div class=\"timeline-item right about-v3-animate-item\">\r\n                <div class=\"timeline-content\">\r\n                    <h3>Futuro: Innovaci\u00f3n Sin L\u00edmites<\/h3>\r\n                    <p>Nuestra hoja de ruta incluye la expansi\u00f3n continua del software, la personalizaci\u00f3n de la IA y la creaci\u00f3n de una comunidad global de negocios exitosos.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"about-v3-team about-v3-section\">\r\n        <h2 class=\"about-v3-section-title\">Las Personas Detr\u00e1s del Proyecto<\/h2>\r\n        <p class=\"about-v3-section-subtitle\">Somos un equipo en crecimiento, impulsado por la innovaci\u00f3n, el talento joven y un compromiso inquebrantable con tus resultados.<\/p>\r\n        <div class=\"about-v3-team-grid\">\r\n            <div class=\"about-v3-team-card about-v3-animate-item\">\r\n                <img decoding=\"async\" data-src=\"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/06\/11539820.png\" alt=\"Foto de Daniel Palaz\u00f3n\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2000px; --smush-placeholder-aspect-ratio: 2000\/2000;\">\r\n                <h3>Daniel Palaz\u00f3n<\/h3>\r\n                <p class=\"role\">Desarrollador Web<\/p>\r\n                <p class=\"bio\">Joven talento que contribuye activamente al desarrollo de software y la implementaci\u00f3n de soluciones innovadoras en ProSoftom.<\/p>\r\n                 <div class=\"socials\">\r\n                    <a href=\"#\" aria-label=\"LinkedIn de Daniel Palaz\u00f3n\" target=\"_blank\" rel=\"noopener noreferrer\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg><\/a>\r\n                <\/div>\r\n            <\/div>\r\n             <div class=\"about-v3-team-card is-featured about-v3-animate-item\">\r\n                <img decoding=\"async\" data-src=\"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/06\/1689893737758.jpg\" alt=\"Foto de Lucas Varela Corbalan\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 200px; --smush-placeholder-aspect-ratio: 200\/200;\">\r\n                <h3>Lucas Valera Corbalan<\/h3>\r\n                <p class=\"role\">Fundador & CEO<\/p>\r\n                <p class=\"bio\">Liderando la visi\u00f3n de ProSoftom, Lucas combina experiencia en marketing digital y tecnolog\u00eda con una pasi\u00f3n por la innovaci\u00f3n impulsada por IA.<\/p>\r\n                <div class=\"socials\">\r\n                    <a href=\"https:\/\/www.linkedin.com\/in\/lucas-valera-corbal%C3%A1n\/?originalSubdomain=es\" aria-label=\"LinkedIn de Lucas Varela Corbalan\" target=\"_blank\" rel=\"noopener noreferrer\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg><\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"about-v3-team-card about-v3-animate-item\">\r\n                <img decoding=\"async\" data-src=\"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/06\/11539820.png\" alt=\"Foto de Salah Rahil\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload\" style=\"--smush-placeholder-width: 2000px; --smush-placeholder-aspect-ratio: 2000\/2000;\">\r\n                <h3>Salah Rahil<\/h3>\r\n                <p class=\"role\">Desarrollador Multiplataforma<\/p>\r\n                <p class=\"bio\">Colaborador esencial en la estrategia de la empresa, aportando funciones clave c\u00f3mo la automatizaci\u00f3n de tareas y desarrollo de apps.<\/p>\r\n                 <div class=\"socials\">\r\n                    <a href=\"#\" aria-label=\"LinkedIn de Salah Rahil\" target=\"_blank\" rel=\"noopener noreferrer\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg><\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <p class=\"office-info about-v3-animate-item\">Actualmente, nuestra oficina cuenta con un espacio de trabajo colaborativo con hasta 15 plazas disponibles, preparada para nuestro crecimiento futuro.<\/p>\r\n    <\/section>\r\n\r\n    <section class=\"about-v3-cta about-v3-section\">\r\n         <h2 class=\"about-v3-section-title\">\u00danete a Nuestra Revoluci\u00f3n Digital<\/h2>\r\n        <p class=\"about-v3-section-subtitle\">\u00bfListo para ver c\u00f3mo la IA puede transformar tu negocio? Explora nuestras soluciones o ponte en contacto con nuestro equipo.<\/p>\r\n        <a href=\"https:\/\/prosoftom.com\/es\/contacto\/\" class=\"about-v3-cta-button\">Hablemos<\/a>\r\n    <\/section>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    const animatedItems = document.querySelectorAll('.about-v3-animate-item');\r\n    if (\"IntersectionObserver\" in window) {\r\n        const observer = new IntersectionObserver((entries, observer) => {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.classList.add('is-visible');\r\n                    observer.unobserve(entry.target);\r\n                }\r\n            });\r\n        }, { threshold: 0.1 });\r\n        animatedItems.forEach(item => {\r\n            observer.observe(item);\r\n        });\r\n    } else {\r\n        animatedItems.forEach(item => {\r\n            item.classList.add('is-visible');\r\n        });\r\n    }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Nuestra Historia Somos la fuerza que impulsa a emprendedores y PYMES hacia el futuro digital, combinando la innovaci\u00f3n de la IA con la pasi\u00f3n por el marketing. La Chispa de la Innovaci\u00f3n ProSoftom naci\u00f3 de una visi\u00f3n clara: democratizar el acceso a la tecnolog\u00eda de Inteligencia Artificial m\u00e1s avanzada. Creemos que cada negocio, sin importar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[],"tags":[],"class_list":["post-27020","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nosotros | ProSoftom | Profesional Software for Online Marketing<\/title>\n<meta name=\"description\" content=\"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prosoftom.com\/es\/nosotros\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nosotros\" \/>\n<meta property=\"og:description\" content=\"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prosoftom.com\/es\/nosotros\/\" \/>\n<meta property=\"og:site_name\" content=\"ProSoftom | Profesional Software for Online Marketing\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T08:16:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop\" \/>\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=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/\",\"url\":\"https:\/\/prosoftom.com\/es\/nosotros\/\",\"name\":\"Nosotros | ProSoftom | Profesional Software for Online Marketing\",\"isPartOf\":{\"@id\":\"https:\/\/prosoftom.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop\",\"datePublished\":\"2025-06-16T07:30:22+00:00\",\"dateModified\":\"2025-09-12T08:16:08+00:00\",\"description\":\"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing\",\"breadcrumb\":{\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prosoftom.com\/es\/nosotros\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage\",\"url\":\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop\",\"contentUrl\":\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prosoftom.com\/es\/nosotros\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/prosoftom.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nosotros\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/prosoftom.com\/es\/#website\",\"url\":\"https:\/\/prosoftom.com\/es\/\",\"name\":\"ProSoftom\",\"description\":\"ProSoftom: Software y Cursos Expertos para Marketing Online con IA\",\"publisher\":{\"@id\":\"https:\/\/prosoftom.com\/es\/#organization\"},\"alternateName\":\"ProSoftom\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/prosoftom.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/prosoftom.com\/es\/#organization\",\"name\":\"ProSoftom\",\"alternateName\":\"ProSoftom\",\"url\":\"https:\/\/prosoftom.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/prosoftom.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/03\/logoprosoftom540x170-preferido.png\",\"contentUrl\":\"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/03\/logoprosoftom540x170-preferido.png\",\"width\":540,\"height\":170,\"caption\":\"ProSoftom\"},\"image\":{\"@id\":\"https:\/\/prosoftom.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Nosotros | ProSoftom | Profesional Software for Online Marketing","description":"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prosoftom.com\/es\/nosotros\/","og_locale":"es_ES","og_type":"article","og_title":"Nosotros","og_description":"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing","og_url":"https:\/\/prosoftom.com\/es\/nosotros\/","og_site_name":"ProSoftom | Profesional Software for Online Marketing","article_modified_time":"2025-09-12T08:16:08+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prosoftom.com\/es\/nosotros\/","url":"https:\/\/prosoftom.com\/es\/nosotros\/","name":"Nosotros | ProSoftom | Profesional Software for Online Marketing","isPartOf":{"@id":"https:\/\/prosoftom.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage"},"image":{"@id":"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop","datePublished":"2025-06-16T07:30:22+00:00","dateModified":"2025-09-12T08:16:08+00:00","description":"Descubre la historia y quien hay detr\u00e1s a cargo de ProSoftom | ProSoftom: Professional Software for Online Marketing","breadcrumb":{"@id":"https:\/\/prosoftom.com\/es\/nosotros\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prosoftom.com\/es\/nosotros\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/prosoftom.com\/es\/nosotros\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop","contentUrl":"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?q=80&w=2070&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/prosoftom.com\/es\/nosotros\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/prosoftom.com\/es\/"},{"@type":"ListItem","position":2,"name":"Nosotros"}]},{"@type":"WebSite","@id":"https:\/\/prosoftom.com\/es\/#website","url":"https:\/\/prosoftom.com\/es\/","name":"ProSoftom","description":"ProSoftom: Software y Cursos Expertos para Marketing Online con IA","publisher":{"@id":"https:\/\/prosoftom.com\/es\/#organization"},"alternateName":"ProSoftom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prosoftom.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/prosoftom.com\/es\/#organization","name":"ProSoftom","alternateName":"ProSoftom","url":"https:\/\/prosoftom.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/prosoftom.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/03\/logoprosoftom540x170-preferido.png","contentUrl":"https:\/\/prosoftom.com\/wp-content\/uploads\/2025\/03\/logoprosoftom540x170-preferido.png","width":540,"height":170,"caption":"ProSoftom"},"image":{"@id":"https:\/\/prosoftom.com\/es\/#\/schema\/logo\/image\/"}}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/pages\/27020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/comments?post=27020"}],"version-history":[{"count":17,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/pages\/27020\/revisions"}],"predecessor-version":[{"id":29867,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/pages\/27020\/revisions\/29867"}],"wp:attachment":[{"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/media?parent=27020"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/categories?post=27020"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prosoftom.com\/es\/wp-json\/wp\/v2\/tags?post=27020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}