{"id":203,"date":"2025-10-29T02:28:25","date_gmt":"2025-10-29T02:28:25","guid":{"rendered":"https:\/\/rmrealtygroupinc.com\/?page_id=203"},"modified":"2026-06-18T00:21:07","modified_gmt":"2026-06-18T00:21:07","slug":"who-we-are","status":"publish","type":"page","link":"https:\/\/rmrealtygroupinc.com\/es\/who-we-are\/","title":{"rendered":"QUI\u00c9NES SOMOS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"203\" class=\"elementor elementor-203\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f910982 e-flex e-con-boxed e-con e-parent\" data-id=\"f910982\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-61cca98 e-con-full e-flex e-con e-child\" data-id=\"61cca98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7e4b2f elementor-widget elementor-widget-html\" data-id=\"e7e4b2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"sec-logros\" id=\"sec-logros\">\n  <div class=\"logros-grid\">\n    <!-- IZQUIERDA: CONTADORES -->\n    <div class=\"logros-col-izq\">\n      <div class=\"metric\" data-target=\"2000\">\n        <span class=\"num\">0<\/span><span class=\"plus\">+<\/span>\n        <p>Propiedades sold<\/p>\n      <\/div>\n\n      <div class=\"metric\" data-target=\"5400\">\n        <span class=\"num\">0<\/span><span class=\"plus\">+<\/span>\n        <p>Satisfied clients<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- DERECHA: IM\u00c1GENES -->\n    <div class=\"logros-col-der\">\n      <figure class=\"img-main\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg?w=800&#038;ssl=1\" alt=\"Imagen principal\">\n      <\/figure>\n\n      <!-- Imagen superpuesta: va por delante y hacia la izquierda -->\n      <figure class=\"img-over\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rodrigo-martinez-rm-realty-group-nc.jpg?w=800&#038;ssl=1\" alt=\"Imagen superpuesta\">\n      <\/figure>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* ======= ESTILOS ORIGINALES (DESKTOP SE MANTIENE) ======= *\/\n  .sec-logros{\n    background:#00012F; \/* mismo azul profundo del ejemplo *\/\n    color:#fff;\n    padding:30px 22px 80px;\n    position: relative\n  }\n\n  .logros-grid{\n    max-width:1160px;\n    margin:0 auto;\n    display:grid;\n    grid-template-columns: 340px 1fr; \/* izquierda fija, derecha flexible *\/\n    gap:36px;\n    align-items:start;\n  }\n\n  \/* COLUMNA IZQUIERDA (CONTADORES) *\/\n  .logros-col-izq{\n    position:absolute;           \/* se queda fija visualmente mientras haya alto a la derecha *\/\n    top:0px;              \n    left:0px;\n    display:flex;\n    flex-direction:column;\n    gap:0px;\n  }\n\n  .metric .num{\n    font-size:2.4rem;\n    line-height:1;\n    font-weight:800;\n    letter-spacing:.5px;\n    display:inline-block;\n  }\n  .metric .plus{\n    font-size:48px;\n    font-weight:800;\n    margin-left:6px;\n  }\n  .metric p{\n    font-size:20px;\n    opacity:.95;\n    margin:-10px 0px 0px;\n  }\n\n  \/* COLUMNA DERECHA (IM\u00c1GENES) *\/\n  .logros-col-der{\n    position:absolute;\n    right: 0px\n  }\n\n  \/* IMAGEN PRINCIPAL *\/\n  .img-main{\n    margin:0;\n    height:420px;\n    overflow:hidden; \/* sin bordes redondeados *\/\n    position:relative;\n    z-index:1;\n  }\n  .img-main img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n  }\n\n  \/* IMAGEN SUPERPUESTA (hacia la izquierda) *\/\n  .img-over{\n    margin:0;\n    position:absolute;\n    \/* sobresale hacia la izquierda, m\u00e1s abajo que la principal *\/\n    left:0px;\n    transform:translate(-70%,0px);\n    bottom:-180px;\n    width:100%;\n    height:420px;\n    z-index:2;\n    overflow:hidden;\n    \/* marco exterior para separar de fondo\/imagen: *\/\n    box-shadow:0 0 0 18px #00012F; \/* \u201couter border\u201d *\/\n  }\n  .img-over img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n  }\n\n  \/* ======= ESTE BLOQUE ERA TUYO: LO CONSERVO ======= *\/\n  @media (max-width: 1100px){\n    .img-over{\n      left:-50px;\n      width:50%;\n      height:380px;\n      bottom:-50px;\n      box-shadow:0 0 0 16px #00012F;\n    }\n    .img-main{ height:480px; }\n  }\n\n  \/* ======= NUEVOS AJUSTES SOLO MOBILE\/TABLET (<=900px, <=520px) ======= *\/\n  \/* reemplazan a tus antiguos @media (max-width: 900px) y (max-width: 520px) *\/\n  @media (max-width: 900px){\n    .sec-logros{\n      padding: 40px 18px 64px; \/* un poco m\u00e1s compacto en m\u00f3vil *\/\n    }\n\n    .logros-grid{\n      grid-template-columns: 1fr;        \/* apilar *\/\n      gap: 22px;\n    }\n\n    \/* Izquierda: pasa a flujo normal *\/\n    .logros-col-izq{\n      position: static !important;\n      margin: 0 0 6px 0;\n      display: flex;\n      flex-direction: row;\n      gap: 18px;\n      justify-content: space-between;\n    }\n\n    \/* Ajuste tipogr\u00e1fico sutil en m\u00f3vil *\/\n    .metric .num{ font-size: 44px; line-height: 1; }\n    .metric .plus{ font-size: 34px; }\n    .metric p{ font-size: 18px; margin: 4px 0 0; }\n\n    \/* Derecha: quitar absolute para que apile *\/\n    .logros-col-der{\n      position: static !important;\n      right: auto;\n    }\n\n    \/* Imagen principal con aspect-ratio para evitar saltos *\/\n    .img-main{\n      height: auto !important;\n      aspect-ratio: 4 \/ 5;\n      overflow: hidden;\n    }\n    .img-main img{\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    \/* Imagen superpuesta: en mobile la mostramos debajo, sin solape *\/\n    .img-over{\n      position: relative !important;\n      left: 0 !important;\n      bottom: 0 !important;\n      width: 100% !important;\n      height: auto !important;\n      aspect-ratio: 4 \/ 5;\n      margin-top: 16px;\n      box-shadow: 0 0 0 12px #00012F; \/* borde exterior m\u00e1s delgado *\/\n      overflow: hidden;\n    }\n    .img-over img{\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n  }\n\n  @media (max-width: 520px){\n      .img-over{\n          display: none\n      }\n    .metric .num{ font-size: 38px; }\n    .metric .plus{ font-size: 30px; }\n    .metric p{ font-size: 16px; }\n\n    .img-main{ aspect-ratio: 3 \/ 4; }\n    .img-over{\n      aspect-ratio: 3 \/ 4;\n      box-shadow: 0 0 0 10px #00012F;\n    }\n  }\n\n  \/* Muy peque\u00f1os (opcional, pulido extra) *\/\n  @media (max-width: 380px){\n    .logros-col-izq{\n      flex-direction: column;\n      gap: 14px;\n    }\n    .metric .num{ font-size: 34px; }\n  }\n<\/style>\n\n<script>\n\/* Contadores: corren una sola vez al entrar la secci\u00f3n en viewport (c\u00f3digo original) *\/\n(function(){\n  var done = false;\n  var sec = document.getElementById('sec-logros');\n  if(!sec) return;\n\n  var io = new IntersectionObserver(function(entries){\n    entries.forEach(function(e){\n      if(e.isIntersecting && !done){\n        done = true;\n        arrancar();\n        io.disconnect();\n      }\n    });\n  }, { threshold: 0.35 });\n\n  io.observe(sec);\n\n  function arrancar(){\n    var items = sec.querySelectorAll('.metric');\n    items.forEach(function(el){\n      var objetivo = parseInt(el.getAttribute('data-target'),10) || 0;\n      var dur = 1600; \/\/ ms\n      var start = null;\n      var numEl = el.querySelector('.num');\n\n      function tick(ts){\n        if(!start) start = ts;\n        var p = Math.min((ts - start)\/dur, 1);\n        var val = Math.floor(p * objetivo);\n        numEl.textContent = val.toLocaleString();\n        if(p < 1){ requestAnimationFrame(tick); }\n        else{ numEl.textContent = objetivo.toLocaleString(); }\n      }\n      requestAnimationFrame(tick);\n    });\n  }\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8914cd e-con-full e-flex e-con e-child\" data-id=\"e8914cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba9ca36 elementor-widget elementor-widget-heading\" data-id=\"ba9ca36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Who We Are<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7cc7b0 elementor-widget elementor-widget-heading\" data-id=\"d7cc7b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Reliable Partner in Real Estate Journeys<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b700f9b elementor-widget elementor-widget-text-editor\" data-id=\"b700f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With more than 7 years of experience, we guide families and investors to achieve their real estate goals with trust, dedication, and personalized service. At RM Realty, we believe that buying or selling a property is more than just a transaction \u2014 it\u2019s about building a future. We are committed to providing honest guidance, transparent processes, and the local knowledge you need to make confident decisions. Whether you are searching for your first home, exploring investment opportunities, or needing personalized support, we are by your side every step of the way.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7890ba3 e-grid e-con-full e-con e-child\" data-id=\"7890ba3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c6f0781 e-con-full e-flex e-con e-child\" data-id=\"c6f0781\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dbb0e4 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"9dbb0e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?fit=512%2C512&amp;ssl=1\" class=\"attachment-full size-full wp-image-398\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?w=512&amp;ssl=1 512w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=270%2C270&amp;ssl=1 270w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=192%2C192&amp;ssl=1 192w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=180%2C180&amp;ssl=1 180w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/cropped-rm-icon-1.jpg?resize=32%2C32&amp;ssl=1 32w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Residential Property Sales<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-301540d elementor-widget elementor-widget-text-editor\" data-id=\"301540d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Expertise in helping clients buy and sell residential homes tailored to their needs and budget.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f712aab e-con-full e-flex e-con e-child\" data-id=\"f712aab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c529820 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"c529820\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"55\" height=\"55\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/realtors-nc.jpg?fit=55%2C55&amp;ssl=1\" class=\"attachment-full size-full wp-image-520\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Land and Investment Opportunities<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f10f9f8 elementor-widget elementor-widget-text-editor\" data-id=\"f10f9f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Guidance for clients interested in purchasing land or profitable investment properties.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5556bac e-con-full e-flex e-con e-child\" data-id=\"5556bac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a007ec0 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"a007ec0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"55\" height=\"55\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/best-realtors-charlotte-nc.jpg?fit=55%2C55&amp;ssl=1\" class=\"attachment-full size-full wp-image-519\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Mortgage and Credit Assistance<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44eae56 elementor-widget elementor-widget-text-editor\" data-id=\"44eae56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Support through pre-approval and financing options to make the buying process easier.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-937c36e e-con-full e-flex e-con e-child\" data-id=\"937c36e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9720a28 elementor-position-left elementor-vertical-align-top elementor-widget elementor-widget-image-box\" data-id=\"9720a28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"55\" height=\"55\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/realtors-charlotte.jpg?fit=55%2C55&amp;ssl=1\" class=\"attachment-full size-full wp-image-518\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Personalized Attention<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27f08c4 elementor-widget elementor-widget-text-editor\" data-id=\"27f08c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We take the time to listen and offer tailored solutions to achieve your real estate goals.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-c670650 e-con-full e-flex e-con e-parent\" data-id=\"c670650\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-88df40b e-con-full tag-wrap e-flex e-con e-child\" data-id=\"88df40b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1d9e9fa e-con-full tag e-flex e-con e-child\" data-id=\"1d9e9fa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a334e47 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"a334e47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/mission-1-2.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-211\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Our Mission<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fa1202 elementor-widget elementor-widget-text-editor\" data-id=\"7fa1202\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At RM Realty, we work with dedication and honesty to help families and investors find their dream home or make safe real estate investments. Our purpose is to be a bridge of trust, offering close guidance, clear solutions, and professional service that brings peace of mind at every step of the process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06320f6 elementor-widget elementor-widget-html\" data-id=\"06320f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.tag-wrap {\n  \/* Sombra hacia la izquierda *\/\n  filter: drop-shadow(0px 2px 28px rgba(0, 1, 47, 0.6));\n}\n\n.tag {\n  background: #EAEBFF;\n  color: white;\n  font-weight: 600;\n  border-radius: 6px;\n  display: inline-block;\n  padding: 1rem 2rem; \/* tama\u00f1o base *\/\n  font-size: 1rem;\n}\n\n\/* Tama\u00f1os por dispositivo *\/\n@media (min-width: 640px) { \/* sm *\/\n  .tag {\n    padding: 1.5rem 3rem;\n    font-size: 1.05rem;\n  }\n}\n\n@media (min-width: 768px) { \/* md *\/\n  .tag {\n    padding: 1.75rem 3.5rem;\n    font-size: 1.1rem;\n  }\n}\n\n@media (min-width: 1024px) { \/* lg *\/\n  .tag {\n    padding: 2rem 4rem 2rem 3rem;\n    font-size: 1.15rem;\n\n    \/* Punta solo en pantallas grandes *\/\n    clip-path: polygon(\n      0 0,\n      calc(100% - 30px) 0,\n      100% 50%,\n      calc(100% - 30px) 100%,\n      0 100%\n    );\n  }\n}\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e501999 e-con-full tag-wrap-2 e-flex e-con e-child\" data-id=\"e501999\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-02c0df8 e-con-full tag-2 e-flex e-con e-child\" data-id=\"02c0df8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-825edac elementor-position-right elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"825edac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/vision-1.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1493\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Our Vision<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-525407a elementor-widget elementor-widget-text-editor\" data-id=\"525407a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At RM Realty, we work with dedication and honesty to help families and investors find their dream home or make safe real estate investments. Our purpose is to be a bridge of trust, offering close guidance, clear solutions, and professional service that brings peace of mind at every step of the process.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26a5c7e elementor-widget elementor-widget-html\" data-id=\"26a5c7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.tag-wrap-2 {\n  \/* Sombra hacia la izquierda *\/\n  filter: drop-shadow(0px 2px 28px rgba(0, 1, 47, 0.6));\n}\n\n.tag-2 {\n  background: #EAEBFF;\n  color: white;\n  font-weight: 600;\n  border-radius: 6px;\n  display: inline-block;\n  padding: 1rem 2rem; \/* tama\u00f1o base *\/\n  font-size: 1rem;\n}\n\n\/* Tama\u00f1os por dispositivo *\/\n@media (min-width: 640px) { \/* sm *\/\n  .tag-2 {\n    padding: 1.5rem 3rem;\n    font-size: 1.05rem;\n  }\n}\n\n@media (min-width: 768px) { \/* md *\/\n  .tag-2 {\n    padding: 1.75rem 3.5rem;\n    font-size: 1.1rem;\n  }\n}\n\n@media (min-width: 1024px) { \/* lg *\/\n  .tag-2 {\n    padding: 2rem 4rem 2rem 3rem;\n    font-size: 1.15rem;\n\n    \/* Punta al lado izquierdo solo en pantallas grandes *\/\n    clip-path: polygon(\n      30px 0%, \n      100% 0%, \n      100% 100%, \n      30px 100%, \n      0 50%\n    );\n  }\n}\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5591b99 e-flex e-con-boxed e-con e-parent\" data-id=\"5591b99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2486c70 elementor-widget elementor-widget-heading\" data-id=\"2486c70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Let\u2019s walk this path together<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30a4a47 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"30a4a47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Values<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1450e23 e-flex e-con-boxed e-con e-parent\" data-id=\"1450e23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fb507c2 e-con-full e-flex e-con e-child\" data-id=\"fb507c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27df0ce elementor-position-right elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"27df0ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/honesty-1.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-212\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Honesty and Transparency<\/h3><p class=\"elementor-image-box-description\">We provide clear, complete information on every process and condition, ensuring clients always feel safe and informed.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-120363f elementor-position-right elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"120363f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/professionalism-rm-realty-charlotte.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1671\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/professionalism-rm-realty-charlotte.png?w=50&amp;ssl=1 50w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/professionalism-rm-realty-charlotte.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Professionalism<\/h3><p class=\"elementor-image-box-description\">We act with ethics and responsibility in every transaction. We comply with legal standards and deliver quality service.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b10268 elementor-position-right elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"4b10268\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/closeness-empathy-realtors-charlotte-nc.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1672\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/closeness-empathy-realtors-charlotte-nc.png?w=50&amp;ssl=1 50w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/closeness-empathy-realtors-charlotte-nc.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Closeness and Empathy<\/h3><p class=\"elementor-image-box-description\">We listen and understand each client\u2019s needs, treating them with respect as if each project were our own.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4566fb5 e-con-full e-flex e-con e-child\" data-id=\"4566fb5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b52f5d elementor-widget elementor-widget-image\" data-id=\"2b52f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"495\" height=\"636\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rm-realty-real-estate-agent-charlotte.png?fit=495%2C636&amp;ssl=1\" class=\"attachment-full size-full wp-image-1925\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rm-realty-real-estate-agent-charlotte.png?w=495&amp;ssl=1 495w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rm-realty-real-estate-agent-charlotte.png?resize=233%2C300&amp;ssl=1 233w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rm-realty-real-estate-agent-charlotte.png?resize=9%2C12&amp;ssl=1 9w\" sizes=\"(max-width: 495px) 100vw, 495px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b25db2 e-con-full e-flex e-con e-child\" data-id=\"2b25db2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb9be13 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"fb9be13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/commitment-Client-rm-realty-charlotte-nc.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1685\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/commitment-Client-rm-realty-charlotte-nc.png?w=50&amp;ssl=1 50w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/commitment-Client-rm-realty-charlotte-nc.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Commitment to the Client<\/h3><p class=\"elementor-image-box-description\">We are present in every stage, defending clients\u2019 interests with dedication until their goals are achieved.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fab9f0 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"3fab9f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/fairness-equity-rm-realty-charlotte.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1719\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/fairness-equity-rm-realty-charlotte.png?w=50&amp;ssl=1 50w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/fairness-equity-rm-realty-charlotte.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Fairness and Equity<\/h3><p class=\"elementor-image-box-description\">We build fair relationships, seeking balanced agreements that benefit all parties with honesty, trust, and respect.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f8fd64c elementor-position-left elementor-vertical-align-middle elementor-position-right elementor-widget elementor-widget-image-box\" data-id=\"f8fd64c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/confidentiality-rm-realty-charlotte-nc.png?fit=50%2C50&amp;ssl=1\" class=\"attachment-full size-full wp-image-1738\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/confidentiality-rm-realty-charlotte-nc.png?w=50&amp;ssl=1 50w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/confidentiality-rm-realty-charlotte-nc.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Confidentiality<\/h3><p class=\"elementor-image-box-description\">We safeguard every client\u2019s private information with total responsibility, ensuring their data is always protected.<\/p><\/div><\/div>\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<div class=\"elementor-element elementor-element-533d702 e-con-full e-flex e-con e-parent\" data-id=\"533d702\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b367984 e-con-full e-flex e-con e-child\" data-id=\"b367984\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3bc09ca e-con-full e-flex e-con e-child\" data-id=\"3bc09ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2df81e1 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"2df81e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/expertise-1-1.png?fit=60%2C60&amp;ssl=1\" class=\"attachment-full size-full wp-image-216\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Years of Real Estate Experience<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04caaa9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"04caaa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9e28a4 elementor-widget elementor-widget-counter\" data-id=\"a9e28a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"8\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccef1d9 e-con-full e-flex e-con e-child\" data-id=\"ccef1d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3df07df elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3df07df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/years-knowing-charlotte-surroundings-rm-realty.png?fit=60%2C60&amp;ssl=1\" class=\"attachment-full size-full wp-image-1820\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/years-knowing-charlotte-surroundings-rm-realty.png?w=60&amp;ssl=1 60w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/years-knowing-charlotte-surroundings-rm-realty.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 60px) 100vw, 60px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Years Knowing Charlotte and Surroundings<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0baae5f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"0baae5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d46c21c elementor-widget elementor-widget-counter\" data-id=\"d46c21c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"27\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ae127d e-con-full e-flex e-con e-child\" data-id=\"1ae127d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33b0701 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"33b0701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/families-successfully-assisted-rm-realty-charlotte.png?fit=60%2C60&amp;ssl=1\" class=\"attachment-full size-full wp-image-1821\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/families-successfully-assisted-rm-realty-charlotte.png?w=60&amp;ssl=1 60w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/families-successfully-assisted-rm-realty-charlotte.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 60px) 100vw, 60px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Families Successfully Assisted<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af70210 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"af70210\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10306f1 elementor-widget elementor-widget-counter\" data-id=\"10306f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"250\" data-from-value=\"\" data-delimiter=\",\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-315eff2 e-con-full e-flex e-con e-child\" data-id=\"315eff2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b233d3 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1b233d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/homes-successfully-sold-rm-realty-charlotte.png?fit=60%2C60&amp;ssl=1\" class=\"attachment-full size-full wp-image-1822\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/homes-successfully-sold-rm-realty-charlotte.png?w=60&amp;ssl=1 60w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/homes-successfully-sold-rm-realty-charlotte.png?resize=12%2C12&amp;ssl=1 12w\" sizes=\"(max-width: 60px) 100vw, 60px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Homes Successfully <br>Sold<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7c439b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f7c439b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30ca0bb elementor-widget elementor-widget-counter\" data-id=\"30ca0bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"250\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7ac78e e-flex e-con-boxed e-con e-parent\" data-id=\"b7ac78e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c455a1 elementor-widget elementor-widget-heading\" data-id=\"7c455a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Let\u2019s walk this path together<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ede30ea elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"ede30ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We guide you from start to finish toward <br>your new home<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e65806 elementor-widget elementor-widget-html\" data-id=\"6e65806\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"homebuy-steps\" id=\"homebuy-steps\">\n  <style>\n    :root { \/* solo variables locales de este bloque *\/\n      --brand:#00012F;\n      --connector:url(\"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/Line-19.png\");\n    }\n\n    .homebuy-steps{\n   \"Inter\", Sans-serif\n      color:var(--brand);\n      line-height: 1.5 !important;\n    }\n    .homebuy-steps .wrap{max-width:100%;margin:0 auto;}\n\n    \/* ===== Desktop: grid con conectores como divisores ===== *\/\n    .homebuy-steps .grid{\n      display:grid;\n      grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr; \/* steps en 1,3,5,7 y conectores en 2,4,6 *\/\n      align-items:start;\n      gap: 0px;\n      position:relative;\n    }\n\n    .homebuy-steps .step{\n      text-align:center;\n      position:relative;\n      padding: 0 0px;\n    }\n\n    .homebuy-steps .badge{\n        position: absolute;\n      width:56px;height:56px;border-radius:999px;\n      display:grid;place-items:center;\n      background:#00012F;color:white;\n      font-weight:700;letter-spacing:.04em;border:2px dashed white;\n      margin:0 auto 14px;\n    }\n    .homebuy-steps .icon-ring{\n      width:170px;height:170px;margin:0 auto 18px;border-radius:999px;\n      border:2px dashed rgba(0,1,47,.35);display:grid;place-items:center;\n    }\n    .homebuy-steps svg{width:72px;height:72px;stroke:var(--brand);fill:none;stroke-width:2.5;}\n    .homebuy-steps h3{font-size:clamp(20px,2.2vw,28px);line-height:1.2;margin:2px 0 10px;color:var(--brand);}\n    .homebuy-steps .sub{font-size:clamp(23px,1.35vw,18px);font-weight:700;margin-bottom:6px;}\n    .homebuy-steps p{color:#00012F;font-weight:300;font-size:16px;line-height:1.7;margin:0 auto;max-width:34ch;}\n\n    \/* Conector \u201cdivisor\u201d entre columnas *\/\n    .homebuy-steps .divider{\n      height: 120px; \/* alto visible del trazo ondulado *\/\n      background-image: var(--connector);\n      background-repeat: no-repeat;\n      background-size: contain;\n      background-position: 0% 80%;\n      \/*align-self:center;*\/\n      pointer-events:none;\n      \/*filter: contrast(120%);*\/\n    }\n\n    \/* ===== Mobile: una columna + conectores verticales ===== *\/\n    @media (max-width: 900px){\n      .homebuy-steps .grid{\n        grid-template-columns: 1fr; \/* solo steps *\/\n      }\n      \/* Oculta los divisores de columnas (no existen en mobile) *\/\n      .homebuy-steps .divider{ display:none; }\n\n      .homebuy-steps .step{\n        text-align:left;\n        padding-left:96px;\n        min-height:108px;\n      }\n      .homebuy-steps .badge{\n        position:absolute;left:0;top:0;margin:0;width:32px;height:32px;\n      }\n      .homebuy-steps .icon-ring{\n        position:absolute;left:-5px;top:0px;width:92px;height:92px;margin:0;\n      }\n      .homebuy-steps svg{width:44px;height:44px;}\n      .homebuy-steps h3{font-size:20px;}\n      .homebuy-steps .sub{font-size:16px;}\n      .homebuy-steps p{max-width:100%;font-size:15px;}\n\n      \/* Conector vertical entre steps (usa la misma imagen, girada) *\/\n      .homebuy-steps .step:not(:last-child)::after{\n        content:\"\";\n        position:absolute;\n        left:30px; \/* centro de la badge *\/\n        bottom:-26px;\n        width:34px;height:70px;\n        background-image: var(--connector);\n        background-repeat:no-repeat;\n        background-size:contain;\n        background-position:center;\n        transform: rotate(90deg);\n        opacity:.95;\n      }\n    }\n  <\/style>\n\n  <div class=\"wrap\">\n    <div class=\"grid\">\n      <!-- Step 01 -->\n      <article class=\"step\">\n        <div class=\"badge\">01<\/div>\n        <div class=\"icon-ring\" aria-hidden=\"true\">\n          <!-- Casa en mano -->\n <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-house.png?w=800&#038;ssl=1\">\n        <\/div>\n        <h3><span class=\"sub\">First Contact and Pre-Approval<\/span><\/h3>\n        <p>You let us know your interest in buying or selling. Together we review your situation, budget, and credit qualification to guide you with the best plan from the very beginning.<\/p>\n      <\/article>\n\n      <!-- Divider 01\u201302 -->\n      <div class=\"divider\" aria-hidden=\"true\"><\/div>\n\n      <!-- Step 02 -->\n      <article class=\"step\">\n        <div class=\"badge\">02<\/div>\n        <div class=\"icon-ring\" aria-hidden=\"true\">\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-map.png?w=800&#038;ssl=1\"\/>\n        <\/div>\n        <h3><span class=\"sub\">Property Search and Selection<\/span><\/h3>\n        <p>With your pre-approval or budget defined, we search for options that match your needs. We arrange property showings, giving you clarity at every step.<\/p>\n      <\/article>\n\n      <!-- Divider 02\u201303 -->\n      <div class=\"divider\" aria-hidden=\"true\"><\/div>\n\n      <!-- Step 03 -->\n      <article class=\"step\">\n        <div class=\"badge\">03<\/div>\n        <div class=\"icon-ring\" aria-hidden=\"true\">\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-agreement.png?w=800&#038;ssl=1\"\/>\n        <\/div>\n        <h3><span class=\"sub\">Offer and <br>Contract Process<\/span><\/h3>\n        <p>Once you find the right home, we help you present the offer. We coordinate inspections, appraisals, and negotiations so everything develops safely and transparently.<\/p>\n      <\/article>\n\n      <!-- Divider 03\u201304 -->\n      <div class=\"divider\" aria-hidden=\"true\"><\/div>\n\n      <!-- Step 04 -->\n      <article class=\"step\">\n        <div class=\"badge\">04<\/div>\n        <div class=\"icon-ring\" aria-hidden=\"true\">\n    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-keys.png?w=800&#038;ssl=1\"\/>\n        <\/div>\n        <h3><span class=\"sub\">Closing with Attorney and Keys<\/span><\/h3>\n        <p>We accompany you all the way to the legal closing with an attorney. Every detail is reviewed for your peace of mind, and finally the delivery of the keys to your new home.<\/p>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-790d030 elementor-widget elementor-widget-heading\" data-id=\"790d030\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Team<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af5156b elementor-widget elementor-widget-heading\" data-id=\"af5156b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Trusted Real Estate Team<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ae1a13 e-con-full e-grid e-con e-child\" data-id=\"9ae1a13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fab34ae e-con-full e-flex e-con e-child\" data-id=\"fab34ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c50589 elementor-widget elementor-widget-image\" data-id=\"6c50589\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"567\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rodrigo-martinez-broker-charge-realtor-charlotte-nc.jpg?fit=500%2C567&amp;ssl=1\" class=\"attachment-full size-full wp-image-1920\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rodrigo-martinez-broker-charge-realtor-charlotte-nc.jpg?w=500&amp;ssl=1 500w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rodrigo-martinez-broker-charge-realtor-charlotte-nc.jpg?resize=265%2C300&amp;ssl=1 265w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/rodrigo-martinez-broker-charge-realtor-charlotte-nc.jpg?resize=11%2C12&amp;ssl=1 11w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-574649e e-con-full e-flex e-con e-child\" data-id=\"574649e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d3bb4af e-con-full e-flex e-con e-child\" data-id=\"d3bb4af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11b6886 elementor-widget elementor-widget-heading\" data-id=\"11b6886\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Rodrigo Martinez<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc2fe46 elementor-widget elementor-widget-heading\" data-id=\"dc2fe46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">License#: 319828<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a032524 elementor-widget elementor-widget-heading\" data-id=\"a032524\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">CEO &amp; Broker in Charge<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b2a225 elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"7b2a225\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-84107d5\" href=\"https:\/\/www.facebook.com\/rodrigomartinezrealtor\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-f937920\" href=\"https:\/\/www.instagram.com\/rodrigomartinezrealtor\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3a9973 e-con-full e-flex e-con e-child\" data-id=\"c3a9973\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00a0312 elementor-widget elementor-widget-button\" data-id=\"00a0312\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-pulse\" href=\"https:\/\/rmrealtygroupinc.com\/rodrigo-martinez\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read His Story<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69b6911 e-con-full e-flex e-con e-child\" data-id=\"69b6911\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96121f1 elementor-widget elementor-widget-image\" data-id=\"96121f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"567\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/maria-claudia-leon-realtor-charlotte-nc.jpg?fit=500%2C567&amp;ssl=1\" class=\"attachment-large size-large wp-image-1921\" alt=\"\" srcset=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/maria-claudia-leon-realtor-charlotte-nc.jpg?w=500&amp;ssl=1 500w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/maria-claudia-leon-realtor-charlotte-nc.jpg?resize=265%2C300&amp;ssl=1 265w, https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/maria-claudia-leon-realtor-charlotte-nc.jpg?resize=11%2C12&amp;ssl=1 11w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e7ea94 e-con-full e-flex e-con e-child\" data-id=\"6e7ea94\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-45881ae e-con-full e-flex e-con e-child\" data-id=\"45881ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33f63a3 elementor-widget elementor-widget-heading\" data-id=\"33f63a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Maria Caudia Leon<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fbb0eb elementor-widget elementor-widget-heading\" data-id=\"2fbb0eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">License#: 335250<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d651d8 elementor-widget elementor-widget-heading\" data-id=\"2d651d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Realtor &amp; Co-Founder<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed3bf9e elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"ed3bf9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-84107d5\" href=\"https:\/\/www.facebook.com\/maria.c.becerra.37\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-f937920\" href=\"https:\/\/www.instagram.com\/mariaclaudialeonrealtor\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c2bb59 e-con-full e-flex e-con e-child\" data-id=\"0c2bb59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ae8979 elementor-widget elementor-widget-button\" data-id=\"2ae8979\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-pulse\" href=\"https:\/\/rmrealtygroupinc.com\/maria-claudia-leon\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read His Story<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-03adf77 e-flex e-con-boxed e-con e-parent\" data-id=\"03adf77\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04c7976 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"04c7976\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/images__2_-removebg-preview-2.jpg?fit=307%2C107&amp;ssl=1\" alt=\"images__2_-removebg-preview 2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/sres-certificated-realtor-charlotte.jpg?fit=307%2C107&amp;ssl=1\" alt=\"sres-certificated-realtor-charlotte\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/abr-certificated-realtor-charlotte.jpg?fit=307%2C107&amp;ssl=1\" alt=\"abr-certificated-realtor-charlotte\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/i0.wp.com\/rmrealtygroupinc.com\/wp-content\/uploads\/2026\/01\/srs-certificated-realtor-charlotte-nc.jpg?fit=307%2C107&amp;ssl=1\" alt=\"srs-certificated-realtor-charlotte-nc\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e03fc2a e-con-full e-flex e-con e-parent\" data-id=\"e03fc2a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f9d74fe e-con-full e-flex e-con e-child\" data-id=\"f9d74fe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9a80b4a e-con-full e-flex e-con e-child\" data-id=\"9a80b4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-638948f e-con-full e-flex e-con e-child\" data-id=\"638948f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57adfd9 elementor-widget elementor-widget-heading\" data-id=\"57adfd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get in Touch<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b06743 elementor-widget elementor-widget-heading\" data-id=\"2b06743\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tell Us About Your Dream Home<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e39eab3 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"e39eab3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;button_width&quot;:&quot;50&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"203\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"e39eab3\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"WHO WE ARE - RM Realty Group Charlotte\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"203\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tYour Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your Name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail Address\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email Address\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_18f1267 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_18f1267\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPhone Number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_18f1267]\" id=\"form-field-field_18f1267\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone Number\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_35ab601 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_35ab601]\" id=\"form-field-field_35ab601\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Select Services\">Select Services<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Housing\">Housing<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_fc81848 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_fc81848\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tYour City \/ Area\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_fc81848]\" id=\"form-field-field_fc81848\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your City \/ Area\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-50 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message Now<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>0+ Propiedades sold 0+ Satisfied clients Who We Are Your Reliable Partner in Real Estate Journeys With more than 7 years of experience, we guide families and investors to achieve their real estate goals with trust, dedication, and personalized service. At RM Realty, we believe that buying or selling a property is more than just [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","footnotes":""},"class_list":["post-203","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WHO WE ARE - RM Realty Group Charlotte<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rmrealtygroupinc.com\/es\/who-we-are\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WHO WE ARE - RM Realty Group Charlotte\" \/>\n<meta property=\"og:description\" content=\"0+ Propiedades sold 0+ Satisfied clients Who We Are Your Reliable Partner in Real Estate Journeys With more than 7 years of experience, we guide families and investors to achieve their real estate goals with trust, dedication, and personalized service. At RM Realty, we believe that buying or selling a property is more than just [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rmrealtygroupinc.com\/es\/who-we-are\/\" \/>\n<meta property=\"og:site_name\" content=\"RM Realty Group Charlotte\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T00:21:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg\" \/>\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=\"12 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/\",\"url\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/\",\"name\":\"WHO WE ARE - RM Realty Group Charlotte\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/rm-realty-agent-2.jpg\",\"datePublished\":\"2025-10-29T02:28:25+00:00\",\"dateModified\":\"2026-06-18T00:21:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/#primaryimage\",\"url\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/rm-realty-agent-2.jpg\",\"contentUrl\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/rm-realty-agent-2.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/who-we-are\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WHO WE ARE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/#website\",\"url\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/\",\"name\":\"RM Realty Group Charlotte\",\"description\":\"Trusted Realtors Helping You Buy, Sell &amp; Invest in Charlotte, NC\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rmrealtygroupinc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WHO WE ARE - RM Realty Group Charlotte","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:\/\/rmrealtygroupinc.com\/es\/who-we-are\/","og_locale":"es_MX","og_type":"article","og_title":"WHO WE ARE - RM Realty Group Charlotte","og_description":"0+ Propiedades sold 0+ Satisfied clients Who We Are Your Reliable Partner in Real Estate Journeys With more than 7 years of experience, we guide families and investors to achieve their real estate goals with trust, dedication, and personalized service. At RM Realty, we believe that buying or selling a property is more than just [&hellip;]","og_url":"https:\/\/rmrealtygroupinc.com\/es\/who-we-are\/","og_site_name":"RM Realty Group Charlotte","article_modified_time":"2026-06-18T00:21:07+00:00","og_image":[{"url":"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"12 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/","url":"https:\/\/rmrealtygroupinc.com\/who-we-are\/","name":"WHO WE ARE - RM Realty Group Charlotte","isPartOf":{"@id":"https:\/\/rmrealtygroupinc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/#primaryimage"},"image":{"@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/#primaryimage"},"thumbnailUrl":"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg","datePublished":"2025-10-29T02:28:25+00:00","dateModified":"2026-06-18T00:21:07+00:00","breadcrumb":{"@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rmrealtygroupinc.com\/who-we-are\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/#primaryimage","url":"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg","contentUrl":"https:\/\/rmrealtygroupinc.com\/wp-content\/uploads\/2025\/10\/rm-realty-agent-2.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/rmrealtygroupinc.com\/who-we-are\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rmrealtygroupinc.com\/"},{"@type":"ListItem","position":2,"name":"WHO WE ARE"}]},{"@type":"WebSite","@id":"https:\/\/rmrealtygroupinc.com\/#website","url":"https:\/\/rmrealtygroupinc.com\/","name":"RM Realty Group Charlotte","description":"Agentes inmobiliarios de confianza que le ayudan a comprar, vender e invertir en Charlotte, Carolina del Norte.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rmrealtygroupinc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/pages\/203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/comments?post=203"}],"version-history":[{"count":20,"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/pages\/203\/revisions"}],"predecessor-version":[{"id":2572,"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/pages\/203\/revisions\/2572"}],"wp:attachment":[{"href":"https:\/\/rmrealtygroupinc.com\/es\/wp-json\/wp\/v2\/media?parent=203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}