{"id":83,"date":"2026-01-24T10:57:46","date_gmt":"2026-01-24T10:57:46","guid":{"rendered":"https:\/\/casasevolution.com\/m\/mx\/?page_id=83"},"modified":"2026-01-26T06:19:11","modified_gmt":"2026-01-26T06:19:11","slug":"sobre-evo","status":"publish","type":"page","link":"https:\/\/casasevolution.com\/m\/mx\/sobre-evo\/","title":{"rendered":"Sobre Evo"},"content":{"rendered":"\n<section class=\"evolution-about-section\">\n  <div class=\"evolution-container\">\n\n    <!-- INTRO SOBRE EVOLUTION SYSTEMS -->\n    <div class=\"evolution-intro\">\n      <h2 class=\"evolution-title\">\n        Sobre <span>Evolution Systems<\/span>\n      <\/h2>\n\n      <p class=\"evolution-intro-text\">\n        Evolution es un ecosistema de dise\u00f1o y desarrollo enfocado en redefinir la vivienda modular en\n        Puerto Rico y Latinoamerica <strong>(Mexico, Republica Dominicana y Colombia)<\/strong>. <\/p><br><p class=\"evolution-intro-text\">Integramos sistemas constructivos, casas de nueva generaci\u00f3n, comunidades\n        planificadas y experiencias innovadoras para crear soluciones reales, escalables y de alto valor.\n      <\/p>\n\n      <a\n        href=\"https:\/\/wa.me\/17879253420\"\n        target=\"_blank\"\n        class=\"evolution-cta\"\n      >\n        <span>Buscamos Distribuidores y Representantes<\/span>\n        <strong>M\u00e1s detalles \u2192<\/strong>\n      <\/a>\n    <\/div>\n\n    <!-- TARJETAS -->\n    <div class=\"evolution-cards\">\n      \n      <!-- Filosof\u00eda -->\n      <div class=\"evolution-card\">\n        <div class=\"evolution-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"32\" r=\"28\" \/>\n            <line x1=\"32\" y1=\"18\" x2=\"32\" y2=\"46\" \/>\n            <line x1=\"22\" y1=\"32\" x2=\"42\" y2=\"32\" \/>\n          <\/svg>\n        <\/div>\n        <h3>Filosof\u00eda<\/h3>\n        <p>\n          Creemos arquitectura excepcional que debe ser accesible, sostenible y entregada con precisi\u00f3n.\n          Nuestro enfoque modular combina eficiencia industrial con integridad arquitect\u00f3nica.\n        <\/p>\n      <\/div>\n\n      <!-- Visi\u00f3n -->\n      <div class=\"evolution-card\">\n        <div class=\"evolution-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"32\" r=\"28\" \/>\n            <circle cx=\"32\" cy=\"32\" r=\"10\" \/>\n          <\/svg>\n        <\/div>\n        <h3>Visi\u00f3n<\/h3>\n        <p>\n          Redefinir la construcci\u00f3n residencial en las Am\u00e9ricas mediante soluciones modulares innovadoras\n          que establecen nuevos est\u00e1ndares de calidad, velocidad y excelencia en dise\u00f1o.\n        <\/p>\n      <\/div>\n\n      <!-- Diferenciadores -->\n      <div class=\"evolution-card\">\n        <div class=\"evolution-icon\">\n          <svg viewBox=\"0 0 64 64\" aria-hidden=\"true\">\n            <circle cx=\"32\" cy=\"32\" r=\"28\" \/>\n            <polygon points=\"32,18 46,32 32,46 18,32\" \/>\n          <\/svg>\n        <\/div>\n        <h3>Diferenciadores<\/h3>\n        <p>\n          Desde sistemas de ingenier\u00eda patentados hasta materiales premium y log\u00edstica optimizada,\n          cada aspecto de nuestro proceso est\u00e1 dise\u00f1ado para resultados superiores y satisfacci\u00f3n del cliente.\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* ===== BASE ===== *\/\n.evolution-about-section {\n  padding: 60px 20px;\n}\n\n.evolution-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n\/* ===== INTRO ===== *\/\n.evolution-intro {\n  max-width: 900px;\n  margin: 0 auto 60px;\n}\n\n.evolution-title {\n  font-size: 36px;\n  font-weight: 600;\n  margin-bottom: 18px;\n}\n\n.evolution-title span {\n  border-bottom: 3px solid #BABA2A;\n  padding-bottom: 4px;\n}\n\n.evolution-intro-text {\n  font-size: 16px;\n  line-height: 1.7;\n  color: rgba(255,255,255,.75);\n  margin: 0 auto 28px;\n}\n\n\/* CTA *\/\n.evolution-cta {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  padding: 18px 26px;\n  border-radius: 999px;\n  border: 2px solid #BABA2A;\n  text-decoration: none;\n  color: #ffffff;\n  background: rgba(186,186,42,.12);\n  transition: .2s ease;\n}\n\n.evolution-cta:hover {\n  background: rgba(186,186,42,.22);\n}\n\n.evolution-cta span {\n  font-weight: 500;\n}\n\n.evolution-cta strong {\n  color: #BABA2A;\n  font-weight: 600;\n}\n\n\/* ===== TARJETAS ===== *\/\n.evolution-cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n}\n\n.evolution-card {\n  background: #ffffff;\n  border-radius: 16px;\n  padding: 35px 25px;\n  box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n}\n\n.evolution-card h3 {\n  margin: 20px 0 15px;\n  font-size: 20px;\n  color: #020617;\n}\n\n.evolution-card p {\n  font-size: 15px;\n  line-height: 1.6;\n  color: #374151;\n}\n\n\/* SVG Icons *\/\n.evolution-icon {\n  width: 64px;\n  height: 64px;\n  margin: 0 auto;\n}\n\n.evolution-icon svg {\n  width: 100%;\n  height: 100%;\n  stroke: #BABA2A;\n  fill: none;\n  stroke-width: 2.5;\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 900px) {\n  .evolution-cards {\n    grid-template-columns: 1fr;\n  }\n\n  .evolution-title {\n    font-size: 28px;\n  }\n\n  .evolution-cta {\n    flex-direction: column;\n    gap: 6px;\n  }\n}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Sobre Evolution Systems Evolution es un ecosistema de dise\u00f1o y desarrollo enfocado en redefinir la vivienda modular en Puerto Rico [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":3,"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/pages\/83\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/pages\/83\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/casasevolution.com\/m\/mx\/wp-json\/wp\/v2\/media?parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}