{"id":1154,"date":"2026-06-07T12:01:55","date_gmt":"2026-06-07T12:01:55","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?page_id=1154"},"modified":"2026-08-07T08:48:00","modified_gmt":"2026-08-07T08:48:00","slug":"Credentials","status":"publish","type":"page","link":"https:\/\/proptrustverified.com\/en\/Credentials\/","title":{"rendered":"Credentials"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Our Credentials | Prop Trust Verified<\/title>\n    \n    <!-- Google Fonts: Cinzel (Elegancia) y Montserrat (Modernidad) -->\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=Cinzel:wght@400;600;700&amp;family=Montserrat:wght@300;400;500;600&amp;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Font Awesome para iconos -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        :root {\n            --bg-primary: #050505;\n            --bg-secondary: #0f0f0f;\n            --bg-card: #141414;\n            --gold-primary: #D4AF37;\n            --gold-light: #F4E4BC;\n            --gold-dark: #AA8C2C;\n            --gold-gradient: linear-gradient(135deg, #AA8C2C 0%, #D4AF37 50%, #F4E4BC 100%);\n            --text-primary: #FFFFFF;\n            --text-secondary: #A0A0A0;\n            --border-gold: rgba(212, 175, 55, 0.3);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            background-color: var(--bg-primary);\n            color: var(--text-primary);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Cinzel', serif;\n            font-weight: 600;\n            letter-spacing: 1px;\n        }\n\n        \/* --- HEADER --- *\/\n        header {\n            background-color: rgba(5, 5, 5, 0.95);\n            backdrop-filter: blur(10px);\n            padding: 1.5rem 5%;\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n            border-bottom: 1px solid var(--border-gold);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-family: 'Cinzel', serif;\n            font-size: 1.5rem;\n            font-weight: 700;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        nav ul {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n\n        nav a {\n            color: var(--text-secondary);\n            text-decoration: none;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: color 0.3s ease;\n        }\n\n        nav a:hover {\n            color: var(--gold-primary);\n        }\n\n        \/* --- HERO SECTION --- *\/\n        .hero {\n            height: 80vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 0 5%;\n            background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%);\n            position: relative;\n            margin-top: 60px;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"100\" height=\"100\" fill=\"none\" stroke=\"%23D4AF37\" stroke-width=\"0.5\" opacity=\"0.05\"\/>');\n            opacity: 0.3;\n        }\n\n        .hero-subtitle {\n            color: var(--gold-primary);\n            text-transform: uppercase;\n            letter-spacing: 4px;\n            font-size: 0.9rem;\n            margin-bottom: 1rem;\n            font-weight: 600;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            line-height: 1.2;\n        }\n\n        .hero p {\n            color: var(--text-secondary);\n            font-size: 1.1rem;\n            max-width: 700px;\n            font-weight: 300;\n        }\n\n        .gold-line {\n            width: 80px;\n            height: 2px;\n            background: var(--gold-gradient);\n            margin: 2rem auto;\n        }\n\n        \/* --- STATS SECTION --- *\/\n        .stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            padding: 4rem 10%;\n            background-color: var(--bg-secondary);\n            border-top: 1px solid var(--border-gold);\n            border-bottom: 1px solid var(--border-gold);\n        }\n\n        .stat-item {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-family: 'Cinzel', serif;\n            font-size: 2.5rem;\n            color: var(--gold-primary);\n            display: block;\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-label {\n            color: var(--text-secondary);\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* --- SECTIONS GENERAL --- *\/\n        section {\n            padding: 6rem 10%;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .section-header h2 {\n            font-size: 2.2rem;\n            color: var(--text-primary);\n            margin-bottom: 1rem;\n        }\n\n        .section-header p {\n            color: var(--text-secondary);\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        \/* --- CORE EXPERTISE --- *\/\n        .expertise-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .expertise-card {\n            background-color: var(--bg-card);\n            border: 1px solid var(--border-gold);\n            padding: 3rem 2rem;\n            text-align: center;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .expertise-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: var(--gold-gradient);\n            transform: scaleX(0);\n            transition: transform 0.4s ease;\n        }\n\n        .expertise-card:hover {\n            transform: translateY(-10px);\n            border-color: var(--gold-primary);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);\n        }\n\n        .expertise-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .expertise-icon {\n            font-size: 2.5rem;\n            color: var(--gold-primary);\n            margin-bottom: 1.5rem;\n        }\n\n        .expertise-card h3 {\n            font-size: 1.3rem;\n            margin-bottom: 1rem;\n            color: var(--gold-light);\n        }\n\n        .expertise-card p {\n            color: var(--text-secondary);\n            font-size: 0.95rem;\n            font-weight: 300;\n        }\n\n        \/* --- GLOBAL NETWORK --- *\/\n        .network-section {\n            background-color: var(--bg-secondary);\n        }\n\n        .network-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .network-item {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            padding: 1.5rem;\n            background-color: var(--bg-card);\n            border-left: 3px solid var(--gold-dark);\n            transition: all 0.3s ease;\n        }\n\n        .network-item:hover {\n            border-left-color: var(--gold-primary);\n            background-color: #1a1a1a;\n        }\n\n        .network-item i {\n            color: var(--gold-primary);\n            font-size: 1.2rem;\n        }\n\n        .network-item span {\n            font-size: 1rem;\n            font-weight: 500;\n            color: var(--text-primary);\n        }\n\n        \/* --- CERTIFICATIONS --- *\/\n        .certifications-container {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 3rem;\n            margin-top: 3rem;\n        }\n\n        .cert-badge {\n            text-align: center;\n            width: 200px;\n        }\n\n        .cert-icon {\n            width: 80px;\n            height: 80px;\n            border: 2px solid var(--gold-primary);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            color: var(--gold-primary);\n            font-size: 1.8rem;\n            transition: all 0.3s ease;\n        }\n\n        .cert-badge:hover .cert-icon {\n            background: var(--gold-gradient);\n            color: var(--bg-primary);\n            border-color: transparent;\n        }\n\n        .cert-badge h4 {\n            font-size: 1rem;\n            color: var(--text-primary);\n            margin-bottom: 0.5rem;\n        }\n\n        .cert-badge p {\n            font-size: 0.8rem;\n            color: var(--text-secondary);\n        }\n\n        \/* --- FOUNDER NOTE --- *\/\n        .founder-note {\n            background: linear-gradient(to right, rgba(212, 175, 55, 0.05), transparent);\n            border-left: 4px solid var(--gold-primary);\n            padding: 3rem;\n            margin: 4rem 10%;\n            display: flex;\n            gap: 2rem;\n            align-items: center;\n        }\n\n        .founder-initials {\n            font-family: 'Cinzel', serif;\n            font-size: 3rem;\n            color: var(--gold-primary);\n            opacity: 0.5;\n            line-height: 1;\n        }\n\n        .founder-text h3 {\n            color: var(--gold-light);\n            margin-bottom: 1rem;\n            font-size: 1.4rem;\n        }\n\n        .founder-text p {\n            color: var(--text-secondary);\n            font-style: italic;\n            font-size: 1.05rem;\n        }\n\n        .founder-name {\n            display: block;\n            margin-top: 1rem;\n            color: var(--gold-primary);\n            font-weight: 600;\n            font-style: normal;\n            font-family: 'Cinzel', serif;\n        }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            background-color: #000000;\n            padding: 4rem 10% 2rem;\n            border-top: 1px solid var(--border-gold);\n            text-align: center;\n        }\n\n        .footer-logo {\n            font-family: 'Cinzel', serif;\n            font-size: 1.8rem;\n            background: var(--gold-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            margin-bottom: 1.5rem;\n            display: inline-block;\n        }\n\n        .footer-info {\n            color: var(--text-secondary);\n            font-size: 0.9rem;\n            margin-bottom: 2rem;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            padding-top: 2rem;\n            color: #555;\n            font-size: 0.8rem;\n        }\n\n        \/* --- RESPONSIVE --- *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.2rem; }\n            section { padding: 4rem 5%; }\n            .founder-note { flex-direction: column; text-align: center; margin: 2rem 5%; }\n            nav ul { display: none; } \/* Simplified for demo *\/\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <div class=\"logo\">Prop Trust Verified<\/div>\n        <nav>\n            <ul>\n                <li><a href=\"#expertise\">Core Expertise<\/a><\/li>\n                <li><a href=\"#network\">Global Network<\/a><\/li>\n                <li><a href=\"#credentials\">Credentials<\/a><\/li>\n                <li><a href=\"#contact\">Contact<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <span class=\"hero-subtitle\">International Expert Witness &amp;amp; Appraisal<\/span>\n        <h1>Our Credentials<\/h1>\n        <div class=\"gold-line\"><\/div>\n        <p>A legacy of technical excellence, backed by decades of experience and a global network of certified experts. The truth, verified.<\/p>\n    <\/section>\n\n    <!-- Stats Section -->\n    <div class=\"stats\">\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">30+<\/span>\n            <span class=\"stat-label\">Years of Experience<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">1,500+<\/span>\n            <span class=\"stat-label\">Peritaciones Realizadas<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">15+<\/span>\n            <span class=\"stat-label\">Technical expertise<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">40+<\/span>\n            <span class=\"stat-label\">Countries with Coverage<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Core Expertise Section -->\n    <section id=\"expertise\">\n        <div class=\"section-header\">\n            <h2>Core Expertise<\/h2>\n            <div class=\"gold-line\"><\/div>\n            <p>Our three foundational divisions, led directly by our founder, set the gold standard in international expertise.<\/p>\n        <\/div>\n        \n        <div class=\"expertise-grid\">\n            <div class=\"expertise-card\">\n                <i class=\"fa-solid fa-building expertise-icon\"><\/i>\n                <h3>Real Estate &amp;quot; Construction<\/h3>\n                <p>Judiciary and extrajudicial experts in building pathologies, valuation of real estate assets, <a class=\"wpil_keyword_link\" href=\"https:\/\/proptrustverified.com\/es\/contacto\/\" title=\"Contacto\" data-wpil-keyword-link=\"linked\" data-wpil-monitor-id=\"378\">hidden vices<\/a> and contract labor disputes.<\/p>\n            <\/div>\n            <div class=\"expertise-card\">\n                <i class=\"fa-solid fa-ship expertise-icon\"><\/i>\n                <h3>Maritime &amp;amp; Naval<\/h3>\n                <p>Inspection and valuation of vessels, analysis of maritime sinisters, collision damage and technical expertise for the nautical and insurance sector.<\/p>\n            <\/div>\n            <div class=\"expertise-card\">\n                <i class=\"fa-solid fa-scale-balanced expertise-icon\"><\/i>\n                <h3>Legal &amp;quot; Arbitration Support<\/h3>\n                <p>High-level expert advice for international law, arbitration (ICC, LCIA) and mediation, with valid reports under the Hague Convention.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Founder Note -->\n    <div class=\"founder-note\">\n        <div class=\"founder-initials\">ATB<\/div>\n        <div class=\"founder-text\">\n            <h3>Excellence as a Foundation<\/h3>\n            <p>&#8220;Prop Trust Verified was born of my triple specialty in the real estate sector, construction and naval field. Our global expansion does not dilute this essence; it amplifies it. Each expert that carries our stamp, whether executed by me or our network of experts, passes through a rigorous quality control that guarantees the highest technical and legal solvency. &#8220;<\/p>\n            <span class=\"founder-name\">Aurelio Tamarit Blay<br><small style=\"font-family: 'Montserrat'; font-weight: 400; font-size: 0.8rem; color: #A0A0A0;\">Founder &amp;quot; Global Technical Director<\/small><\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Global Network Section -->\n    <section id=\"network\" class=\"network-section\">\n        <div class=\"section-header\">\n            <h2>Global Expert Network<\/h2>\n            <div class=\"gold-line\"><\/div>\n            <p>To offer comprehensive solutions worldwide, we have cured an exclusive network of independent elite experts, each leader in their discipline.<\/p>\n        <\/div>\n\n        <div class=\"network-grid\">\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-laptop-code\"><\/i>\n                <span>Forensics &amp;amp; Digital Appraisal<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-chart-line\"><\/i>\n                <span>Financial &amp;quot; Business Valuation<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-leaf\"><\/i>\n                <span>Environmental Assessment<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-shield-halved\"><\/i>\n                <span>Insurance &amp;quot; Casualty Claims<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-industry\"><\/i>\n                <span>Industrial &amp;quot; Machinery<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-truck-fast\"><\/i>\n                <span>Transport &amp;quot; Logistics<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-palette\"><\/i>\n                <span>Art &amp;quot; Antiquities Authentication<\/span>\n            <\/div>\n            <div class=\"network-item\">\n                <i class=\"fa-solid fa-wheat-awn\"><\/i>\n                <span>Agricultural &amp;amp; Crop Damage<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Certifications Section -->\n    <section id=\"credentials\">\n        <div class=\"section-header\">\n            <h2>Certifications &amp;quot; Memberships<\/h2>\n            <div class=\"gold-line\"><\/div>\n            <p>Our standards are supported by the most prestigious professional institutions in the world.<\/p>\n        <\/div>\n\n        <div class=\"certifications-container\">\n            <div class=\"cert-badge\">\n                <div class=\"cert-icon\"><i class=\"fa-solid fa-certificate\"><\/i><\/div>\n                <h4>Judicial expert<\/h4>\n                <p>Registered in Official Lists of Tribunals (Spain)<\/p>\n            <\/div>\n            <div class=\"cert-badge\">\n                <div class=\"cert-icon\"><i class=\"fa-solid fa-globe\"><\/i><\/div>\n                <h4>International Arbitration<\/h4>\n                <p>Recognized in ICC and LCIA procedures<\/p>\n            <\/div>\n            <div class=\"cert-badge\">\n                <div class=\"cert-icon\"><i class=\"fa-solid fa-award\"><\/i><\/div>\n                <h4>Marine Surveyors<\/h4>\n                <p>Standards aligned with Int. Association of Marine Surveyors<\/p>\n            <\/div>\n            <div class=\"cert-badge\">\n                <div class=\"cert-icon\"><i class=\"fa-solid fa-file-contract\"><\/i><\/div>\n                <h4>Hague Apostille<\/h4>\n                <p>Legalized documentation for validity in 120+ countries<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer id=\"contact\">\n        <div class=\"footer-logo\">Prop Trust Verified<\/div>\n        <div class=\"footer-info\">\n            <p>Aurema Group LLC | 1007 N Orange St, Suite 2223, Wilmington, DE 19801, USA<\/p>\n            <p style=\"margin-top: 10px;\">contact@proptrustverified.com | +1 (302) XXX-XXXX<\/p>\n        <\/div>\n        <div class=\"footer-bottom\">\n            <p>&copy; 2024 Prop Trust Verified. An Aurema Group Company. All Rights Reserved.<\/p>\n            <p style=\"margin-top: 5px; font-size: 0.7rem;\">Expert Witness Services | International Appraisal | Global Verification<\/p>\n        <\/div>\n    <\/footer>\n\n<\/body>\n<\/html><div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/en\/Credentials\/\"><\/div><div><a download=\"Credentials.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Our Credentials | Prop Trust Verified Prop Trust Verified Core Expertise Global Network Credentials Contact International Expert Witness &amp;amp; Appraisal Our Credentials A legacy of technical excellence, backed by decades of experience and a global network of certified experts. The truth, verified. 30+ Years of Experience 1,500+ Peritaciones Realizadas 15+ Technical expertise 40+ Countries with [&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":{"footnotes":""},"class_list":["post-1154","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=1154"}],"version-history":[{"count":5,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1154\/revisions"}],"predecessor-version":[{"id":2156,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/pages\/1154\/revisions\/2156"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}