{"id":1474,"date":"2026-06-27T09:14:33","date_gmt":"2026-06-27T09:14:33","guid":{"rendered":"https:\/\/lasarenas-excent.com\/?page_id=1198&#038;lang=de"},"modified":"2026-07-15T08:21:58","modified_gmt":"2026-07-15T08:21:58","slug":"a","status":"publish","type":"page","link":"https:\/\/lasarenas-excent.com\/de\/a\/","title":{"rendered":"Pulse [DE]"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1474\" class=\"elementor elementor-1474\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca9f70d e-con-full e-flex e-con e-parent\" data-id=\"ca9f70d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5115c48 e-con-full e-flex e-con e-child\" data-id=\"5115c48\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3e9f9b5 e-con-full e-flex e-con e-child\" data-id=\"3e9f9b5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b620e56 elementor-widget elementor-widget-html\" data-id=\"b620e56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .lare_floating {\n        position: fixed !important;\n        bottom: 40px !important;\n        left: 50% !important;\n        transform: translateX(-50%) translateY(150px) !important;\n        z-index: 9999 !important;\n        opacity: 0 !important;\n        visibility: hidden !important;\n        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;\n        background: transparent !important;\n        border: none !important;\n        outline: none !important;\n        box-shadow: none !important;\n        padding: 0 !important;\n        margin: 0 !important;\n    }\n\n    .lare_floating.lare_floating--visible {\n        opacity: 1 !important;\n        visibility: visible !important;\n        transform: translateX(-50%) translateY(0) !important;\n    }\n\n    .lare_floating__btn {\n        display: inline-flex !important;\n        align-items: center !important;\n        gap: 12px !important;\n        padding: 18px 40px !important;\n        background: #2E3138 !important;\n        color: #FFFFFF !important;\n        font-family: 'DM Sans', sans-serif !important;\n        font-size: 14px !important;\n        font-weight: 500 !important;\n        letter-spacing: 1.2px !important;\n        text-transform: uppercase !important;\n        text-decoration: none !important;\n        border: none !important;\n        border-radius: 4px !important;\n        outline: none !important;\n        cursor: pointer !important;\n        white-space: nowrap !important;\n        transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1) !important;\n        box-shadow:\n            0 10px 28px -6px rgba(46, 49, 56, 0.35),\n            0 6px 14px -8px rgba(46, 49, 56, 0.2) !important;\n    }\n\n    .lare_floating__btn:hover {\n        background: #D6B98C !important;\n        color: #FFFFFF !important;\n        transform: translateY(-3px) !important;\n        box-shadow:\n            0 18px 36px -8px rgba(214, 185, 140, 0.4),\n            0 8px 18px -8px rgba(214, 185, 140, 0.25) !important;\n    }\n\n    .lare_floating__btn:active {\n        transform: translateY(-1px) !important;\n    }\n\n    .lare_floating__icon {\n        width: 18px !important;\n        height: 18px !important;\n        flex-shrink: 0 !important;\n    }\n\n    @media (max-width: 768px) {\n        .lare_floating {\n            bottom: 24px !important;\n        }\n\n        .lare_floating__btn {\n            padding: 16px 32px !important;\n            font-size: 13px !important;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .lare_floating {\n            bottom: 20px !important;\n            left: 20px !important;\n            right: 20px !important;\n            transform: translateX(0) translateY(150px) !important;\n        }\n\n        .lare_floating.lare_floating--visible {\n            transform: translateX(0) translateY(0) !important;\n        }\n\n        .lare_floating__btn {\n            width: 100% !important;\n            justify-content: center !important;\n            padding: 16px 24px !important;\n            font-size: 13px !important;\n        }\n    }\n<\/style>\n<div class=\"lare_floating\" id=\"lare-floating-cta\">\n<a class=\"lare_floating__btn\" href=\"#reservar\">\n<svg class=\"lare_floating__icon\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewbox=\"0 0 24 24\">\n<rect height=\"18\" rx=\"2\" ry=\"2\" width=\"18\" x=\"3\" y=\"4\"><\/rect>\n<line x1=\"16\" x2=\"16\" y1=\"2\" y2=\"6\"><\/line>\n<line x1=\"8\" x2=\"8\" y1=\"2\" y2=\"6\"><\/line>\n<line x1=\"3\" x2=\"21\" y1=\"10\" y2=\"10\"><\/line>\n<\/svg>Buchbesuch<\/a>\n<\/div>\n<script>\n    (function () {\n        'use strict';\n        var cta = document.getElementById('lare-floating-cta');\n        var threshold = 600;\n        function handle() {\n            var s = window.pageYOffset || document.documentElement.scrollTop;\n            var reservaSec = document.getElementById('reservar');\n            var promotorSec = document.getElementById('promotor');\n            \n            \/\/ Check if #reservar or #promotor is in viewport\n            var hideBecauseOfReserva = false;\n            if (reservaSec) {\n                var rect = reservaSec.getBoundingClientRect();\n                if (rect.top < window.innerHeight * 0.95) {\n                    hideBecauseOfReserva = true;\n                }\n            }\n            if (promotorSec && !hideBecauseOfReserva) {\n                var rectP = promotorSec.getBoundingClientRect();\n                if (rectP.top < window.innerHeight * 0.95) {\n                    hideBecauseOfReserva = true;\n                }\n            }\n\n            if (s > threshold && !hideBecauseOfReserva) { \n                cta.classList.add('lare_floating--visible'); \n            }\n            else { \n                cta.classList.remove('lare_floating--visible'); \n            }\n        }\n        window.addEventListener('scroll', handle);\n        handle();\n        var link = cta.querySelector('a');\n        if (link) {\n            link.addEventListener('click', function (e) {\n                var href = this.getAttribute('href');\n                if (href && href.charAt(0) === '#') {\n                    e.preventDefault();\n                    var target = document.querySelector(href);\n                    if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); }\n                }\n            });\n        }\n    })();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f3d57a elementor-widget elementor-widget-shortcode\" data-id=\"8f3d57a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96331a7 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-shortcode\" data-id=\"96331a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bd496f animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8bd496f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Las Arenas \u2022 Ausgezeichnet<\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7ce29c animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b7ce29c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Die Ruhe einer Privatresidenz mit Pool und Padel, an einem der begehrtesten Orte im Norden. Corralejo das ganze Jahr \u00fcber \u2013 die D\u00fcnen, das Meer und Ihr Zuhause warten auf Sie.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5815822 animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"5815822\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#reservar\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Vereinbaren Sie einen Termin<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e141717 e-con-full e-flex e-con e-child\" data-id=\"e141717\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:853,&quot;url&quot;:&quot;https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/header_pagA-scaled.jpeg&quot;},{&quot;id&quot;:850,&quot;url&quot;:&quot;https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Header_1-scaled.jpg&quot;},{&quot;id&quot;:851,&quot;url&quot;:&quot;https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Header_2.jpg&quot;},{&quot;id&quot;:852,&quot;url&quot;:&quot;https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Header_3-scaled.jpg&quot;}],&quot;background_slideshow_transition_duration&quot;:1200,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-723edc5 e-con-full e-flex e-con e-parent\" data-id=\"723edc5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95b2cca elementor-widget elementor-widget-html\" data-id=\"95b2cca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>The Sands \u2013 Termin<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:ital,wght@0,200;0,300;0,400;1,200;1,300&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        .lare_quote {\n            position: relative !important;\n            padding: 60px 0 !important;\n            background-color: #1A1A1A !important;\n            background-image: url('https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/lifestyle_1-scaled.jpg') !important;\n            background-size: cover !important;\n            background-position: center !important;\n            background-attachment: fixed !important;\n            \/* Parallax effect *\/\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            overflow: hidden !important;\n        }\n\n        \/* Overlay oscuro para legibilidad *\/\n        .lare_quote::before {\n            content: \"\" !important;\n            position: absolute !important;\n            top: 0 !important;\n            left: 0 !important;\n            width: 100% !important;\n            height: 100% !important;\n            background: linear-gradient(to bottom, rgba(46, 49, 56, 0.6) 0%, rgba(46, 49, 56, 0.8) 100%) !important;\n            z-index: 1 !important;\n        }\n\n        \/* Nombre \"Las Arenas\" de fondo, a modo de marca de agua *\/\n        .lare_quote__watermark {\n            position: absolute !important;\n            top: 50% !important;\n            left: 50% !important;\n            transform: translate(-50%, -50%) !important;\n            z-index: 1 !important;\n            font-family: 'Raleway', sans-serif !important;\n            font-weight: 200 !important;\n            font-style: normal !important;\n            font-size: clamp(70px, 13vw, 220px) !important;\n            letter-spacing: 6px !important;\n            text-transform: uppercase !important;\n            color: rgba(255, 255, 255, 0.06) !important;\n            white-space: nowrap !important;\n            pointer-events: none !important;\n            user-select: none !important;\n            line-height: 1 !important;\n        }\n\n        .lare_quote__container {\n            position: relative !important;\n            z-index: 2 !important;\n            max-width: 900px !important;\n            margin: 0 auto !important;\n            padding: 60px !important;\n            text-align: center !important;\n        }\n\n        .lare_quote__icon {\n            width: 48px !important;\n            height: 48px !important;\n            margin: 0 auto 32px !important;\n            fill: none !important;\n            stroke: #D6B98C !important;\n            stroke-width: 1 !important;\n        }\n\n        .lare_quote__text {\n            font-family: 'Raleway', sans-serif !important;\n            font-size: clamp(28px, 4vw, 48px) !important;\n            font-weight: 200 !important;\n            font-style: normal !important;\n            line-height: 1.35 !important;\n            letter-spacing: -1px !important;\n            color: #FFFFFF !important;\n            margin: 0 !important;\n        }\n\n        .lare_quote__author {\n            display: block !important;\n            margin-top: 32px !important;\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 11px !important;\n            font-weight: 500 !important;\n            letter-spacing: 4px !important;\n            text-transform: uppercase !important;\n            color: #D6B98C !important;\n        }\n\n        \/* \u2500\u2500 Reveal \u2500\u2500 *\/\n        .lare_quote [data-reveal] {\n            opacity: 0;\n            transform: translateY(40px) scale(0.98);\n            transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);\n        }\n\n        .lare_quote [data-reveal].lare_quote--revealed {\n            opacity: 1;\n            transform: translateY(0) scale(1);\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 1200px) {\n            .lare_quote__container {\n                padding: 48px !important;\n                margin: 0 40px !important;\n            }\n        }\n\n        @media screen and (max-width: 991px) {\n            .lare_quote {\n                padding: 160px 0 !important;\n                background-attachment: scroll !important;\n                \/* Desactivar parallax en tablets por rendimiento iOS *\/\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_quote {\n                padding: 120px 0 !important;\n            }\n\n            .lare_quote__container {\n                padding: 40px 32px !important;\n                margin: 0 24px !important;\n            }\n\n            .lare_quote__icon {\n                width: 32px !important;\n                height: 32px !important;\n                margin-bottom: 24px !important;\n            }\n\n            .lare_quote__watermark {\n                font-size: clamp(48px, 18vw, 100px) !important;\n                letter-spacing: 3px !important;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_quote__container {\n                padding: 32px 20px !important;\n                margin: 0 20px !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_quote\" id=\"cita\">\n<div class=\"lare_quote__container\">\n<div data-reveal=\"\">\n<svg class=\"lare_quote__icon\" viewbox=\"0 0 24 24\">\n<path d=\"M10 11h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2z\"><\/path>\n<path d=\"M10 11v5a4 4 0 0 1 -4 4h-1\"><\/path>\n<path d=\"M20 11h-4a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2z\"><\/path>\n<path d=\"M20 11v5a4 4 0 0 1 -4 4h-1\"><\/path>\n<\/svg>\n<h2 class=\"lare_quote__text\">Ein Zuhause zum Genie\u00dfen.<\/h2>\n<span class=\"lare_quote__author\">Der Sand<\/span>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('.lare_quote [data-reveal]');\n            var done = new Set();\n            function check() {\n                els.forEach(function (el) {\n                    if (done.has(el)) return;\n                    if (el.getBoundingClientRect().top < window.innerHeight * 0.88) {\n                        el.classList.add('lare_quote--revealed');\n                        done.add(el);\n                    }\n                });\n                if (done.size === els.length) window.removeEventListener('scroll', tick);\n            }\n            var t = false;\n            function tick() {\n                if (!t) { requestAnimationFrame(function () { check(); t = false; }); t = true; }\n            }\n            window.addEventListener('scroll', tick, { passive: true });\n            check();\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b0712a9 e-con-full e-flex e-con e-parent\" data-id=\"b0712a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a501766 elementor-widget elementor-widget-html\" data-id=\"a501766\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"de\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Las Arenas - Erlebnis<\/title>\n    <link\n        href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;1,200&family=DM+Sans:wght@300;400;500&display=swap\"\n        rel=\"stylesheet\">\n    <style>\n        .lare_exp {\n            position: relative;\n            padding: 100px 0 80px;\n            background-color: #FFFFFF;\n        }\n\n        .lare_exp__container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 60px;\n        }\n\n        \/* \u2500\u2500 Header \u2500\u2500 *\/\n        .lare_exp__header {\n            max-width: 800px;\n            margin-bottom: 100px;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_exp__header.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_exp__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: inline-block;\n            border-bottom: 1px solid #D6B98C;\n            padding-bottom: 8px;\n        }\n\n        .lare_exp__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(36px, 5vw, 64px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0 0 24px 0;\n        }\n\n        .lare_exp__title strong {\n            font-weight: 400;\n            color: #D6B98C;\n        }\n\n        .lare_exp__intro {\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n            max-width: 500px;\n        }\n\n        \/* \u2500\u2500 Grid Layout \u2500\u2500 *\/\n        .lare_exp__grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            column-gap: 80px;\n            row-gap: 60px;\n        }\n\n        .lare_exp__item {\n            border-top: 1px solid rgba(46, 49, 56, 0.1);\n            padding-top: 40px;\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_exp__item.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Stagger the second column on desktop *\/\n        @media screen and (min-width: 992px) {\n            .lare_exp__item:nth-child(even) {\n                margin-top: 120px;\n            }\n        }\n\n        .lare_exp__item-img {\n            width: 100% !important;\n            height: 280px !important;\n            object-fit: cover !important;\n            margin-bottom: 32px !important;\n            border-radius: 4px !important;\n        }\n\n        .lare_exp__item-num {\n            font-family: 'Raleway', sans-serif;\n            font-size: 48px;\n            font-weight: 200;\n            line-height: 1;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: block;\n        }\n\n        .lare_exp__item-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: 28px;\n            font-weight: 400;\n            line-height: 1.3;\n            color: #2E3138;\n            margin: 0 0 16px 0;\n        }\n\n        .lare_exp__item-text {\n            font-size: 16px;\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n        }\n\n        .lare_exp__closing {\n            margin-top: 120px;\n            text-align: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_exp__closing.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_exp__closing-text {\n            font-family: 'Raleway', sans-serif;\n            font-size: 24px;\n            font-weight: 300;\n            font-style: italic;\n            color: #2E3138;\n            border-top: 1px solid rgba(46, 49, 56, 0.1);\n            border-bottom: 1px solid rgba(46, 49, 56, 0.1);\n            padding: 32px 0;\n            display: inline-block;\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 991px) {\n            .lare_exp {\n                padding: 120px 0;\n            }\n\n            .lare_exp__grid {\n                grid-template-columns: 1fr;\n                row-gap: 80px;\n            }\n\n            .lare_exp__header {\n                margin-bottom: 80px;\n            }\n\n            .lare_exp__closing {\n                margin-top: 80px;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_exp {\n                padding: 80px 0;\n            }\n\n            .lare_exp__container {\n                padding: 0 32px;\n            }\n\n            .lare_exp__item {\n                padding-top: 32px;\n            }\n\n            .lare_exp__item-num {\n                font-size: 40px;\n                margin-bottom: 24px;\n            }\n\n            .lare_exp__item-title {\n                font-size: 24px;\n            }\n\n            .lare_exp__closing-text {\n                font-size: 20px;\n                padding: 24px 0;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_exp__container {\n                padding: 0 20px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n    <section class=\"lare_exp\" id=\"experiencia\">\n        <div class=\"lare_exp__container\">\n\n            <div class=\"lare_exp__header\" data-reveal>\n                <span class=\"lare_exp__label\">Vier Gr\u00fcnde<\/span>\n                <h2 class=\"lare_exp__title\">Ein Zuhause zum <strong>Genie\u00dfen<\/strong><\/h2>\n                <p class=\"lare_exp__intro\">Vier Gr\u00fcnde, warum Las Arenas das Zuhause ist, das Sie auf Fuerteventura gesucht haben.<\/p>\n            <\/div>\n\n            <div class=\"lare_exp__grid\">\n\n                <!-- 1 -->\n                <div class=\"lare_exp__item\" data-reveal>\n                    <img decoding=\"async\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg\"\n                        alt=\"D\u00fcnen von Corralejo\" class=\"lare_exp__item-img\" loading=\"lazy\">\n                    <span class=\"lare_exp__item-num\">01<\/span>\n                    <h3 class=\"lare_exp__item-title\">Lage<\/h3>\n                    <p class=\"lare_exp__item-text\">Die gefragteste Gegend im Norden. Direkt neben dem Naturpark Dunas de Corralejo, 7 Minuten vom Strand entfernt, mit allen Alltagsdiensten gleich nebenan.<\/p>\n                <\/div>\n\n                <!-- 2 -->\n                <div class=\"lare_exp__item\" data-reveal>\n                    <img decoding=\"async\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/LasArenas_Padel_2_16_9-scaled.jpeg\"\n                        alt=\"Las Arenas Pool\" class=\"lare_exp__item-img\" loading=\"lazy\">\n                    <span class=\"lare_exp__item-num\">02<\/span>\n                    <h3 class=\"lare_exp__item-title\">Ausstattung<\/h3>\n                    <p class=\"lare_exp__item-text\">Pool, Padel und Garage. Eine Wohnanlage, die auf Lebensqualit\u00e4t ausgelegt ist, mit Gemeinschaftsbereichen zum Genie\u00dfen.<\/p>\n                <\/div>\n\n                <!-- 3 -->\n                <div class=\"lare_exp__item\" data-reveal>\n                    <img decoding=\"async\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/hf_20260625_073937_6058274b-dfb4-4790-9407-771317b2eb85-scaled.png\"\n                        alt=\"Qualit\u00e4t Las Arenas\" class=\"lare_exp__item-img\" loading=\"lazy\">\n                    <span class=\"lare_exp__item-num\">03<\/span>\n                    <h3 class=\"lare_exp__item-title\">Ausf\u00fchrung<\/h3>\n                    <p class=\"lare_exp__item-text\">K\u00fcchen mit Markenger\u00e4ten ausgestattet (ohne K\u00fchlschrank; inklusive Waschmaschine und Sp\u00fclmaschine) und vorinstallierter Klimaanlage.<\/p>\n                <\/div>\n\n                <!-- 4 -->\n                <div class=\"lare_exp__item\" data-reveal>\n                    <img decoding=\"async\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/hf_20260625_081436_99e3d84f-167b-445a-9898-a610e2fbd37a-scaled.png\"\n                        alt=\"Las Arenas Wohnanlage\" class=\"lare_exp__item-img\" loading=\"lazy\">\n                    <span class=\"lare_exp__item-num\">04<\/span>\n                    <h3 class=\"lare_exp__item-title\">Wertigkeit<\/h3>\n                    <p class=\"lare_exp__item-text\">Eine starke Balance aus Lage, Ausstattung und Preis an einem der gefragtesten Orte Fuerteventuras.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n            <div class=\"lare_exp__closing\" data-reveal>\n                <span class=\"lare_exp__closing-text\">Ein Zuhause zum Genie\u00dfen. <\/span>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('.lare_exp [data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            els.forEach(function (el) { secObs.observe(el); });\n        })();\n    <\/script>\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca4e936 e-con-full e-flex e-con e-parent\" data-id=\"ca4e936\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c20ad30 elementor-widget elementor-widget-html\" data-id=\"c20ad30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- VIDEO SEPARATOR SECTION - THE KOS PULSE -->\n<!-- Desktop: editar \"kos.video_pulse\" en eVoost Data Storage -->\n<!-- Mobile: editar \"kos.video_pulse_mobile\" en eVoost Data Storage -->\n<section class=\"koss_separator\" data-video-src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/Las-arenas_pulse_ENG_3.mp4\" data-video-src-mobile=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/Las-arenas_pulse_ENG_3.mp4\" id=\"separator\">\n<!-- Video -->\n<div class=\"koss_separator__video-container\">\n<video autoplay=\"\" class=\"koss_separator__video\" id=\"koss_separator_video\" loop=\"\" muted=\"\" playsinline=\"\" poster=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Bathroom_IMG-35-scaled.jpg\">\n<\/video>\n<div class=\"koss_separator__video-overlay\"><\/div>\n<!-- Glassmorphism Controls -->\n<div class=\"koss_separator__controls\">\n<!-- Play\/Pause -->\n<button aria-label=\"Pausar video\" class=\"koss_separator__control-btn koss_playing\" id=\"koss_playpause\">\n<svg class=\"koss_icon--play\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M8 5v14l11-7z\"><\/path>\n<\/svg>\n<svg class=\"koss_icon--pause\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M6 19h4V5H6v14zm8-14v14h4V5h-4z\"><\/path>\n<\/svg>\n<\/button>\n<!-- Mute\/Unmute -->\n<button aria-label=\"Activar sonido\" class=\"koss_separator__control-btn\" id=\"koss_mutetoggle\">\n<svg class=\"koss_icon--mute\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"><\/path>\n<\/svg>\n<svg class=\"koss_icon--unmute\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"><\/path>\n<\/svg>\n<\/button>\n<!-- Fullscreen -->\n<button aria-label=\"Pantalla completa\" class=\"koss_separator__control-btn\" id=\"koss_fullscreen\">\n<svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z\"><\/path>\n<\/svg>\n<\/button>\n<\/div>\n<\/div>\n<\/section>\n<style>\n    \/* ============================================\n     SEPARATOR SECTION\n  ============================================ *\/\n    .koss_separator {\n        position: relative !important;\n        width: 100% !important;\n        height: 100vh !important;\n        display: flex !important;\n        flex-direction: column !important;\n        background-color: #1a1a1a !important;\n    }\n\n    \/* ============================================\n     HEADER (20vh)\n  ============================================ *\/\n    .koss_separator__header {\n        position: relative !important;\n        height: 20vh !important;\n        min-height: 160px !important;\n        display: flex !important;\n        flex-direction: column !important;\n        align-items: center !important;\n        justify-content: center !important;\n        text-align: center !important;\n        padding: 24px 24px !important;\n        background-color: #f8f8f8 !important;\n        z-index: 2 !important;\n    }\n\n    .koss_separator__title {\n        font-family: Georgia, 'Times New Roman', serif !important;\n        font-size: clamp(32px, 5vw, 56px) !important;\n        font-weight: 400 !important;\n        line-height: 1.15 !important;\n        color: #333333 !important;\n        margin: 0 0 12px 0 !important;\n        letter-spacing: -1px !important;\n        opacity: 0 !important;\n        transform: translateY(20px) !important;\n        transition: opacity 0.7s ease, transform 0.7s ease !important;\n    }\n\n    .koss_separator.koss_separator--visible .koss_separator__title {\n        opacity: 1 !important;\n        transform: translateY(0) !important;\n    }\n\n    .koss_separator__subtitle {\n        font-family: 'Josefin Sans', sans-serif !important;\n        font-weight: 300 !important;\n        font-size: clamp(15px, 1.8vw, 20px) !important;\n        line-height: 1.6 !important;\n        color: #666666 !important;\n        margin: 0 !important;\n        max-width: 500px !important;\n        opacity: 0 !important;\n        transform: translateY(20px) !important;\n        transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s !important;\n    }\n\n    .koss_separator.koss_separator--visible .koss_separator__subtitle {\n        opacity: 1 !important;\n        transform: translateY(0) !important;\n    }\n\n    \/* ============================================\n     VIDEO CONTAINER\n  ============================================ *\/\n    .koss_separator__video-container {\n        position: relative !important;\n        height: 100vh !important;\n        min-height: 400px !important;\n        overflow: hidden !important;\n        opacity: 0 !important;\n        transform: scale(0.98) !important;\n        transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s !important;\n    }\n\n    .koss_separator.koss_separator--visible .koss_separator__video-container {\n        opacity: 1 !important;\n        transform: scale(1) !important;\n    }\n\n    .koss_separator__video {\n        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n        object-fit: cover !important;\n    }\n\n    .koss_separator__video-overlay {\n        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n        background: linear-gradient(to bottom,\n                rgba(0, 0, 0, 0.1) 0%,\n                rgba(0, 0, 0, 0) 20%,\n                rgba(0, 0, 0, 0) 80%,\n                rgba(0, 0, 0, 0.2) 100%) !important;\n        pointer-events: none !important;\n        z-index: 1 !important;\n    }\n\n    \/* ============================================\n     GLASSMORPHISM CONTROLS\n  ============================================ *\/\n    .koss_separator__controls {\n        position: absolute !important;\n        bottom: 24px !important;\n        right: 24px !important;\n        display: flex !important;\n        gap: 8px !important;\n        z-index: 10 !important;\n        opacity: 0 !important;\n        transform: translateY(10px) !important;\n        transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s !important;\n    }\n\n    .koss_separator.koss_separator--visible .koss_separator__controls {\n        opacity: 1 !important;\n        transform: translateY(0) !important;\n    }\n\n    .koss_separator__control-btn {\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        width: 48px !important;\n        height: 48px !important;\n        border: 1px solid rgba(255, 255, 255, 0.25) !important;\n        border-radius: 12px !important;\n        background: rgba(255, 255, 255, 0.12) !important;\n        backdrop-filter: blur(12px) !important;\n        -webkit-backdrop-filter: blur(12px) !important;\n        cursor: pointer !important;\n        transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease !important;\n    }\n\n    .koss_separator__control-btn:hover {\n        background: rgba(255, 255, 255, 0.2) !important;\n        border-color: rgba(255, 255, 255, 0.4) !important;\n    }\n\n    .koss_separator__control-btn:active {\n        transform: scale(0.95) !important;\n    }\n\n    .koss_separator__control-btn svg {\n        width: 22px !important;\n        height: 22px !important;\n        fill: rgba(255, 255, 255, 0.9) !important;\n        transition: fill 0.3s ease !important;\n    }\n\n    .koss_separator__control-btn:hover svg {\n        fill: #ffffff !important;\n    }\n\n    .koss_separator__control-btn .koss_icon--pause,\n    .koss_separator__control-btn .koss_icon--unmute {\n        display: none !important;\n    }\n\n    .koss_separator__control-btn.koss_playing .koss_icon--play {\n        display: none !important;\n    }\n\n    .koss_separator__control-btn.koss_playing .koss_icon--pause {\n        display: block !important;\n    }\n\n    .koss_separator__control-btn.koss_unmuted .koss_icon--mute {\n        display: none !important;\n    }\n\n    .koss_separator__control-btn.koss_unmuted .koss_icon--unmute {\n        display: block !important;\n    }\n\n    \/* ============================================\n     RESPONSIVE - TABLET\n  ============================================ *\/\n    @media screen and (max-width: 1100px) {\n        .koss_separator__header {\n            min-height: 140px !important;\n        }\n    }\n\n    \/* ============================================\n     RESPONSIVE - MOBILE\n  ============================================ *\/\n    @media screen and (max-width: 768px) {\n        .koss_separator {\n            height: auto !important;\n            background-color: transparent !important;\n        }\n\n        .koss_separator__header {\n            height: 22vh !important;\n            min-height: 140px !important;\n            padding: 20px !important;\n        }\n\n        .koss_separator__video-container {\n            height: 78vh !important;\n            min-height: 350px !important;\n        }\n\n        .koss_separator__title {\n            margin-bottom: 8px !important;\n        }\n\n        .koss_separator__controls {\n            bottom: 16px !important;\n            right: 16px !important;\n            gap: 6px !important;\n        }\n\n        .koss_separator__control-btn {\n            width: 46px !important;\n            height: 46px !important;\n            border-radius: 10px !important;\n        }\n\n        .koss_separator__control-btn svg {\n            width: 22px !important;\n            height: 22px !important;\n        }\n    }\n\n    @media screen and (max-width: 480px) {\n        .koss_separator__header {\n            height: 24vh !important;\n            min-height: 130px !important;\n        }\n\n        .koss_separator__video-container {\n            height: 76vh !important;\n        }\n\n        .koss_separator__subtitle {\n            padding: 0 8px !important;\n        }\n    }\n<\/style>\n<script>\n    (function () {\n        'use strict';\n\n        var separator = document.getElementById('separator');\n        var video = document.getElementById('koss_separator_video');\n        var playPauseBtn = document.getElementById('koss_playpause');\n        var muteToggleBtn = document.getElementById('koss_mutetoggle');\n        var fullscreenBtn = document.getElementById('koss_fullscreen');\n\n        \/\/ ============================================\n        \/\/ VISIBILITY ANIMATION\n        \/\/ ============================================\n        function checkVisibility() {\n            var rect = separator.getBoundingClientRect();\n            var windowHeight = window.innerHeight;\n\n            if (rect.top < windowHeight * 0.85) {\n                separator.classList.add('koss_separator--visible');\n            }\n        }\n\n        \/\/ ============================================\n        \/\/ VIDEO CONTROLS\n        \/\/ ============================================\n\n        playPauseBtn.addEventListener('click', function () {\n            if (video.paused) {\n                video.play();\n                playPauseBtn.classList.add('koss_playing');\n                playPauseBtn.setAttribute('aria-label', 'Pausar video');\n            } else {\n                video.pause();\n                playPauseBtn.classList.remove('koss_playing');\n                playPauseBtn.setAttribute('aria-label', 'Reproducir video');\n            }\n        });\n\n        muteToggleBtn.addEventListener('click', function () {\n            if (video.muted) {\n                video.muted = false;\n                muteToggleBtn.classList.add('koss_unmuted');\n                muteToggleBtn.setAttribute('aria-label', 'Silenciar');\n            } else {\n                video.muted = true;\n                muteToggleBtn.classList.remove('koss_unmuted');\n                muteToggleBtn.setAttribute('aria-label', 'Activar sonido');\n            }\n        });\n\n        fullscreenBtn.addEventListener('click', function () {\n            if (document.fullscreenElement || document.webkitFullscreenElement) {\n                if (document.exitFullscreen) {\n                    document.exitFullscreen();\n                } else if (document.webkitExitFullscreen) {\n                    document.webkitExitFullscreen();\n                }\n                return;\n            }\n\n            if (video.webkitEnterFullscreen) {\n                video.webkitEnterFullscreen();\n                return;\n            }\n\n            if (video.requestFullscreen) {\n                video.requestFullscreen();\n            } else if (video.webkitRequestFullscreen) {\n                video.webkitRequestFullscreen();\n            } else if (video.msRequestFullscreen) {\n                video.msRequestFullscreen();\n            }\n        });\n\n        video.addEventListener('webkitendfullscreen', function () {\n            video.play();\n            playPauseBtn.classList.add('koss_playing');\n            playPauseBtn.setAttribute('aria-label', 'Pausar video');\n        });\n\n        document.addEventListener('fullscreenchange', function () {\n            if (!document.fullscreenElement && video.paused) {\n                video.play();\n                playPauseBtn.classList.add('koss_playing');\n                playPauseBtn.setAttribute('aria-label', 'Pausar video');\n            }\n        });\n\n        \/\/ ============================================\n        \/\/ SCROLL HANDLER\n        \/\/ ============================================\n        var ticking = false;\n\n        function onScroll() {\n            if (!ticking) {\n                requestAnimationFrame(function () {\n                    checkVisibility();\n                    ticking = false;\n                });\n                ticking = true;\n            }\n        }\n\n        \/\/ ============================================\n        \/\/ INIT - Video source injection (desktop vs mobile)\n        \/\/ ============================================\n        var mobileBreakpoint = 768;\n        var isMobile = window.innerWidth <= mobileBreakpoint;\n        var videoSrcDesktop = separator.getAttribute('data-video-src');\n        var videoSrcMobile = separator.getAttribute('data-video-src-mobile');\n\n        var videoSrc = isMobile && videoSrcMobile && videoSrcMobile.indexOf('[') === -1 && videoSrcMobile.trim() !== ''\n            ? videoSrcMobile\n            : videoSrcDesktop;\n\n        if (videoSrc && videoSrc.indexOf('[') === -1 && videoSrc.trim() !== '') {\n            video.src = videoSrc;\n            video.load();\n            video.play().catch(function () {\n                playPauseBtn.classList.remove('koss_playing');\n                playPauseBtn.setAttribute('aria-label', 'Reproducir video');\n            });\n        }\n\n        window.addEventListener('scroll', onScroll, { passive: true });\n        checkVisibility();\n\n    })();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0c7d309 e-con-full e-flex e-con e-parent\" data-id=\"0c7d309\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1d3d6d elementor-widget elementor-widget-html\" data-id=\"f1d3d6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>Las Arenas \u2013 Qualit\u00e4t<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        .lare_about {\n            position: relative;\n            padding: 100px 0 80px;\n            background-color: #FAF7F1;\n        }\n\n        .lare_about__container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 60px;\n        }\n\n        \/* \u2500\u2500 Header \u2500\u2500 *\/\n        .lare_about__header {\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 80px;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_about__header.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_about__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: inline-flex;\n            align-items: center;\n            gap: 16px;\n        }\n\n        .lare_about__label::before,\n        .lare_about__label::after {\n            content: \"\";\n            width: 30px;\n            height: 1px;\n            background-color: #D6B98C;\n        }\n\n        .lare_about__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(32px, 4.5vw, 56px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0 0 24px 0;\n        }\n\n        .lare_about__intro {\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.7);\n            margin: 0 auto;\n            max-width: 600px;\n        }\n\n        \/* \u2500\u2500 Features Grid \u2500\u2500 *\/\n        .lare_about__grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n\n        .lare_about__feature {\n            background-color: #FFFFFF;\n            padding: 48px 32px;\n            border: 1px solid rgba(46, 49, 56, 0.04);\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease;\n        }\n\n        .lare_about__feature:hover {\n            box-shadow: 0 20px 40px rgba(46, 49, 56, 0.05);\n            transform: translateY(-5px);\n        }\n\n        .lare_about__feature.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_about__feature:nth-child(2) {\n            transition-delay: 0.1s;\n        }\n\n        .lare_about__feature:nth-child(3) {\n            transition-delay: 0.2s;\n        }\n\n        .lare_about__feature:nth-child(4) {\n            transition-delay: 0.3s;\n        }\n\n        .lare_about__icon {\n            width: 48px;\n            height: 48px;\n            margin-bottom: 32px;\n            color: #D6B98C;\n        }\n\n        .lare_about__icon svg {\n            width: 100%;\n            height: 100%;\n            stroke: currentColor;\n            fill: none;\n            stroke-width: 1.2;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .lare_about__feature-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: 20px;\n            font-weight: 400;\n            line-height: 1.3;\n            color: #2E3138;\n            margin: 0 0 16px 0;\n        }\n\n        .lare_about__feature-text {\n            font-size: 15px;\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 1100px) {\n            .lare_about__grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n\n            .lare_about__feature:nth-child(2) {\n                transition-delay: 0.1s;\n            }\n\n            .lare_about__feature:nth-child(3) {\n                transition-delay: 0s;\n            }\n\n            .lare_about__feature:nth-child(4) {\n                transition-delay: 0.1s;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_about {\n                padding: 100px 0;\n            }\n\n            .lare_about__container {\n                padding: 0 32px;\n            }\n\n            .lare_about__grid {\n                grid-template-columns: 1fr;\n            }\n\n            .lare_about__feature {\n                padding: 40px 24px;\n            }\n\n            .lare_about__feature:nth-child(n) {\n                transition-delay: 0s;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_about {\n                padding: 80px 0;\n            }\n\n            .lare_about__container {\n                padding: 0 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_about\" id=\"calidades\">\n<div class=\"lare_about__container\">\n<div class=\"lare_about__header\" data-reveal=\"\">\n<span class=\"lare_about__label\">Neubau bis ins letzte Detail<\/span>\n<h2 class=\"lare_about__title\">Qualit\u00e4t, die man sp\u00fcren kann<\/h2>\n<p class=\"lare_about__intro\">Jedes Detail wurde ausgew\u00e4hlt, um ein komfortableres,\n                    effizientes Zuhause, bereit f\u00fcr den Alltag.<\/p>\n<\/div>\n<div class=\"lare_about__grid\">\n<!-- Feature 1: Cocina equipada \u2014 icono chef-hat (Lucide) -->\n<div class=\"lare_about__feature\" data-reveal=\"\">\n<div class=\"lare_about__icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z\"><\/path>\n<path d=\"M6 17h12\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_about__feature-title\">Einbauk\u00fcche<\/h3>\n<\/div>\n<!-- Feature 2: Confort t\u00e9rmico y ac\u00fastico \u2014 icono thermometer (Lucide) -->\n<div class=\"lare_about__feature\" data-reveal=\"\">\n<div class=\"lare_about__icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_about__feature-title\">Thermischen und akustischen Komfort<\/h3>\n<\/div>\n<!-- Feature 3: Tu espacio exterior \u2014 icono trees (Lucide) -->\n<div class=\"lare_about__feature\" data-reveal=\"\">\n<div class=\"lare_about__icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z\"><\/path>\n<path d=\"M7 16v6\"><\/path>\n<path d=\"M13 19v3\"><\/path>\n<path d=\"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_about__feature-title\">Privater Garten oder Terrasse mit Solarium<\/h3>\n<\/div>\n<!-- Feature 4: Garaje incluido \u2014 icono car (Lucide) -->\n<div class=\"lare_about__feature\" data-reveal=\"\">\n<div class=\"lare_about__icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2\"><\/path>\n<circle cx=\"7\" cy=\"17\" r=\"2\"><\/circle>\n<path d=\"M9 17h6\"><\/path>\n<circle cx=\"17\" cy=\"17\" r=\"2\"><\/circle>\n<\/svg>\n<\/div>\n<h3 class=\"lare_about__feature-title\">Garage<\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('.lare_about [data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            els.forEach(function (el) { secObs.observe(el); });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-684b728 e-con-full e-flex e-con e-parent\" data-id=\"684b728\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-29f23ce elementor-widget elementor-widget-html\" data-id=\"29f23ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>Las Arenas \u2013 Typologien<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        .lare_types {\n            position: relative;\n            padding: 100px 0;\n            background-color: #FFFFFF;\n        }\n\n        .lare_types__container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 60px;\n        }\n\n        \/* \u2500\u2500 Header \u2500\u2500 *\/\n        .lare_types__header {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 80px;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_types__header.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_types__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n        }\n\n        .lare_types__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(36px, 5vw, 64px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0 0 24px 0;\n        }\n\n        .lare_types__intro {\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n            max-width: 600px;\n        }\n\n        \/* \u2500\u2500 Grid \u2500\u2500 *\/\n        .lare_types__grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 64px;\n        }\n\n        .lare_types__card {\n            background-color: #FAF7F1;\n            border-top: 3px solid #D6B98C;\n            display: flex;\n            flex-direction: column;\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.4s ease;\n            text-decoration: none;\n            color: inherit;\n        }\n\n        .lare_types__card:hover {\n            box-shadow: 0 20px 50px rgba(46, 49, 56, 0.08);\n            transform: translateY(-5px);\n        }\n\n        .lare_types__card.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_types__card:nth-child(2) {\n            transition-delay: 0.15s;\n        }\n\n        .lare_types__card-img {\n            width: 100%;\n            height: 340px;\n            object-fit: cover;\n            display: block;\n        }\n\n        .lare_types__card-body {\n            padding: 48px;\n            display: flex;\n            flex-direction: column;\n            flex-grow: 1;\n        }\n\n        .lare_types__card-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: 32px;\n            font-weight: 400;\n            color: #2E3138;\n            margin: 0 0 8px 0;\n        }\n\n        .lare_types__card-subtitle {\n            font-size: 15px;\n            font-weight: 300;\n            color: rgba(46, 49, 56, 0.5);\n            margin: 0 0 40px 0;\n            padding-bottom: 24px;\n            border-bottom: 1px solid rgba(46, 49, 56, 0.1);\n        }\n\n        .lare_types__card-data {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n        }\n\n        .lare_types__data-item {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }\n\n        .lare_types__data-item--price {\n            grid-column: 1 \/ -1;\n            margin-bottom: 16px;\n        }\n\n        .lare_types__data-label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: #D6B98C;\n        }\n\n        .lare_types__data-value {\n            font-family: 'Raleway', sans-serif;\n            font-size: 20px;\n            font-weight: 400;\n            color: #2E3138;\n        }\n\n        .lare_types__data-value--price {\n            font-size: 40px;\n            font-weight: 300;\n            color: #2E3138;\n            line-height: 1;\n        }\n\n        \/* \u2500\u2500 Extras \u2500\u2500 *\/\n        .lare_types__extras {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 24px;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;\n        }\n\n        .lare_types__extras.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_types__stats {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 12px 24px;\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .lare_types__stats li {\n            font-size: 12px;\n            font-weight: 500;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            color: #2E3138;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .lare_types__stats li::before {\n            content: \"\";\n            width: 4px;\n            height: 4px;\n            border-radius: 50%;\n            background-color: #D6B98C;\n        }\n\n        .lare_types__disclaimer {\n            font-size: 12px;\n            font-weight: 300;\n            line-height: 1.6;\n            color: rgba(46, 49, 56, 0.4);\n            text-align: center;\n            max-width: 800px;\n            margin: 0;\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 991px) {\n            .lare_types {\n                padding: 120px 0;\n            }\n\n            .lare_types__grid {\n                grid-template-columns: 1fr;\n            }\n\n            .lare_types__card:nth-child(2) {\n                transition-delay: 0s;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_types {\n                padding: 80px 0;\n            }\n\n            .lare_types__container {\n                padding: 0 32px;\n            }\n\n            .lare_types__card-body {\n                padding: 32px 24px;\n            }\n\n            .lare_types__data-value--price {\n                font-size: 32px;\n            }\n\n            .lare_types__stats {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_types__container {\n                padding: 0 20px;\n            }\n\n            .lare_types__card-img {\n                height: 240px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_types\" id=\"tipologias\">\n<div class=\"lare_types__container\">\n<header class=\"lare_types__header\" data-reveal=\"\">\n<span class=\"lare_types__label\">Der, der zu Ihnen passt<\/span>\n<h2 class=\"lare_types__title\">Vergleichen und w\u00e4hlen<\/h2>\n<p class=\"lare_types__intro\">Zwei Neubauoptionen mit Garage inklusive, neben dem D\u00fcnen-Naturpark.<\/p>\n<\/header>\n<div class=\"lare_types__grid\">\n<!-- 2 Dormitorios -->\n<a class=\"lare_types__card\" data-reveal=\"\" href=\"#reservar\">\n<img decoding=\"async\" alt=\"2 dormitorios\" class=\"lare_types__card-img\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_bedroom_IMG-16-scaled.jpg\"\/>\n<div class=\"lare_types__card-body\">\n<h3 class=\"lare_types__card-title\">2 Schlafzimmer<\/h3>\n<p class=\"lare_types__card-subtitle\">Die perfekte Balance aus Komfort und Funktion. Privater Garten oder Solarium.<\/p>\n<div class=\"lare_types__card-data\">\n<div class=\"lare_types__data-item lare_types__data-item--price\">\n<span class=\"lare_types__data-label\">Preis ab<\/span>\n<span class=\"lare_types__data-value lare_types__data-value--price\">255.000 \u20ac<\/span>\n<\/div>\n<div class=\"lare_types__data-item\">\n<span class=\"lare_types__data-label\">Gr\u00f6\u00dfe<\/span>\n<span class=\"lare_types__data-value\">68 m\u00b2<\/span>\n<\/div>\n<div class=\"lare_types__data-item\">\n<span class=\"lare_types__data-label\">Layout<\/span>\n<span class=\"lare_types__data-value\">Privater Garten oder Solarium.<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/a>\n<!-- 3 Dormitorios -->\n<a class=\"lare_types__card\" data-reveal=\"\" href=\"#reservar\">\n<img decoding=\"async\" alt=\"3 dormitorios\" class=\"lare_types__card-img\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Bedroom_IMG-27-scaled.jpg\"\/>\n<div class=\"lare_types__card-body\">\n<h3 class=\"lare_types__card-title\">3 Schlafzimmer<\/h3>\n<p class=\"lare_types__card-subtitle\">Mehr Raum zum Teilen, Wachsen und Genie\u00dfen. Finanzierung m\u00f6glich, an Bedingungen gekn\u00fcpft.<\/p>\n<div class=\"lare_types__card-data\">\n<div class=\"lare_types__data-item lare_types__data-item--price\">\n<span class=\"lare_types__data-label\">Preis ab<\/span>\n<span class=\"lare_types__data-value lare_types__data-value--price\">345.000 \u20ac<\/span>\n<\/div>\n<div class=\"lare_types__data-item\">\n<span class=\"lare_types__data-label\">Gr\u00f6\u00dfe<\/span>\n<span class=\"lare_types__data-value\">90 m\u00b2<\/span>\n<\/div>\n<div class=\"lare_types__data-item\">\n<span class=\"lare_types__data-label\">Finanzierung<\/span>\n<span class=\"lare_types__data-value\">Verf\u00fcgbar, unter bestimmten Bedingungen.<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/a>\n<\/div>\n<div class=\"lare_types__extras\" data-reveal=\"\">\n<ul class=\"lare_types__stats\">\n<li>Neubau<\/li>\n<li>Garage inklusive<\/li>\n<li>Pool und Paddel<\/li>\n<li>Geafond \u00b7 Corralejo, La Oliva<\/li>\n<\/ul>\n<p class=\"lare_types__disclaimer\">21 Wohnungen verf\u00fcgbar, von 279.000 \u20ac bis 405.000 \u20ac; 67,80\u201390,17 m\u00b2; Terrassen und G\u00e4rten von 15,98 bis 78,88 m\u00b2. Kaufen Sie fr\u00fchzeitig und Sie haben die Wahl: einen Garten im Erdgeschoss oder ein Solarium auf dem Dach \u2013 und Ihre eigene Ausstattung. Bilder unverbindlich. Energiebewertung pro Einheit. Die Preise verstehen sich zuz\u00fcglich Steuern.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('.lare_types [data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            els.forEach(function (el) { secObs.observe(el); });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-afdd19c e-con-full e-flex e-con e-parent\" data-id=\"afdd19c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abeae6d elementor-widget elementor-widget-html\" data-id=\"abeae6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&family=DM+Sans:wght@300;400;500&display=swap');\n\n    .lare_tours {\n        position: relative;\n        padding: 100px 0 0 0;\n        background-color: #FAF7F1;\n        overflow: hidden;\n    }\n\n    .lare_tours__container {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 0 60px;\n    }\n\n    \/* \u2500\u2500 Header (centrado) \u2500\u2500 *\/\n    .lare_tours__header {\n        text-align: center;\n        max-width: 700px;\n        margin: 0 auto 60px;\n        opacity: 0;\n        transform: translateY(20px);\n        transition: opacity 0.8s ease, transform 0.8s ease;\n    }\n\n    .lare_tours__header.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .lare_tours__label {\n        font-family: 'DM Sans', sans-serif;\n        font-size: 10px;\n        font-weight: 500;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n        color: #D6B98C;\n        margin-bottom: 24px;\n        display: inline-flex;\n        align-items: center;\n        gap: 16px;\n    }\n\n    .lare_tours__label::before,\n    .lare_tours__label::after {\n        content: \"\";\n        width: 30px;\n        height: 1px;\n        background-color: #D6B98C;\n    }\n\n    .lare_tours__title {\n        font-family: 'Raleway', sans-serif;\n        font-size: clamp(32px, 4.5vw, 56px);\n        font-weight: 200;\n        line-height: 1.1;\n        letter-spacing: -1px;\n        color: #2E3138;\n        margin: 0 0 20px 0;\n    }\n\n    .lare_tours__title strong {\n        font-weight: 400;\n        color: #D6B98C;\n    }\n\n    .lare_tours__intro {\n        font-family: 'DM Sans', sans-serif;\n        font-size: clamp(15px, 1.4vw, 17px);\n        font-weight: 300;\n        line-height: 1.7;\n        color: rgba(46, 49, 56, 0.65);\n        margin: 0 auto;\n        max-width: 560px;\n    }\n\n    \/* \u2500\u2500 Visor a pantalla completa \u2500\u2500 *\/\n    .lare_tours__viewer {\n        position: relative;\n        width: 100vw;\n        margin-left: calc(50% - 50vw);\n        margin-right: calc(50% - 50vw);\n        height: 100vh;\n        height: 100dvh;\n        background-color: #1A1D22;\n        overflow: hidden;\n        opacity: 0;\n        transition: opacity 1s ease;\n    }\n\n    .lare_tours__viewer.is-visible {\n        opacity: 1;\n    }\n\n    .lare_tours__iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        display: block;\n    }\n\n    \/* \u2500\u2500 Loader \u2500\u2500 *\/\n    .lare_tours__loader {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        width: 40px;\n        height: 40px;\n        border: 2px solid rgba(214, 185, 140, 0.3);\n        border-top-color: #D6B98C;\n        border-radius: 50%;\n        animation: lare_spin 1s linear infinite;\n        pointer-events: none;\n        z-index: 5;\n    }\n\n    @keyframes lare_spin {\n        to {\n            transform: translate(-50%, -50%) rotate(360deg);\n        }\n    }\n\n    \/* \u2500\u2500 Overlay \"click para interactuar\" \u2500\u2500 *\/\n    .lare_tours__overlay {\n        position: absolute;\n        inset: 0;\n        background-color: rgba(26, 27, 31, 0.3);\n        z-index: 10;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        cursor: pointer;\n        transition: opacity 0.3s ease;\n        backdrop-filter: grayscale(70%) blur(3px);\n        -webkit-backdrop-filter: grayscale(70%) blur(3px);\n    }\n\n    .lare_tours__overlay-content {\n        background-color: #D6B98C;\n        color: #FFFFFF;\n        padding: 16px 32px;\n        border-radius: 50px;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 15px;\n        font-weight: 500;\n        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);\n        transition: transform 0.3s ease;\n    }\n\n    .lare_tours__overlay:hover .lare_tours__overlay-content {\n        transform: scale(1.05);\n    }\n\n    .lare_tours__overlay-content svg {\n        width: 20px;\n        height: 20px;\n        fill: currentColor;\n        stroke: none;\n    }\n\n    \/* \u2500\u2500 Header dentro del visor: label + t\u00edtulo flotando arriba \u2500\u2500 *\/\n    .lare_tours__viewer-tag {\n        position: absolute;\n        top: 32px;\n        left: 32px;\n        z-index: 12;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 10px;\n        font-weight: 500;\n        letter-spacing: 0.25em;\n        text-transform: uppercase;\n        color: rgba(255, 255, 255, 0.7);\n        pointer-events: none;\n    }\n\n    .lare_tours__viewer-tag-line {\n        width: 24px;\n        height: 1px;\n        background-color: #D6B98C;\n    }\n\n    \/* \u2500\u2500 Bot\u00f3n salir \u2500\u2500 *\/\n    .lare_tours__exit-btn {\n        position: absolute;\n        top: 32px;\n        right: 32px;\n        z-index: 20;\n        background-color: rgba(26, 29, 34, 0.6);\n        backdrop-filter: blur(8px);\n        -webkit-backdrop-filter: blur(8px);\n        color: #FFFFFF;\n        border: 1px solid rgba(255, 255, 255, 0.15);\n        padding: 12px 22px;\n        border-radius: 50px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-family: 'DM Sans', sans-serif;\n        font-size: 13px;\n        font-weight: 500;\n        cursor: pointer;\n        opacity: 0;\n        pointer-events: none;\n        transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;\n        transform: translateY(-8px);\n    }\n\n    .lare_tours__exit-btn.is-active {\n        opacity: 1;\n        pointer-events: all;\n        transform: translateY(0);\n    }\n\n    .lare_tours__exit-btn:hover {\n        background-color: #D6B98C;\n        border-color: #D6B98C;\n        color: #2E3138;\n    }\n\n    .lare_tours__exit-btn svg {\n        width: 16px;\n        height: 16px;\n        stroke: currentColor;\n        stroke-width: 2;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n    }\n\n    \/* \u2500\u2500 Panel selector de casas (dentro del visor) \u2500\u2500 *\/\n    .lare_tours__switcher {\n        position: absolute;\n        bottom: 36px;\n        left: 50%;\n        transform: translateX(-50%);\n        z-index: 15;\n        display: flex;\n        gap: 8px;\n        background-color: rgba(26, 29, 34, 0.55);\n        backdrop-filter: blur(14px);\n        -webkit-backdrop-filter: blur(14px);\n        border: 1px solid rgba(255, 255, 255, 0.1);\n        padding: 8px;\n        border-radius: 100px;\n        max-width: calc(100vw - 48px);\n        overflow-x: auto;\n        scrollbar-width: none;\n    }\n\n    .lare_tours__switcher::-webkit-scrollbar {\n        display: none;\n    }\n\n    .lare_tours__switch-btn {\n        display: flex !important;\n        align-items: center !important;\n        gap: 8px !important;\n        padding: 12px 22px !important;\n        border-radius: 100px !important;\n        border: none !important;\n        background-color: transparent !important;\n        color: rgba(255, 255, 255, 0.6) !important;\n        font-family: 'DM Sans', sans-serif !important;\n        font-size: 13px !important;\n        font-weight: 500 !important;\n        letter-spacing: 0.01em !important;\n        white-space: nowrap !important;\n        cursor: pointer !important;\n        transition: background-color 0.3s ease, color 0.3s ease !important;\n    }\n\n    .lare_tours__switch-btn svg {\n        width: 16px !important;\n        height: 16px !important;\n        fill: none !important;\n        stroke: currentColor !important;\n        stroke-width: 1.8 !important;\n        stroke-linecap: round !important;\n        stroke-linejoin: round !important;\n        flex-shrink: 0 !important;\n    }\n\n    .lare_tours__switch-btn:hover {\n        color: #FFFFFF !important;\n    }\n\n    .lare_tours__switch-btn.is-active {\n        background-color: #D6B98C !important;\n        color: #2E3138 !important;\n    }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media screen and (max-width: 991px) {\n        .lare_tours {\n            padding: 90px 0 0 0;\n        }\n\n        .lare_tours__header {\n            margin-bottom: 40px;\n        }\n    }\n\n    @media screen and (max-width: 768px) {\n        .lare_tours__container {\n            padding: 0 32px;\n        }\n\n        .lare_tours__viewer-tag {\n            top: 20px;\n            left: 20px;\n        }\n\n        .lare_tours__exit-btn {\n            top: 20px;\n            right: 20px;\n            padding: 10px 16px;\n            font-size: 12px;\n        }\n\n        .lare_tours__exit-btn span {\n            display: none;\n        }\n\n        .lare_tours__switcher {\n            bottom: 20px;\n            gap: 4px;\n            padding: 6px;\n            max-width: calc(100vw - 32px);\n        }\n\n        .lare_tours__switch-btn {\n            padding: 10px 16px !important;\n            font-size: 12px !important;\n        }\n    }\n<\/style>\n<section class=\"lare_tours\" id=\"tours\">\n<div class=\"lare_tours__container\">\n<div class=\"lare_tours__header\" data-reveal=\"\">\n<span class=\"lare_tours__label\">Virtuelle 360\u00b0-Rundg\u00e4nge<\/span>\n<h2 class=\"lare_tours__title\">Treten Sie ein in Ihr neues<strong>heim<\/strong><\/h2>\n<p class=\"lare_tours__intro\">Erkunden Sie jede Ecke von Las Arenas von \u00fcberall aus. W\u00e4hlen Sie ein Zuhause und f\u00fchlen Sie sich in Ihrem zuk\u00fcnftigen Zuhause.<\/p>\n<\/div>\n<\/div>\n<div class=\"lare_tours__viewer\" data-reveal=\"\" id=\"lareToursViewer\">\n<div class=\"lare_tours__viewer-tag\">\n<span class=\"lare_tours__viewer-tag-line\"><\/span>Virtuelle 360\u00b0-Tour<\/div>\n<div class=\"lare_tours__loader\" id=\"lare_tours_loader\"><\/div>\n<iframe allow=\"xr-spatial-tracking; gyroscope; accelerometer\" allowfullscreen=\"\" class=\"lare_tours__iframe\" id=\"lare_tours_iframe\" loading=\"lazy\" src=\"https:\/\/snaps.es\/entregas\/aliseda\/TAM0000190276\/\">\n<\/iframe>\n<!-- Overlay para no romper el scroll de la p\u00e1gina -->\n<div class=\"lare_tours__overlay\" id=\"lare_tours_overlay\">\n<div class=\"lare_tours__overlay-content\">\n<svg viewbox=\"0 0 24 24\">\n<polygon points=\"5 3 19 12 5 21 5 3\"><\/polygon>\n<\/svg>\n<span>Klicken Sie hier, um mit der Tour zu interagieren<\/span>\n<\/div>\n<\/div>\n<!-- Bot\u00f3n salir -->\n<button class=\"lare_tours__exit-btn\" id=\"lare_tours_exit_btn\">\n<svg viewbox=\"0 0 24 24\">\n<line x1=\"18\" x2=\"6\" y1=\"6\" y2=\"18\"><\/line>\n<line x1=\"6\" x2=\"18\" y1=\"6\" y2=\"18\"><\/line>\n<\/svg>\n<span>Exit-Tour<\/span>\n<\/button>\n<!-- Panel selector de casas -->\n<div class=\"lare_tours__switcher\">\n<button class=\"lare_tours__switch-btn is-active\" data-url=\"https:\/\/snaps.es\/entregas\/aliseda\/TAM0000190276\/\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n<polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n<\/svg>\n<span>Zuhause 1<\/span>\n<\/button>\n<button class=\"lare_tours__switch-btn\" data-url=\"https:\/\/snaps.es\/entregas\/aliseda\/TAM0000190274\/\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n<polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n<\/svg>\n<span>Zuhause 2<\/span>\n<\/button>\n<button class=\"lare_tours__switch-btn\" data-url=\"https:\/\/snaps.es\/entregas\/aliseda\/TAM0000190242\/\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n<polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n<\/svg>\n<span>Startseite 3<\/span>\n<\/button>\n<button class=\"lare_tours__switch-btn\" data-url=\"https:\/\/snaps.es\/entregas\/aliseda\/TAM0000190240\/\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n<polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n<\/svg>\n<span>Zuhause 4<\/span>\n<\/button>\n<\/div>\n<\/div>\n<\/section>\n<script>\n    (function () {\n        'use strict';\n\n        \/* \u2500\u2500 Reveal animation \u2500\u2500 *\/\n        var els = document.querySelectorAll('.lare_tours [data-reveal]');\n        var secObs = new IntersectionObserver(function (entries) {\n            entries.forEach(function (e) {\n                if (e.isIntersecting) {\n                    e.target.classList.add('is-visible');\n                    secObs.unobserve(e.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        els.forEach(function (el) { secObs.observe(el); });\n\n        \/* \u2500\u2500 Selector de casas (dentro del visor) \u2500\u2500 *\/\n        var btns = document.querySelectorAll('.lare_tours__switch-btn');\n        var iframe = document.getElementById('lare_tours_iframe');\n        var loader = document.getElementById('lare_tours_loader');\n        var overlay = document.getElementById('lare_tours_overlay');\n        var exitBtn = document.getElementById('lare_tours_exit_btn');\n\n        \/* \u2500\u2500 Overlay: evita que el drag del 360\u00ba rompa el scroll de la p\u00e1gina.\n           Al activar el tour queda \"fijo\" a la interacci\u00f3n (el overlay deja de\n           interceptar), al desactivarlo el scroll de la p\u00e1gina vuelve a\n           funcionar con normalidad sobre la secci\u00f3n. \u2500\u2500 *\/\n        if (overlay && exitBtn) {\n            overlay.addEventListener('click', function () {\n                overlay.style.opacity = '0';\n                overlay.style.pointerEvents = 'none';\n                exitBtn.classList.add('is-active');\n            });\n\n            exitBtn.addEventListener('click', function () {\n                overlay.style.opacity = '1';\n                overlay.style.pointerEvents = 'all';\n                exitBtn.classList.remove('is-active');\n            });\n        }\n\n        btns.forEach(function (btn) {\n            btn.addEventListener('click', function () {\n                btns.forEach(function (b) { b.classList.remove('is-active'); });\n                this.classList.add('is-active');\n\n                if (loader) loader.style.display = 'block';\n\n                if (overlay && exitBtn) {\n                    overlay.style.opacity = '1';\n                    overlay.style.pointerEvents = 'all';\n                    exitBtn.classList.remove('is-active');\n                }\n\n                var url = this.getAttribute('data-url');\n                if (iframe) iframe.src = url;\n            });\n        });\n\n        if (iframe && loader) {\n            iframe.addEventListener('load', function () {\n                loader.style.display = 'none';\n            });\n        }\n    })();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70fd729 e-con-full e-flex e-con e-parent\" data-id=\"70fd729\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a84cc93 elementor-widget elementor-widget-html\" data-id=\"a84cc93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>The Sands \u2013 Tabs<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        .lare_tabs {\n            position: relative;\n            padding: 100px 0 80px;\n            background-color: #FAF7F1;\n        }\n\n        .lare_tabs__container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 60px;\n        }\n\n        \/* Header *\/\n        .lare_tabs__header {\n            margin-bottom: 64px;\n            text-align: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_tabs__header.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_tabs__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: inline-block;\n            border-bottom: 1px solid #D6B98C;\n            padding-bottom: 8px;\n        }\n\n        .lare_tabs__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(32px, 4.5vw, 56px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0;\n        }\n\n        .lare_tabs__title strong {\n            font-weight: 400;\n            color: #D6B98C;\n        }\n\n        \/* Desktop Nav *\/\n        .lare_tabs__nav {\n            display: flex;\n            justify-content: center;\n            border-bottom: 1px solid rgba(46, 49, 56, 0.1);\n            margin-bottom: 64px;\n            overflow-x: auto;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n            opacity: 0;\n            transform: translateY(10px);\n            transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;\n        }\n\n        .lare_tabs__nav.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_tabs__nav::-webkit-scrollbar {\n            display: none;\n        }\n\n        .lare_tabs__nav-btn {\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 14px !important;\n            font-weight: 500 !important;\n            letter-spacing: 1px !important;\n            text-transform: uppercase !important;\n            color: rgba(46, 49, 56, 0.4) !important;\n            background: none !important;\n            border: none !important;\n            padding: 20px 32px !important;\n            cursor: pointer !important;\n            white-space: nowrap !important;\n            position: relative !important;\n            transition: color 0.3s ease !important;\n        }\n\n        .lare_tabs__nav-btn::after {\n            content: '' !important;\n            position: absolute !important;\n            bottom: -1px !important;\n            left: 0 !important;\n            right: 0 !important;\n            height: 2px !important;\n            background-color: #D6B98C !important;\n            transform: scaleX(0) !important;\n            transition: transform 0.3s ease !important;\n        }\n\n        .lare_tabs__nav-btn:hover {\n            color: #2E3138 !important;\n        }\n\n        .lare_tabs__nav-btn.lare_tabs--active {\n            color: #2E3138 !important;\n        }\n\n        .lare_tabs__nav-btn.lare_tabs--active::after {\n            transform: scaleX(1) !important;\n        }\n\n        \/* Mobile Dropdown *\/\n        .lare_tabs__dropdown {\n            display: none;\n        }\n\n        \/* Panels *\/\n        .lare_tabs__panels {\n            min-height: 400px;\n        }\n\n        .lare_tabs__panel {\n            display: none;\n            animation: fadeIn 0.6s ease forwards;\n        }\n\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(15px);\n            }\n\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .lare_tabs__panel.lare_tabs--panel-active {\n            display: block;\n        }\n\n        .lare_tabs__shortcode {\n            min-height: 240px;\n            text-align: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px dashed rgba(46, 49, 56, 0.1);\n            background-color: #FFFFFF;\n            border-radius: 4px;\n            color: rgba(46, 49, 56, 0.5);\n            font-size: 15px;\n            letter-spacing: 1px;\n        }\n\n        \/* Disponibilidad Panel - Intro tipolog\u00edas *\/\n        .lare_tabs__stock-intro {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n            margin-bottom: 48px;\n        }\n\n        .lare_tabs__stock-col {\n            background-color: #FFFFFF;\n            padding: 48px 40px;\n            border-radius: 4px;\n            border-top: 2px solid #D6B98C;\n        }\n\n        .lare_tabs__stock-col-img {\n            width: 100%;\n            height: 260px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #FAF7F1;\n            border-radius: 4px;\n            margin-bottom: 28px;\n            overflow: hidden;\n            position: relative;\n            cursor: zoom-in;\n        }\n\n        .lare_tabs__stock-col-img::after {\n            content: '';\n            position: absolute;\n            top: 12px;\n            right: 12px;\n            width: 34px;\n            height: 34px;\n            border-radius: 50%;\n            background-color: rgba(26, 29, 34, 0.75);\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23FAF7F1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'%3E%3C\/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C\/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C\/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C\/line%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-position: center;\n            background-size: 16px 16px;\n            opacity: 0;\n            transition: opacity 0.25s ease;\n        }\n\n        .lare_tabs__stock-col-img:hover::after {\n            opacity: 1;\n        }\n\n        .lare_tabs__stock-col-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            display: block;\n        }\n\n        .lare_tabs__stock-col-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(24px, 2.2vw, 30px);\n            font-weight: 300;\n            color: #2E3138;\n            margin: 0 0 20px 0;\n        }\n\n        .lare_tabs__stock-col-meta {\n            display: flex;\n            align-items: baseline;\n            gap: 12px;\n            flex-wrap: wrap;\n            padding-bottom: 20px;\n            margin-bottom: 20px;\n            border-bottom: 1px solid rgba(46, 49, 56, 0.08);\n        }\n\n        .lare_tabs__stock-col-price {\n            font-family: 'DM Sans', sans-serif;\n            font-size: 22px;\n            font-weight: 500;\n            color: #2E3138;\n        }\n\n        .lare_tabs__stock-col-price span {\n            font-size: 13px;\n            font-weight: 400;\n            color: rgba(46, 49, 56, 0.5);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-right: 6px;\n        }\n\n        .lare_tabs__stock-col-area {\n            font-family: 'DM Sans', sans-serif;\n            font-size: 14px;\n            font-weight: 500;\n            color: #D6B98C;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .lare_tabs__stock-col-desc {\n            font-size: 15px;\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n        }\n\n        \/* Disclaimer bajo la tabla de disponibilidad *\/\n        .lare_tabs__disclaimer {\n            max-width: 780px;\n            margin: 40px auto 0;\n            text-align: center;\n        }\n\n        .lare_tabs__disclaimer-title {\n            font-family: 'DM Sans', sans-serif;\n            font-size: 13px;\n            font-weight: 500;\n            color: #2E3138;\n            margin: 0 0 8px 0;\n        }\n\n        .lare_tabs__disclaimer-text {\n            font-family: 'DM Sans', sans-serif;\n            font-size: 13px;\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.55);\n            margin: 0;\n        }\n\n        \/* Modal de plano ampliado (se inserta en document.body) *\/\n        .lare_plano-modal {\n            display: none;\n            position: fixed;\n            inset: 0;\n            z-index: 99999;\n            align-items: center;\n            justify-content: center;\n            padding: 40px;\n            background-color: rgba(26, 29, 34, 0.92);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .lare_plano-modal.lare_plano-modal--open {\n            display: flex;\n            opacity: 1;\n        }\n\n        .lare_plano-modal__inner {\n            position: relative;\n            max-width: 1100px;\n            max-height: 90vh;\n            width: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transform: scale(0.96);\n            transition: transform 0.3s ease;\n        }\n\n        .lare_plano-modal--open .lare_plano-modal__inner {\n            transform: scale(1);\n        }\n\n        .lare_plano-modal__img {\n            max-width: 100%;\n            max-height: 90vh;\n            width: auto;\n            height: auto;\n            object-fit: contain;\n            background-color: #FAF7F1;\n            border-radius: 4px;\n            display: block;\n        }\n\n        .lare_plano-modal__close {\n            position: absolute;\n            top: -18px;\n            right: -18px;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background-color: #FAF7F1;\n            border: none;\n            outline: none;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);\n        }\n\n        .lare_plano-modal__close svg {\n            width: 18px;\n            height: 18px;\n            stroke: #1A1D22;\n            stroke-width: 1.8;\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_plano-modal {\n                padding: 20px;\n            }\n\n            .lare_plano-modal__close {\n                top: -14px;\n                right: 0;\n            }\n        }\n\n        \/* El Entorno Panel *\/\n        .lare_tabs__entorno {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n            background-color: #FFFFFF;\n            padding: 48px;\n            border-radius: 4px;\n        }\n\n        .lare_tabs__entorno-img {\n            height: 480px;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .lare_tabs__entorno-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n        .lare_tabs__entorno-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(28px, 3vw, 40px);\n            font-weight: 300;\n            color: #2E3138;\n            margin: 0 0 24px 0;\n        }\n\n        .lare_tabs__entorno-text {\n            font-size: 16px;\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0 0 40px 0;\n        }\n\n        .lare_tabs__entorno-list {\n            display: flex;\n            flex-direction: column;\n        }\n\n        .lare_tabs__entorno-item {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 16px 0;\n            border-bottom: 1px solid rgba(46, 49, 56, 0.06);\n        }\n\n        .lare_tabs__entorno-item:last-child {\n            border-bottom: none;\n        }\n\n        .lare_tabs__entorno-place {\n            font-family: 'Raleway', sans-serif;\n            font-size: 18px;\n            font-weight: 400;\n            color: #2E3138;\n        }\n\n        .lare_tabs__entorno-dist {\n            font-family: 'DM Sans', sans-serif;\n            font-size: 15px;\n            font-weight: 500;\n            color: #D6B98C;\n        }\n\n        \/* Calidades Panel *\/\n        .lare_tabs__calidades {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n            background-color: #FFFFFF;\n            padding: 80px 60px;\n            border-radius: 4px;\n        }\n\n        .lare_tabs__calidades-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(28px, 3vw, 40px);\n            font-weight: 300;\n            color: #2E3138;\n            margin: 0 0 32px 0;\n        }\n\n        .lare_tabs__calidades-text {\n            font-size: 16px;\n            font-weight: 300;\n            line-height: 1.8;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0 0 48px 0;\n        }\n\n        .lare_tabs__calidades-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'DM Sans', sans-serif;\n            font-size: 13px;\n            font-weight: 500;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            color: #FFFFFF;\n            background-color: #2E3138;\n            text-decoration: none;\n            padding: 18px 40px;\n            transition: background-color 0.3s ease, transform 0.3s ease;\n        }\n\n        .lare_tabs__calidades-btn:hover {\n            background-color: #D6B98C;\n            transform: translateY(-2px);\n        }\n\n        \/* Responsive *\/\n        @media screen and (max-width: 1100px) {\n            .lare_tabs__container {\n                padding: 0 40px;\n            }\n\n            .lare_tabs__entorno {\n                gap: 40px;\n                padding: 40px;\n            }\n        }\n\n        @media screen and (max-width: 991px) {\n            .lare_tabs {\n                padding: 100px 0;\n            }\n\n            .lare_tabs__container {\n                padding: 0 32px;\n            }\n\n            .lare_tabs__nav {\n                display: none;\n            }\n\n            .lare_tabs__dropdown {\n                display: block;\n                position: relative;\n                margin-bottom: 40px;\n                opacity: 0;\n                transform: translateY(10px);\n                transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;\n            }\n\n            .lare_tabs__dropdown.is-visible {\n                opacity: 1;\n                transform: translateY(0);\n            }\n\n            .lare_tabs__dropdown-toggle {\n                width: 100%;\n                display: flex;\n                align-items: center;\n                justify-content: space-between;\n                font-family: 'DM Sans', sans-serif;\n                font-size: 15px;\n                font-weight: 500;\n                text-transform: uppercase;\n                letter-spacing: 1px;\n                color: #2E3138;\n                background: #FFFFFF;\n                border: 1px solid rgba(46, 49, 56, 0.1);\n                padding: 20px 24px;\n                cursor: pointer;\n            }\n\n            .lare_tabs__dropdown-toggle svg {\n                width: 16px;\n                height: 16px;\n                stroke: currentColor;\n                fill: none;\n                stroke-width: 1.5;\n                transition: transform 0.3s ease;\n            }\n\n            .lare_tabs__dropdown.lare_tabs--dropdown-open .lare_tabs__dropdown-toggle svg {\n                transform: rotate(180deg);\n            }\n\n            .lare_tabs__dropdown-list {\n                position: absolute;\n                top: 100%;\n                left: 0;\n                right: 0;\n                background: #FFFFFF;\n                border: 1px solid rgba(46, 49, 56, 0.1);\n                border-top: none;\n                z-index: 20;\n                max-height: 0;\n                overflow: hidden;\n                opacity: 0;\n                transition: max-height 0.3s ease, opacity 0.3s ease;\n            }\n\n            .lare_tabs__dropdown.lare_tabs--dropdown-open .lare_tabs__dropdown-list {\n                max-height: 400px;\n                opacity: 1;\n            }\n\n            .lare_tabs__dropdown-item {\n                font-family: 'DM Sans', sans-serif !important;\n                font-size: 14px !important;\n                font-weight: 400 !important;\n                text-transform: uppercase !important;\n                letter-spacing: 1px !important;\n                color: rgba(46, 49, 56, 0.6) !important;\n                padding: 16px 24px !important;\n                cursor: pointer !important;\n                transition: background-color 0.2s ease, color 0.2s ease !important;\n                border-bottom: 1px solid rgba(46, 49, 56, 0.05) !important;\n            }\n\n            .lare_tabs__dropdown-item:hover,\n            .lare_tabs__dropdown-item.lare_tabs--dropdown-active {\n                background-color: #FAF7F1 !important;\n                color: #D6B98C !important;\n            }\n\n            .lare_tabs__entorno {\n                grid-template-columns: 1fr;\n            }\n\n            .lare_tabs__entorno-img {\n                height: 360px;\n            }\n\n            .lare_tabs__stock-intro {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_tabs {\n                padding: 80px 0;\n            }\n\n            .lare_tabs__container {\n                padding: 0 24px;\n            }\n\n            .lare_tabs__calidades {\n                padding: 48px 32px;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_tabs__container {\n                padding: 0 20px;\n            }\n\n            .lare_tabs__entorno {\n                padding: 32px 20px;\n            }\n\n            .lare_tabs__calidades {\n                padding: 40px 20px;\n            }\n\n            .lare_tabs__stock-col {\n                padding: 32px 24px;\n            }\n\n            .lare_tabs__stock-col-img {\n                height: 200px;\n                margin-bottom: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_tabs\" id=\"descubre\">\n<div class=\"lare_tabs__container\">\n<div class=\"lare_tabs__header\" data-reveal=\"\">\n<span class=\"lare_tabs__label\">Entdecken Sie Ihr zuk\u00fcnftiges Zuhause<\/span>\n<h2 class=\"lare_tabs__title\">Entdecken Sie alles<strong>Detail<\/strong><\/h2>\n<\/div>\n<!-- Desktop Nav -->\n<div class=\"lare_tabs__nav\" data-reveal=\"\" id=\"lare_tabs_nav\" role=\"tablist\">\n<button aria-selected=\"false\" class=\"lare_tabs__nav-btn\" data-tab=\"galeria\" role=\"tab\">Galerie<\/button>\n<button aria-selected=\"true\" class=\"lare_tabs__nav-btn lare_tabs--active\" data-tab=\"disponibilidad\" role=\"tab\">Verf\u00fcgbarkeit<\/button>\n<button aria-selected=\"false\" class=\"lare_tabs__nav-btn\" data-tab=\"entorno\" role=\"tab\">Die\n                    Umgebung<\/button>\n<button aria-selected=\"false\" class=\"lare_tabs__nav-btn\" data-tab=\"calidades\" role=\"tab\">Ausf\u00fchrungen<\/button>\n<\/div>\n<!-- Mobile Dropdown -->\n<div class=\"lare_tabs__dropdown\" data-reveal=\"\" id=\"lare_tabs_dropdown\">\n<button aria-expanded=\"false\" aria-haspopup=\"listbox\" class=\"lare_tabs__dropdown-toggle\" id=\"lare_tabs_dropdown_toggle\">\n<span id=\"lare_tabs_dropdown_label\">Verf\u00fcgbarkeit<\/span>\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M6 9l6 6 6-6\"><\/path>\n<\/svg>\n<\/button>\n<div class=\"lare_tabs__dropdown-list\" role=\"listbox\">\n<div aria-selected=\"false\" class=\"lare_tabs__dropdown-item\" data-tab=\"galeria\" role=\"option\">Galerie<\/div>\n<div aria-selected=\"true\" class=\"lare_tabs__dropdown-item lare_tabs--dropdown-active\" data-tab=\"disponibilidad\" role=\"option\">Verf\u00fcgbarkeit<\/div>\n<div aria-selected=\"false\" class=\"lare_tabs__dropdown-item\" data-tab=\"entorno\" role=\"option\">Die\n                        Umgebung<\/div>\n<div aria-selected=\"false\" class=\"lare_tabs__dropdown-item\" data-tab=\"calidades\" role=\"option\">Ausf\u00fchrungen<\/div>\n<\/div>\n<\/div>\n<!-- Panels -->\n<div class=\"lare_tabs__panels\">\n<!-- Galer\u00eda -->\n<div class=\"lare_tabs__panel\" id=\"panel-galeria\" role=\"tabpanel\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"1444\" class=\"elementor elementor-1444\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-497d450c e-con-full e-flex e-con e-parent\" data-id=\"497d450c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0e5eab elementor-widget elementor-widget-html\" data-id=\"b0e5eab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .lare_dyntitle--interiores {\n        font-family: 'Raleway', sans-serif !important;\n        font-weight: 500 !important;\n        font-style: normal !important;\n        color: #1A1D22 !important;\n        margin: 0 !important;\n    }\n<\/style>\n\n<h2 class=\"lare_dyntitle--interiores\" id=\"lare_title_interiores\">Interiores<\/h2>\n\n<script>\n(function () {\n    'use strict';\n\n    \/* \u2500\u2500 Detecci\u00f3n de idioma por prefijo de URL \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n     * Sin prefijo \u2192 espa\u00f1ol. \/en\/, \/fr\/, \/de\/, \/it\/ \u2192 ese idioma.\n     * \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    var titles = {\n        es: 'Interiores',\n        en: 'Interiors',\n        fr: 'Int\u00e9rieurs',\n        de: 'Innenr\u00e4ume',\n        it: 'Interni'\n    };\n\n    var path        = window.location.pathname;\n    var prefixMatch = path.match(\/^\\\/([a-z]{2})(\\\/|$)\/);\n    var locale      = (prefixMatch && titles[prefixMatch[1]]) ? prefixMatch[1] : 'es';\n\n    var el = document.getElementById('lare_title_interiores');\n    if (el) el.textContent = titles[locale];\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65c3d6ea elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"65c3d6ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;speed&quot;:1200,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_Kitchen_Open_Space_IMG-43-scaled-1-rq948smtjfrbcgmdcdn9a9lndrel2p6h6e6bklf04k.jpg\" alt=\"Las_Arenas_Livingroom_Kitchen_Open_Space_IMG-43-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_Kitchen_IMG-80-scaled-1-rq948smtjfrbcgmdcdn9a9lndrel2p6h6e6bklf04k.jpg\" alt=\"Las_Arenas_Livingroom_Kitchen_IMG-80-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Kitchen_IMG-96-scaled-1-rq948tknq9slo2l06w1vurd3z59yaea7iitt1vdlyc.jpg\" alt=\"Las_Arenas_Kitchen_IMG-96-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_LivingRoom_Kitchen_IMG-31-scaled-1-rq948uihx3tvzojn1egif94kkj5bi3dxunhaj5c7s4.jpg\" alt=\"Las_Arenas_LivingRoom_Kitchen_IMG-31-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Kitchen_IMG-95-scaled-1-rq948vgc3xv6bai9vwv4zqw15x0opsho6s4s0fatlw.jpg\" alt=\"Las_Arenas_Kitchen_IMG-95-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Kitchen_IMG-30-scaled-1-rq948vgc3xv6bai9vwv4zqw15x0opsho6s4s0fatlw.jpg\" alt=\"Las_Arenas_Kitchen_IMG-30-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_IMG-94-scaled-1-rq948we6arwgmwgwqf9rk8nhraw1xhleiws9hp9ffo.jpg\" alt=\"Las_Arenas_Livingroom_IMG-94-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_IMG-93-scaled-1-rq948xc0hlxqyifjkxoe4qeycorf56p4v1fqyz819g.jpg\" alt=\"Las_Arenas_Livingroom_IMG-93-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Kitchen_IMG-129-scaled-1-rq948xc0hlxqyifjkxoe4qeycorf56p4v1fqyz819g.jpg\" alt=\"Las_Arenas_Kitchen_IMG-129-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_IMG-32-scaled-1-rq948y9uofz1a4e6fg30p86ey2mscvsv7638g96n38.jpg\" alt=\"Las_Arenas_Livingroom_IMG-32-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Livingroom_IMG-42-scaled-1-rq948z7ova0blqct9yhn9pxvjgi5kkwljaqpxj58x0.jpg\" alt=\"Las_Arenas_Livingroom_IMG-42-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Entry_IMG-40-scaled-1-rq94905j241lxcbg4gw9u7pc4udisa0bvfe7et3uqs.jpg\" alt=\"Las_Arenas_Entry_IMG-40-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_entry_IMG-39-scaled-1-rq94905j241lxcbg4gw9u7pc4udisa0bvfe7et3uqs.jpg\" alt=\"Las_Arenas_entry_IMG-39-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Entrada_IMG-08-scaled-1-rq94913d8y2w8ya2yzawepgsq88vzz427k1ow32gkk.jpg\" alt=\"Las_Arenas_Entrada_IMG-08-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 von 15\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Cocina_IMG-07-scaled-1-rq949217fs46kk8pthpiz789bm497o7sjop6dd12ec.jpg\" alt=\"Las_Arenas_Cocina_IMG-07-scaled.jpg\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7bd22fd0 e-con-full e-flex e-con e-parent\" data-id=\"7bd22fd0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cb51f29 elementor-widget elementor-widget-html\" data-id=\"cb51f29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .lare_dyntitle--exteriores {\n        font-family: 'Raleway', sans-serif !important;\n        font-weight: 500 !important;\n        font-style: normal !important;\n        color: #1A1D22 !important;\n        margin: 0 !important;\n    }\n<\/style>\n\n<h2 class=\"lare_dyntitle--exteriores\" id=\"lare_title_exteriores\">Zonas comunes y exteriores<\/h2>\n\n<script>\n(function () {\n    'use strict';\n\n    \/* \u2500\u2500 Detecci\u00f3n de idioma por prefijo de URL \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n     * Sin prefijo \u2192 espa\u00f1ol. \/en\/, \/fr\/, \/de\/, \/it\/ \u2192 ese idioma.\n     * \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    var titles = {\n        es: 'Zonas comunes y exteriores',\n        en: 'Common Areas & Exteriors',\n        fr: 'Espaces communs et ext\u00e9rieurs',\n        de: 'Gemeinschaftsbereiche und Au\u00dfenanlagen',\n        it: 'Aree comuni ed esterni'\n    };\n\n    var path        = window.location.pathname;\n    var prefixMatch = path.match(\/^\\\/([a-z]{2})(\\\/|$)\/);\n    var locale      = (prefixMatch && titles[prefixMatch[1]]) ? prefixMatch[1] : 'es';\n\n    var el = document.getElementById('lare_title_exteriores');\n    if (el) el.textContent = titles[locale];\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-154f5ef3 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"154f5ef3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;speed&quot;:1200,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Facade_IMG-78-scaled-1-rq9492z1mm5gw67co045jozpwzzmfdbivtcnumzo84.jpg\" alt=\"Las_Arenas_Facade_IMG-78-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Facade_IMG-77-scaled-1-rq9492z1mm5gw67co045jozpwzzmfdbivtcnumzo84.jpg\" alt=\"Las_Arenas_Facade_IMG-77-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Facade_IMG-37-scaled-1-rq9493wvtg6r7s5ziiis46r6iduzn2f97y05bwya1w.jpg\" alt=\"Las_Arenas_Facade_IMG-37-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Facade_IMG-76-scaled-1-rq9494uq0a81je4md0xeooin3rqcurizk2nmt6wvvo.jpg\" alt=\"Las_Arenas_Facade_IMG-76-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Common_Areas_IMG-74-scaled-1-rq9494uq0a81je4md0xeooin3rqcurizk2nmt6wvvo.jpg\" alt=\"Las_Arenas_Common_Areas_IMG-74-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Common_Areas_IMG-75-scaled-1-rq9495sk749bv0397jc196a3p5lq2gmpw7b4agvhpg.jpg\" alt=\"Las_Arenas_Common_Areas_IMG-75-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Entry_IMG-71-scaled-1-rq9496qedyam6m1w21qnto1kajh3a5qg8bylrqu3j8.jpg\" alt=\"Las_Arenas_Entry_IMG-71-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Common_Areas_IMG-66-scaled-1-rq9496qedyam6m1w21qnto1kajh3a5qg8bylrqu3j8.jpg\" alt=\"Las_Arenas_Common_Areas_IMG-66-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Common_Areas_IMG-67-scaled-1-rq9497o8ksbwi80iwk5ae5t0vxcghuu6kgm390spd0.jpg\" alt=\"Las_Arenas_Common_Areas_IMG-67-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Common_Areas_IMG-72-scaled-1-rq9498m2rmd6ttz5r2jwynkhhb7tpjxwwl9kqarb6s.jpg\" alt=\"Las_Arenas_Common_Areas_IMG-72-scaled.jpg\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/hf_20260625_072604_41ab6362-f650-4805-bf33-8ef9d0fac26d-scaled-1-rq9499jwygeh5fxslkyjj5by2p36x91n8px27kpx0k.png\" alt=\"hf_20260625_072604_41ab6362-f650-4805-bf33-8ef9d0fac26d-scaled.png\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/hf_20260625_075523_c576c7a2-a248-4070-a1da-ebafa0cf073c-scaled-1-rq949h2mh4orqbmvdo7k33fmts24mtvhxr4y1serms.png\" alt=\"hf_20260625_075523_c576c7a2-a248-4070-a1da-ebafa0cf073c-scaled.png\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 von 13\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/elementor\/thumbs\/Las_Arenas_Balcony_IMG-49-scaled-1-rq949olbzsz2b7by5rgkn1jbkv12cepcmsctw03m90.jpg\" alt=\"Las_Arenas_Balcony_IMG-49-scaled.jpg\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n<!-- Planos: oculto temporalmente, no eliminado del c\u00f3digo -->\n<!--\n                <div class=\"lare_tabs__panel\" id=\"panel-planos\" role=\"tabpanel\">\n\n                    [elementor-template id=\"653\"]\n\n                <\/div>\n                -->\n<!-- Disponibilidad -->\n<div class=\"lare_tabs__panel lare_tabs--panel-active\" id=\"panel-disponibilidad\" role=\"tabpanel\">\n<div class=\"lare_tabs__stock-intro\">\n<div class=\"lare_tabs__stock-col\">\n<div class=\"lare_tabs__stock-col-img\" data-plano-zoom=\"\">\n<img decoding=\"async\" alt=\"2-bedroom floor plan - Las Arenas\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/arenas_2D.png\"\/>\n<\/div>\n<h3 class=\"lare_tabs__stock-col-title\">H\u00e4user mit 2 Schlafzimmern<\/h3>\n<div class=\"lare_tabs__stock-col-meta\">\n<span class=\"lare_tabs__stock-col-price\"><span>Aus<\/span>255.000 \u20ac<\/span>\n<span class=\"lare_tabs__stock-col-area\">Aus 68 m\u00b2<\/span>\n<\/div>\n<p class=\"lare_tabs__stock-col-desc\">Grundrisse, die darauf ausgelegt sind, jeden Raum optimal zu nutzen, mit Ausrichtungen, die nat\u00fcrliches Licht und Querl\u00fcftung in den Vordergrund stellen.<\/p>\n<\/div>\n<div class=\"lare_tabs__stock-col\">\n<div class=\"lare_tabs__stock-col-img\" data-plano-zoom=\"\">\n<img decoding=\"async\" alt=\"3-bedroom floor plan - Las Arenas\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/Arenas_3d.png\"\/>\n<\/div>\n<h3 class=\"lare_tabs__stock-col-title\">H\u00e4user mit 3 Schlafzimmern<\/h3>\n<div class=\"lare_tabs__stock-col-meta\">\n<span class=\"lare_tabs__stock-col-price\"><span>Aus<\/span>345.000 \u20ac<\/span>\n<span class=\"lare_tabs__stock-col-area\">Aus 90 m\u00b2<\/span>\n<\/div>\n<p class=\"lare_tabs__stock-col-desc\">Ger\u00e4umige, vielseitige H\u00e4user, ideal f\u00fcr diejenigen, die mehr Quadratmeter und zus\u00e4tzliche Schlafzimmer suchen.<\/p>\n<\/div>\n<\/div>        <div class=\"airtable-dt-wrapper \" id=\"airtable-dt-1\">\n\n            \n            <div class=\"table-scroll-container\">\n                <div class=\"table-wrapper\">\n                    <table class=\"residences-table airtable-datatable\">\n                        <thead>\n                            <tr>\n                                <th class=\"col-door\">T\u00fcr<\/th><th class=\"col-bedrooms\">Schlafzimmer<\/th><th class=\"col-bathrooms\">Badezimmer<\/th><th class=\"col-surface_c\">Fl\u00e4che<\/th><th class=\"col-surface_b\">Terrasse<\/th><th class=\"col-status\">Status<\/th><th class=\"col-price\">Preis<\/th>                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                                                            <tr data-unit=\"VI-000-000-190-238\">\n                                    <td class=\"col-door\">BJ DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,81 m\u00b2<\/td><td class=\"col-terrace\">31,88 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">295.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-242\">\n                                    <td class=\"col-door\">2 DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,81 m\u00b2<\/td><td class=\"col-terrace\">16,52 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">279.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-247\">\n                                    <td class=\"col-door\">1 IZD<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,81 m\u00b2<\/td><td class=\"col-terrace\">32,00 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">249.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-248\">\n                                    <td class=\"col-door\">2 DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,27 m\u00b2<\/td><td class=\"col-terrace\">15,98 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">275.500 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-249\">\n                                    <td class=\"col-door\">2 IZD<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,81 m\u00b2<\/td><td class=\"col-terrace\">16,52 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">290.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-251\">\n                                    <td class=\"col-door\">BJ IZQ<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">67,80 m\u00b2<\/td><td class=\"col-terrace\">31,23 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">269.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-254\">\n                                    <td class=\"col-door\">2 DRH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">70,23 m\u00b2<\/td><td class=\"col-terrace\">18,12 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">395.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-255\">\n                                    <td class=\"col-door\">2 IZQ<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,27 m\u00b2<\/td><td class=\"col-terrace\">15,99 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">369.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-266\">\n                                    <td class=\"col-door\">2 DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,81 m\u00b2<\/td><td class=\"col-terrace\">16,52 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">295.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-267\">\n                                    <td class=\"col-door\">2 IZQ<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,27 m\u00b2<\/td><td class=\"col-terrace\">15,98 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">310.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-270\">\n                                    <td class=\"col-door\">1 DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,27 m\u00b2<\/td><td class=\"col-terrace\">31,23 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">289.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-271\">\n                                    <td class=\"col-door\">1 IZD<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">70,23 m\u00b2<\/td><td class=\"col-terrace\">66,83 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">295.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-272\">\n                                    <td class=\"col-door\">2 DCH<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">68,27 m\u00b2<\/td><td class=\"col-terrace\">15,98 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">380.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-273\">\n                                    <td class=\"col-door\">2 IZD<\/td><td class=\"col-bedrooms\">2<\/td><td class=\"col-bathrooms\">1<\/td><td class=\"col-area\">70,23 m\u00b2<\/td><td class=\"col-terrace\">18,12 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">405.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-274\">\n                                    <td class=\"col-door\">BJ DCH<\/td><td class=\"col-bedrooms\">3<\/td><td class=\"col-bathrooms\">2<\/td><td class=\"col-area\">90,17 m\u00b2<\/td><td class=\"col-terrace\">49,85 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">345.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-275\">\n                                    <td class=\"col-door\">BJ IZD<\/td><td class=\"col-bedrooms\">3<\/td><td class=\"col-bathrooms\">2<\/td><td class=\"col-area\">89,50 m\u00b2<\/td><td class=\"col-terrace\">48,88 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">345.000 \u20ac<\/td>                                <\/tr>\n                                                            <tr data-unit=\"VI-000-000-190-277\">\n                                    <td class=\"col-door\">1 IZD<\/td><td class=\"col-bedrooms\">3<\/td><td class=\"col-bathrooms\">2<\/td><td class=\"col-area\">89,50 m\u00b2<\/td><td class=\"col-terrace\">44,74 m\u00b2<\/td><td class=\"col-status\"><span class=\"status available\">Verf\u00fcgbar<\/span><\/td><td class=\"col-price price\">352.000 \u20ac<\/td>                                <\/tr>\n                            \n                                                    <\/tbody>\n                    <\/table>\n                <\/div>\n            <\/div>\n\n            \n            \n        <\/div>\n        <div class=\"lare_tabs__disclaimer\">\n<p class=\"lare_tabs__disclaimer-title\">Indikativer Grundriss.<\/p>\n<p class=\"lare_tabs__disclaimer-text\">Die in diesem Plan gezeigten Grundrisse, Grundfl\u00e4chen, Abmessungen und Abmessungen dienen nur als Richtwerte und k\u00f6nnen je nach Art und Lage jedes Hauses variieren. Einige Ausstattungsmerkmale wie Terrassen, G\u00e4rten, Patios oder andere Au\u00dfenbereiche sind m\u00f6glicherweise nicht in allen Einheiten vorhanden. Die angezeigten Informationen sind unverbindlich und k\u00f6nnen sich aus technischen, kommerziellen oder administrativen Gr\u00fcnden w\u00e4hrend der Entwicklung des Projekts \u00e4ndern.<\/p>\n<\/div>\n<\/div>\n<!-- El entorno -->\n<div class=\"lare_tabs__panel\" id=\"panel-entorno\" role=\"tabpanel\">\n<div class=\"lare_tabs__entorno\">\n<div class=\"lare_tabs__entorno-img\">\n<img decoding=\"async\" alt=\"Corralejo, Las Arenas\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/corralejo_fuerteventura_playa_888.jpg\"\/>\n<\/div>\n<div class=\"lare_tabs__entorno-content\">\n<h3 class=\"lare_tabs__entorno-title\">Corralejo, in Ihrem eigenen Tempo<\/h3>\n<p class=\"lare_tabs__entorno-text\">Eine Umgebung, in der Natur und Komfort nebeneinander existieren. Die D\u00fcnen, der Strand und die t\u00e4glichen Dienstleistungen direkt vor Ihrer Haust\u00fcr.<\/p>\n<div class=\"lare_tabs__entorno-list\">\n<div class=\"lare_tabs__entorno-item\">\n<span class=\"lare_tabs__entorno-place\">Strand<\/span>\n<span class=\"lare_tabs__entorno-dist\">7 Min<\/span>\n<\/div>\n<div class=\"lare_tabs__entorno-item\">\n<span class=\"lare_tabs__entorno-place\">Naturpark D\u00fcnen von Corralejo<\/span>\n<span class=\"lare_tabs__entorno-dist\">5 Min<\/span>\n<\/div>\n<div class=\"lare_tabs__entorno-item\">\n<span class=\"lare_tabs__entorno-place\">Superm\u00e4rkte<\/span>\n<span class=\"lare_tabs__entorno-dist\">1 Minute<\/span>\n<\/div>\n<div class=\"lare_tabs__entorno-item\">\n<span class=\"lare_tabs__entorno-place\">Flughafen<\/span>\n<span class=\"lare_tabs__entorno-dist\">40-45 Min<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<!-- Calidades -->\n<div class=\"lare_tabs__panel\" id=\"panel-calidades\" role=\"tabpanel\">\n<div class=\"lare_tabs__calidades\">\n<h3 class=\"lare_tabs__calidades-title\">Qualit\u00e4t, die Sie \u00fcberpr\u00fcfen k\u00f6nnen<\/h3>\n<p class=\"lare_tabs__calidades-text\">Voll ausgestattete K\u00fcche \u2013 inklusive Waschmaschine und Sp\u00fclmaschine, Badezimmer mit Duschabtrennungen und Einbauschr\u00e4nke. Alles ist auf Komfort ausgelegt, mit doppelt verglasten Fenstern und Vorinstallation f\u00fcr eine Klimaanlage in einem Neubaukomplex..<\/p>\n<a class=\"lare_tabs__calidades-btn\" href=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/EN_Specifications_Book_LasArenas.pdf\" target=\"_blank\">Download beendet Spezifikation<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            \/\/ Reveal animations\n            var reveals = document.querySelectorAll('.lare_tabs [data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            reveals.forEach(function (el) { secObs.observe(el); });\n\n            \/\/ Tabs Logic\n            var tabs = document.querySelectorAll('.lare_tabs__nav-btn');\n            var panels = document.querySelectorAll('.lare_tabs__panel');\n            var dropdown = document.getElementById('lare_tabs_dropdown');\n            var dropdownToggle = document.getElementById('lare_tabs_dropdown_toggle');\n            var dropdownLabel = document.getElementById('lare_tabs_dropdown_label');\n            var dropdownItems = document.querySelectorAll('.lare_tabs__dropdown-item');\n\n            function switchTab(tabId) {\n                panels.forEach(function (panel) {\n                    if (panel.id === 'panel-' + tabId) {\n                        panel.classList.add('lare_tabs--panel-active');\n                    } else {\n                        panel.classList.remove('lare_tabs--panel-active');\n                    }\n                });\n\n                tabs.forEach(function (tab) {\n                    if (tab.getAttribute('data-tab') === tabId) {\n                        tab.classList.add('lare_tabs--active');\n                        tab.setAttribute('aria-selected', 'true');\n                    } else {\n                        tab.classList.remove('lare_tabs--active');\n                        tab.setAttribute('aria-selected', 'false');\n                    }\n                });\n\n                dropdownItems.forEach(function (item) {\n                    if (item.getAttribute('data-tab') === tabId) {\n                        item.classList.add('lare_tabs--dropdown-active');\n                        item.setAttribute('aria-selected', 'true');\n                        dropdownLabel.textContent = item.textContent.trim();\n                    } else {\n                        item.classList.remove('lare_tabs--dropdown-active');\n                        item.setAttribute('aria-selected', 'false');\n                    }\n                });\n            }\n\n            tabs.forEach(function (tab) {\n                tab.addEventListener('click', function () {\n                    switchTab(this.getAttribute('data-tab'));\n                });\n            });\n\n            if (dropdownToggle) {\n                dropdownToggle.addEventListener('click', function (e) {\n                    e.stopPropagation();\n                    var isOpen = dropdown.classList.contains('lare_tabs--dropdown-open');\n                    if (isOpen) {\n                        dropdown.classList.remove('lare_tabs--dropdown-open');\n                        dropdownToggle.setAttribute('aria-expanded', 'false');\n                    } else {\n                        dropdown.classList.add('lare_tabs--dropdown-open');\n                        dropdownToggle.setAttribute('aria-expanded', 'true');\n                    }\n                });\n            }\n\n            dropdownItems.forEach(function (item) {\n                item.addEventListener('click', function (e) {\n                    e.stopPropagation();\n                    switchTab(this.getAttribute('data-tab'));\n                    dropdown.classList.remove('lare_tabs--dropdown-open');\n                    dropdownToggle.setAttribute('aria-expanded', 'false');\n                });\n            });\n\n            document.addEventListener('click', function () {\n                if (dropdown && dropdown.classList.contains('lare_tabs--dropdown-open')) {\n                    dropdown.classList.remove('lare_tabs--dropdown-open');\n                    dropdownToggle.setAttribute('aria-expanded', 'false');\n                }\n            });\n\n            \/\/ Modal de planos ampliables\n            var modal = document.createElement('div');\n            modal.className = 'lare_plano-modal';\n            modal.setAttribute('role', 'dialog');\n            modal.setAttribute('aria-modal', 'true');\n            modal.innerHTML =\n                '<div class=\"lare_plano-modal__inner\">' +\n                '<button type=\"button\" class=\"lare_plano-modal__close\" aria-label=\"Close\">' +\n                '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">' +\n                '<line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>' +\n                '<line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>' +\n                '<\/svg>' +\n                '<\/button>' +\n                '<img decoding=\"async\" class=\"lare_plano-modal__img\" src=\"\" alt=\"\">' +\n                '<\/div>';\n            document.body.appendChild(modal);\n\n            var modalImg = modal.querySelector('.lare_plano-modal__img');\n            var modalClose = modal.querySelector('.lare_plano-modal__close');\n\n            function openPlanoModal(src, alt) {\n                modalImg.setAttribute('src', src);\n                modalImg.setAttribute('alt', alt || '');\n                modal.classList.add('lare_plano-modal--open');\n                document.body.style.overflow = 'hidden';\n            }\n\n            function closePlanoModal() {\n                modal.classList.remove('lare_plano-modal--open');\n                document.body.style.overflow = '';\n            }\n\n            document.querySelectorAll('.lare_tabs [data-plano-zoom]').forEach(function (wrap) {\n                wrap.addEventListener('click', function () {\n                    var img = wrap.querySelector('img');\n                    if (img) { openPlanoModal(img.getAttribute('src'), img.getAttribute('alt')); }\n                });\n            });\n\n            modalClose.addEventListener('click', closePlanoModal);\n            modal.addEventListener('click', function (e) {\n                if (e.target === modal) { closePlanoModal(); }\n            });\n            document.addEventListener('keydown', function (e) {\n                if (e.key === 'Escape' && modal.classList.contains('lare_plano-modal--open')) {\n                    closePlanoModal();\n                }\n            });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61fb761 e-con-full e-flex e-con e-child\" data-id=\"61fb761\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d727cc elementor-widget elementor-widget-html\" data-id=\"7d727cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>Las Arenas \u2013 Standort<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        .lare_location {\n            position: relative;\n            padding: 100px 0;\n            background-color: #FFFFFF;\n        }\n\n        .lare_location__container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 60px;\n        }\n\n        \/* \u2500\u2500 Header \u2500\u2500 *\/\n        .lare_location__header {\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 64px;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_location__header.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_location__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: inline-block;\n            border-bottom: 1px solid #D6B98C;\n            padding-bottom: 8px;\n        }\n\n        .lare_location__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(36px, 4.5vw, 56px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0 0 16px 0;\n        }\n\n        .lare_location__title strong {\n            font-weight: 400;\n            color: #D6B98C;\n        }\n\n        .lare_location__tagline {\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 300;\n            line-height: 1.5;\n            color: rgba(46, 49, 56, 0.7);\n            margin: 0;\n        }\n\n        \/* \u2500\u2500 Features List (Horizontal) \u2500\u2500 *\/\n        .lare_location__list {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 40px;\n            margin-bottom: 64px;\n        }\n\n        .lare_location__item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.6s ease, transform 0.6s ease;\n        }\n\n        .lare_location__item.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_location__item:nth-child(2) {\n            transition-delay: 0.1s;\n        }\n\n        .lare_location__item:nth-child(3) {\n            transition-delay: 0.2s;\n        }\n\n        .lare_location__item:nth-child(4) {\n            transition-delay: 0.3s;\n        }\n\n        .lare_location__item-icon {\n            width: 48px;\n            height: 48px;\n            border-radius: 50%;\n            background-color: rgba(214, 185, 140, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D6B98C;\n            margin-bottom: 24px;\n        }\n\n        .lare_location__item-icon svg {\n            width: 24px;\n            height: 24px;\n            fill: none;\n            stroke: currentColor;\n            stroke-width: 1.5;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .lare_location__item-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: 20px;\n            font-weight: 500;\n            color: #2E3138;\n            margin: 0 0 12px 0;\n        }\n\n        .lare_location__item-text {\n            font-size: 15px;\n            font-weight: 300;\n            line-height: 1.6;\n            color: rgba(46, 49, 56, 0.6);\n            margin: 0;\n        }\n\n        \/* \u2500\u2500 CTA Container \u2500\u2500 *\/\n        .lare_location__cta-container {\n            text-align: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;\n        }\n\n        .lare_location__cta-container.is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .lare_location__cta {\n            display: inline-block;\n            background-color: #2E3138;\n            color: #FFFFFF;\n            font-family: 'DM Sans', sans-serif;\n            font-size: 14px;\n            font-weight: 500;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            text-decoration: none;\n            padding: 18px 36px;\n            transition: background-color 0.3s ease, transform 0.3s ease;\n        }\n\n        .lare_location__cta:hover {\n            background-color: #D6B98C;\n            transform: translateY(-2px);\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 1100px) {\n            .lare_location__list {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 56px 40px;\n            }\n        }\n\n        @media screen and (max-width: 768px) {\n            .lare_location {\n                padding: 80px 0;\n            }\n\n            .lare_location__container {\n                padding: 0 32px;\n            }\n\n            .lare_location__list {\n                grid-template-columns: 1fr;\n                gap: 48px;\n            }\n        }\n\n        @media screen and (max-width: 480px) {\n            .lare_location__container {\n                padding: 0 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_location\" id=\"ubicacion\">\n<div class=\"lare_location__container\">\n<div class=\"lare_location__header\" data-reveal=\"\">\n<span class=\"lare_location__label\">Standort &amp; Klima<\/span>\n<h2 class=\"lare_location__title\">Im<strong>Herz<\/strong>von Corralejo<\/h2>\n<p class=\"lare_location__tagline\">Im Herzen von Corralejo: 7 Minuten zum Strand, neben den D\u00fcnen, Superm\u00e4rkte (Mercadona, Lidl) weniger als eine Minute entfernt, Flughafen ~40 Minuten. Ein ganzj\u00e4hriges Klima \u2013 Sonne und konstante Temperaturen zw\u00f6lf Monate im Jahr. Und eine geschlossene Wohnanlage, die Sie einfach abschlie\u00dfen und verlassen k\u00f6nnen.<\/p>\n<\/div>\n<div class=\"lare_location__list\">\n<!-- Item 1: A 7 min. de la playa \u2014 icono footprints (Lucide), pisadas hacia la duna\/playa -->\n<div class=\"lare_location__item\" data-reveal=\"\">\n<div class=\"lare_location__item-icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z\"><\/path>\n<path d=\"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z\"><\/path>\n<path d=\"M16 17h4\"><\/path>\n<path d=\"M4 13h4\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_location__item-title\">7 Minuten zum Strand<\/h3>\n<p class=\"lare_location__item-text\">Und neben dem Naturpark Corralejo Dunes.<\/p>\n<\/div>\n<!-- Item 2: Servicios \u2014 icono shopping-cart (Lucide), ya encajaba correctamente -->\n<div class=\"lare_location__item\" data-reveal=\"\">\n<div class=\"lare_location__item-icon\">\n<svg viewbox=\"0 0 24 24\">\n<circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle>\n<circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle>\n<path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_location__item-title\">Alltagsdienstleistungen<\/h3>\n<p class=\"lare_location__item-text\">Superm\u00e4rkte (Mercadona, Lidl) gegen\u00fcber, zu Fu\u00df erreichbar.<\/p>\n<\/div>\n<!-- Item 3: Bien conectado \u2014 icono plane (Lucide), encaja con la referencia al aeropuerto -->\n<div class=\"lare_location__item\" data-reveal=\"\">\n<div class=\"lare_location__item-icon\">\n<svg viewbox=\"0 0 24 24\">\n<path d=\"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"lare_location__item-title\">Gut vernetzt<\/h3>\n<p class=\"lare_location__item-text\">Flughafen Fuerteventura, FUE, ca. 40 Minuten mit dem Auto.<\/p>\n<\/div>\n<!-- Item 4: Clima de todo el a\u00f1o \u2014 icono sun (Lucide), ya encajaba correctamente -->\n<div class=\"lare_location__item\" data-reveal=\"\">\n<div class=\"lare_location__item-icon\">\n<svg viewbox=\"0 0 24 24\">\n<circle cx=\"12\" cy=\"12\" r=\"5\"><\/circle>\n<line x1=\"12\" x2=\"12\" y1=\"1\" y2=\"3\"><\/line>\n<line x1=\"12\" x2=\"12\" y1=\"21\" y2=\"23\"><\/line>\n<line x1=\"4.22\" x2=\"5.64\" y1=\"4.22\" y2=\"5.64\"><\/line>\n<line x1=\"18.36\" x2=\"19.78\" y1=\"18.36\" y2=\"19.78\"><\/line>\n<line x1=\"1\" x2=\"3\" y1=\"12\" y2=\"12\"><\/line>\n<line x1=\"21\" x2=\"23\" y1=\"12\" y2=\"12\"><\/line>\n<line x1=\"4.22\" x2=\"5.64\" y1=\"19.78\" y2=\"18.36\"><\/line>\n<line x1=\"18.36\" x2=\"19.78\" y1=\"5.64\" y2=\"4.22\"><\/line>\n<\/svg>\n<\/div>\n<h3 class=\"lare_location__item-title\">Ganzj\u00e4hriges Klima<\/h3>\n<p class=\"lare_location__item-text\">Zw\u00f6lf Monate im Jahr Sonne und konstante Temperaturen.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('.lare_location [data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            els.forEach(function (el) { secObs.observe(el); });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b52f3c elementor-widget elementor-widget-html\" data-id=\"7b52f3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<iframe allowfullscreen=\"\" id=\"iframe-map\" loading=\"lazy\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/lare-mapa-de.html\" style=\"height: 80vh; width: 100%;\" title=\"Las arenas, Mapa Interactivo\">\n<\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c14295 e-con-full e-flex e-con e-parent\" data-id=\"9c14295\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf27351 elementor-widget elementor-widget-html\" data-id=\"cf27351\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>Las Arenas \u2013 Promoter<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        \/* \u2550\u2550 SECCI\u00d3N PROMOTOR: fondo oscuro, imagen de fondo muy tenue \u2550\u2550 *\/\n        .lare_promo {\n            position: relative !important;\n            padding: 140px 0 120px !important;\n            background-color: #1A1D22 !important;\n            overflow: hidden !important;\n        }\n\n        \/* Imagen exterior de fondo muy tenue *\/\n        .lare_promo__bg {\n            position: absolute !important;\n            inset: 0 !important;\n            width: 100% !important;\n            height: 100% !important;\n            object-fit: cover !important;\n            opacity: 0.07 !important;\n            pointer-events: none !important;\n        }\n\n        \/* Glow dorado central *\/\n        .lare_promo::before {\n            content: '' !important;\n            position: absolute !important;\n            inset: 0 !important;\n            background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(214, 185, 140, 0.10), transparent) !important;\n            pointer-events: none !important;\n        }\n\n        .lare_promo__container {\n            max-width: 1000px !important;\n            margin: 0 auto !important;\n            padding: 0 60px !important;\n            position: relative !important;\n            z-index: 2 !important;\n            text-align: center !important;\n        }\n\n        \/* Label *\/\n        .lare_promo__label {\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 10px !important;\n            font-weight: 500 !important;\n            letter-spacing: 3px !important;\n            text-transform: uppercase !important;\n            color: #D6B98C !important;\n            display: block !important;\n            margin-bottom: 32px !important;\n            opacity: 0 !important;\n            transition: opacity 0.7s ease !important;\n        }\n\n        .lare_promo__label.lare--in {\n            opacity: 1 !important;\n        }\n\n        \/* L\u00ednea dorada decorativa *\/\n        .lare_promo__rule {\n            width: 48px !important;\n            height: 2px !important;\n            background-color: #D6B98C !important;\n            margin: 0 auto 40px !important;\n            opacity: 0 !important;\n            transform: scaleX(0) !important;\n            transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s !important;\n        }\n\n        .lare_promo__rule.lare--in {\n            opacity: 1 !important;\n            transform: scaleX(1) !important;\n        }\n\n        \/* T\u00edtulo *\/\n        .lare_promo__title {\n            font-family: 'Raleway', sans-serif !important;\n            font-size: clamp(24px, 2.8vw, 38px) !important;\n            font-weight: 300 !important;\n            line-height: 1.3 !important;\n            letter-spacing: -0.5px !important;\n            color: #FAF7F1 !important;\n            margin: 0 auto 44px !important;\n            max-width: 760px !important;\n            opacity: 0 !important;\n            transform: translateY(14px) !important;\n            transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s !important;\n        }\n\n        .lare_promo__title.lare--in {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        .lare_promo__title-accent {\n            color: #D6B98C !important;\n        }\n\n        \/* Texto cuerpo *\/\n        .lare_promo__body {\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 16px !important;\n            font-weight: 300 !important;\n            line-height: 1.8 !important;\n            color: rgba(250, 247, 241, 0.55) !important;\n            max-width: 720px !important;\n            margin: 0 auto 64px !important;\n            opacity: 0 !important;\n            transform: translateY(12px) !important;\n            transition: opacity 0.7s ease 0.25s, transform 0.7s ease 0.25s !important;\n        }\n\n        .lare_promo__body.lare--in {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        \/* Logos promotores centrados *\/\n        .lare_promo__logos {\n            display: flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            gap: 56px !important;\n            opacity: 0 !important;\n            transform: translateY(10px) !important;\n            transition: opacity 0.7s ease 0.35s, transform 0.7s ease 0.35s !important;\n        }\n\n        .lare_promo__logos.lare--in {\n            opacity: 1 !important;\n            transform: translateY(0) !important;\n        }\n\n        .lare_promo__logo-item {\n            display: flex !important;\n            flex-direction: column !important;\n            align-items: center !important;\n            gap: 12px !important;\n        }\n\n        .lare_promo__logo-item img {\n            height: 36px !important;\n            width: auto !important;\n            max-width: 200px !important;\n            object-fit: contain !important;\n            display: block !important;\n            filter: brightness(0) invert(1) !important;\n            opacity: 0.85 !important;\n        }\n\n        .lare_promo__logo-lbl {\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 10px !important;\n            font-weight: 500 !important;\n            letter-spacing: 2px !important;\n            text-transform: uppercase !important;\n            color: rgba(250, 247, 241, 0.35) !important;\n        }\n\n        \/* Texto de logo (placeholder si no hay imagen) *\/\n        .lare_promo__logo-text {\n            font-family: 'Raleway', sans-serif !important;\n            font-size: 22px !important;\n            font-weight: 500 !important;\n            color: rgba(250, 247, 241, 0.6) !important;\n            letter-spacing: 1px !important;\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media (max-width: 1100px) {\n            .lare_promo {\n                padding: 100px 0 90px !important;\n            }\n\n            .lare_promo__container {\n                padding: 0 40px !important;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .lare_promo {\n                padding: 80px 0 72px !important;\n            }\n\n            .lare_promo__container {\n                padding: 0 24px !important;\n            }\n\n            .lare_promo__body {\n                margin-bottom: 52px !important;\n            }\n\n            .lare_promo__logos {\n                gap: 36px !important;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .lare_promo__container {\n                padding: 0 20px !important;\n            }\n\n            .lare_promo__body {\n                font-size: 15px !important;\n            }\n\n            .lare_promo__logos {\n                gap: 24px !important;\n            }\n\n            .lare_promo__logo-item img {\n                height: 28px !important;\n            }\n\n            .lare_promo__logo-text {\n                font-size: 18px !important;\n            }\n        }\n\n        \/* \u2500\u2500 Reduced motion \u2500\u2500 *\/\n        @media (prefers-reduced-motion: reduce) {\n\n            .lare_promo__label,\n            .lare_promo__rule,\n            .lare_promo__title,\n            .lare_promo__body,\n            .lare_promo__logos {\n                opacity: 1 !important;\n                transform: none !important;\n                transition: none !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_promo\">\n<!-- Fondo -->\n<img decoding=\"async\" alt=\"\" class=\"lare_promo__bg\" loading=\"lazy\" role=\"presentation\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-128-scaled.jpg\"\/>\n<div class=\"lare_promo__container\">\n<span class=\"lare_promo__label\" data-rev=\"\">Der Entwickler<\/span>\n<div class=\"lare_promo__rule\" data-rev=\"\"><\/div>\n<h2 class=\"lare_promo__title\" data-rev=\"\">Ein Kauf, der von Menschen unterst\u00fctzt wird, die es richtig gemacht haben<span class=\"lare_promo__title-accent\">jahrelang<\/span>\n<\/h2>\n<p class=\"lare_promo__body\" data-rev=\"\">Las Arenas ist eine Entwicklung von Excent, einem Neubauspezialisten, der in \u00fcber 2.500 Gemeinden mit \u00fcber 550 Maklern in ganz Spanien vertreten ist. Ein englischsprachiges Team begleitet Sie bei jedem Schritt \u2013 auch beim Kauf im Ausland.<\/p>\n<!-- Logo promotor -->\n<div class=\"lare_promo__logos\" data-rev=\"\">\n<div class=\"lare_promo__logo-item\">\n<img decoding=\"async\" alt=\"ByEXCEN Logo\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/07\/excent_logo-2.webp\"\/>\n<span class=\"lare_promo__logo-lbl\">Entwickler<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('[data-rev]');\n            var obs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) { e.target.classList.add('lare--in'); obs.unobserve(e.target); }\n                });\n            }, { threshold: 0.12 });\n            els.forEach(function (el, i) {\n                el.style.transitionDelay = (i * 0.1) + 's';\n                obs.observe(el);\n            });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68a7d1c e-con-full e-flex e-con e-parent\" data-id=\"68a7d1c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-951d9e2 elementor-widget elementor-widget-html\" data-id=\"951d9e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"es\">\n<head>\n<meta charset=\"utf-8\"\/>\n<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/>\n<title>Las Arenas - CTA<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@200;300;400;500;600&amp;family=DM+Sans:wght@300;400;500&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        \/* \u2500\u2500 Unified CTA & Promotor Section \u2500\u2500 *\/\n        .lare_cta {\n            position: relative;\n            padding: 100px 0 80px;\n            background-color: #FAF7F1;\n            text-align: center;\n        }\n\n        .lare_cta__container {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 0 40px;\n        }\n\n        .lare_cta__label {\n            font-size: 10px;\n            font-weight: 500;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin-bottom: 24px;\n            display: inline-block;\n            border-bottom: 1px solid #D6B98C;\n            padding-bottom: 8px;\n        }\n\n        .lare_cta__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(36px, 5vw, 64px);\n            font-weight: 200;\n            line-height: 1.1;\n            letter-spacing: -1px;\n            color: #2E3138;\n            margin: 0 0 24px 0;\n        }\n\n        .lare_cta__title strong {\n            font-weight: 400;\n            color: #D6B98C;\n        }\n\n        .lare_cta__subtitle {\n            font-size: clamp(16px, 1.5vw, 18px);\n            font-weight: 300;\n            line-height: 1.7;\n            color: rgba(46, 49, 56, 0.7);\n            margin: 0 auto 18px;\n            max-width: 600px;\n        }\n\n        \/* \u2500\u2500 WPForms Overrides \u2500\u2500 *\/\n        .lare_cta__form-wrapper {\n\n            padding: 18px;\n            border-radius: 4px;\n            margin-bottom: 26px;\n        }\n\n        .wpforms-container {\n            margin: 0 auto !important;\n            max-width: 100% !important;\n        }\n\n        .wpforms-field-container {\n            display: grid !important;\n            grid-template-columns: 1fr 1fr !important;\n            gap: 24px !important;\n            margin-bottom: 32px !important;\n        }\n\n        .wpforms-field.wpforms-field-email {\n            grid-column: 1 \/ -1 !important;\n        }\n\n        .wpforms-field-label {\n            display: none !important;\n        }\n\n        .wpforms-field input,\n        .wpforms-field textarea {\n            width: 100% !important;\n            background: transparent !important;\n            border: none !important;\n            border-bottom: 1px solid rgba(46, 49, 56, 0.2) !important;\n            border-radius: 0 !important;\n            padding: 16px 0 !important;\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 16px !important;\n            color: #2E3138 !important;\n            transition: border-color 0.3s ease !important;\n            box-sizing: border-box !important;\n        }\n\n        .wpforms-field input:focus,\n        .wpforms-field textarea:focus {\n            outline: none !important;\n            border-color: #D6B98C !important;\n        }\n\n        .wpforms-field input::placeholder,\n        .wpforms-field textarea::placeholder {\n            color: rgba(46, 49, 56, 0.4) !important;\n        }\n\n        .wpforms-submit-container {\n            text-align: center !important;\n            padding: 0 !important;\n            margin: 0 !important;\n        }\n\n        .wpforms-submit {\n            background-color: #2E3138 !important;\n            color: #FFFFFF !important;\n            border: none !important;\n            font-family: 'DM Sans', sans-serif !important;\n            font-size: 14px !important;\n            font-weight: 500 !important;\n            letter-spacing: 1px !important;\n            text-transform: uppercase !important;\n            cursor: pointer !important;\n            transition: background-color 0.3s ease, transform 0.3s ease !important;\n            display: inline-flex !important;\n            align-items: center !important;\n            justify-content: center !important;\n            height: 56px !important;\n            padding: 0 48px !important;\n            box-sizing: border-box !important;\n            line-height: 1 !important;\n            margin: 0 auto !important;\n        }\n\n        .wpforms-submit:hover {\n            background-color: #D6B98C !important;\n            transform: translateY(-2px) !important;\n        }\n\n        \/* \u2500\u2500 Promotor (Excent) \u2500\u2500 *\/\n        .lare_promotor {\n            padding-top: 48px;\n            border-top: 1px solid rgba(46, 49, 56, 0.1);\n        }\n\n        .lare_promotor__title {\n            font-family: 'Raleway', sans-serif;\n            font-size: 16px;\n            font-weight: 500;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: #D6B98C;\n            margin: 0 0 16px 0;\n        }\n\n        .lare_promotor__text {\n            font-size: 14px;\n            font-weight: 300;\n            line-height: 1.8;\n            color: rgba(46, 49, 56, 0.7);\n            margin: 0 auto;\n            max-width: 600px;\n        }\n\n        \/* \u2500\u2500 Reveal \u2500\u2500 *\/\n        .lare_cta [data-reveal] {\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .lare_cta [data-reveal].is-visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n        @media screen and (max-width: 768px) {\n            .lare_cta {\n                padding: 80px 0;\n            }\n\n            .lare_cta__container {\n                padding: 0 24px;\n            }\n\n            .lare_cta__form-wrapper {\n                padding: 40px 24px;\n            }\n\n            .wpforms-field-container {\n                grid-template-columns: 1fr !important;\n                gap: 16px !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<section class=\"lare_cta\" id=\"reservar\">\n<div class=\"lare_cta__container\">\n<span class=\"lare_cta__label\" data-reveal=\"\">Machen Sie den Schritt<\/span>\n<h2 class=\"lare_cta__title\" data-reveal=\"\">Machen Sie den Schritt \u2013 kommen Sie und<strong>sehen Sie es<\/strong><\/h2>\n<p class=\"lare_cta__subtitle\" data-reveal=\"\">Hinterlassen Sie Ihre Daten und wir werden uns mit Ihnen in Verbindung setzen, um Ihren Besuch zu vereinbaren.<\/p>\n<div class=\"lare_cta__form-wrapper\" data-reveal=\"\"><style id=\"wpforms-css-vars-1125\">\n\t\t\t\t#wpforms-1125 {\n\t\t\t\t--wpforms-field-border-color: rgba(0, 0, 0, 0.25);\n--wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);\n--wpforms-field-text-color: rgba(0, 0, 0, 0.7);\n--wpforms-label-color: rgba(0, 0, 0, 0.85);\n--wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);\n--wpforms-button-background-color: #1846bd;\n--wpforms-background-color: rgba(0, 0, 0, 0);\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n--wpforms-container-shadow-size-box-shadow: none;\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-1125\"><form id=\"wpforms-form-1125\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"1125\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/de\/wp-json\/wp\/v2\/pages\/1474\" data-token=\"bea53d43848fbf131ec4609bbdb35471\" data-token-time=\"1785680789\"><noscript class=\"wpforms-error-noscript\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Bitte aktiviere JavaScript in deinem Browser, um dieses Formular fertigzustellen.<\/div><div class=\"wpforms-field-container\">\t\t<div id=\"wpforms-1125-field_2-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"2\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-1125-field_2\" >Benutzer<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-1125-field_2\" class=\"wpforms-field-medium\" name=\"wpforms[fields][2]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-1125-field_1-container\" class=\"wpforms-field wpforms-field-text oculto-form\" data-field-type=\"text\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-1125-field_1\" aria-hidden=\"false\">Benutzer<\/label><input type=\"text\" id=\"wpforms-1125-field_1\" class=\"wpforms-field-medium\" name=\"wpforms[fields][1]\" aria-errormessage=\"wpforms-1125-field_1-error\" ><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-1125-field_2-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-1125-field_2-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-1125-field_2-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"1125\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/pages\/1474\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-1125\" class=\"wpforms-submit\" data-alt-text=\"Wir sind drin...\" data-submit-text=\"Termin konfigurieren und planen\" aria-live=\"assertive\" value=\"wpforms-submit\">Termin konfigurieren und planen<\/button><img decoding=\"async\" src=\"https:\/\/lasarenas-excent.com\/wp-content\/plugins\/wpforms\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Wird geladen\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div>\n<\/div>\n<\/section>\n<script>\n        (function () {\n            'use strict';\n            var els = document.querySelectorAll('[data-reveal]');\n            var secObs = new IntersectionObserver(function (entries) {\n                entries.forEach(function (e) {\n                    if (e.isIntersecting) {\n                        e.target.classList.add('is-visible');\n                        secObs.unobserve(e.target);\n                    }\n                });\n            }, { threshold: 0.15, rootMargin: '0px 0px -50px 0px' });\n            els.forEach(function (el) { secObs.observe(el); });\n        })();\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Buchbesuch Las Arenas \u2022 Ausgezeichnet Die Ruhe einer Privatresidenz mit Pool und Padel, an einem der begehrtesten Orte im Norden. Corralejo das ganze Jahr \u00fcber \u2013 die D\u00fcnen, das Meer und Ihr Zuhause warten auf Sie. Vereinbaren Sie einen Termin The Sands \u2013 Termin Ein Zuhause zum Genie\u00dfen. Der Sand Las Arenas &#8211; Erlebnis Vier [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1474","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt<\/title>\n<meta name=\"description\" content=\"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lasarenas-excent.com\/de\/a\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt\" \/>\n<meta property=\"og:description\" content=\"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lasarenas-excent.com\/de\/a\/\" \/>\n<meta property=\"og:site_name\" content=\"Las Arenas\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T08:21:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/\",\"url\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/\",\"name\":\"Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Las_Arenas_Facade_IMG-37-scaled.jpg\",\"datePublished\":\"2026-06-27T09:14:33+00:00\",\"dateModified\":\"2026-07-15T08:21:58+00:00\",\"description\":\"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Las_Arenas_Facade_IMG-37-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Las_Arenas_Facade_IMG-37-scaled.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/a\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/lasarenas-excent.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pulse [DE]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#website\",\"url\":\"https:\\\/\\\/lasarenas-excent.com\\\/\",\"name\":\"Las Arenas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lasarenas-excent.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#organization\",\"name\":\"Las Arenas\",\"url\":\"https:\\\/\\\/lasarenas-excent.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DM-845-Logotipo_Las_Arenas_Fuerteventura_Logotipo_Las_Arenas_Positivo.svg\",\"contentUrl\":\"https:\\\/\\\/lasarenas-excent.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/DM-845-Logotipo_Las_Arenas_Fuerteventura_Logotipo_Las_Arenas_Positivo.svg\",\"width\":472,\"height\":283,\"caption\":\"Las Arenas\"},\"image\":{\"@id\":\"https:\\\/\\\/lasarenas-excent.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt","description":"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lasarenas-excent.com\/de\/a\/","og_locale":"de_DE","og_type":"article","og_title":"Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt","og_description":"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.","og_url":"https:\/\/lasarenas-excent.com\/de\/a\/","og_site_name":"Las Arenas","article_modified_time":"2026-07-15T08:21:58+00:00","og_image":[{"url":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lasarenas-excent.com\/de\/a\/","url":"https:\/\/lasarenas-excent.com\/de\/a\/","name":"Las Arenas | Finden Sie die Wohnung, die zu Ihnen passt","isPartOf":{"@id":"https:\/\/lasarenas-excent.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lasarenas-excent.com\/de\/a\/#primaryimage"},"image":{"@id":"https:\/\/lasarenas-excent.com\/de\/a\/#primaryimage"},"thumbnailUrl":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg","datePublished":"2026-06-27T09:14:33+00:00","dateModified":"2026-07-15T08:21:58+00:00","description":"Sagen Sie uns, wonach Sie suchen, und wir helfen Ihnen, die ideale Wohnung bei Las Arenas, Corralejo, zu finden. Ein einfacher, pers\u00f6nlicher Prozess in wenigen Minuten.","breadcrumb":{"@id":"https:\/\/lasarenas-excent.com\/de\/a\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lasarenas-excent.com\/de\/a\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/lasarenas-excent.com\/de\/a\/#primaryimage","url":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg","contentUrl":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/Las_Arenas_Facade_IMG-37-scaled.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/lasarenas-excent.com\/de\/a\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/lasarenas-excent.com\/de\/"},{"@type":"ListItem","position":2,"name":"Pulse [DE]"}]},{"@type":"WebSite","@id":"https:\/\/lasarenas-excent.com\/#website","url":"https:\/\/lasarenas-excent.com\/","name":"Las Arenas","description":"","publisher":{"@id":"https:\/\/lasarenas-excent.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lasarenas-excent.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/lasarenas-excent.com\/#organization","name":"Las Arenas","url":"https:\/\/lasarenas-excent.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/lasarenas-excent.com\/#\/schema\/logo\/image\/","url":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/DM-845-Logotipo_Las_Arenas_Fuerteventura_Logotipo_Las_Arenas_Positivo.svg","contentUrl":"https:\/\/lasarenas-excent.com\/wp-content\/uploads\/2026\/06\/DM-845-Logotipo_Las_Arenas_Fuerteventura_Logotipo_Las_Arenas_Positivo.svg","width":472,"height":283,"caption":"Las Arenas"},"image":{"@id":"https:\/\/lasarenas-excent.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/pages\/1474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/comments?post=1474"}],"version-history":[{"count":36,"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/pages\/1474\/revisions"}],"predecessor-version":[{"id":2020,"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/pages\/1474\/revisions\/2020"}],"wp:attachment":[{"href":"https:\/\/lasarenas-excent.com\/de\/wp-json\/wp\/v2\/media?parent=1474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}