{"id":4023,"date":"2025-11-06T19:42:34","date_gmt":"2025-11-06T19:42:34","guid":{"rendered":"https:\/\/tierrazulproperties.com\/?page_id=4023"},"modified":"2026-01-02T02:22:28","modified_gmt":"2026-01-02T02:22:28","slug":"property-management-pricing","status":"publish","type":"page","link":"https:\/\/tierrazulproperties.com\/en\/pricing\/property-management-pricing\/","title":{"rendered":"Pricing-Management Services(#3)"},"content":{"rendered":"\n<!-- INTERNAL PAGE HEADER -->\n<style>\n.internal-hero {\n  background: #ffffff;\n  padding: 90px 20px 80px;\n}\n\n.internal-hero-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.internal-hero-eyebrow {\n  font-size: 14px;\n  font-weight: 600;\n  color: #4aa3a1; \/* MATCHED TEAL *\/\n  margin-bottom: 12px;\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n}\n\n.internal-hero h1 {\n  font-size: clamp(36px, 5vw, 56px);\n  font-weight: 800;\n  color: #111827;\n  margin-bottom: 18px;\n  line-height: 1.15;\n}\n\n.internal-hero p {\n  font-size: 18px;\n  color: #4b5563;\n  max-width: 720px;\n  margin: 0 auto 35px;\n  line-height: 1.6;\n}\n\n.internal-hero-actions {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.internal-hero-btn {\n  background: #4aa3a1; \/* MATCHED TEAL *\/\n  color: #ffffff;\n  padding: 14px 30px;\n  border-radius: 999px; \/* pill style like your button *\/\n  font-size: 16px;\n  font-weight: 800;\n  letter-spacing: 0.04em;\n  text-transform: uppercase;\n  text-decoration: none;\n  transition: background 0.2s ease;\n}\n\n.internal-hero-btn:hover {\n  background: #3b8f8d; \/* darker teal *\/\n}\n\n.internal-hero-link {\n  font-size: 16px;\n  color: #111827;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.internal-hero-link:hover {\n  text-decoration: underline;\n}\n<\/style>\n\n<section class=\"internal-hero\">\n  <div class=\"internal-hero-inner\">\n\n    <div class=\"internal-hero-eyebrow\">\n      Trusted Local Partners\n    <\/div>\n\n    <h1>\n      Transparent Pricing for Property Management Services\n    <\/h1>\n\n    <p>\n      Simple, competitive rates tailored to maximize your property\u2019s value and minimize your stress.\n    <\/p>\n\n    <div class=\"internal-hero-actions\">\n      <a href=\"\/contact\" class=\"internal-hero-btn\">\n        Schedule a Call\n      <\/a>\n      <a href=\"#details\" class=\"internal-hero-link\">\n        Learn more \u2192\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<div style=\"height:27px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- PROPERTY MANAGEMENT PRICING SECTION -->\n<style>\n:root {\n  --ksv-green: #4aa3a1;\n  --ksv-green-dark: #3a8f8c;\n}\n\n\/* WRAPPER *\/\n.pm-wrapper {\n  max-width: 1200px;\n  margin: 80px auto;\n  padding: 0 20px;\n  font-family: Arial, sans-serif;\n}\n\n\/* HEADER *\/\n.pm-header {\n  text-align: center;\n  margin-bottom: 50px;\n}\n\n.pm-header h2 {\n  font-size: 34px;\n  margin-bottom: 12px;\n  color: #000;\n}\n\n.pm-header p {\n  font-size: 16px;\n  color: #555;\n}\n\n\/* GRID *\/\n.pm-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 30px;\n}\n\n\/* CARD *\/\n.pm-card {\n  position: relative;\n  background: #f6f7fb;\n  border-radius: 18px;\n  padding: 40px 30px;\n  box-shadow: 0 10px 25px rgba(0,0,0,0.08);\n  text-align: center;\n\n  display: flex;\n  flex-direction: column;\n  height: 100%;\n\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.pm-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 18px 40px rgba(0,0,0,0.12);\n}\n\n\/* POPULAR \/ COMPLETE *\/\n.pm-card.popular {\n  background: linear-gradient(180deg, var(--ksv-green), var(--ksv-green-dark));\n  color: #fff;\n}\n\n.pm-card.popular * {\n  color: #fff;\n}\n\n\/* BADGE *\/\n.pm-badge {\n  position: absolute;\n  top: 22px;\n  left: -45px;\n  background: var(--ksv-green);\n  color: #000;\n  font-weight: 800;\n  font-size: 13px;\n  letter-spacing: 1px;\n  padding: 8px 55px;\n  transform: rotate(-45deg);\n  box-shadow: 0 6px 15px rgba(0,0,0,0.25);\n}\n\n\/* PLAN *\/\n.pm-plan {\n  font-size: 18px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  margin-bottom: 20px;\n}\n\n\/* PRICE *\/\n.pm-price {\n  font-size: 58px;\n  font-weight: 800;\n}\n\n.pm-price span {\n  font-size: 14px;\n  font-weight: normal;\n}\n\n\/* FEES *\/\n.pm-fee {\n  font-size: 14px;\n  margin: 6px 0;\n  color: #555;\n}\n\n.pm-card.popular .pm-fee {\n  color: #fff;\n}\n\n\/* FEATURES *\/\n.pm-features {\n  text-align: left;\n  margin: 30px 0;\n  padding-left: 20px;\n  flex-grow: 1;\n}\n\n.pm-features li {\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n\/* IDEAL *\/\n.pm-ideal {\n  font-size: 14px;\n  font-style: italic;\n  color: #666;\n  margin-bottom: 25px;\n}\n\n.pm-card.popular .pm-ideal {\n  color: #eaeaea;\n}\n\n\/* BUTTON *\/\n.pm-btn {\n  margin-top: auto;\n  padding: 15px;\n  border-radius: 12px;\n  background: linear-gradient(135deg, var(--ksv-green), var(--ksv-green-dark));\n  color: #fff;\n  font-weight: bold;\n  text-decoration: none;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n\n.pm-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(0,0,0,0.25);\n}\n\n\/* POPULAR BUTTON *\/\n.pm-card.popular .pm-btn {\n  background: #fff;\n  color: var(--ksv-green);\n}\n\n\/* MOBILE *\/\n@media (max-width: 768px) {\n  .pm-card {\n    padding: 35px 25px;\n  }\n}\n<\/style>\n\n<div class=\"pm-wrapper\">\n\n  <div class=\"pm-header\">\n    <h2>Property Management Plans<\/h2>\n    <p>Transparent pricing and professional management for your rental property.<\/p>\n  <\/div>\n\n  <div class=\"pm-grid\">\n\n    <!-- CORE -->\n    <div class=\"pm-card\">\n      <div class=\"pm-plan\">CORE<\/div>\n      <div class=\"pm-price\">6%<span>\/monthly<\/span><\/div>\n      <div class=\"pm-fee\">6% of Monthly Rent<\/div>\n      <div class=\"pm-fee\">Leasing Fee: 1 Month\u2019s Rent<\/div>\n\n      <ul class=\"pm-features\">\n        <li>Rent collection &#038; owner payouts<\/li>\n        <li>Basic maintenance coordination<\/li>\n        <li>Periodic property inspections<\/li>\n        <li>Online owner portal access<\/li>\n      <\/ul>\n\n      <div class=\"pm-ideal\">\n        Ideal for owners who want basic oversight and rent handling.\n      <\/div>\n\n      <a href=\"#schedule-call\" class=\"pm-btn\">Get Started<\/a>\n    <\/div>\n\n    <!-- COMPLETE -->\n    <div class=\"pm-card popular\">\n      <div class=\"pm-badge\">MOST POPULAR<\/div>\n      <div class=\"pm-plan\">COMPLETE<\/div>\n      <div class=\"pm-price\">8%<span>\/monthly<\/span><\/div>\n      <div class=\"pm-fee\">8% of Monthly Rent<\/div>\n      <div class=\"pm-fee\">Leasing Fee: 1 Month\u2019s Rent<\/div>\n\n      <ul class=\"pm-features\">\n        <li>Everything in Core<\/li>\n        <li>Tenant placement &#038; screening<\/li>\n        <li>Lease renewals<\/li>\n        <li>Monthly financial reports<\/li>\n        <li>24\/7 maintenance support<\/li>\n      <\/ul>\n\n      <div class=\"pm-ideal\">\n        Ideal for owners who want full-service management.\n      <\/div>\n\n      <a href=\"#schedule-call\" class=\"pm-btn\">Get Started<\/a>\n    <\/div>\n\n    <!-- PREMIUM -->\n    <div class=\"pm-card\">\n      <div class=\"pm-plan\">PREMIUM<\/div>\n      <div class=\"pm-price\">10%<span>\/monthly<\/span><\/div>\n      <div class=\"pm-fee\">10% of Monthly Rent<\/div>\n      <div class=\"pm-fee\">Leasing Fee: 1 Month\u2019s Rent<\/div>\n\n      <ul class=\"pm-features\">\n        <li>Everything in Complete<\/li>\n        <li>Annual property health report<\/li>\n        <li>Preventive maintenance planning<\/li>\n        <li>Advanced financial &#038; tax reporting<\/li>\n        <li>Utility &#038; service coordination<\/li>\n      <\/ul>\n\n      <div class=\"pm-ideal\">\n        Ideal for owners seeking a premium, hands-off experience.\n      <\/div>\n\n      <a href=\"#schedule-call\" class=\"pm-btn\">Get Started<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<div style=\"height:27px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n\/* =========================\nGLOBAL PM VISUAL SYSTEM\n(MATCHES OTHER PAGES)\n========================= *\/\n.pm-section{\n  max-width:1080px;          \/* \ud83d\udd12 matches other good pages *\/\n  margin:100px auto;\n  padding:0 20px;\n  font-family:Georgia,\"Times New Roman\",serif;\n}\n\n.pm-section h2{\n  font-size:34px;\n  color:#0f1f17;\n  margin-bottom:30px;\n  text-align:center;\n}\n\n.pm-section p{\n  color:#555;\n  line-height:1.7;\n}\n\n\/* =========================\nCOMPARISON TABLE\n========================= *\/\n.pm-table{\n  width:100%;\n  border-collapse:collapse;\n  margin-top:30px;\n  font-size:15px;\n}\n\n.pm-table th,\n.pm-table td{\n  border:1px solid #e5e7eb;\n  padding:16px;\n  text-align:center;\n}\n\n.pm-table th{\n  background:#f9fafb;\n  font-weight:700;\n}\n\n.pm-table td:first-child{\n  text-align:left;\n  font-weight:600;\n}\n\n.pm-check{color:#0f766e;font-weight:bold}\n.pm-cross{color:#bbb}\n\n\/* =========================\nADD-ONS GRID\n========================= *\/\n.pm-addons{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:28px;\n  margin-top:40px;\n}\n\n.pm-addon{\n  background:#f9fafb;\n  padding:28px;\n  border-radius:18px;\n  box-shadow:0 8px 18px rgba(0,0,0,.06);\n  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;\n}\n\n.pm-addon:hover{\n  transform:translateY(-4px);\n  box-shadow:0 14px 30px rgba(0,0,0,.1);\n  background:#fff;\n}\n\n.pm-addon strong{\n  display:block;\n  font-size:18px;\n  margin-bottom:10px;\n  color:#000;\n}\n\n.pm-addon p{\n  font-size:15px;\n  color:#555;\n}\n\n\/* =========================\nFAQ \u2014 MATCHES GOOD PAGES\n========================= *\/\n.pm-faq-wrap{\n  max-width:820px;\n  margin:0 auto;\n}\n\n.pm-faq{\n  border-bottom:1px solid #e5e7eb;\n  padding:26px 0;\n  cursor:pointer;\n}\n\n.pm-faq h4{\n  margin:0;\n  font-size:22px;\n  color:#0f1f17;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:24px;\n}\n\n.pm-faq h4 span{\n  font-size:26px;\n  color:#475569;\n  flex-shrink:0;\n}\n\n.pm-faq p{\n  display:none;\n  margin-top:16px;\n  padding-right:40px; \/* keeps answer aligned under text *\/\n  color:#475569;\n  line-height:1.7;\n  font-size:17px;\n}\n\n\/* =========================\nCTA\n========================= *\/\n.pm-cta{\n  text-align:center;\n  background:#111;\n  color:#fff;\n  padding:80px 30px;\n  border-radius:28px;\n  max-width:1080px;\n  margin:120px auto;\n}\n\n.pm-cta h2{\n  color:#fff;\n  margin-bottom:16px;\n}\n\n.pm-cta p{\n  color:#ddd;\n  max-width:720px;\n  margin:0 auto;\n}\n\n.pm-cta a{\n  display:inline-block;\n  margin-top:30px;\n  background:#0f766e;\n  color:#fff;\n  padding:16px 30px;\n  border-radius:14px;\n  font-weight:700;\n  text-decoration:none;\n  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;\n}\n\n.pm-cta a:hover{\n  background:#115e59;\n  transform:translateY(-2px);\n  box-shadow:0 10px 24px rgba(15,118,110,.35);\n}\n<\/style>\n\n<!-- =========================\nCOMPARISON TABLE\n========================= -->\n<div class=\"pm-section\">\n  <h2>\ud83d\udcca Property Management Plans Comparison<\/h2>\n\n  <table class=\"pm-table\">\n    <tr>\n      <th>Service<\/th>\n      <th>Core<\/th>\n      <th>Complete<\/th>\n      <th>Premium<\/th>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udcb0 Monthly Management Fee<\/td>\n      <td>6%<\/td>\n      <td>8%<\/td>\n      <td>10%<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udcdd Tenant Placement Fee<\/td>\n      <td>1 Month<\/td>\n      <td>1 Month<\/td>\n      <td>1 Month<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udcb3 Rent Collection &#038; Disbursements<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udd0d Tenant Screening<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udcc8 Monthly Financial Reports<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83d\udee0 Preventive Maintenance<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n    <\/tr>\n    <tr>\n      <td>\ud83c\udfe1 Annual Property Health Report<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-cross\">\u2014<\/td>\n      <td class=\"pm-check\">\u2714<\/td>\n    <\/tr>\n  <\/table>\n<\/div>\n\n<!-- =========================\nOPTIONAL ADD-ONS\n========================= -->\n<div class=\"pm-section\">\n  <h2>\u2795 Optional Add-On Services<\/h2>\n\n  <div class=\"pm-addons\">\n    <div class=\"pm-addon\">\n      <strong>\ud83e\ude91 Furniture Setup &#038; Installation<\/strong>\n      <p>Assistance with furnishing and preparing your property for tenants.<\/p>\n    <\/div>\n    <div class=\"pm-addon\">\n      <strong>\ud83c\udf0d Relocation &#038; Expat Support<\/strong>\n      <p>Move-in coordination, utilities setup, and local guidance.<\/p>\n    <\/div>\n    <div class=\"pm-addon\">\n      <strong>\ud83d\udcf8 Property Staging &#038; Photography<\/strong>\n      <p>Professional presentation to attract high-quality tenants.<\/p>\n    <\/div>\n    <div class=\"pm-addon\">\n      <strong>\ud83c\udfe2 HOA Representation<\/strong>\n      <p>We handle communication and coordination with your HOA.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- =========================\nFAQ\n========================= -->\n<div class=\"pm-section\">\n  <h2>\u2753 Frequently Asked Questions<\/h2>\n\n  <div class=\"pm-faq-wrap\">\n\n    <div class=\"pm-faq\">\n      <h4>How does rent collection work? <span>+<\/span><\/h4>\n      <p>We collect rent from tenants and transfer funds directly to your account with reporting.<\/p>\n    <\/div>\n\n    <div class=\"pm-faq\">\n      <h4>Can you manage properties if I live abroad? <span>+<\/span><\/h4>\n      <p>Yes. We specialize in managing properties for expats and remote owners.<\/p>\n    <\/div>\n\n    <div class=\"pm-faq\">\n      <h4>Do you handle repairs and emergencies? <span>+<\/span><\/h4>\n      <p>Yes. Depending on your plan, we coordinate routine and emergency maintenance.<\/p>\n    <\/div>\n\n    <div class=\"pm-faq\">\n      <h4>Are fees subject to IVA? <span>+<\/span><\/h4>\n      <p>Yes. IVA applies when required by Mexican tax regulations.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\ndocument.querySelectorAll('.pm-faq').forEach(faq=>{\n  faq.addEventListener('click',()=>{\n    const p = faq.querySelector('p');\n    const icon = faq.querySelector('span');\n    const open = p.style.display === 'block';\n    p.style.display = open ? 'none' : 'block';\n    icon.textContent = open ? '+' : '\u2013';\n  });\n});\n<\/script>\n\n\n\n\n<!-- UNIVERSAL FOOTER -->\n<style>\n.site-footer {\n  background: #ffffff;\n  border-top: 1px solid #e5e7eb;\n  padding: 70px 20px 40px;\n  margin-top: 80px;\n  font-family: inherit;\n}\n\n.site-footer-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n\/* CTA *\/\n.footer-cta {\n  background: #f9fafb;\n  border-radius: 16px;\n  padding: 50px 30px;\n  text-align: center;\n  margin-bottom: 70px;\n}\n\n.footer-cta h2 {\n  font-size: clamp(28px, 4vw, 38px);\n  font-weight: 800;\n  color: #111827;\n  margin-bottom: 14px;\n}\n\n.footer-cta p {\n  font-size: 17px;\n  color: #4b5563;\n  max-width: 680px;\n  margin: 0 auto 28px;\n  line-height: 1.6;\n}\n\n.footer-cta-btn {\n  background: #4aa3a1;\n  color: #ffffff;\n  padding: 14px 34px;\n  border-radius: 999px;\n  font-size: 14px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  text-decoration: none;\n  display: inline-block;\n}\n\n.footer-cta-btn:hover {\n  background: #3b8f8d;\n}\n\n\/* MAIN FOOTER GRID *\/\n.footer-main {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr 1fr 1fr;\n  gap: 40px;\n  margin-bottom: 45px;\n  align-items: start;\n}\n\n\/* BRAND COLUMN *\/\n.footer-brand-wrap {\n  display: flex;\n  flex-direction: column;\n  gap: 15px;\n}\n\n.footer-logo img {\n  max-width: 170px;\n  height: auto;\n}\n\n.footer-brand-text {\n  font-size: 15px;\n  color: #4b5563;\n  line-height: 1.6;\n  max-width: 300px;\n}\n\n\/* COLUMN TITLES *\/\n.footer-column h4 {\n  font-size: 14px;\n  font-weight: 800;\n  color: #111827;\n  margin-bottom: 16px;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n}\n\n\/* LINKS *\/\n.footer-column ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.footer-column li {\n  margin-bottom: 12px;\n}\n\n.footer-column a,\n.footer-column span {\n  font-size: 15px;\n  color: #4b5563;\n  text-decoration: none;\n}\n\n.footer-column a:hover {\n  color: #111827;\n  text-decoration: underline;\n}\n\n\/* BOTTOM *\/\n.footer-bottom {\n  border-top: 1px solid #e5e7eb;\n  padding-top: 22px;\n  text-align: center;\n  font-size: 14px;\n  color: #6b7280;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 900px) {\n  .footer-main {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .footer-main {\n    grid-template-columns: 1fr;\n    text-align: center;\n  }\n\n  .footer-brand-text {\n    max-width: 100%;\n  }\n\n  .footer-logo img {\n    margin: 0 auto;\n  }\n}\n<\/style>\n\n<footer class=\"site-footer\">\n  <div class=\"site-footer-inner\">\n\n    <!-- CTA -->\n    <div class=\"footer-cta\">\n      <h2>Ready to Talk About Your Property?<\/h2>\n      <p>\n        Whether you&#8217;re buying, selling, or renting, our local team is here\n        to help you move forward with confidence.\n      <\/p>\n      <a href=\"\/contact\" class=\"footer-cta-btn\">Schedule a Call<\/a>\n    <\/div>\n\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Trusted Local Partners Transparent Pricing for Property Management Services Simple, competitive rates tailored to maximize your property\u2019s value and minimize your stress. Schedule a Call Learn more \u2192 Property Management Plans Transparent pricing and professional management for your rental property. CORE 6%\/monthly 6% of Monthly Rent Leasing Fee: 1 Month\u2019s Rent Rent collection &#038; owner [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1812,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4023","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Juan","author_link":"https:\/\/tierrazulproperties.com\/en\/author\/johnywalls1984gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Trusted Local Partners Transparent Pricing for Property Management Services Simple, competitive rates tailored to maximize your property\u2019s value and minimize your stress. Schedule a Call Learn more \u2192 Property Management Plans Transparent pricing and professional management for your rental property. CORE 6%\/monthly 6% of Monthly Rent Leasing Fee: 1 Month\u2019s Rent Rent collection &#038; owner&hellip;","_links":{"self":[{"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/pages\/4023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/comments?post=4023"}],"version-history":[{"count":125,"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/pages\/4023\/revisions"}],"predecessor-version":[{"id":5200,"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/pages\/4023\/revisions\/5200"}],"up":[{"embeddable":true,"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/pages\/1812"}],"wp:attachment":[{"href":"https:\/\/tierrazulproperties.com\/en\/wp-json\/wp\/v2\/media?parent=4023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}