{"id":8510,"date":"2025-07-29T08:04:49","date_gmt":"2025-07-29T08:04:49","guid":{"rendered":"https:\/\/hercesapt.evoost.ai\/about\/contact\/"},"modified":"2025-09-24T08:58:42","modified_gmt":"2025-09-24T08:58:42","slug":"contact","status":"publish","type":"page","link":"https:\/\/hercesa.pt\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8510\" class=\"elementor elementor-8510 elementor-8211\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f39ef41 e-con-full e-flex e-con e-parent\" data-id=\"f39ef41\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4274c4e elementor-widget elementor-widget-html\" data-id=\"4274c4e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Contact - Hercesa<\/title>\r\n<style>\r\n    \/* Secci\u00f3n de Contacto Hercesa *\/\r\n    .hercesa-contacto {\r\n        padding: 5rem 0;\r\n        background-color: #ffffff;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    \/* Decoraciones de fondo *\/\r\n    .contacto-bg-decoration {\r\n        position: absolute;\r\n        z-index: 0;\r\n    }\r\n    \r\n    .decoration-1 {\r\n        top: -150px;\r\n        right: -150px;\r\n        width: 300px;\r\n        height: 300px;\r\n        border-radius: 50%;\r\n        background-color: rgba(30, 58, 138, 0.03);\r\n    }\r\n    \r\n    .decoration-2 {\r\n        bottom: -100px;\r\n        left: -100px;\r\n        width: 200px;\r\n        height: 200px;\r\n        border: 20px solid rgba(254, 213, 111, 0.05);\r\n        border-radius: 50%;\r\n    }\r\n    \r\n    .contacto-container {\r\n        width: 90%;\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n        position: relative;\r\n        z-index: 1;\r\n    }\r\n    \r\n    \/* Badge de fase *\/\r\n    .fase-badge {\r\n        display: inline-block;\r\n        background-color: #1E3A8A;\r\n        color: white;\r\n        padding: 0.8rem 2rem;\r\n        border-radius: 50px;\r\n        font-weight: 700;\r\n        font-size: 1rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        margin-bottom: 3rem;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .fase-badge::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: -100%;\r\n        width: 100%;\r\n        height: 100%;\r\n        background-color: #FED56F;\r\n        transition: left 0.3s ease;\r\n        z-index: 0;\r\n    }\r\n    \r\n    .fase-badge:hover::before {\r\n        left: 0;\r\n    }\r\n    \r\n    .fase-badge span {\r\n        position: relative;\r\n        z-index: 1;\r\n    }\r\n    \r\n    .fase-badge:hover span {\r\n        color: #1E3A8A;\r\n    }\r\n    \r\n    \/* Grid principal *\/\r\n    .contacto-grid {\r\n        display: grid;\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 5rem;\r\n        align-items: start;\r\n    }\r\n    \r\n    \/* Columna de informaci\u00f3n *\/\r\n    .info-column {\r\n        padding-right: 2rem;\r\n    }\r\n    \r\n    .contacto-title {\r\n        font-size: 2.5rem;\r\n        font-weight: 700;\r\n        color: #1a1a1a;\r\n        margin-bottom: 2rem;\r\n        line-height: 1.2;\r\n    }\r\n    \r\n    .contacto-title span {\r\n        color: #1E3A8A;\r\n    }\r\n    \r\n    .contacto-description {\r\n        font-size: 1.1rem;\r\n        line-height: 1.8;\r\n        color: #555;\r\n        margin-bottom: 3rem;\r\n        text-align: justify;\r\n    }\r\n    \r\n    \/* Informaci\u00f3n de ubicaci\u00f3n *\/\r\n    .ubicacion-info {\r\n        background-color: #f8f9fa;\r\n        padding: 2.5rem;\r\n        border-radius: 15px;\r\n        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);\r\n        margin-bottom: 3rem;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .ubicacion-info::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 5px;\r\n        height: 100%;\r\n        background: linear-gradient(to bottom, #1E3A8A, #FED56F);\r\n    }\r\n    \r\n    .ubicacion-header {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 1rem;\r\n        margin-bottom: 2rem;\r\n    }\r\n    \r\n    .ubicacion-icon {\r\n        width: 50px;\r\n        height: 50px;\r\n        background-color: rgba(30, 58, 138, 0.1);\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n    \r\n    .ubicacion-icon svg {\r\n        width: 25px;\r\n        height: 25px;\r\n        stroke: #1E3A8A;\r\n    }\r\n    \r\n    .ubicacion-title {\r\n        font-size: 1.5rem;\r\n        font-weight: 700;\r\n        color: #1E3A8A;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n    \r\n    .ubicacion-details {\r\n        padding-left: 4rem;\r\n    }\r\n    \r\n    .ubicacion-company {\r\n        font-size: 1.2rem;\r\n        font-weight: 600;\r\n        color: #1a1a1a;\r\n        margin-bottom: 0.5rem;\r\n    }\r\n    \r\n    .ubicacion-city {\r\n        font-size: 1rem;\r\n        color: #FED56F;\r\n        font-weight: 600;\r\n        text-transform: uppercase;\r\n        margin-bottom: 1rem;\r\n    }\r\n    \r\n    .ubicacion-address {\r\n        font-size: 1rem;\r\n        line-height: 1.6;\r\n        color: #555;\r\n        margin-bottom: 1.5rem;\r\n    }\r\n    \r\n    .ubicacion-phone {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 0.5rem;\r\n        font-size: 1.1rem;\r\n        font-weight: 600;\r\n        color: #1E3A8A;\r\n    }\r\n    \r\n    .ubicacion-phone svg {\r\n        width: 20px;\r\n        height: 20px;\r\n    }\r\n    \r\n    \/* Columna del formulario *\/\r\n    .form-column {\r\n        background-color: #ffffff;\r\n        border-radius: 20px;\r\n        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\r\n        padding: 3rem;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .form-column::after {\r\n        content: '';\r\n        position: absolute;\r\n        top: -50px;\r\n        right: -50px;\r\n        width: 150px;\r\n        height: 150px;\r\n        background-color: rgba(254, 213, 111, 0.1);\r\n        border-radius: 50%;\r\n    }\r\n    \r\n    .form-header {\r\n        text-align: center;\r\n        margin-bottom: 2.5rem;\r\n    }\r\n    \r\n    .form-title {\r\n        font-size: 1.8rem;\r\n        font-weight: 700;\r\n        color: #1a1a1a;\r\n        margin-bottom: 0.5rem;\r\n    }\r\n    \r\n    .form-subtitle {\r\n        font-size: 1rem;\r\n        color: #777;\r\n    }\r\n    \r\n    \/* \u00c1rea del formulario *\/\r\n    .wpform-placeholder {\r\n        min-height: auto;\r\n        padding: 0;\r\n        position: relative;\r\n        z-index: 1;\r\n    }\r\n    \r\n    .wpform-message {\r\n        font-size: 1rem;\r\n        color: #999;\r\n        text-align: center;\r\n    }\r\n    \r\n    \/* Mapa *\/\r\n    .mapa-container {\r\n        margin-top: 5rem;\r\n        border-radius: 20px;\r\n        overflow: hidden;\r\n        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\r\n        height: 500px;\r\n        position: relative;\r\n    }\r\n    \r\n    .mapa-overlay {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        right: 0;\r\n        height: 80px;\r\n        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);\r\n        z-index: 1;\r\n        pointer-events: none;\r\n    }\r\n    \r\n    .mapa-titulo {\r\n        position: absolute;\r\n        top: 20px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        background-color: #1E3A8A;\r\n        color: white;\r\n        padding: 0.8rem 2rem;\r\n        border-radius: 0px;\r\n        font-weight: 600;\r\n        font-size: 0.9rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        z-index: 2;\r\n        box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);\r\n    }\r\n    \r\n    \/* === ESTILOS PARA COMPACTAR WPFORMS === *\/\r\n    \r\n    \/* Reducir padding general del formulario *\/\r\n    .wpforms-container.wpforms-container-full {\r\n        padding: 0 !important;\r\n    }\r\n    \r\n    \/* Reducir espaciado entre campos *\/\r\n    .wpforms-field-container .wpforms-field {\r\n        margin-bottom: 15px !important;\r\n        padding: 0 !important;\r\n    }\r\n    \r\n    \/* Ajustar los inputs para que coincidan con el dise\u00f1o *\/\r\n    .wpforms-field input[type=\"text\"],\r\n    .wpforms-field input[type=\"email\"],\r\n    .wpforms-field input[type=\"tel\"],\r\n    .wpforms-field input[type=\"number\"],\r\n    .wpforms-field textarea,\r\n    .wpforms-field select {\r\n        width: 100% !important;\r\n        border: 1px solid #e0e0e0 !important;\r\n        border-radius: 5px !important;\r\n        background-color: #f8f9fa !important;\r\n        transition: all 0.3s ease !important;\r\n    }\r\n    \r\n    .wpforms-field input[type=\"text\"]:focus,\r\n    .wpforms-field input[type=\"email\"]:focus,\r\n    .wpforms-field input[type=\"tel\"]:focus,\r\n    .wpforms-field input[type=\"number\"]:focus,\r\n    .wpforms-field textarea:focus,\r\n    .wpforms-field select:focus {\r\n        border-color: #1E3A8A !important;\r\n        outline: none !important;\r\n        background-color: white !important;\r\n        box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1) !important;\r\n    }\r\n    \r\n    \/* Ajustar el textarea *\/\r\n    .wpforms-field textarea {\r\n        min-height: 100px !important;\r\n        max-height: 120px !important;\r\n        padding: 10px 15px !important;\r\n        font-size: 14px !important;\r\n        resize: vertical !important;\r\n    }\r\n    \r\n    \/* Reducir espacio de las etiquetas *\/\r\n    .wpforms-field-label {\r\n        font-size: 14px !important;\r\n        margin-bottom: 5px !important;\r\n        font-weight: 600 !important;\r\n        color: #333 !important;\r\n    }\r\n    \r\n    \/* Compactar los campos de nombre en l\u00ednea *\/\r\n    .wpforms-field-name-container {\r\n        gap: 10px !important;\r\n    }\r\n    \r\n    .wpforms-field-name-first,\r\n    .wpforms-field-name-last {\r\n        margin-right: 10px !important;\r\n        width: calc(50% - 5px) !important;\r\n        display: inline-block !important;\r\n    }\r\n    \r\n    \/* Reducir espacio en checkboxes de consentimiento *\/\r\n    .wpforms-field-checkbox,\r\n    .wpforms-field-gdpr-checkbox {\r\n        margin: 15px 0 !important;\r\n    }\r\n    \r\n    .wpforms-field-checkbox label,\r\n    .wpforms-field-gdpr-checkbox label {\r\n        font-size: 12px !important;\r\n        line-height: 1.4 !important;\r\n    }\r\n    \r\n    \/* Ajustar el bot\u00f3n de env\u00edo *\/\r\n    .wpforms-submit-container {\r\n        margin-top: 20px !important;\r\n        text-align: center !important;\r\n    }\r\n    \r\n    .wpforms-submit {\r\n        padding: 12px 40px !important;\r\n        font-size: 15px !important;\r\n        font-weight: 600 !important;\r\n        background-color: #1E3A8A !important;\r\n        border: none !important;\r\n        border-radius: 50px !important;\r\n        color: white !important;\r\n        transition: all 0.3s ease !important;\r\n        cursor: pointer !important;\r\n    }\r\n    \r\n    .wpforms-submit:hover {\r\n        background-color: #152a66 !important;\r\n        transform: translateY(-2px) !important;\r\n        box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3) !important;\r\n    }\r\n    \r\n    \/* Reducir padding del contenedor del formulario *\/\r\n    .wpforms-container .wpforms-form {\r\n        padding: 0 !important;\r\n    }\r\n    \r\n    \/* Para campos en dos columnas *\/\r\n    .wpforms-field.wpforms-field-half {\r\n        margin-bottom: 15px !important;\r\n    }\r\n    \r\n    \/* Ajustar el espaciado del texto de GDPR\/Legal *\/\r\n    .wpforms-field-description {\r\n        font-size: 11px !important;\r\n        line-height: 1.3 !important;\r\n        margin-top: 3px !important;\r\n        color: #666 !important;\r\n    }\r\n    \r\n    \/* Si hay campos de selecci\u00f3n *\/\r\n    .wpforms-field select {\r\n        height: 42px !important;\r\n        padding: 10px 15px !important;\r\n        font-size: 14px !important;\r\n    }\r\n    \r\n    \/* Reducir el espacio despu\u00e9s del t\u00edtulo del formulario *\/\r\n    .wpforms-head-container,\r\n    .wpforms-title-container {\r\n        margin-bottom: 15px !important;\r\n    }\r\n    \r\n    \/* Espec\u00edfico para el formulario - ajustar el contenedor padre *\/\r\n    .form-column .wpform-placeholder {\r\n        min-height: auto !important;\r\n        padding: 0 !important;\r\n    }\r\n    \r\n    \/* Limitar altura m\u00e1xima del formulario con scroll si es necesario *\/\r\n    .form-column .wpforms-container {\r\n        max-height: 500px !important;\r\n        overflow-y: auto !important;\r\n        padding-right: 10px !important;\r\n    }\r\n    \r\n    \/* Estilizar el scrollbar (webkit browsers) *\/\r\n    .wpforms-container::-webkit-scrollbar {\r\n        width: 6px !important;\r\n    }\r\n    \r\n    .wpforms-container::-webkit-scrollbar-track {\r\n        background: #f1f1f1 !important;\r\n        border-radius: 3px !important;\r\n    }\r\n    \r\n    .wpforms-container::-webkit-scrollbar-thumb {\r\n        background: #ccc !important;\r\n        border-radius: 3px !important;\r\n    }\r\n    \r\n    .wpforms-container::-webkit-scrollbar-thumb:hover {\r\n        background: #999 !important;\r\n    }\r\n    \r\n    \/* Para el recaptcha si lo tienes *\/\r\n    .wpforms-recaptcha-container {\r\n        margin: 15px 0 !important;\r\n        transform: scale(0.9) !important;\r\n        transform-origin: left center !important;\r\n    }\r\n    \r\n    \/* Responsive *\/\r\n    @media (max-width: 1200px) {\r\n        .contacto-grid {\r\n            gap: 3rem;\r\n        }\r\n        \r\n        .info-column {\r\n            padding-right: 1rem;\r\n        }\r\n    }\r\n    \r\n    @media (max-width: 992px) {\r\n        .contacto-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 3rem;\r\n        }\r\n        \r\n        .info-column {\r\n            padding-right: 0;\r\n        }\r\n        \r\n        .contacto-title {\r\n            font-size: 2.2rem;\r\n        }\r\n        \r\n        .form-column {\r\n            padding: 2.5rem;\r\n        }\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n        .hercesa-contacto {\r\n            padding: 3rem 0;\r\n        }\r\n        \r\n        .contacto-title {\r\n            font-size: 1.8rem;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n        \r\n        .contacto-description {\r\n            font-size: 1rem;\r\n            margin-bottom: 2rem;\r\n        }\r\n        \r\n        .ubicacion-info {\r\n            padding: 2rem;\r\n        }\r\n        \r\n        .ubicacion-details {\r\n            padding-left: 0;\r\n        }\r\n        \r\n        .ubicacion-header {\r\n            flex-direction: column;\r\n            text-align: center;\r\n        }\r\n        \r\n        .form-column {\r\n            padding: 2rem;\r\n            border-radius: 15px;\r\n        }\r\n        \r\n        .mapa-container {\r\n            height: 350px;\r\n            margin-top: 3rem;\r\n        }\r\n        \r\n        .fase-badge {\r\n            font-size: 0.9rem;\r\n            padding: 0.6rem 1.5rem;\r\n            margin-bottom: 2rem;\r\n        }\r\n    }\r\n    \r\n    @media (max-width: 480px) {\r\n        .contacto-title {\r\n            font-size: 1.5rem;\r\n        }\r\n        \r\n        .ubicacion-title {\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        .form-title {\r\n            font-size: 1.5rem;\r\n        }\r\n        \r\n        .wpform-placeholder {\r\n            min-height: auto;\r\n            padding: 0;\r\n        }\r\n        \r\n        .mapa-titulo {\r\n            font-size: 0.8rem;\r\n            padding: 0.6rem 1.5rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<body>\r\n\r\n<section class=\"hercesa-contacto\">\r\n    <!-- Decoraciones de fondo -->\r\n    <div class=\"contacto-bg-decoration decoration-1\"><\/div>\r\n    <div class=\"contacto-bg-decoration decoration-2\"><\/div>\r\n    \r\n    <div class=\"contacto-container\">\r\n        <!-- Badge de fase -->\r\n        <div class=\"fase-badge\">\r\n            <span>PHASE 4 | NOW ON SALE!<\/span>\r\n        <\/div>\r\n        \r\n        <!-- Grid principal -->\r\n        <div class=\"contacto-grid\">\r\n            <!-- Columna de informaci\u00f3n -->\r\n            <div class=\"info-column\">\r\n                <h1 class=\"contacto-title\">\r\n                    Contact our team of <span>professionals<\/span>\r\n                <\/h1>\r\n                \r\n                <p class=\"contacto-description\">\r\n                    We have a team of professionals available to provide you with all the information you need about your new home in the As Villas development.\r\n                <\/p>\r\n                \r\n                <p class=\"contacto-description\">\r\n                    Complete the form and we will contact you to clarify all your questions and schedule a virtual guided tour, without obligation. We are prepared to welcome you with complete safety at our sales stand or available by phone or personalized video call.\r\n                <\/p>\r\n                \r\n                <!-- Informaci\u00f3n de ubicaci\u00f3n -->\r\n                <div class=\"ubicacion-info\">\r\n                    <div class=\"ubicacion-header\">\r\n                        <div class=\"ubicacion-icon\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\r\n                                <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\r\n                            <\/svg>\r\n                        <\/div>\r\n                        <h2 class=\"ubicacion-title\">Where we are<\/h2>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"ubicacion-details\">\r\n                        <div class=\"ubicacion-company\">HERCESA PORTUGAL<\/div>\r\n                        <div class=\"ubicacion-city\">LOURES<\/div>\r\n                        <div class=\"ubicacion-address\">\r\n                            Rua Jos\u00e9 Sobral de Almada Negreiros, Lote 11<br>\r\n                            2660-700, Santo Ant\u00f3nio dos Cavaleiros\r\n                        <\/div>\r\n                        <div class=\"ubicacion-phone\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path>\r\n                            <\/svg>\r\n                            <a href=\"tel:+351219896840\">+351 219 896 840<\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Columna del formulario -->\r\n            <div class=\"form-column\">\r\n                <div class=\"form-header\">\r\n                    <h2 class=\"form-title\">Request information<\/h2>\r\n                    <p class=\"form-subtitle\">Complete the form and we will contact you<\/p>\r\n                <\/div>\r\n                \r\n                <!-- \u00c1rea para WPForm -->\r\n                <div class=\"wpform-placeholder\">\r\n                    <div class=\"wpform-message\"><script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\r\n<script>\r\n  hbspt.forms.create({\r\n    portalId: \"5965520\",\r\n    formId: \"db939636-91e8-4292-8709-61e5b3b96165\",\r\n    region: \"na1\"\r\n  });\r\n<\/script><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Mapa de Google -->\r\n        <div class=\"mapa-container\">\r\n            <div class=\"mapa-overlay\"><\/div>\r\n            <div class=\"mapa-titulo\">Find us on the map<\/div>\r\n             <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d6218.067341235993!2d-9.168398705451553!3d38.80878178513895!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd192c5aaaaaaaab%3A0x51e8742193626ac!2sHercesa%20Portugal!5e0!3m2!1ses!2ses!4v1754295053475!5m2!1ses!2ses\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<\/body>\t\t\t\t<\/div>\n\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>Contact &#8211; Hercesa PHASE 4 | NOW ON SALE! Contact our team of professionals We have a team of professionals available to provide you with all the information you need about your new home in the As Villas development. Complete the form and we will contact you to clarify all your questions and schedule a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-8510","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact &#8211; Hercesa<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hercesa.pt\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact &#8211; Hercesa\" \/>\n<meta property=\"og:description\" content=\"Contact &#8211; Hercesa PHASE 4 | NOW ON SALE! Contact our team of professionals We have a team of professionals available to provide you with all the information you need about your new home in the As Villas development. Complete the form and we will contact you to clarify all your questions and schedule a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hercesa.pt\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Hercesa\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-24T08:58:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/07\/hercesa-1024x797.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"797\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hercesa.pt\/en\/contact\/\",\"url\":\"https:\/\/hercesa.pt\/en\/contact\/\",\"name\":\"Contact &#8211; Hercesa\",\"isPartOf\":{\"@id\":\"https:\/\/hercesa.pt\/#website\"},\"datePublished\":\"2025-07-29T08:04:49+00:00\",\"dateModified\":\"2025-09-24T08:58:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hercesa.pt\/en\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hercesa.pt\/en\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hercesa.pt\/en\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/hercesa.pt\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hercesa.pt\/#website\",\"url\":\"https:\/\/hercesa.pt\/\",\"name\":\"Hercesa | Voca\u00e7\u00e3o Imobili\u00e1ria\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/hercesa.pt\/#organization\"},\"alternateName\":\"Hercesa | Voca\u00e7\u00e3o Imobili\u00e1ria\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hercesa.pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hercesa.pt\/#organization\",\"name\":\"As Villas - Apartamentos em Lisboa\",\"alternateName\":\"As Villas\",\"url\":\"https:\/\/hercesa.pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hercesa.pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/05\/vistas-asvillas.jpg\",\"contentUrl\":\"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/05\/vistas-asvillas.jpg\",\"width\":1152,\"height\":768,\"caption\":\"As Villas - Apartamentos em Lisboa\"},\"image\":{\"@id\":\"https:\/\/hercesa.pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact &#8211; Hercesa","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:\/\/hercesa.pt\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact &#8211; Hercesa","og_description":"Contact &#8211; Hercesa PHASE 4 | NOW ON SALE! Contact our team of professionals We have a team of professionals available to provide you with all the information you need about your new home in the As Villas development. Complete the form and we will contact you to clarify all your questions and schedule a [&hellip;]","og_url":"https:\/\/hercesa.pt\/en\/contact\/","og_site_name":"Hercesa","article_modified_time":"2025-09-24T08:58:42+00:00","og_image":[{"width":1024,"height":797,"url":"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/07\/hercesa-1024x797.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hercesa.pt\/en\/contact\/","url":"https:\/\/hercesa.pt\/en\/contact\/","name":"Contact &#8211; Hercesa","isPartOf":{"@id":"https:\/\/hercesa.pt\/#website"},"datePublished":"2025-07-29T08:04:49+00:00","dateModified":"2025-09-24T08:58:42+00:00","breadcrumb":{"@id":"https:\/\/hercesa.pt\/en\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hercesa.pt\/en\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hercesa.pt\/en\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/hercesa.pt\/en\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/hercesa.pt\/#website","url":"https:\/\/hercesa.pt\/","name":"Hercesa | Voca\u00e7\u00e3o Imobili\u00e1ria","description":"","publisher":{"@id":"https:\/\/hercesa.pt\/#organization"},"alternateName":"Hercesa | Voca\u00e7\u00e3o Imobili\u00e1ria","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hercesa.pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hercesa.pt\/#organization","name":"As Villas - Apartamentos em Lisboa","alternateName":"As Villas","url":"https:\/\/hercesa.pt\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hercesa.pt\/#\/schema\/logo\/image\/","url":"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/05\/vistas-asvillas.jpg","contentUrl":"https:\/\/hercesa.pt\/wp-content\/uploads\/2025\/05\/vistas-asvillas.jpg","width":1152,"height":768,"caption":"As Villas - Apartamentos em Lisboa"},"image":{"@id":"https:\/\/hercesa.pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8510","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/comments?post=8510"}],"version-history":[{"count":31,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8510\/revisions"}],"predecessor-version":[{"id":9526,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8510\/revisions\/9526"}],"wp:attachment":[{"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/media?parent=8510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}