{"id":8516,"date":"2025-07-28T10:02:11","date_gmt":"2025-07-28T10:02:11","guid":{"rendered":"https:\/\/hercesapt.evoost.ai\/about\/trust\/"},"modified":"2025-12-29T08:45:10","modified_gmt":"2025-12-29T08:45:10","slug":"why-choose-hercesa","status":"publish","type":"page","link":"https:\/\/hercesa.pt\/en\/about-hercesa\/hercesa-portugal\/why-choose-hercesa\/","title":{"rendered":"Why Hercesa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8516\" class=\"elementor elementor-8516 elementor-8076\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Hercesa Strengths<\/title>\r\n    <style>\r\n    \/* Secci\u00f3n Fortalezas Hercesa *\/\r\n    .hercesa-fortalezas {\r\n        padding: 5rem 0;\r\n        background-color: #fff;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .fortalezas-container {\r\n        width: 90%;\r\n        max-width: 1400px;\r\n        margin: 0 auto;\r\n    }\r\n    \r\n    \/* Header de la secci\u00f3n *\/\r\n    .fortalezas-header {\r\n        text-align: center;\r\n        margin-bottom: 4rem;\r\n    }\r\n    \r\n    .fortalezas-subtitle {\r\n        font-size: 1rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 2px;\r\n        color: #1E3A8A;\r\n        margin-bottom: 1rem;\r\n        font-weight: 500;\r\n    }\r\n    \r\n    .fortalezas-title {\r\n        font-size: 2.5rem;\r\n        font-weight: 700;\r\n        color: #1a1a1a;\r\n        margin-bottom: 1.5rem;\r\n        position: relative;\r\n        display: inline-block;\r\n    }\r\n    \r\n    .fortalezas-title::after {\r\n        content: '';\r\n        position: absolute;\r\n        bottom: -15px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 60px;\r\n        height: 3px;\r\n        background-color: #FED56F;\r\n    }\r\n    \r\n    .fortalezas-description {\r\n        max-width: 700px;\r\n        margin: 0 auto;\r\n        font-size: 1.1rem;\r\n        line-height: 1.6;\r\n        color: #555;\r\n    }\r\n    \r\n    \/* Grid de cards - MODIFIED FOR 4 COLUMNS *\/\r\n    .fortalezas-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(4, 1fr);\r\n        gap: 2rem;\r\n        margin-top: 3rem;\r\n    }\r\n    \r\n    \/* Card individual *\/\r\n    .fortaleza-card {\r\n        background-color: #f8f9fa;\r\n        border-radius: 15px;\r\n        padding: 2.5rem;\r\n        position: relative;\r\n        transition: all 0.3s ease;\r\n        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);\r\n        border: 1px solid transparent;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .fortaleza-card::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 0;\r\n        height: 100%;\r\n        background: linear-gradient(135deg, rgba(30, 58, 138, 0.05) 0%, rgba(254, 213, 111, 0.05) 100%);\r\n        transition: width 0.4s ease;\r\n        z-index: 0;\r\n    }\r\n    \r\n    .fortaleza-card:hover::before {\r\n        width: 100%;\r\n    }\r\n    \r\n    .fortaleza-card:hover {\r\n        transform: translateY(-8px);\r\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\r\n        border-color: rgba(30, 58, 138, 0.1);\r\n    }\r\n    \r\n    \/* Contenido de la card *\/\r\n    .fortaleza-content {\r\n        position: relative;\r\n        z-index: 1;\r\n    }\r\n    \r\n    \/* Icono *\/\r\n    .fortaleza-icon {\r\n        width: 60px;\r\n        height: 60px;\r\n        background-color: #1E3A8A;\r\n        border-radius: 50%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        margin-bottom: 1.5rem;\r\n        transition: all 0.3s ease;\r\n    }\r\n    \r\n    .fortaleza-card:hover .fortaleza-icon {\r\n        background-color: #FED56F;\r\n        transform: rotate(10deg);\r\n    }\r\n    \r\n    .fortaleza-icon svg {\r\n        width: 30px;\r\n        height: 30px;\r\n        stroke: white;\r\n        fill: none;\r\n        stroke-width: 2;\r\n        transition: all 0.3s ease;\r\n    }\r\n    \r\n    .fortaleza-card:hover .fortaleza-icon svg {\r\n        stroke: #1E3A8A;\r\n    }\r\n    \r\n    \/* T\u00edtulo de la fortaleza *\/\r\n    .fortaleza-title {\r\n        font-size: 1.3rem;\r\n        font-weight: 700;\r\n        color: #1E3A8A;\r\n        margin-bottom: 1rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 0.5px;\r\n    }\r\n    \r\n    \/* Descripci\u00f3n *\/\r\n    .fortaleza-text {\r\n        font-size: 0.95rem;\r\n        line-height: 1.7;\r\n        color: #555;\r\n        text-align: justify;\r\n    }\r\n    \r\n    \/* N\u00famero decorativo de fondo *\/\r\n    .fortaleza-number {\r\n        position: absolute;\r\n        top: 15px;\r\n        right: 20px;\r\n        font-size: 80px;\r\n        font-weight: 900;\r\n        color: rgba(254, 213, 111, 0.08);\r\n        line-height: 1;\r\n        z-index: 0;\r\n    }\r\n    \r\n    \/* Decoraciones de fondo *\/\r\n    .fortalezas-bg-decoration {\r\n        position: absolute;\r\n        z-index: 0;\r\n    }\r\n    \r\n    .decoration-1 {\r\n        top: 10%;\r\n        right: -100px;\r\n        width: 200px;\r\n        height: 200px;\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: 10%;\r\n        left: -100px;\r\n        width: 300px;\r\n        height: 300px;\r\n        background-color: rgba(254, 213, 111, 0.03);\r\n        transform: rotate(45deg);\r\n    }\r\n    \r\n    \/* Contenedor de botones *\/\r\n    .botones-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 2rem;\r\n        margin-top: 5rem;\r\n        flex-wrap: wrap;\r\n    }\r\n    \r\n    \/* Estilo de botones *\/\r\n    .boton-accion {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 1rem;\r\n        background-color: #1E3A8A;\r\n        color: white!important;\r\n        padding: 1.2rem 2.5rem;\r\n        border-radius: 50px;\r\n        text-decoration: none;\r\n        font-weight: 600;\r\n        font-size: 1rem;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        transition: all 0.3s ease;\r\n        box-shadow: 0 5px 20px rgba(30, 58, 138, 0.3);\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    \r\n    .boton-accion::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    .boton-accion:hover {\r\n        transform: translateY(-3px);\r\n        box-shadow: 0 10px 25px rgba(30, 58, 138, 0.4);\r\n        color: black!important;\r\n    }\r\n    \r\n    .boton-accion:hover::before {\r\n        left: 0;\r\n    }\r\n    \r\n    .boton-texto {\r\n        position: relative;\r\n        z-index: 1;\r\n    }\r\n    \r\n    .boton-icono {\r\n        width: 20px;\r\n        height: 20px;\r\n        position: relative;\r\n        z-index: 1;\r\n        transition: transform 0.3s ease;\r\n    }\r\n    \r\n    .boton-accion:hover .boton-icono {\r\n        transform: translateX(5px);\r\n    }\r\n    \r\n    \/* Responsive - ADJUSTED FOR NEW BREAKPOINTS *\/\r\n    \r\n    \/* For large screens (desktop) *\/\r\n    @media (max-width: 1400px) {\r\n        .fortaleza-card {\r\n            padding: 2rem;\r\n        }\r\n        \r\n        .fortaleza-title {\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        .fortaleza-text {\r\n            font-size: 0.9rem;\r\n        }\r\n    }\r\n    \r\n    \/* For medium-large screens (3 columns) *\/\r\n    @media (max-width: 1200px) {\r\n        .fortalezas-grid {\r\n            grid-template-columns: repeat(3, 1fr);\r\n        }\r\n    }\r\n    \r\n    \/* For tablets (2 columns) *\/\r\n    @media (max-width: 992px) {\r\n        .fortalezas-grid {\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 1.5rem;\r\n        }\r\n    }\r\n    \r\n    \/* For small tablets and large phones (1 column) *\/\r\n    @media (max-width: 768px) {\r\n        .hercesa-fortalezas {\r\n            padding: 3rem 0;\r\n        }\r\n        \r\n        .fortalezas-header {\r\n            margin-bottom: 3rem;\r\n        }\r\n        \r\n        .fortalezas-title {\r\n            font-size: 2rem;\r\n        }\r\n        \r\n        .fortalezas-description {\r\n            font-size: 1rem;\r\n        }\r\n        \r\n        .fortalezas-grid {\r\n            grid-template-columns: 1fr;\r\n            gap: 1.5rem;\r\n        }\r\n        \r\n        .fortaleza-card {\r\n            padding: 2rem;\r\n        }\r\n        \r\n        .fortaleza-title {\r\n            font-size: 1.1rem;\r\n        }\r\n        \r\n        .fortaleza-text {\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        .botones-container {\r\n            margin-top: 3rem;\r\n            gap: 1.5rem;\r\n        }\r\n        \r\n        .boton-accion {\r\n            padding: 1rem 2rem;\r\n            font-size: 0.95rem;\r\n        }\r\n    }\r\n    \r\n    \/* For small phones *\/\r\n    @media (max-width: 480px) {\r\n        .fortalezas-subtitle {\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        .fortalezas-title {\r\n            font-size: 1.8rem;\r\n        }\r\n        \r\n        .fortaleza-card {\r\n            padding: 1.5rem;\r\n        }\r\n        \r\n        .fortaleza-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n        }\r\n        \r\n        .fortaleza-icon svg {\r\n            width: 25px;\r\n            height: 25px;\r\n        }\r\n        \r\n        .fortaleza-number {\r\n            font-size: 60px;\r\n        }\r\n        \r\n        .botones-container {\r\n            flex-direction: column;\r\n            align-items: center;\r\n        }\r\n        \r\n        .boton-accion {\r\n            width: 100%;\r\n            max-width: 300px;\r\n            justify-content: center;\r\n            text-align: center;\r\n        }\r\n    }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"hercesa-fortalezas\">\r\n    <!-- Background decorations -->\r\n    <div class=\"fortalezas-bg-decoration decoration-1\"><\/div>\r\n    <div class=\"fortalezas-bg-decoration decoration-2\"><\/div>\r\n    \r\n    <div class=\"fortalezas-container\">\r\n        <!-- Section header -->\r\n        <div class=\"fortalezas-header\">\r\n            <div class=\"fortalezas-subtitle\">OUR STRENGTHS<\/div>\r\n            <h2 class=\"fortalezas-title\">Why choose Hercesa?<\/h2>\r\n            <p class=\"fortalezas-description\">\r\n                With over 50 years of experience in the real estate sector, we offer the guarantee and trust you need for your new home\r\n            <\/p>\r\n        <\/div>\r\n        \r\n        <!-- Strengths grid -->\r\n        <div class=\"fortalezas-grid\">\r\n            <!-- Card 1: Experience -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">01<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\r\n                            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Experience<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        50 years of activity in the real estate sector and more than 30,000 homes delivered are our greatest endorsement. Currently Hercesa has international expansion in 7 countries.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 2: Commitment -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">02<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M12 2L2 7v10c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-10-5z\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Commitment<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        We are responsible for the marketing of our developments: this allows us to know the product first-hand, guarantee the set price, keep you informed about the progress of the work and ensure a successful delivery of your home through our After-Sales Department.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 3: Payment flexibility -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">03<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\" ry=\"2\"><\/rect>\r\n                            <line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"><\/line>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Payment flexibility<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        Hercesa offers payment methods with accessible monthly installments and negotiates with different banking entities for credit granting, making it easier to pay for your home.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 4: Homes your style -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">04<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M12 2l2 2m-2-2l-2 2m2-2v6m6-6h2m-2 0l2 2m-2-2l-2 2m2-2h-6\"><\/path>\r\n                            <rect x=\"3\" y=\"10\" width=\"18\" height=\"12\" rx=\"2\"><\/rect>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Homes your style<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        We offer the possibility to choose the final finishes of your home, thanks to our range system. You can opt for different types of finishes to personalize your home, always with the highest quality.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 5: Guaranteed quality -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">05<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <polyline points=\"20 6 9 17 4 12\"><\/polyline>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Guaranteed quality<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        Hercesa plans, executes and controls all the development of your home, from land purchase, license management, construction and after-sales, with the aim of ensuring compliance with its quality standards in all processes.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 6: Space optimization -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">06<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"><\/rect>\r\n                            <line x1=\"9\" y1=\"6\" x2=\"15\" y2=\"6\"><\/line>\r\n                            <line x1=\"9\" y1=\"10\" x2=\"15\" y2=\"10\"><\/line>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Space optimization<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        We offer an ideal relationship between built and usable area, so that the interior distribution of your home is optimized to the maximum. A team of quality professional architects gives you all the guarantee of good use of space.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 7: Financial credibility -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">07<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Financial credibility<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        Hercesa finances its international projects without depending on external financing, demonstrating its solvency and financial strength.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 8: Professionals at your disposal -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">08<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\r\n                            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\r\n                            <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\r\n                            <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Professionals at your disposal<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        Hercesa puts itself at your disposal to provide all legal, financial and tax support during the process of acquiring your home.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 9: Knowing how to listen -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">09<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Knowing how to listen<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        Hercesa listens to its clients to improve every day. We take into account our clients' suggestions and our professionals are available to clarify all your doubts.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Card 10: Sustainability -->\r\n            <div class=\"fortaleza-card\">\r\n                <div class=\"fortaleza-number\">10<\/div>\r\n                <div class=\"fortaleza-content\">\r\n                    <div class=\"fortaleza-icon\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\r\n                            <path d=\"M12 8v4l2 2\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                    <h3 class=\"fortaleza-title\">Sustainability<\/h3>\r\n                    <p class=\"fortaleza-text\">\r\n                        We seek sustainability in all areas: homes are designed to consume less, with sustainable materials, and we work with local teams and suppliers to optimize resources and support the local economy. We also adopt ethics and compliance policies to ensure the sustainability of our business.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Buttons block -->\r\n        <div class=\"botones-container\">\r\n            <a href=\"https:\/\/hercesa.pt\/en\/about\/\" class=\"boton-accion\">\r\n                <span class=\"boton-texto\">About Hercesa<\/span>\r\n                <svg class=\"boton-icono\" 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                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                    <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                <\/svg>\r\n            <\/a>\r\n            \r\n            <a href=\"https:\/\/hercesa.pt\/en\/about-hercesa\/hercesa-portugal\/\" class=\"boton-accion\">\r\n                <span class=\"boton-texto\">Hercesa in Portugal<\/span>\r\n                <svg class=\"boton-icono\" 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                    <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n                    <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n                <\/svg>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\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-e7dd8b0 e-con-full e-flex e-con e-child\" data-id=\"e7dd8b0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hercesa Strengths OUR STRENGTHS Why choose Hercesa? With over 50 years of experience in the real estate sector, we offer the guarantee and trust you need for your new home 01 Experience 50 years of activity in the real estate sector and more than 30,000 homes delivered are our greatest endorsement. Currently Hercesa has international [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":8512,"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-8516","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>Why Hercesa is trusted Worlwide<\/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\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Hercesa is trusted Worlwide\" \/>\n<meta property=\"og:description\" content=\"Hercesa Strengths OUR STRENGTHS Why choose Hercesa? With over 50 years of experience in the real estate sector, we offer the guarantee and trust you need for your new home 01 Experience 50 years of activity in the real estate sector and more than 30,000 homes delivered are our greatest endorsement. Currently Hercesa has international [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/\" \/>\n<meta property=\"og:site_name\" content=\"Hercesa\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-29T08:45:10+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/\",\"url\":\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/\",\"name\":\"Why Hercesa is trusted Worlwide\",\"isPartOf\":{\"@id\":\"https:\/\/hercesa.pt\/#website\"},\"datePublished\":\"2025-07-28T10:02:11+00:00\",\"dateModified\":\"2025-12-29T08:45:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/hercesa.pt\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hercesa Worldwide\",\"item\":\"https:\/\/hercesa.pt\/sobre-hercesa\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hercesa Portugal\",\"item\":\"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Why Hercesa\"}]},{\"@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":"Why Hercesa is trusted Worlwide","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\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/","og_locale":"en_US","og_type":"article","og_title":"Why Hercesa is trusted Worlwide","og_description":"Hercesa Strengths OUR STRENGTHS Why choose Hercesa? With over 50 years of experience in the real estate sector, we offer the guarantee and trust you need for your new home 01 Experience 50 years of activity in the real estate sector and more than 30,000 homes delivered are our greatest endorsement. Currently Hercesa has international [&hellip;]","og_url":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/","og_site_name":"Hercesa","article_modified_time":"2025-12-29T08:45:10+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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/","url":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/","name":"Why Hercesa is trusted Worlwide","isPartOf":{"@id":"https:\/\/hercesa.pt\/#website"},"datePublished":"2025-07-28T10:02:11+00:00","dateModified":"2025-12-29T08:45:10+00:00","breadcrumb":{"@id":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/porque-escoger-hercesa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/hercesa.pt\/en\/"},{"@type":"ListItem","position":2,"name":"Hercesa Worldwide","item":"https:\/\/hercesa.pt\/sobre-hercesa\/"},{"@type":"ListItem","position":3,"name":"Hercesa Portugal","item":"https:\/\/hercesa.pt\/es\/sobre-hercesa\/hercesa-portugal\/"},{"@type":"ListItem","position":4,"name":"Why Hercesa"}]},{"@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\/8516","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=8516"}],"version-history":[{"count":32,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8516\/revisions"}],"predecessor-version":[{"id":9751,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8516\/revisions\/9751"}],"up":[{"embeddable":true,"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/pages\/8512"}],"wp:attachment":[{"href":"https:\/\/hercesa.pt\/en\/wp-json\/wp\/v2\/media?parent=8516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}