{"id":33,"date":"2019-04-05T09:29:51","date_gmt":"2019-04-05T09:29:51","guid":{"rendered":"http:\/\/quanticalabs.com\/wp_themes4\/autoride\/?page_id=33"},"modified":"2025-08-16T10:04:59","modified_gmt":"2025-08-16T10:04:59","slug":"puntos-de-encuentro","status":"publish","type":"page","link":"https:\/\/brusselsairport.taxi\/es\/puntos-de-encuentro\/","title":{"rendered":"Puntos de encuentro"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_row-no-padding\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Nuestros puntos de encuentro | Taxi del aeropuerto de Bruselas<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700&family=Roboto:wght@400;500&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        :root {\n            --color-primary: #D71921; \/* Brussels Airport Taxi Red *\/\n            --color-primary-darker: #b8121b;\n            --color-background: #ffffff;\n            --color-surface: #f8f9fa; \n            --color-heading: #212529;\n            --color-text: #555;\n            --color-border: #dee2e6;\n            --font-heading: 'Poppins', sans-serif;\n            --font-body: 'Roboto', sans-serif;\n        }\n\n        body {\n            font-family: var(--font-body);\n            color: var(--color-text);\n            line-height: 1.7;\n            background-color: var(--color-background);\n            margin: 0;\n            padding: 0;\n        }\n\n        .mp-section-wrapper {\n            padding: 60px 20px;\n        }\n        .mp-section-wrapper.alt-bg {\n            background-color: var(--color-surface);\n        }\n\n        .mp-container {\n            max-width: 1140px;\n            margin: 0 auto;\n        }\n        \n        .mp-intro-text {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .mp-intro-text h1 {\n            font-family: var(--font-heading);\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: var(--color-heading);\n            margin-bottom: 10px;\n        }\n        .mp-intro-text p {\n            font-size: 1.2rem;\n            color: #777;\n            max-width: 750px;\n            margin: 0 auto;\n        }\n\n        .mp-meeting-point {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            gap: 40px;\n            margin-bottom: 40px; \n        }\n        \n        .mp-meeting-point:last-child {\n            margin-bottom: 0;\n        }\n\n        .mp-text-content {\n            flex: 1;\n            min-width: 300px; \n            text-align: left;\n        }\n        .mp-meeting-point.layout-text-right .mp-text-content {\n            order: 2;\n        }\n        .mp-meeting-point.layout-text-right .mp-image-content {\n            order: 1;\n        }\n\n        .mp-text-content h2 {\n            font-family: var(--font-heading);\n            font-size: 1.8rem;\n            color: var(--color-heading);\n            margin-top: 0;\n            margin-bottom: 15px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        .mp-text-content h2::after {\n            content: '';\n            display: block;\n            width: 50px;\n            height: 3px;\n            background-color: var(--color-primary);\n            position: absolute;\n            bottom: 0;\n            left: 0;\n        }\n\n        .mp-text-content .meeting-highlight {\n            font-size: 1.1em;\n            font-weight: 500;\n            color: var(--color-heading);\n            display: block;\n            margin-bottom: 15px;\n        }\n        .mp-text-content .meeting-highlight strong {\n            color: var(--color-primary);\n        }\n\n        .mp-text-content ul {\n            list-style: none;\n            padding: 0;\n            margin: 0 0 15px 0;\n        }\n        .mp-text-content ul li {\n            padding-left: 25px;\n            position: relative;\n            margin-bottom: 10px;\n            font-size: 1rem;\n        }\n        .mp-text-content ul li::before {\n            content: '\u2714'; \n            color: var(--color-primary);\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n        }\n        .mp-text-content .important-note {\n            font-style: italic;\n            color: #777;\n            font-size: 0.95rem;\n            border-left: 3px solid var(--color-primary);\n            padding-left: 15px;\n            margin-top: 20px;\n        }\n\n        .mp-image-content {\n            flex: 0 0 300px; \n            text-align: center;\n        }\n        .mp-image-content img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            border: 1px solid var(--color-border);\n            margin-bottom: 15px; \n            cursor: pointer;\n            transition: opacity 0.3s ease;\n        }\n        .mp-image-content img:hover {\n            opacity: 0.8;\n        }\n        .mp-image-content img:last-child {\n            margin-bottom: 0;\n        }\n        \n        .mp-separator {\n            border: 0;\n            height: 1px;\n            background-color: var(--color-border);\n            margin: 60px 0;\n        }\n\n        \/* Lightbox Styles *\/\n        .lightbox-modal {\n            display: none;\n            position: fixed;\n            z-index: 1000;\n            padding-top: 50px;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            overflow: auto;\n            background-color: rgba(0,0,0,0.85);\n            align-items: center;\n            justify-content: center;\n        }\n\n        .lightbox-content {\n            margin: auto;\n            display: block;\n            max-width: 85%;\n            max-height: 85%;\n            animation-name: zoomIn;\n            animation-duration: 0.4s;\n        }\n\n        @keyframes zoomIn {\n            from {transform: scale(0.5)} \n            to {transform: scale(1)}\n        }\n\n        .lightbox-close {\n            position: absolute;\n            top: 20px;\n            right: 35px;\n            color: #f1f1f1;\n            font-size: 40px;\n            font-weight: bold;\n            transition: 0.3s;\n            cursor: pointer;\n            line-height: 1;\n        }\n\n        .lightbox-close:hover,\n        .lightbox-close:focus {\n            color: #bbb;\n            text-decoration: none;\n            cursor: pointer;\n        }\n\n        @media (max-width: 768px) {\n            .mp-intro-text h1 { font-size: 2rem; }\n            .mp-text-content h2 { font-size: 1.5rem; }\n            .mp-meeting-point {\n                flex-direction: column;\n                gap: 30px;\n            }\n            .mp-meeting-point.layout-text-right .mp-text-content,\n            .mp-meeting-point.layout-text-right .mp-image-content {\n                order: 0; \n            }\n            .mp-text-content { text-align: center; }\n            .mp-text-content h2::after { left: 50%; transform: translateX(-50%); }\n            .mp-text-content ul { display: inline-block; text-align: left; }\n            .mp-image-content { flex-basis: auto; width: 100%; max-width: 350px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"mp-section-wrapper\">\n        <div class=\"mp-container\">\n            <div class=\"mp-intro-text\">\n                <h1>Conozca a su conductor sin esfuerzo<\/h1>\n                <p>Find our designated meeting points for a seamless and quick transfer with brusselsairport.taxi.<\/p>\n            <\/div>\n\n            <div class=\"mp-meeting-point\">\n                <div class=\"mp-text-content\">\n                    <h2>Punto de encuentro de taxis en el aeropuerto de Bruselas (BRU)<\/h2>\n                    <p class=\"meeting-highlight\">Your private chauffeur will be waiting at the <strong>CAFETER\u00cdA JAVA<\/strong>, located in the arrivals hall.<\/p>\n                    <ul>\n                        <li><strong>Paso 1:<\/strong> After you have collected your luggage, make your way to the public arrivals hall of Brussels Zaventem Airport.<\/li>\n                        <li><strong>Paso 2:<\/strong> Find the <strong>Cafeter\u00eda Java<\/strong>, which is situated directly next to the airport's information desk.<\/li>\n                        <li><strong>Paso 3:<\/strong> Your driver will be holding a sign with your name, which allows for easy recognition for your transfer.<\/li>\n                    <\/ul>\n                    <p class=\"important-note\">We monitor all flights in real-time. Your booking is secure, even if your flight is delayed.<\/p>\n                <\/div>\n                <div class=\"mp-image-content\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2022\/11\/mid_Brussels_Airport_BRU20241106_arrival-hall_maps-scaled.jpg\" alt=\"Mapa del punto de encuentro del aeropuerto de Bruselas en la sala de llegadas\" onclick=\"openLightbox(this.src, this.alt)\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2019\/04\/java-coffee-brussels-airport.jpg\" alt=\"Java Coffee House en el aeropuerto de Bruselas\" onclick=\"openLightbox(this.src, this.alt)\">\n                <\/div>\n            <\/div>\n\n            <hr class=\"mp-separator\">\n\n            <div class=\"mp-meeting-point layout-text-right\">\n                <div class=\"mp-text-content\">\n                    <h2>Conoce a tu conductor en el aeropuerto de Charleroi (CRL)<\/h2>\n                    <p class=\"meeting-highlight\">Your pickup location is inside the terminal, directly in front of <strong>STARBUCKS<\/strong>.<\/p>\n                    <ul>\n                        <li><strong>Paso 1:<\/strong> Inside the arrivals terminal of Brussels South Charleroi Airport, locate the <strong>Starbucks<\/strong> cafeter\u00eda.<\/li>\n                        <li><strong>Paso 2:<\/strong> Your driver will be waiting there to ensure a calm and peaceful pickup, away from the main crowds.<\/li>\n                        <li><strong>Paso 3:<\/strong> You will easily recognize your chauffeur by the personalized sign they will be holding.<\/li>\n                    <\/ul>\n                    <p class=\"important-note\">This specific meeting point makes your taxi transfer from Charleroi both quick and stress-free.<\/p>\n                <\/div>\n                <div class=\"mp-image-content\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2019\/04\/Terminal-1-Map-Brussels-South-Charleroi-Airport-2210_4-scaled.jpg\" alt=\"Mapa del punto de encuentro del aeropuerto de Charleroi\" onclick=\"openLightbox(this.src, this.alt)\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2019\/04\/brussels-south-charleroi-airport-Starbucks.jpg\" alt=\"Starbucks en el aeropuerto de Charleroi\" onclick=\"openLightbox(this.src, this.alt)\">\n                <\/div>\n            <\/div>\n\n            <hr class=\"mp-separator\">\n\n            <div class=\"mp-meeting-point\">\n                <div class=\"mp-text-content\">\n                    <h2>Punto de recogida en la estaci\u00f3n de Bruselas-Midi (Eurostar\/Thalys)<\/h2>\n                    <p class=\"meeting-highlight\">For Eurostar\/Thalys arrivals, you will find your driver at the <strong>Caf\u00e9 PRET<\/strong>, next to the Zebra statue.<\/p>\n                    <ul>\n                        <li><strong>Paso 1:<\/strong> After you disembark at Gare du Midi, please head towards the main exit hall.<\/li>\n                        <li><strong>Paso 2:<\/strong> The designated meeting point for your taxi booking is in front of the shop named <strong>Caf\u00e9 PRET<\/strong>.<\/li>\n                        <li><strong>Paso 3:<\/strong> El grande <strong>estatua de cebra<\/strong> serves as the perfect landmark\u2014our driver will be right there.<\/li>\n                    <\/ul>\n                    <p class=\"important-note\">This location guarantees a fast and fluid connection between your train and your private taxi.<\/p>\n                <\/div>\n                <div class=\"mp-image-content\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2019\/04\/brussels-midi-map-2023.jpg\" alt=\"Mapa del punto de encuentro de la estaci\u00f3n de Bruselas-Midi\" onclick=\"openLightbox(this.src, this.alt)\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2019\/04\/acceuil-gare-pret-taxi.MP_-scaled.jpeg\" alt=\"Caf\u00e9 PRET and Zebra statue at Brussels-Midi Station\" onclick=\"openLightbox(this.src, this.alt)\">\n                <\/div>\n            <\/div>\n            \n            <hr class=\"mp-separator\">\n\n            <div class=\"mp-meeting-point layout-text-right\">\n                <div class=\"mp-text-content\">\n                    <h2>Recogida en hotel y domicilio privado<\/h2>\n                    <p class=\"meeting-highlight\">We provide a convenient door-to-door taxi service from any location.<\/p>\n                    <ul>\n                        <li><strong>Para recogidas en hoteles:<\/strong> Your driver will meet you in the hotel lobby or directly at the reception desk.<\/li>\n                        <li><strong>Para direcciones privadas:<\/strong> Your chauffeur will be waiting at the main entrance of your office or home at the scheduled time.<\/li>\n                    <\/ul>\n                    <p class=\"important-note\">To guarantee a punctual departure, we kindly ask that you are ready for your pickup at the agreed-upon time.<\/p>\n                <\/div>\n                <div class=\"mp-image-content\">\n                    <img decoding=\"async\" src=\"https:\/\/brusselsairport.taxi\/wp-content\/uploads\/2022\/11\/pick-up-hotel.jpg\" alt=\"Servicio de recogida de taxis en un hotel.\" onclick=\"openLightbox(this.src, this.alt)\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <div id=\"myLightboxModal\" class=\"lightbox-modal\" onclick=\"closeLightboxOnClick(event)\">\n        <span class=\"lightbox-close\" onclick=\"document.getElementById('myLightboxModal').style.display='none'\">\u00d7<\/span>\n        <img decoding=\"async\" class=\"lightbox-content\" id=\"lightboxImg\" src=\"#\" alt=\"Imagen ampliada\">\n    <\/div>\n\n<script>\n    \/\/ Get the modal\n    var lightboxModal = document.getElementById('myLightboxModal');\n    \/\/ Get the image placeholder\n    var lightboxImg = document.getElementById('lightboxImg');\n\n    \/\/ Function to open the modal\n    function openLightbox(imgSrc, imgAlt) {\n        lightboxModal.style.display = \"flex\"; \/\/ Changed to flex for centering\n        lightboxImg.src = imgSrc;\n        lightboxImg.alt = imgAlt;\n    }\n\n    \/\/ Function to close the modal if background is clicked\n    function closeLightboxOnClick(event) {\n        if (event.target == lightboxModal) {\n            lightboxModal.style.display = \"none\";\n        }\n    }\n\n    \/\/ Optional: Close lightbox with Escape key\n    document.addEventListener('keydown', function(event) {\n        if (event.key === \"Escape\" && lightboxModal.style.display === \"flex\") {\n            lightboxModal.style.display = \"none\";\n        }\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Our Meeting Points | Brussels Airport Taxi Meet Your Driver Effortlessly Find our designated meeting points for a seamless and quick transfer with brusselsairport.taxi. Taxi Meeting Point at Brussels Airport (BRU) Your private chauffeur will be waiting at the JAVA COFFEE HOUSE, located in the arrivals hall. Step 1: After you have collected your luggage, [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":13,"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":54249,"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/pages\/33\/revisions\/54249"}],"wp:attachment":[{"href":"https:\/\/brusselsairport.taxi\/es\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}