{"id":45,"date":"2024-05-31T16:24:33","date_gmt":"2024-05-31T21:24:33","guid":{"rendered":"https:\/\/emilianolupi.com\/?page_id=45"},"modified":"2026-05-20T08:30:40","modified_gmt":"2026-05-20T13:30:40","slug":"emiliano-lupi","status":"publish","type":"page","link":"https:\/\/emilianolupi.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --black:   #111111;\n      --white:   #ffffff;\n      --gray-50: #f9f9f9;\n      --gray-200:#e5e5e5;\n      --gray-500:#6b6b6b;\n      --gold:    #b59a6a;\n      --gold-lt: #f5ede0;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      color: var(--black);\n      background: var(--white);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* -- NAV -- *\/\n    nav {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 100;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 0 48px;\n      height: 72px;\n      background: rgba(255,255,255,0.95);\n      backdrop-filter: blur(8px);\n      border-bottom: 1px solid var(--gray-200);\n    }\n    .nav-logo {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.1rem;\n      font-weight: 600;\n      letter-spacing: 0.02em;\n      color: var(--black);\n      text-decoration: none;\n    }\n    .nav-links {\n      display: flex;\n      gap: 36px;\n      list-style: none;\n    }\n    .nav-links a {\n      font-size: 0.8rem;\n      font-weight: 500;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--black);\n      text-decoration: none;\n      opacity: 0.7;\n      transition: opacity 0.2s;\n    }\n    .nav-links a:hover { opacity: 1; }\n    .nav-links a.nav-wip {\n      opacity: 0.35;\n      cursor: default;\n      pointer-events: none;\n    }\n    .nav-cta {\n      font-size: 0.78rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--white);\n      background: var(--black);\n      padding: 10px 22px;\n      border-radius: 2px;\n      text-decoration: none;\n      transition: background 0.2s;\n    }\n    .nav-cta:hover { background: var(--gold); }\n\n    \/* -- HERO -- *\/\n    #hero {\n      min-height: 100vh;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      padding-top: 72px;\n    }\n    .hero-left {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      padding: 80px 64px 80px 80px;\n      background: var(--white);\n    }\n    .hero-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 600;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 20px;\n    }\n    .hero-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.6rem, 4vw, 3.8rem);\n      font-weight: 600;\n      line-height: 1.1;\n      color: var(--black);\n      margin-bottom: 24px;\n    }\n    .hero-sub {\n      font-size: 1rem;\n      font-weight: 400;\n      line-height: 1.75;\n      color: var(--gray-500);\n      max-width: 420px;\n      margin-bottom: 14px;\n    }\n    .hero-spanish {\n      display: inline-block;\n      font-size: 0.78rem;\n      font-weight: 500;\n      letter-spacing: 0.08em;\n      color: var(--gold);\n      border: 1px solid var(--gold);\n      padding: 5px 14px;\n      border-radius: 20px;\n      margin-bottom: 40px;\n    }\n    .hero-actions {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n    }\n    .btn-primary {\n      font-size: 0.82rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--white);\n      background: var(--black);\n      padding: 14px 30px;\n      border-radius: 2px;\n      text-decoration: none;\n      transition: background 0.2s;\n    }\n    .btn-primary:hover { background: var(--gold); }\n    .btn-secondary {\n      font-size: 0.82rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--black);\n      background: transparent;\n      padding: 14px 30px;\n      border: 1.5px solid var(--black);\n      border-radius: 2px;\n      text-decoration: none;\n      transition: all 0.2s;\n    }\n    .btn-secondary:hover {\n      background: var(--black);\n      color: var(--white);\n    }\n    .hero-phone {\n      margin-top: 28px;\n      font-size: 0.8rem;\n      color: var(--gray-500);\n    }\n    .hero-phone a {\n      color: var(--black);\n      font-weight: 600;\n      text-decoration: none;\n    }\n    .hero-right {\n      background: var(--gray-50);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero-photo {\n      width: 340px;\n      height: 420px;\n      object-fit: cover;\n      object-position: center top;\n      border-radius: 4px;\n      display: block;\n    }\n    .photo-placeholder {\n      width: 340px;\n      height: 420px;\n      background: var(--gray-200);\n      border-radius: 4px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      color: var(--gray-500);\n    }\n    .photo-placeholder svg {\n      width: 56px;\n      height: 56px;\n      opacity: 0.4;\n    }\n    .photo-placeholder span {\n      font-size: 0.78rem;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      opacity: 0.5;\n    }\n\n    \/* -- STATS BAR -- *\/\n    .stats-bar {\n      background: var(--black);\n      padding: 36px 80px;\n      display: flex;\n      gap: 0;\n      justify-content: space-around;\n      align-items: center;\n    }\n    .stat-item {\n      text-align: center;\n      color: var(--white);\n    }\n    .stat-number {\n      font-family: 'Playfair Display', serif;\n      font-size: 2.2rem;\n      font-weight: 600;\n      color: var(--gold);\n      display: block;\n    }\n    .stat-label {\n      font-size: 0.72rem;\n      font-weight: 500;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      opacity: 0.6;\n      margin-top: 4px;\n    }\n    .stat-divider {\n      width: 1px;\n      height: 48px;\n      background: rgba(255,255,255,0.15);\n    }\n\n    \/* -- SECTIONS COMMON -- *\/\n    section {\n      padding: 96px 80px;\n    }\n    .section-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 600;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 12px;\n    }\n    .section-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.8rem, 2.5vw, 2.6rem);\n      font-weight: 600;\n      line-height: 1.2;\n      color: var(--black);\n      max-width: 540px;\n    }\n    .section-divider {\n      width: 48px;\n      height: 2px;\n      background: var(--gold);\n      margin: 24px 0 32px;\n    }\n\n    \/* -- ABOUT -- *\/\n    #about {\n      background: var(--white);\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n    }\n    .about-body {\n      font-size: 1rem;\n      line-height: 1.85;\n      color: var(--gray-500);\n    }\n    .about-body p + p {\n      margin-top: 18px;\n    }\n    .about-right {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n    .about-card {\n      background: var(--gray-50);\n      border-left: 3px solid var(--gold);\n      padding: 20px 24px;\n    }\n    .about-card-title {\n      font-size: 0.78rem;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--black);\n      margin-bottom: 6px;\n    }\n    .about-card-body {\n      font-size: 0.9rem;\n      color: var(--gray-500);\n      line-height: 1.6;\n    }\n\n    \/* -- SERVICES -- *\/\n    #services {\n      background: var(--gray-50);\n    }\n    .services-header {\n      margin-bottom: 56px;\n    }\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 2px;\n    }\n    .service-card {\n      background: var(--white);\n      padding: 48px 36px;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      transition: box-shadow 0.2s;\n    }\n    .service-card:hover {\n      box-shadow: 0 8px 32px rgba(0,0,0,0.07);\n    }\n    .service-icon {\n      width: 44px;\n      height: 44px;\n      color: var(--gold);\n    }\n    .service-title {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.3rem;\n      font-weight: 600;\n      color: var(--black);\n    }\n    .service-desc {\n      font-size: 0.92rem;\n      line-height: 1.75;\n      color: var(--gray-500);\n      flex: 1;\n    }\n    .service-tag {\n      display: inline-block;\n      font-size: 0.68rem;\n      font-weight: 600;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n      color: var(--gold);\n      border: 1px solid var(--gold);\n      padding: 4px 10px;\n      border-radius: 20px;\n      align-self: flex-start;\n    }\n\n    \/* -- REVIEWS -- *\/\n    #reviews {\n      background: var(--white);\n      text-align: center;\n    }\n    #reviews .section-title {\n      margin: 0 auto;\n    }\n    #reviews .section-divider {\n      margin: 24px auto 32px;\n    }\n    .reviews-sub {\n      font-size: 0.92rem;\n      color: var(--gray-500);\n      margin-bottom: 56px;\n    }\n    .reviews-widget-placeholder {\n      background: var(--gray-50);\n      border: 2px dashed var(--gray-200);\n      border-radius: 4px;\n      padding: 48px;\n      color: var(--gray-500);\n      font-size: 0.85rem;\n      letter-spacing: 0.06em;\n    }\n\n    \/* -- CONTACT STRIP -- *\/\n    #contact {\n      background: var(--black);\n      padding: 80px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 40px;\n    }\n    .contact-left {}\n    .contact-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 600;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 12px;\n    }\n    .contact-title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(1.6rem, 2.5vw, 2.4rem);\n      font-weight: 600;\n      color: var(--white);\n      max-width: 480px;\n      line-height: 1.25;\n    }\n    .contact-right {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      align-items: flex-start;\n      flex-shrink: 0;\n    }\n    .contact-phone {\n      font-size: 1.6rem;\n      font-weight: 300;\n      color: var(--white);\n      letter-spacing: 0.04em;\n      text-decoration: none;\n    }\n    .contact-phone:hover { color: var(--gold); }\n    .contact-actions {\n      display: flex;\n      gap: 12px;\n    }\n    .btn-gold {\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--black);\n      background: var(--gold);\n      padding: 12px 26px;\n      border-radius: 2px;\n      text-decoration: none;\n      transition: opacity 0.2s;\n    }\n    .btn-gold:hover { opacity: 0.85; }\n    .btn-outline-white {\n      font-size: 0.8rem;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--white);\n      background: transparent;\n      padding: 12px 26px;\n      border: 1.5px solid rgba(255,255,255,0.4);\n      border-radius: 2px;\n      text-decoration: none;\n      transition: border-color 0.2s;\n    }\n    .btn-outline-white:hover { border-color: var(--white); }\n\n    \/* -- FOOTER -- *\/\n    footer {\n      background: #0a0a0a;\n      padding: 28px 80px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .footer-logo {\n      font-family: 'Playfair Display', serif;\n      font-size: 0.95rem;\n      color: rgba(255,255,255,0.5);\n    }\n    .footer-center {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n    }\n    .footer-linkedin {\n      display: flex;\n      align-items: center;\n      gap: 7px;\n      color: rgba(255,255,255,0.4);\n      text-decoration: none;\n      font-size: 0.72rem;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      transition: color 0.2s;\n    }\n    .footer-linkedin:hover { color: var(--gold); }\n    .footer-linkedin svg { width: 15px; height: 15px; }\n    .footer-right {\n      font-size: 0.72rem;\n      letter-spacing: 0.08em;\n      color: rgba(255,255,255,0.3);\n      text-transform: uppercase;\n    }\n\n    \/* -- DISCLAIMER -- *\/\n    .disclaimer {\n      background: #0a0a0a;\n      border-top: 1px solid rgba(255,255,255,0.06);\n      padding: 16px 80px;\n      font-size: 0.68rem;\n      color: rgba(255,255,255,1);\n      line-height: 1.6;\n    }\n\n    \/* -- RESPONSIVE -- *\/\n    @media (max-width: 900px) {\n      nav { padding: 0 24px; }\n      .nav-links { display: none; }\n\n      #hero { grid-template-columns: 1fr; min-height: auto; }\n      .hero-left { padding: 60px 24px 48px; }\n      .hero-right { min-height: 320px; padding: 40px 24px; }\n      .photo-placeholder { width: 240px; height: 300px; }\n      .hero-photo { width: 240px; height: 300px; }\n\n      .stats-bar { padding: 32px 24px; gap: 16px; flex-wrap: wrap; }\n      .stat-divider { display: none; }\n\n      section { padding: 64px 24px; }\n      #about { grid-template-columns: 1fr; gap: 40px; }\n      #contact { flex-direction: column; padding: 64px 24px; }\n      .services-grid { grid-template-columns: 1fr; }\n      footer { padding: 24px; flex-direction: column; gap: 12px; text-align: center; }\n      .disclaimer { padding: 16px 24px; }\n    }\n\n    \/* -- HIDE WORDPRESS THEME CHROME -- *\/\n    .site-header,\n    .site-branding,\n    .entry-header,\n    .page-header,\n    .entry-title,\n    .wp-block-post-title { display: none !important; }\n    .site-main > article > .entry-header { display: none !important; }\n    body.page { padding-top: 0 !important; }\n    .site-content, .content-area, .site-main { padding-top: 0 !important; margin-top: 0 !important; }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- NAV -->\n  <nav>\n    <a class=\"nav-logo\" href=\"#\">Emiliano Lupi<\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"#about\">About<\/a><\/li>\n      <li><a href=\"#services\">Services<\/a><\/li>\n      <li><a href=\"#reviews\">Reviews<\/a><\/li>\n      <li><a href=\"#\" class=\"nav-wip\">Insights &#10022;<\/a><\/li>\n    <\/ul>\n    <a class=\"nav-cta\" href=\"tel:8328518485\">Call Now<\/a>\n  <\/nav>\n\n  <!-- HERO -->\n  <section id=\"hero\">\n    <div class=\"hero-left\">\n      <p class=\"hero-eyebrow\">Houston, Texas &middot; Real Estate<\/p>\n      <h1 class=\"hero-title\">Your Trusted<br>Houston Real Estate<br>Expert<\/h1>\n      <p class=\"hero-sub\">\n        Helping buyers, sellers, and investors navigate the Houston market with confidence &mdash;\n        with a growing focus on property valuation.*\n      <\/p>\n      <span class=\"hero-spanish\">Hablo Espa&ntilde;ol<\/span>\n      <div class=\"hero-actions\">\n        <a class=\"btn-primary\" href=\"book-a-call.html\">Book a Call<\/a>\n        <a class=\"btn-secondary\" href=\"http:\/\/popl.co\/profile\/elupi\/dash\" target=\"_blank\">Save My Info<\/a>\n      <\/div>\n      <p class=\"hero-phone\">Or call directly: <a href=\"tel:8328518485\">832-851-8485<\/a><\/p>\n    <\/div>\n    <div class=\"hero-right\">\n      <img decoding=\"async\"\n        src=\"https:\/\/emilianolupi.com\/wp-content\/uploads\/2026\/05\/emiliano-lupi-houston-real-estate-agent.webp\"\n        alt=\"Emiliano Lupi, Houston real estate agent &mdash; Compass\"\n        class=\"hero-photo\"\n      \/>\n    <\/div>\n  <\/section>\n\n  <!-- STATS BAR -->\n  <div class=\"stats-bar\">\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">10+<\/span>\n      <span class=\"stat-label\">Years in Real Estate<\/span>\n    <\/div>\n    <div class=\"stat-divider\"><\/div>\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">100+<\/span>\n      <span class=\"stat-label\">Transactions Closed<\/span>\n    <\/div>\n    <div class=\"stat-divider\"><\/div>\n    <div class=\"stat-item\">\n      <span class=\"stat-number\">5&#9733;<\/span>\n      <span class=\"stat-label\">Google Reviews<\/span>\n    <\/div>\n  <\/div>\n\n  <!-- ABOUT -->\n  <section id=\"about\">\n    <div class=\"about-left\">\n      <p class=\"section-eyebrow\">About Me<\/p>\n      <h2 class=\"section-title\">Dedicated to Every Transaction.<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <div class=\"about-body\">\n        <p>\n          I&#8217;m Emiliano Lupi, a Houston-based real estate agent. Over the years I&#8217;ve helped\n          buyers, sellers, and investors navigate the greater Houston market &mdash; guiding\n          them through every step with transparency, dedication, and a personal touch.\n        <\/p>\n<p>\n          I&#8217;m also expanding my practice into the world of property valuation.\n          I&#8217;m currently looking to connect with a supervisory appraiser to formally\n          begin the trainee pathway &mdash; a step I see as a natural evolution of the\n          market knowledge I&#8217;ve built over years of transactions.* If you&#8217;re a supervisory\n          appraiser evaluating candidates, you can <a href=\"https:\/\/emilianolupi.com\/certificates.html\" target=\"_blank\" style=\"color:var(--black);font-weight:600;text-decoration:underline;text-underline-offset:3px;\">view my qualifying education credentials &rarr;<\/a>\n        <\/p>\n        <p>\n          Whether you&#8217;re a first-time buyer, a seasoned investor, or a fellow\n          professional interested in connecting &mdash; I&#8217;m always open to a conversation.\n          And if you prefer Spanish, that works for me too.\n        <\/p>\n      <\/div>\n    <\/div>\n    <div class=\"about-right\">\n      <div class=\"about-card\">\n        <div class=\"about-card-title\">Licensed with Compass<\/div>\n        <div class=\"about-card-body\">Operating under one of the most respected brokerages in the country, with access to premium tools, data, and marketing.<\/div>\n      <\/div>\n      <div class=\"about-card\">\n        <div class=\"about-card-title\">Houston Market Specialist<\/div>\n        <div class=\"about-card-body\">Deep knowledge of the Houston market &mdash; neighborhoods, pricing trends, and investment dynamics across the greater metro area.<\/div>\n      <\/div>\n      <div class=\"about-card\">\n        <div class=\"about-card-title\">Expanding into Property Valuation<\/div>\n        <div class=\"about-card-body\">Actively pursuing the appraiser pathway and currently seeking a supervisory appraiser to begin formal training.* If you&#8217;re a licensed appraiser open to mentorship, I&#8217;d love to connect.<\/div>\n      <\/div>\n      <div class=\"about-card\">\n        <div class=\"about-card-title\">International Background<\/div>\n        <div class=\"about-card-body\">Licensed real estate broker in Argentina with hands-on experience in the Latin American market. A natural bridge for international clients and cross-border investors.<\/div>\n      <\/div>\n      <div class=\"about-card\">\n        <div class=\"about-card-title\">Bilingual Service<\/div>\n        <div class=\"about-card-body\">Serving clients in both English and Spanish. Real estate is already complex &mdash; the language barrier shouldn&#8217;t be an added obstacle.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SERVICES -->\n  <section id=\"services\">\n    <div class=\"services-header\">\n      <p class=\"section-eyebrow\">What I Do<\/p>\n      <h2 class=\"section-title\">Services<\/h2>\n      <div class=\"section-divider\"><\/div>\n    <\/div>\n    <div class=\"services-grid\">\n\n      <div class=\"service-card\">\n        <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\">\n          <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/>\n          <polyline points=\"9 22 9 12 15 12 15 22\"\/>\n        <\/svg>\n        <div class=\"service-title\">Buying a Home<\/div>\n        <div class=\"service-desc\">\n          From your first showing to closing day, I guide you through the entire purchase process &mdash;\n          offer strategy, inspections, negotiations, and beyond.\n        <\/div>\n        <span class=\"service-tag\">Active<\/span>\n      <\/div>\n\n      <div class=\"service-card\">\n        <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\">\n          <circle cx=\"11\" cy=\"11\" r=\"8\"\/>\n          <line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/>\n        <\/svg>\n        <div class=\"service-title\">Selling a Property<\/div>\n        <div class=\"service-desc\">\n          Strategic pricing, professional presentation, and expert negotiation to get you\n          the best outcome in the least amount of time.\n        <\/div>\n        <span class=\"service-tag\">Active<\/span>\n      <\/div>\n\n      <div class=\"service-card\">\n        <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\">\n          <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\/>\n          <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/>\n        <\/svg>\n        <div class=\"service-title\">Real Estate Investment<\/div>\n        <div class=\"service-desc\">\n          Whether you&#8217;re building a local portfolio or investing from abroad, I help you\n          identify opportunities, assess value, and make informed decisions in the Houston market\n          and beyond.\n        <\/div>\n        <span class=\"service-tag\">Active<\/span>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- REVIEWS -->\n  <section id=\"reviews\">\n    <p class=\"section-eyebrow\">Testimonials<\/p>\n    <h2 class=\"section-title\">What My Clients Are Saying<\/h2>\n    <div class=\"section-divider\"><\/div>\n    <p class=\"reviews-sub\">Real feedback from real clients &mdash; verified by Google.<\/p>\n\n\n<pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.9\" data-layout-id=\"4\" data-layout-category=\"slider\" data-set-id=\"light-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Owner&apos;s reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1713744000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKHrj9nnJBMOtrjH9-KIvCcdM-tEWkLU84H1B7HntR-tuEipQ=w40-h40-c-rp-mo-br100\" alt=\"Jose MALVICINO profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jose MALVICINO <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->This is my second time working with Emiliano, and once again, he did a terrific job closing on the transaction. His valuable advice and negotiations skills are key to navigate the real estate process and successfully close a deal.\nI highly recommend Emiliano!\nJLM<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1707436800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWO66NFCgXob93O0zhwP7qt2bKR4dXEfu_CC9qtQkcc52OJWmfM=w40-h40-c-rp-mo-ba4-br100\" alt=\"Miguel Cabanillas profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Miguel Cabanillas <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Emiliano's professionalism and personalized approach make complex real estate transactions straightforward and stress-free. He is always ready to provide expert advice, answer questions, and guide clients through every step of the selling process. His negotiation skills are top-notch, reflecting his commitment to his clients' best interests.\n\nFor anyone looking to navigate th real estate market, I highly recommend Emiliano. His exceptional service, profound market knowledge, and dedication to achieving the best for us as clients make him an invaluable asset in any property transaction.\n\nThanks Emiliano!\n\nRegards\nMiguel Cabanillas Acerbi<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1698537600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKcf0nLuV5W3BC3t7znK82YtZcOW4S7VBo2BokFwmRuM2jDqA=w40-h40-c-rp-mo-br100\" alt=\"Rodolfo G profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Rodolfo G <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I am truly impressed by the excellent professionalism exhibited by Emiliano in assisting me with renting out my property, and without hesitation, I wholeheartedly recommend their services, giving them a solid 100% endorsement<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666828800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUs1DIkLAhJURytZV11n2RLCDeCfq-OpeGJ3Uj7WJ2Xpk7ap8Mn=w40-h40-c-rp-mo-br100\" alt=\"Matias Solis Colombo profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Matias Solis Colombo <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Emiliano es un excelente profesional y persona. Objetivo, dedicado y muy detallista. Me ha brindado el asesoramiento perfecto para lo que necesitaba. Sin dudas lo recomiendo para lo que deseen emprender. Super\u00f3 mis expectativas. Muchas gracias Emiliano!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666742400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK8o0soS69esvk28q6qgLYczvK8bleopogOFLDf9PwxAmKV1A=w40-h40-c-rp-mo-br100\" alt=\"Mateo Lendoire profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mateo Lendoire <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Emiliano nos ayud\u00f3 desde el primer momento para conseguir departamento. Estabamos viviendo en Argentina en ese entonces y \u00e9l nos hizo videollamadas explic\u00e1ndonos c\u00f3mo era el proceso de mudanza y los tr\u00e1mites necesarios para hacerla. Nos contact\u00f3 con muchos lugares para analizar opciones y se acopl\u00f3 a las especificaciones que nosotros le d\u00e1bamos. Un lujo tenerlo como nuestro realtor agent. Muy agradecidos con su atenci\u00f3n!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666396800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVWFEe_g2GkC5lPk2OQhiF5qIzPxjwDGicjeowJMolzwZUg9DhwPA=w40-h40-c-rp-mo-ba3-br100\" alt=\"Andr\u00e9s C profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Andr\u00e9s C <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I fully recommend Emiliano Lupi, he is a super professional realtor and has been instrumental helping me to find and complete all the process to get a house for my family in just a few weeks. He is knowledgeable and have lot of experience that will help you saving time, finding the best real estate properties and overall making better decisions!!!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666310400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUd8gUauGTP9eYxBAcJqTmeAOF4cXOaPLuWiQy7pkPndPSkF1RsiQ=w40-h40-c-rp-mo-ba5-br100\" alt=\"Ariel Harlev profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ariel Harlev <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I would give Emiliano 100 stars. Buying your first house is a delicate and emotional process that requires a great soul, not just a professional agent. Emiliano has both, the amazing personality and the contention, the ability to be effective when you have a meeting, and all the best qualities at the time of making a clever deal. We are so happy he was the chosen one helping us to buy our first house!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666224000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUN4DCmCa2-rrs0k36O5PIdo_DHFCOQ2YfBRVlrH_9cZsy882Mxiw=w40-h40-c-rp-mo-ba2-br100\" alt=\"Ariel Martinez profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ariel Martinez <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u201cEmiliano made a great job and helped us during the whole process with excellent tips that evidenced experience and knowledge of the market. This the second time we contact Emiliano and it was again a pleasant experience. We absolutely recommend him always!\u201d<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666224000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUBjbLTIL7zIEBII9xfy6F2XLQSkUFKEE4QWblWd5didXewBSE=w40-h40-c-rp-mo-br100\" alt=\"Gwendolyn D\u00edaz-Ridgeway profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Gwendolyn D\u00edaz-Ridgeway <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Emiliano is an excellent realtor; he led us to the best possible home option for us. He is smart and dedicated to personal and effective  service. My husband and I highly recommend him.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1666224000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" data-language=\"\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on Google<\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKby8USH1nyoFw5au93v0UiAh389ZcQGeyaJh2Gg3oYMKQfJg=w40-h40-c-rp-mo-br100\" alt=\"Sabrina Gesto profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sabrina Gesto <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Emiliano Lupi was our realtor in a purchase earlier this year. We had a great experience. He responded quickly and thoroughly to our questions and advised us on our options. He\u2019s local to Houston and knows the market really well.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>    <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"1\"> <div class=\"ti-inner\"> Verified by Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">Trustindex verified badge is the Universal Symbol of Trust. Only the greatest companies can get the verified badge who has a review score above 4.5, based on customer reviews over the past 12 months. <a href=\"https:\/\/www.trustindex.io\/?a=sys&amp;c=wp-verified-badge&amp;url=\/the-trustindex-verified-badge\/\" target=\"_blank\">Read more<\/a><\/div> <\/div> <\/div>  <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/emilianolupi.com\/wp-content\/uploads\/trustindex-google-widget.css?1778694014\"><\/div>\n\n\n\n<\/section>\n\n  <!-- CONTACT STRIP -->\n  <section id=\"contact\">\n    <div class=\"contact-left\">\n      <p class=\"contact-eyebrow\">Get in Touch<\/p>\n      <h2 class=\"contact-title\">Ready to make a move? Let&#8217;s talk.<\/h2>\n    <\/div>\n    <div class=\"contact-right\">\n      <a class=\"contact-phone\" href=\"tel:8328518485\">832-851-8485<\/a>\n      <div class=\"contact-actions\">\n        <a class=\"btn-gold\" href=\"tel:8328518485\">Book a Call<\/a>\n        <a class=\"btn-outline-white\" href=\"http:\/\/popl.co\/profile\/elupi\/dash\" target=\"_blank\">Save My Info<\/a>\n        <a class=\"btn-outline-white\" href=\"https:\/\/www.linkedin.com\/in\/emilianolupi\/\" target=\"_blank\" style=\"display:flex;align-items:center;gap:8px;\">\n          <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n          LinkedIn\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n<!-- FOOTER -->\n  <footer>\n    <span class=\"footer-logo\">Emiliano Lupi<\/span>\n    <div class=\"footer-center\">\n      <a class=\"footer-linkedin\" href=\"https:\/\/www.linkedin.com\/in\/emilianolupi\/\" target=\"_blank\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n          <path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/>\n          <rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/>\n          <circle cx=\"4\" cy=\"4\" r=\"2\"\/>\n        <\/svg>\n        LinkedIn\n      <\/a>\n      <span style=\"color:rgba(255,255,255,0.15);font-size:0.6rem;\">&#9135;<\/span>\n      <a class=\"footer-linkedin\" href=\"https:\/\/emilianolupi.com\/certificates.html\" target=\"_blank\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width:14px;height:14px;\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n        Credentials\n      <\/a>\n    <\/div>\n    <span class=\"footer-right\">All rights reserved<\/span>\n  <\/footer>\n\n  <!-- DISCLAIMER -->\n  <div class=\"disclaimer\">\n    * The reference to property valuation reflects a professional interest and direction currently in progress &mdash; not licensed appraisal services. Emiliano Lupi is actively pursuing the appraiser trainee pathway through TALCB.\n  <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Emiliano Lupi About Services Reviews Insights &#10022; Call Now Houston, Texas &middot; Real Estate Your TrustedHouston Real EstateExpert Helping buyers, sellers, and investors navigate the Houston market with confidence &mdash; with a growing focus on property valuation.* Hablo Espa&ntilde;ol Book a Call Save My Info Or call directly: 832-851-8485 10+ Years in Real Estate 100+ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/emilianolupi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=45"}],"version-history":[{"count":66,"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":215,"href":"https:\/\/emilianolupi.com\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions\/215"}],"wp:attachment":[{"href":"https:\/\/emilianolupi.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}