{"id":11191,"date":"2026-06-24T22:27:46","date_gmt":"2026-06-24T20:27:46","guid":{"rendered":"https:\/\/wisegroupfl.com\/?page_id=11191"},"modified":"2026-07-03T03:29:46","modified_gmt":"2026-07-03T01:29:46","slug":"hollywood-beach-1006","status":"publish","type":"page","link":"https:\/\/wisegroupfl.com\/es\/hollywood-beach-1006\/","title":{"rendered":"Hollywood Beach 1006 \u2013 Tambi\u00e9n hay juguetes empezando en los $290,000"},"content":{"rendered":"<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n\n<style>\n    :root {\n      --navy: #182B54;\n      --accent: #CC3366;\n      --gold: #C9A96E;\n      --cream: #F8F6F1;\n      --text: #1a1a1a;\n      --text-light: #6B7280;\n      --whatsapp: #25D366;\n      --font: 'Work Sans', sans-serif;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: var(--font);\n      color: var(--text);\n      background: #fff;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* \u2500\u2500 STICKY HEADER \u2500\u2500 *\/\n    .sticky-header {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 100;\n      background: rgba(24, 43, 84, 0.97);\n      backdrop-filter: blur(8px);\n      padding: 12px 24px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      transform: translateY(-100%);\n      transition: transform 0.3s ease;\n    }\n    .sticky-header.visible { transform: translateY(0); }\n    .sticky-header img { height: 30px; }\n    .sticky-header a {\n      background: var(--gold);\n      color: #fff;\n      text-decoration: none;\n      padding: 9px 20px;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      white-space: nowrap;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      position: relative;\n      height: 100vh;\n      min-height: 600px;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      overflow: hidden;\n    }\n    .hero-bg {\n      position: absolute;\n      inset: 0;\n      background: url('https:\/\/assets.cdn.filesafe.space\/3J74F7AYwXVl68WUb2r1\/media\/6a3c088fb3c8655da2a10960.jpeg') center center \/ cover no-repeat;\n    }\n    .hero-overlay {\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to bottom, rgba(24,43,84,0.55) 0%, rgba(0,0,0,0.5) 100%);\n    }\n    .hero-logo {\n      position: absolute;\n      top: 24px; left: 24px;\n      z-index: 2;\n    }\n    .hero-logo img { height: 38px; }\n    .hero-content {\n      position: relative;\n      z-index: 2;\n      padding: 0 20px;\n      max-width: 780px;\n    }\n    .hero-eyebrow {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 4px;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 18px;\n    }\n    .hero-title {\n      font-size: clamp(32px, 6vw, 62px);\n      font-weight: 800;\n      color: #fff;\n      line-height: 1.1;\n      margin-bottom: 10px;\n    }\n    .hero-title span { color: var(--gold); }\n    .hero-subtitle {\n      font-size: clamp(14px, 2vw, 17px);\n      color: rgba(255,255,255,0.82);\n      font-weight: 400;\n      margin-bottom: 6px;\n      letter-spacing: 0.5px;\n    }\n    .hero-address {\n      font-size: 13px;\n      color: rgba(255,255,255,0.6);\n      margin-bottom: 36px;\n      letter-spacing: 1px;\n    }\n    .hero-btns {\n      display: flex;\n      gap: 14px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n    .btn-primary {\n      background: var(--gold);\n      color: #fff;\n      text-decoration: none;\n      padding: 15px 32px;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      transition: background 0.2s;\n      display: inline-block;\n    }\n    .btn-primary:hover { background: #b8904f; }\n    .btn-secondary {\n      background: transparent;\n      color: #fff;\n      text-decoration: none;\n      padding: 13px 32px;\n      font-size: 13px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      border: 2px solid rgba(255,255,255,0.7);\n      transition: all 0.2s;\n      display: inline-block;\n    }\n    .btn-secondary:hover { background: rgba(255,255,255,0.1); }\n    .hero-scroll {\n      position: absolute;\n      bottom: 28px;\n      left: 50%;\n      transform: translateX(-50%);\n      z-index: 2;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 6px;\n      color: rgba(255,255,255,0.5);\n      font-size: 10px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n    }\n    .hero-scroll-line {\n      width: 1px;\n      height: 36px;\n      background: rgba(255,255,255,0.3);\n      animation: scrollPulse 1.8s infinite;\n    }\n    @keyframes scrollPulse {\n      0%, 100% { opacity: 0.3; }\n      50% { opacity: 1; }\n    }\n\n    \/* \u2500\u2500 STATS BAR \u2500\u2500 *\/\n    .stats-bar {\n      background: var(--navy);\n      padding: 0;\n    }\n    .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      max-width: 960px;\n      margin: 0 auto;\n    }\n    .stat-item {\n      padding: 28px 20px;\n      text-align: center;\n      border-right: 1px solid rgba(255,255,255,0.1);\n    }\n    .stat-item:last-child { border-right: none; }\n    .stat-num {\n      font-size: 28px;\n      font-weight: 800;\n      color: #fff;\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n    .stat-num span { color: var(--gold); font-size: 16px; }\n    .stat-label {\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: rgba(255,255,255,0.45);\n    }\n\n    \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n    section { padding: 80px 24px; }\n    .section-inner { max-width: 960px; margin: 0 auto; }\n    .section-inner.narrow { max-width: 720px; }\n\n    .section-eyebrow {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 4px;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 12px;\n    }\n    .section-title {\n      font-size: clamp(26px, 4vw, 38px);\n      font-weight: 800;\n      color: var(--navy);\n      line-height: 1.15;\n      margin-bottom: 16px;\n    }\n    .section-divider {\n      width: 40px;\n      height: 3px;\n      background: var(--accent);\n      margin-bottom: 28px;\n    }\n    .section-body {\n      font-size: 16px;\n      line-height: 1.85;\n      color: #374151;\n      font-weight: 400;\n    }\n    .section-body p + p { margin-top: 16px; }\n\n    \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n    .about { background: #fff; }\n\n    \/* \u2500\u2500 KEY DETAILS \u2500\u2500 *\/\n    .key-details { background: var(--cream); }\n    .details-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: #e5e7eb;\n      border: 1px solid #e5e7eb;\n      margin-top: 36px;\n    }\n    .detail-cell {\n      background: #fff;\n      padding: 22px 24px;\n    }\n    .detail-label {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--text-light);\n      margin-bottom: 6px;\n    }\n    .detail-value {\n      font-size: 17px;\n      font-weight: 700;\n      color: var(--navy);\n    }\n    .detail-note {\n      font-size: 11px;\n      color: var(--text-light);\n      margin-top: 2px;\n    }\n\n    \/* \u2500\u2500 GALLERY \u2500\u2500 *\/\n    .gallery { background: var(--cream); }\n    .gallery-label {\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 4px;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 12px;\n    }\n    .gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      grid-template-rows: auto;\n      gap: 8px;\n      margin-top: 32px;\n    }\n    .gallery-grid .g-main {\n      grid-column: span 2;\n      grid-row: span 2;\n    }\n    .gallery-item {\n      overflow: hidden;\n      background: #e5e7eb;\n      cursor: pointer;\n      position: relative;\n    }\n    .gallery-item img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.4s ease;\n      min-height: 180px;\n    }\n    .gallery-item:hover img { transform: scale(1.04); }\n    .g-main img { min-height: 380px; }\n\n    \/* Lightbox *\/\n    .lb-overlay {\n      display: none;\n      position: fixed;\n      inset: 0;\n      background: rgba(0,0,0,0.92);\n      z-index: 9999;\n      align-items: center;\n      justify-content: center;\n      flex-direction: column;\n    }\n    .lb-overlay.active { display: flex; }\n    .lb-overlay img {\n      max-width: 90vw;\n      max-height: 85vh;\n      object-fit: contain;\n    }\n    .lb-close {\n      position: absolute;\n      top: 20px; right: 28px;\n      color: #fff;\n      font-size: 32px;\n      cursor: pointer;\n      background: none;\n      border: none;\n      line-height: 1;\n    }\n    .lb-nav {\n      display: flex;\n      gap: 20px;\n      margin-top: 16px;\n    }\n    .lb-nav button {\n      background: rgba(255,255,255,0.15);\n      color: #fff;\n      border: 1px solid rgba(255,255,255,0.3);\n      padding: 8px 20px;\n      cursor: pointer;\n      font-size: 13px;\n      font-family: var(--font);\n    }\n\n    @media (max-width: 768px) {\n      .gallery-grid { grid-template-columns: repeat(2, 1fr); }\n      .gallery-grid .g-main { grid-column: span 2; grid-row: span 1; }\n      .g-main img { min-height: 220px; }\n    }\n    @media (max-width: 480px) {\n      .gallery-grid { grid-template-columns: 1fr; }\n      .gallery-grid .g-main { grid-column: span 1; }\n    }\n\n    \/* \u2500\u2500 HIGHLIGHTS \u2500\u2500 *\/\n    .highlights { background: #fff; }\n    .highlights-cols {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 40px;\n      margin-top: 40px;\n    }\n    .highlight-col h4 {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      color: var(--navy);\n      padding-bottom: 10px;\n      border-bottom: 2px solid var(--accent);\n      margin-bottom: 18px;\n    }\n    .highlight-col ul { list-style: none; }\n    .highlight-col ul li {\n      font-size: 14px;\n      color: #374151;\n      padding: 8px 0;\n      border-bottom: 1px solid #f0f0f0;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n      line-height: 1.5;\n    }\n    .highlight-col ul li::before {\n      content: '\u203a';\n      color: var(--gold);\n      font-weight: 700;\n      font-size: 16px;\n      flex-shrink: 0;\n      line-height: 1.3;\n    }\n\n    \/* \u2500\u2500 NO STR BANNER \u2500\u2500 *\/\n    .no-str-banner {\n      background: var(--navy);\n      padding: 48px 24px;\n    }\n    .no-str-inner {\n      max-width: 720px;\n      margin: 0 auto;\n      text-align: center;\n    }\n    .no-str-inner .badge {\n      display: inline-block;\n      background: var(--gold);\n      color: #fff;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      padding: 5px 14px;\n      margin-bottom: 18px;\n    }\n    .no-str-inner h3 {\n      font-size: clamp(20px, 3vw, 28px);\n      font-weight: 700;\n      color: #fff;\n      line-height: 1.3;\n      margin-bottom: 16px;\n    }\n    .no-str-inner p {\n      font-size: 15px;\n      color: rgba(255,255,255,0.7);\n      line-height: 1.8;\n    }\n\n    \/* \u2500\u2500 RENTAL NOTE \u2500\u2500 *\/\n    .rental-note { background: var(--cream); padding: 56px 24px; }\n    .rental-note-inner {\n      max-width: 680px;\n      margin: 0 auto;\n      display: flex;\n      gap: 24px;\n      align-items: flex-start;\n    }\n    .rental-icon {\n      flex-shrink: 0;\n      width: 48px;\n      height: 48px;\n      background: var(--navy);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 22px;\n    }\n    .rental-text h4 {\n      font-size: 15px;\n      font-weight: 700;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n    .rental-text p {\n      font-size: 14px;\n      color: #374151;\n      line-height: 1.75;\n    }\n\n    \/* \u2500\u2500 CTA SECTION \u2500\u2500 *\/\n    .cta-section { background: #fff; text-align: center; }\n    .cta-price {\n      font-size: clamp(38px, 6vw, 60px);\n      font-weight: 800;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n    .cta-price span { color: var(--accent); }\n    .cta-note {\n      font-size: 14px;\n      color: var(--text-light);\n      margin-bottom: 36px;\n    }\n    .cta-btns {\n      display: flex;\n      gap: 16px;\n      justify-content: center;\n      flex-wrap: wrap;\n      margin-bottom: 40px;\n    }\n    .btn-wa {\n      background: var(--whatsapp);\n      color: #fff;\n      text-decoration: none;\n      padding: 16px 36px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      transition: background 0.2s;\n    }\n    .btn-wa:hover { background: #1fba59; }\n    .btn-ficha {\n      background: var(--navy);\n      color: var(--gold);\n      text-decoration: none;\n      padding: 16px 36px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      transition: background 0.2s;\n    }\n    .btn-ficha:hover { background: #0f1d3a; }\n    .contact-strip {\n      border-top: 1px solid #e5e7eb;\n      padding-top: 32px;\n      display: flex;\n      gap: 32px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n    .contact-item {\n      font-size: 13px;\n      color: var(--text-light);\n    }\n    .contact-item a {\n      color: var(--navy);\n      text-decoration: none;\n      font-weight: 600;\n    }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--navy);\n      padding: 32px 24px;\n      text-align: center;\n    }\n    footer img { height: 34px; margin-bottom: 14px; }\n    footer p {\n      font-size: 11px;\n      color: rgba(255,255,255,0.35);\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 FLOATING WHATSAPP \u2500\u2500 *\/\n    .wa-float {\n      position: fixed;\n      bottom: 24px;\n      right: 24px;\n      z-index: 999;\n      width: 56px;\n      height: 56px;\n      background: var(--whatsapp);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 4px 16px rgba(37,211,102,0.4);\n      text-decoration: none;\n      transition: transform 0.2s;\n    }\n    .wa-float:hover { transform: scale(1.08); }\n    .wa-float svg { width: 28px; height: 28px; fill: #fff; }\n\n    \/* \u2500\u2500 FADE-IN \u2500\u2500 *\/\n    .fade-in {\n      opacity: 0;\n      transform: translateY(24px);\n      transition: opacity 0.6s ease, transform 0.6s ease;\n    }\n    .fade-in.visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 768px) {\n      .stats-grid { grid-template-columns: repeat(2, 1fr); }\n      .stat-item:nth-child(2) { border-right: none; }\n      .details-grid { grid-template-columns: repeat(2, 1fr); }\n      .highlights-cols { grid-template-columns: 1fr; gap: 32px; }\n      .rental-note-inner { flex-direction: column; }\n      .sticky-header a { padding: 9px 14px; font-size: 11px; }\n    }\n\n    @media (max-width: 480px) {\n      section { padding: 56px 20px; }\n      .stats-grid { grid-template-columns: repeat(2, 1fr); }\n      .details-grid { grid-template-columns: 1fr; }\n      .hero-btns { flex-direction: column; align-items: center; }\n      .cta-btns { flex-direction: column; align-items: center; }\n      .btn-primary, .btn-secondary, .btn-wa, .btn-ficha { width: 100%; max-width: 300px; text-align: center; }\n    }\n  <\/style>\n<!-- STICKY HEADER -->\n  <header class=\"sticky-header\" id=\"stickyHeader\">\n    <img decoding=\"async\" src=\"https:\/\/wisegroupfl.com\/wp-content\/uploads\/2024\/04\/wiserelated.png\" alt=\"Wise Group International Real Estate\">\n    <a href=\"https:\/\/wa.me\/17864604412?text=Quiero%20m%C3%A1s%20informaci%C3%B3n%20sobre%20el%20apartamento%20de%20Hollywood\" target=\"_blank\" rel=\"nofollow noopener\">\ud83d\udcc5 Agendar una cita<\/a>\n  <\/header>\n\n  <!-- HERO -->\n  <section class=\"hero\" id=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-logo\">\n      <img decoding=\"async\" src=\"https:\/\/wisegroupfl.com\/wp-content\/uploads\/2024\/04\/wiserelated.png\" alt=\"Wise Group International Real Estate\">\n    <\/div>\n    <div class=\"hero-content\">\n      <p class=\"hero-eyebrow\">Hollywood Beach \u00b7 Florida<\/p>\n      <h1 class=\"hero-title\">Tambi\u00e9n hay juguetes<br>empezando en los <span>$290,000<\/span><\/h1>\n      <p class=\"hero-subtitle\">Vista al oc\u00e9ano \u00b7 Acceso privado a la playa \u00b7 Amueblado<\/p>\n      <p class=\"hero-address\">3000 S Ocean Dr #1006 \u00b7 Hollywood, FL 33019<\/p>\n      <div class=\"hero-btns\">\n        <a href=\"https:\/\/wa.me\/17864604412?text=Quiero%20m%C3%A1s%20informaci%C3%B3n%20sobre%20el%20apartamento%20de%20Hollywood\" class=\"btn-primary\" target=\"_blank\" rel=\"nofollow noopener\">\ud83d\udcc5 Agendar una cita<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-scroll\">\n      <div class=\"hero-scroll-line\"><\/div>\n      <span>Ver m\u00e1s<\/span>\n    <\/div>\n  <\/section>\n\n  <!-- STATS BAR -->\n  <div class=\"stats-bar\">\n    <div class=\"stats-grid\">\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">$290<span>K<\/span><\/div>\n        <div class=\"stat-label\">Precio<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">1,021<span> SF<\/span><\/div>\n        <div class=\"stat-label\">94.8 m\u00b2 interior<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">10<span>\u00b0<\/span><\/div>\n        <div class=\"stat-label\">Piso \u00b7 Vista Oc\u00e9ano<\/div>\n      <\/div>\n      <div class=\"stat-item\">\n        <div class=\"stat-num\">2006<\/div>\n        <div class=\"stat-label\">A\u00f1o de construcci\u00f3n<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ABOUT -->\n  <section class=\"about\">\n    <div class=\"section-inner narrow fade-in\">\n      <p class=\"section-eyebrow\">La propiedad<\/p>\n      <h2 class=\"section-title\">Tu rinc\u00f3n cerca al mar,<br>listo para disfrutar<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <div class=\"section-body\">\n        <p>Ese escape cerca al mar que siempre postergaste puede ser tuyo hoy. Esta unidad en Hollywood Beach es la m\u00e1s grande de su l\u00ednea en el edificio \u2014 1,021 SF de \u00e1rea interior, en el piso 10, con vistas directas al Atl\u00e1ntico y acceso privado a la playa por escritura. Llega completamente amueblada, lista para que llegues, te instales y desconectes.<\/p>\n        <p>Hollywood Beach tiene algo que Miami ya perdi\u00f3: tranquilidad. Un Boardwalk para caminar, restaurantes frente al mar, y ese ritmo de playa que se extra\u00f1a cuando no se tiene. A solo 15 minutos del aeropuerto FLL, sin el ruido de Miami, sin perder nada de lo bueno.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- GALLERY -->\n  <section class=\"gallery\">\n    <div class=\"section-inner fade-in\">\n      <p class=\"gallery-label\">Fotos de la propiedad<\/p>\n      <h2 class=\"section-title\">Conoce cada rinc\u00f3n<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <div class=\"gallery-grid\" id=\"galleryGrid\">\n        <div class=\"gallery-item g-main\" data-idx=\"0\">\n          <img decoding=\"async\" src=\"https:\/\/assets.cdn.filesafe.space\/3J74F7AYwXVl68WUb2r1\/media\/6a3c088fb3c8655da2a10960.jpeg\" alt=\"Vista a\u00e9rea Hollywood Beach\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"1\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1XxORkPmdtseM3bkYFHITKoiTkJrxT5FH\" alt=\"Vista a\u00e9rea con ubicaci\u00f3n\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"2\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MV5585AOsOqJ_tmpQ3z8n0T78R2dU9IU\" alt=\"Sala de estar\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"3\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1MSrEWyAfi89dKIsbKaP4t9qI_IuUhqJN\" alt=\"Comedor\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"4\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/15zTDdixcnEpAkDKFDCq2nGsi6N32lKvm\" alt=\"Cocina\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"5\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1qaivdcWzQaItR5BUuMxYzYzuOOS_0u1n\" alt=\"Piscina\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"6\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1TSGdFxJ9NCS14sTBu5Fqr5qPIhxRubvL\" alt=\"Vista al oc\u00e9ano\">\n        <\/div>\n        <div class=\"gallery-item\" data-idx=\"7\">\n          <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/d\/1cLx4Djx1HIu8tJIch5b9T0zkJ-J4aEyy\" alt=\"Ubicaci\u00f3n del edificio\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Lightbox -->\n  <div class=\"lb-overlay\" id=\"lightbox\">\n    <button class=\"lb-close\" id=\"lbClose\">&times;<\/button>\n    <img decoding=\"async\" id=\"lbImg\" src=\"\" alt=\"\">\n    <div class=\"lb-nav\">\n      <button id=\"lbPrev\">&#8592; Anterior<\/button>\n      <button id=\"lbNext\">Siguiente &#8594;<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- KEY DETAILS -->\n  <section class=\"key-details\">\n    <div class=\"section-inner fade-in\">\n      <p class=\"section-eyebrow\">Ficha t\u00e9cnica<\/p>\n      <h2 class=\"section-title\">Detalles de la unidad<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <div class=\"details-grid\">\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Precio de venta<\/div>\n          <div class=\"detail-value\">$290,000<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Tipo de unidad<\/div>\n          <div class=\"detail-value\">1 Hab. \/ 1.5 Ba\u00f1os<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">\u00c1rea interior<\/div>\n          <div class=\"detail-value\">1,021 SF \/ 94.8 m\u00b2<\/div>\n          <div class=\"detail-note\">Sin balcones incluidos<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Piso<\/div>\n          <div class=\"detail-value\">10 de 16<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Vista<\/div>\n          <div class=\"detail-value\">Vista al oc\u00e9ano<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Orientaci\u00f3n<\/div>\n          <div class=\"detail-value\">Este (hacia el mar)<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">HOA mensual<\/div>\n          <div class=\"detail-value\">$1,193 \/ mes<\/div>\n          <div class=\"detail-note\">All-inclusive \u00b7 ver detalle abajo<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Estacionamientos<\/div>\n          <div class=\"detail-value\">Hasta 2 espacios<\/div>\n          <div class=\"detail-note\">Incluidos en HOA + valet gratuito<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Acceso a la playa<\/div>\n          <div class=\"detail-value\">Deeded Beach Access<\/div>\n          <div class=\"detail-note\">Derecho de acceso por escritura<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Mobiliario<\/div>\n          <div class=\"detail-value\">Incluido<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Financiamiento<\/div>\n          <div class=\"detail-value\">Convencional OK<\/div>\n          <div class=\"detail-note\">Edificio con reservas s\u00f3lidas<\/div>\n        <\/div>\n        <div class=\"detail-cell\">\n          <div class=\"detail-label\">Recertificaci\u00f3n<\/div>\n          <div class=\"detail-value\">50 a\u00f1os \u2014 Aprobada<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HIGHLIGHTS -->\n  <section class=\"highlights\">\n    <div class=\"section-inner fade-in\">\n      <p class=\"section-eyebrow\">\u00bfPor qu\u00e9 esta unidad?<\/p>\n      <h2 class=\"section-title\">Todo lo que hace<br>esta oportunidad especial<\/h2>\n      <div class=\"section-divider\"><\/div>\n      <div class=\"highlights-cols\">\n        <div class=\"highlight-col\">\n          <h4>La unidad<\/h4>\n          <ul>\n            <li>El floor plan 1BR m\u00e1s grande del edificio<\/li>\n            <li>Vista panor\u00e1mica al Atl\u00e1ntico desde el piso 10<\/li>\n            <li>\u00c1rea interior 1,021 SF \/ 94.8 m\u00b2 (sin balcones)<\/li>\n            <li>Puertas corredizas anti-hurac\u00e1n al \u00e1rea de living<\/li>\n            <li>Ventanas de impacto en toda la unidad<\/li>\n            <li>Completamente amueblada \u00b7 lista para usar<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"highlight-col\">\n          <h4>El edificio<\/h4>\n          <ul>\n            <li>HOA all-inclusive: agua, WiFi, cable TV, control de plagas y seguridad<\/li>\n            <li>Hasta 2 estacionamientos + valet gratuito<\/li>\n            <li>Acceso privado a la playa por escritura<\/li>\n            <li>Portero y c\u00e1maras de seguridad 24\/7<\/li>\n            <li>Edificio financiable con reservas s\u00f3lidas<\/li>\n            <li>Recertificaci\u00f3n 50 a\u00f1os aprobada<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"highlight-col\">\n          <h4>Amenidades<\/h4>\n          <ul>\n            <li>Piscina climatizada<\/li>\n            <li>Sauna, spa y jacuzzi<\/li>\n            <li>Sal\u00f3n social y business center<\/li>\n            <li>\u00c1rea de BBQ<\/li>\n            <li>Gimnasio<\/li>\n            <li>A 15 min del aeropuerto FLL<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- NO STR BANNER -->\n  <div class=\"no-str-banner fade-in\">\n    <div class=\"no-str-inner\">\n      <span class=\"badge\">Un detalle que importa<\/span>\n      <h3>Sin Airbnb. Sin Vrbo. Sin ruido de hotel.<\/h3>\n      <p>El edificio no permite rentas de corta estancia. Eso no es una restricci\u00f3n \u2014 es una garant\u00eda. Los pasillos no son un aeropuerto. Los vecinos son due\u00f1os, no turistas de paso. El inmueble se conserva, la comunidad se cuida, y el valor se sostiene en el tiempo.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- RENTAL NOTE -->\n  <div class=\"rental-note fade-in\">\n    <div class=\"rental-note-inner\">\n      <div class=\"rental-icon\">\ud83d\udcb0<\/div>\n      <div class=\"rental-text\">\n        <h4>\u00bfNo lo vas a usar todo el tiempo?<\/h4>\n        <p>Puedes rentarlo cuando no est\u00e9s. El mercado actual paga <strong>$2,150 al mes<\/strong> por esta unidad (renta m\u00ednima de 180 d\u00edas). Pero eso es secundario \u2014 lo primero es que finalmente tengas ese lugar cerca al mar.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CTA SECTION -->\n  <section class=\"cta-section\" id=\"contacto\">\n    <div class=\"section-inner narrow fade-in\">\n      <p class=\"section-eyebrow\">\u00bfTe interesa?<\/p>\n      <div class=\"cta-price\">$<span>290,000<\/span><\/div>\n      <p class=\"cta-note\">3000 S Ocean Dr #1006 \u00b7 Hollywood, FL 33019 \u00b7 Piso 10 \u00b7 Vista al oc\u00e9ano<\/p>\n      <div class=\"cta-btns\">\n        <a href=\"https:\/\/wa.me\/17864604412?text=Quiero%20m%C3%A1s%20informaci%C3%B3n%20sobre%20el%20apartamento%20de%20Hollywood\" class=\"btn-wa\" target=\"_blank\" rel=\"nofollow noopener\">\ud83d\udcc5 Agendar una cita<\/a>\n      <\/div>\n      <div class=\"contact-strip\">\n        <div class=\"contact-item\">Julio Ospina \u00b7 <a href=\"mailto:julio.ospina@wisegroupfl.com\">julio.ospina@wisegroupfl.com<\/a><\/div>\n        <div class=\"contact-item\">WhatsApp \u00b7 <a href=\"https:\/\/wa.me\/17864604412\" target=\"_blank\" rel=\"nofollow noopener\">+1 786 316 3500<\/a><\/div>\n        <div class=\"contact-item\"><a href=\"https:\/\/wisegroupfl.com\/es\/\" target=\"_blank\">wisegroupfl.com<\/a><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer>\n    <img decoding=\"async\" src=\"https:\/\/wisegroupfl.com\/wp-content\/uploads\/2024\/04\/wiserelated.png\" alt=\"Wise Group International Real Estate\">\n    <p>\n      Wise Group International Real Estate \u00b7 Related Realty \u00b7 wisegroupfl.com<br>\n      Im\u00e1genes referenciales. Precios sujetos a cambio sin previo aviso. \u00c1rea interior sin balcones incluidos.<br>\n      \u00a9 2026 Wise Group International Real Estate. Todos los derechos reservados.\n    <\/p>\n  <\/footer>\n\n  <!-- FLOATING WHATSAPP -->\n  <a href=\"https:\/\/wa.me\/17864604412?text=Quiero%20m%C3%A1s%20informaci%C3%B3n%20sobre%20el%20apartamento%20de%20Hollywood\" class=\"wa-float\" target=\"_blank\" aria-label=\"WhatsApp\" rel=\"nofollow noopener\">\n    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n      <path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\/>\n    <\/svg>\n  <\/a>\n\n  <script>\n    \/\/ Sticky header\n    const header = document.getElementById('stickyHeader');\n    window.addEventListener('scroll', () => {\n      header.classList.toggle('visible', window.scrollY > 80);\n    });\n\n    \/\/ Fade-in on scroll\n    const fadeEls = document.querySelectorAll('.fade-in');\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('visible'); } });\n    }, { threshold: 0.12 });\n    fadeEls.forEach(el => observer.observe(el));\n\n    \/\/ Lightbox\n    const galleryItems = document.querySelectorAll('.gallery-item');\n    const lightbox = document.getElementById('lightbox');\n    const lbImg = document.getElementById('lbImg');\n    const lbClose = document.getElementById('lbClose');\n    const lbPrev = document.getElementById('lbPrev');\n    const lbNext = document.getElementById('lbNext');\n    let currentIdx = 0;\n    const imgs = Array.from(galleryItems).map(i => ({ src: i.querySelector('img').src, alt: i.querySelector('img').alt }));\n\n    function openLb(idx) {\n      currentIdx = idx;\n      lbImg.src = imgs[idx].src;\n      lbImg.alt = imgs[idx].alt;\n      lightbox.classList.add('active');\n      document.body.style.overflow = 'hidden';\n    }\n    function closeLb() {\n      lightbox.classList.remove('active');\n      document.body.style.overflow = '';\n    }\n    galleryItems.forEach((item, i) => item.addEventListener('click', () => openLb(i)));\n    lbClose.addEventListener('click', closeLb);\n    lightbox.addEventListener('click', e => { if (e.target === lightbox) closeLb(); });\n    lbPrev.addEventListener('click', () => openLb((currentIdx - 1 + imgs.length) % imgs.length));\n    lbNext.addEventListener('click', () => openLb((currentIdx + 1) % imgs.length));\n    document.addEventListener('keydown', e => {\n      if (!lightbox.classList.contains('active')) return;\n      if (e.key === 'ArrowLeft') openLb((currentIdx - 1 + imgs.length) % imgs.length);\n      if (e.key === 'ArrowRight') openLb((currentIdx + 1) % imgs.length);\n      if (e.key === 'Escape') closeLb();\n    });\n  <\/script>","protected":false},"excerpt":{"rendered":"<p>Vista al oc\u00e9ano desde el piso 10 \u00b7 Acceso privado a la playa \u00b7 Amueblado \u00b7 $290,000 \u00b7 Hollywood Beach, FL \u2014 Wise Group International Real Estate<\/p>","protected":false},"author":13,"featured_media":11196,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-11191","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/pages\/11191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/comments?post=11191"}],"version-history":[{"count":5,"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/pages\/11191\/revisions"}],"predecessor-version":[{"id":11212,"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/pages\/11191\/revisions\/11212"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/media\/11196"}],"wp:attachment":[{"href":"https:\/\/wisegroupfl.com\/es\/wp-json\/wp\/v2\/media?parent=11191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}