{"id":2204,"date":"2025-09-23T21:06:53","date_gmt":"2025-09-23T21:06:53","guid":{"rendered":"https:\/\/inmobiliariahs.es\/?page_id=2204"},"modified":"2026-03-19T10:52:15","modified_gmt":"2026-03-19T10:52:15","slug":"about-us","status":"publish","type":"page","link":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en","title":{"rendered":"About us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2204\" class=\"elementor elementor-2204\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-981d1d6 e-flex e-con-boxed e-con e-parent\" data-id=\"981d1d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2994270 elementor-widget elementor-widget-html\" data-id=\"2994270\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\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>About Us | Hernandez Solutions<\/title>\n<!-- Fonts and icons -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600&family=Open+Sans:wght@300;400;600&display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<style>\n  :root {\n    --color-bg: #1D1D1B;\n    --color-section: #222222;\n    --color-light-section: #2a2a2a;\n    --color-text: #ffffff;\n    --color-secondary: #cccccc;\n    --color-accent: #d4af37;\n    --font-heading: 'Montserrat', sans-serif;\n    --font-body: 'Open Sans', sans-serif;\n    --transition: 0.3s ease;\n  }\n\n  body {\n    margin: 0;\n    font-family: var(--font-body);\n    color: var(--color-text);\n    background-color: var(--color-bg);\n    line-height: 1.6;\n  }\n  h1, h2, h3 {\n    font-family: var(--font-heading);\n    color: var(--color-accent);\n    margin-bottom: 16px;\n  }\n  p {\n    margin: 0 0 1em;\n    color: var(--color-secondary);\n  }\n  .container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 16px;\n  }\n\n  \/* Hero section *\/\n  .hero-nosotros {\n    position: relative;\n    background: url('https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/19270.jpg') center\/cover no-repeat;\n    height: 60vh;\n    min-height: 350px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    color: var(--color-text);\n  }\n  .hero-nosotros::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    background-color: rgba(0,0,0,0.6);\n    z-index: 0;\n  }\n  .hero-nosotros h1 {\n    position: relative;\n    z-index: 1;\n    font-size: 3rem;\n    letter-spacing: 1px;\n  }\n\n  \/* About section *\/\n  .about-section {\n    background-color: var(--color-section);\n    padding: 60px 0;\n  }\n  .about-section .about-content {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 40px;\n    align-items: center;\n  }\n  .about-text {\n    flex: 1 1 50%;\n    min-width: 280px;\n  }\n  .about-text h2 {\n    margin-top: 0;\n  }\n  .about-img {\n    flex: 1 1 50%;\n    min-width: 280px;\n  }\n  .about-img img {\n    width: 100%;\n    border-radius: 8px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.5);\n  }\n\n  \/* Values \/ mission section *\/\n  .values-section {\n    background-color: var(--color-light-section);\n    padding: 60px 0;\n  }\n  .values-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 30px;\n    margin-top: 40px;\n  }\n  .value-item {\n    text-align: center;\n    padding: 20px;\n  }\n  .value-item i {\n    font-size: 2rem;\n    color: var(--color-accent);\n    margin-bottom: 12px;\n  }\n  .value-item h3 {\n    margin: 8px 0;\n    font-size: 1.2rem;\n    color: var(--color-accent);\n  }\n  .value-item p {\n    font-size: 0.9rem;\n    color: var(--color-secondary);\n  }\n\n  \/* Team section *\/\n  .team-section {\n    background-color: var(--color-section);\n    padding: 60px 0;\n  }\n  .team-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 30px;\n    margin-top: 40px;\n  }\n  .team-member {\n    text-align: center;\n    background-color: var(--color-light-section);\n    border-radius: 8px;\n    padding: 20px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.3);\n  }\n  .team-member img {\n    width: 120px;\n    height: 120px;\n    border-radius: 50%;\n    object-fit: cover;\n    margin-bottom: 12px;\n  }\n  .team-member h3 {\n    margin: 8px 0 4px;\n    font-size: 1.1rem;\n    color: var(--color-accent);\n  }\n  .team-member p {\n    margin: 0;\n    font-size: 0.9rem;\n    color: var(--color-secondary);\n  }\n\n  \/* CTA section *\/\n  .cta-section {\n    background-color: var(--color-light-section);\n    padding: 60px 0;\n    text-align: center;\n  }\n  .cta-section h2 {\n    margin-bottom: 16px;\n  }\n  .cta-section a {\n    display: inline-block;\n    background-color: var(--color-accent);\n    color: var(--color-bg);\n    padding: 12px 28px;\n    border-radius: 4px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: background-color var(--transition), color var(--transition);\n  }\n  .cta-section a:hover {\n    background-color: var(--color-text);\n    color: var(--color-bg);\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .hero-nosotros h1 {\n      font-size: 2.4rem;\n    }\n    .about-section .about-content {\n      flex-direction: column;\n    }\n    .about-text, .about-img {\n      flex: 1 1 100%;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Hero -->\n<section class=\"hero-nosotros\">\n  <h1>About Us<\/h1>\n<\/section>\n\n<!-- Our story \/ who we are -->\n<section class=\"about-section\">\n  <div class=\"container\">\n    <div class=\"about-content\">\n      <div class=\"about-text\">\n        <h2>Our Story<\/h2>\n        <p>\n          Hernandez Solutions was created with the idea of offering a real estate service that is close, professional and transparent. With more than 10 years of experience in buying, selling and renting properties on the Coast and across the national territory, we have helped hundreds of families and companies find their ideal place.\n        <\/p>\n        <p>\n          Our goal is not only to close transactions, but also to guide our clients through every step of the process, offering comprehensive advice from the initial valuation to the signing and after-sales service.\n        <\/p>\n      <\/div>\n      <div class=\"about-img\">\n        <img decoding=\"async\" src=\"https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg\" alt=\"Team working\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Mission, vision and values -->\n<section class=\"values-section\">\n  <div class=\"container\">\n    <h2>Mission, Vision and Values<\/h2>\n    <div class=\"values-list\">\n      <div class=\"value-item\">\n        <i class=\"fa-solid fa-bullseye\"><\/i>\n        <h3>Mission<\/h3>\n        <p>To provide a comprehensive and transparent service, maximizing the satisfaction of our clients in every real estate transaction.<\/p>\n      <\/div>\n      <div class=\"value-item\">\n        <i class=\"fa-solid fa-eye\"><\/i>\n        <h3>Vision<\/h3>\n        <p>To become the leading real estate reference on the Coast and in the Canary Islands, recognized for our ethics, innovation and results.<\/p>\n      <\/div>\n      <div class=\"value-item\">\n        <i class=\"fa-solid fa-handshake\"><\/i>\n        <h3>Values<\/h3>\n        <p>Commitment, honesty, closeness and professionalism guide every step of our daily work.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Final CTA section -->\n<section class=\"cta-section\">\n  <div class=\"container\">\n    <h2>Ready to find your ideal home?<\/h2>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a44ecd e-flex e-con-boxed e-con e-parent\" data-id=\"6a44ecd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\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>About Us | Hernandez Solutions About Us Our Story Hernandez Solutions was created with the idea of offering a real estate service that is close, professional and transparent. With more than 10 years of experience in buying, selling and renting properties on the Coast and across the national territory, we have helped hundreds of families [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2204","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About us - inmobiliariahs<\/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:\/\/inmobiliariahs.es\/?page_id=2204&lang=en\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About us - inmobiliariahs\" \/>\n<meta property=\"og:description\" content=\"About Us | Hernandez Solutions About Us Our Story Hernandez Solutions was created with the idea of offering a real estate service that is close, professional and transparent. With more than 10 years of experience in buying, selling and renting properties on the Coast and across the national territory, we have helped hundreds of families [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/inmobiliariahs.es\/?page_id=2204&amp;lang=en\" \/>\n<meta property=\"og:site_name\" content=\"inmobiliariahs\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T10:52:15+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en\",\"url\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en\",\"name\":\"About us - inmobiliariahs\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/inmobiliariahs.es\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg\",\"datePublished\":\"2025-09-23T21:06:53+00:00\",\"dateModified\":\"2026-03-19T10:52:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en#primaryimage\",\"url\":\"https:\\\/\\\/inmobiliariahs.es\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg\",\"contentUrl\":\"https:\\\/\\\/inmobiliariahs.es\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg\",\"width\":900,\"height\":1599},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/?page_id=2204&lang=en#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/inmobiliariahs.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#website\",\"url\":\"https:\\\/\\\/inmobiliariahs.es\\\/\",\"name\":\"inmobiliariahs\",\"description\":\"Un paso m\u00e1s hacia el hogar de tus sue\u00f1os\",\"publisher\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/inmobiliariahs.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#organization\",\"name\":\"inmobiliariahs\",\"url\":\"https:\\\/\\\/inmobiliariahs.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/inmobiliariahs.es\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/ISOLOGO_HS_NEGRO-scaled.png\",\"contentUrl\":\"https:\\\/\\\/inmobiliariahs.es\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/ISOLOGO_HS_NEGRO-scaled.png\",\"width\":2560,\"height\":1152,\"caption\":\"inmobiliariahs\"},\"image\":{\"@id\":\"https:\\\/\\\/inmobiliariahs.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About us - inmobiliariahs","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:\/\/inmobiliariahs.es\/?page_id=2204&lang=en","og_locale":"es_ES","og_type":"article","og_title":"About us - inmobiliariahs","og_description":"About Us | Hernandez Solutions About Us Our Story Hernandez Solutions was created with the idea of offering a real estate service that is close, professional and transparent. With more than 10 years of experience in buying, selling and renting properties on the Coast and across the national territory, we have helped hundreds of families [&hellip;]","og_url":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en","og_site_name":"inmobiliariahs","article_modified_time":"2026-03-19T10:52:15+00:00","og_image":[{"url":"http:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en","url":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en","name":"About us - inmobiliariahs","isPartOf":{"@id":"https:\/\/inmobiliariahs.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en#primaryimage"},"image":{"@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en#primaryimage"},"thumbnailUrl":"http:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg","datePublished":"2025-09-23T21:06:53+00:00","dateModified":"2026-03-19T10:52:15+00:00","breadcrumb":{"@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en#primaryimage","url":"https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg","contentUrl":"https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/09\/WhatsApp-Image-2025-09-26-at-1.09.39-AM.jpeg","width":900,"height":1599},{"@type":"BreadcrumbList","@id":"https:\/\/inmobiliariahs.es\/?page_id=2204&lang=en#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/inmobiliariahs.es\/"},{"@type":"ListItem","position":2,"name":"About us"}]},{"@type":"WebSite","@id":"https:\/\/inmobiliariahs.es\/#website","url":"https:\/\/inmobiliariahs.es\/","name":"inmobiliariahs","description":"Un paso m\u00e1s hacia el hogar de tus sue\u00f1os","publisher":{"@id":"https:\/\/inmobiliariahs.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/inmobiliariahs.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/inmobiliariahs.es\/#organization","name":"inmobiliariahs","url":"https:\/\/inmobiliariahs.es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/inmobiliariahs.es\/#\/schema\/logo\/image\/","url":"https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/10\/ISOLOGO_HS_NEGRO-scaled.png","contentUrl":"https:\/\/inmobiliariahs.es\/wp-content\/uploads\/2025\/10\/ISOLOGO_HS_NEGRO-scaled.png","width":2560,"height":1152,"caption":"inmobiliariahs"},"image":{"@id":"https:\/\/inmobiliariahs.es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/pages\/2204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2204"}],"version-history":[{"count":4,"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/pages\/2204\/revisions"}],"predecessor-version":[{"id":2208,"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=\/wp\/v2\/pages\/2204\/revisions\/2208"}],"wp:attachment":[{"href":"https:\/\/inmobiliariahs.es\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}