
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    


        
        .global-style-Eg86zzryc {
          width: 100%;padding-right: 16px;padding-left: 16px;margin-bottom: 0px;margin-top: 0px;margin-right: auto;margin-left: auto;
      }
        
        @media (max-width: 639px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;
      }
        }
        @media (max-width: 767px) and (min-width: 640px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 640px;
      }
        }
        @media (max-width: 991px) and (min-width: 768px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 768px;
      }
        }
        @media (max-width: 1199px) and (min-width: 992px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 992px;
      }
        }
        @media (min-width: 1200px) {
          
        .global-style-Eg86zzryc {
          margin-left: auto;margin-right: auto;margin-top: 0px;margin-bottom: 0px;padding-left: 16px;padding-right: 16px;width: 100%;max-width: 1200px;
      }
        }
        
        .global-style-Eg86zzryc:not([data-gp-component="block"]), .global-style-Eg86zzryc [data-section-overlay] {
          background-color: undefined;
      }
        

 /* --- DESIGN SYSTEM --- */ :root { --primary: #f58220; --primary-dark: #d66a0e; --secondary: #001d3d; --accent: #25d366; --danger: #f43f5e; --bg-body: #f8fafc; --bg-card: #ffffff; --text-base: #1e293b; --text-muted: #64748b; --border: #e2e8f0; --sidebar-w: 400px; --header-h: 70px; --radius-lg: 24px; --radius-md: 16px; --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); --font-main: 'Outfit', sans-serif; --font-brand: 'Montserrat', sans-serif; --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); } /* --- TOAST --- */ .toast-container { position:fixed; top:20px; right:20px; z-index:9999; display:flex; flex-direction:column; gap:10px; } .toast { padding:14px 24px; border-radius:14px; font-weight:700; font-size:0.85rem; color:#fff; box-shadow:0 10px 30px rgba(0,0,0,.25); animation: toastIn .4s ease, toastOut .4s ease 2.6s forwards; display:flex; align-items:center; gap:10px; } .toast-success { background:linear-gradient(135deg,#25d366,#128c3e); } .toast-warning { background:linear-gradient(135deg,#f58220,#d66a0e); } .toast-error { background:linear-gradient(135deg,#f43f5e,#c0283e); } @keyframes toastIn { from{transform:translateX(120%);opacity:0} to{transform:translateX(0);opacity:1} } @keyframes toastOut { from{opacity:1} to{opacity:0;transform:translateY(-20px)} } /* --- SKELETON --- */ .skeleton-card { background:var(--bg-card); border-radius:var(--radius-lg); border:1px solid var(--border); overflow:hidden; } .skeleton-body { padding:25px; } .skeleton-line { height:14px; border-radius:8px; margin-bottom:12px; background:linear-gradient(90deg,var(--bg-body) 25%,var(--border) 50%,var(--bg-body) 75%); background-size:200% 100%; animation:loading 1.5s infinite; } .skeleton-line.w60 { width:60%; } .skeleton-line.w80 { width:80%; } .skeleton-line.w40 { width:40%; height:24px; } .skeleton-line.tall { height:80px; } /* --- RESULTS COUNTER --- */ .results-bar { padding:10px 30px; background:var(--bg-card); border-bottom:1px solid var(--border); display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; } .results-count { font-weight:800; font-size:.85rem; color:var(--text-muted); } .results-count strong { color:var(--primary); font-size:1.1rem; } .sort-select { padding:6px 12px; border-radius:10px; border:1px solid var(--border); background:var(--bg-body); color:var(--text-base); font-size:.8rem; font-weight:600; outline:none; } /* --- TYPE FILTER CHIPS --- */ .type-chips { display:flex; gap:6px; flex-wrap:wrap; } .type-chip { padding:5px 12px; border-radius:20px; border:1px solid var(--border); background:var(--bg-body); font-size:.75rem; font-weight:700; cursor:pointer; transition:var(--transition); } .type-chip.active { background:var(--primary); color:#fff; border-color:var(--primary); } .type-chip:hover { border-color:var(--primary); } /* --- CARD ANIMATIONS --- */ .card { opacity:0; animation:cardIn .5s ease forwards; } @keyframes cardIn { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} } /* --- CUSTOM PRICE MARKERS --- */ .price-marker-container { background: transparent !important; border: none !important; width: auto !important; height: auto !important; margin: 0 !important; box-shadow: none !important; } .price-marker { background: rgba(15, 23, 42, 0.85); /* Deep slate semi-transparent */ backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #ffffff; padding: 6px 12px; border-radius: 12px; font-size: 0.75rem; font-weight: 800; font-family: 'Outfit', sans-serif; white-space: nowrap; border: 2px solid rgba(255, 255, 255, 0.4); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35), 0 0 10px rgba(255, 255, 255, 0.1); cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); } .price-marker:hover { transform: scale(1.12) translateY(-2px); border-color: var(--primary); box-shadow: 0 6px 20px rgba(245, 130, 32, 0.4); z-index: 9999 !important; } .price-marker.highlighted { background: var(--primary); /* Vibrant Orange */ color: #ffffff; border-color: #ffffff; box-shadow: 0 8px 25px rgba(245, 130, 32, 0.7); transform: scale(1.15) translateY(-3px); z-index: 9999 !important; } /* --- HAMBURGER --- */ .hamburger { display:none; background:none; border:none; font-size:1.4rem; cursor:pointer; padding:8px; } @media(max-width:768px) { .hamburger { display:block; } .sidebar { display:none; width:100%; border-right:none; } .sidebar.open { display:flex; } } /* --- SHARE BTN ON CARD --- */ .btn-share-card { background:none; border:none; cursor:pointer; font-size:1rem; opacity:.6; transition:.2s; padding:4px; } .btn-share-card:hover { opacity:1; transform:scale(1.2); } /* --- RETRY BTN --- */ .btn-retry { background:var(--primary); color:#fff; border:none; padding:10px 24px; border-radius:12px; font-weight:700; cursor:pointer; margin-top:12px; transition:var(--transition); } .btn-retry:hover { transform:translateY(-2px); } body.dark { --bg-body: #0f172a; --bg-card: #1e293b; --text-base: #f1f5f9; --text-muted: #94a3b8; --border: #334155; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-main); background-color: var(--bg-body); color: var(--text-base); min-height: 100vh; overflow-y: auto; display: flex; flex-direction: column; } /* --- HEADER --- */ .header { height: var(--header-h); background: var(--bg-card); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; z-index: 1000; flex-shrink: 0; } .brand { display: flex; align-items: center; gap: 0; font-family: var(--font-brand); font-size: 1.6rem; font-weight: 400; cursor: pointer; text-decoration: none; color: inherit; } .logo-aug { letter-spacing: 2px; } .logo-e { display: inline-block; transform: scale(0.8, 1.0) translateY(-1px); font-weight: 430; margin-right: 4px; } .logo-inmo { font-weight: 300; margin-left: 10px; font-size: 1.4rem; color: var(--text-muted); } .header-tools { display: flex; align-items: center; gap: 15px; } .btn-tool { background: var(--bg-body); border: 1px solid var(--border); padding: 8px 16px; border-radius: 12px; cursor: pointer; font-weight: 700; font-size: 0.85rem; transition: var(--transition); } .btn-tool:hover { border-color: var(--primary); color: var(--primary); } /* --- LAYOUT --- */ .app-container { display: flex; flex: 1; min-height: 0; overflow: visible; } .sidebar { width: var(--sidebar-w); background: var(--bg-card); border-right: 1px solid var(--border); overflow-y: auto; display: flex; flex-direction: column; transition: var(--transition); } .sidebar-content { padding: 30px; display: flex; flex-direction: column; gap: 20px; } .main-content { flex: 1; display: flex; flex-direction: column; overflow: auto; min-height: 0; position: relative; } /* --- UI ELEMENTS --- */ .group { display: flex; flex-direction: column; gap: 8px; } .label { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.05em; } .select, .input { width: 100%; padding: 14px; border-radius: 14px; border: 2px solid var(--border); background: var(--bg-card); color: var(--text-base); font-size: 1rem; font-weight: 500; outline: none; } .select:focus, .input:focus { border-color: var(--primary); } .select:disabled { opacity: 0.5; cursor: not-allowed; } .tabs { display: flex; gap: 10px; padding: 0 30px; background: var(--bg-card); border-bottom: 1px solid var(--border); } .tab { padding: 20px 10px; border: none; background: none; font-weight: 700; color: var(--text-muted); cursor: pointer; border-bottom: 3px solid transparent; transition: var(--transition); font-size: 0.9rem; display: flex; align-items: center; gap: 8px; } .tab.active { color: var(--primary); border-bottom-color: var(--primary); } .badge { font-size: 0.7rem; background: var(--bg-body); padding: 2px 8px; border-radius: 10px; } .widgets { display: flex; gap: 10px; padding: 12px 30px; overflow-x: auto; background: var(--bg-card); border-bottom: 1px solid var(--border); } .widget { white-space: nowrap; padding: 8px 16px; border-radius: 50px; background: var(--bg-body); border: 1px solid var(--border); font-size: 0.8rem; font-weight: 800; text-decoration: none; color: inherit; } /* --- CARDS & GRID --- */ .grid-container { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 30px; } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 25px; } .card { background: var(--bg-card); border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; transition: var(--transition); position: relative; } .card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--primary); } .card-top { position: absolute; top: 15px; left: 15px; right: 15px; display: flex; justify-content: space-between; z-index: 10; pointer-events: none; } .icon-btn { pointer-events: auto; width: 42px; height: 42px; border-radius: 14px; background: rgba(255, 255, 255, 0.9); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; font-size: 1.1rem; color: var(--secondary); } .icon-btn.active-fav { background: var(--danger); color: white; border-color: var(--danger); } .icon-btn.active-comp { background: var(--primary); color: white; border-color: var(--primary); } .card-body { padding: 80px 25px 25px; } .card-title { font-family: var(--font-brand); font-weight: 800; font-size: 1.4rem; margin-bottom: 8px; } .card-price { color: var(--primary); font-weight: 800; font-size: 1.5rem; margin-bottom: 15px; } .pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; } .pill { padding: 6px 12px; border-radius: 10px; background: var(--bg-body); border: 1px solid var(--border); font-size: 0.75rem; font-weight: 700; color: inherit; text-decoration: none; } .pill-rc { color: var(--primary); border-color: var(--primary); } .card-desc { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; height: 100px; overflow-y: auto; margin-bottom: 20px; scrollbar-width: thin; } .card-footer { padding: 20px 25px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; } .ref { font-size: 0.75rem; font-weight: 800; opacity: 0.6; } .map-link { font-size: 0.8rem; font-weight: 700; color: var(--primary); cursor: pointer; text-decoration: none; } .btn-info { background: var(--secondary); color: white; padding: 12px 20px; border-radius: 14px; font-weight: 800; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.85rem; box-shadow: 0 4px 10px rgba(0, 29, 61, 0.25); transition: var(--transition); width: 100%; margin-bottom: 10px; } .btn-info:hover { transform: translateY(-2px); background: #002d5d; } .btn-wsp { background: var(--accent); color: white; padding: 12px 20px; border-radius: 14px; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3); transition: var(--transition); } .btn-wsp:hover { transform: scale(1.05); } /* --- MAP & MODALS --- */ #map { height: 100%; width: 100%; min-height: 500px; } /* Leaflet Popup: forzar colores del tema */ .leaflet-popup-content-wrapper { background: var(--bg-card) !important; color: var(--text-base) !important; border-radius: var(--radius-lg) !important; padding: 0 !important; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3) !important; border: 1px solid var(--border) !important; } .leaflet-popup-tip { background: var(--bg-card) !important; } .leaflet-popup-content { margin: 0 !important; width: 320px !important; font-family: var(--font-main); } .leaflet-container a.leaflet-popup-close-button { color: var(--text-muted) !important; font-size: 1.2rem !important; top: 12px !important; right: 14px !important; } .modal { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(4px); z-index: 5000; display: none; align-items: center; justify-content: center; padding: 20px; } .modal-box { background: var(--bg-card); padding: 40px; border-radius: 30px; width: 100%; max-width: 450px; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5); } .comp-bar { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: var(--bg-card); border: 2px solid var(--primary); padding: 12px 30px; border-radius: 50px; display: none; align-items: center; gap: 20px; z-index: 3000; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); } /* --- LOADING STATES --- */ .skeleton { background: linear-gradient(90deg, var(--bg-body) 25%, var(--border) 50%, var(--bg-body) 75%); background-size: 200% 100%; animation: loading 1.5s infinite; } @keyframes loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } /* --- GROOVE WRAPPER OVERRIDES --- */ [data-gp-block-id], [data-gp-component-id], .gp-section { overflow: visible !important; height: auto !important; max-height: none !important; } /* --- RESPONSIVE --- */ @media (max-width: 1024px) { .sidebar { width: 320px; } .header { padding: 0 20px; } } @media (max-width: 768px) { body { overflow-y:auto; height:auto; } .app-container { flex-direction:column; height:auto; } .header { height:60px; padding:0 15px; } .brand { font-size:1.3rem; } .logo-inmo { font-size:1.1rem; } #map { height:400px; } .tabs { padding:0 15px; } .widgets { padding:10px 15px; } .grid-container { padding:20px 15px; } .results-bar { padding:8px 15px; } } 

