{"id":600,"date":"2026-04-07T10:48:31","date_gmt":"2026-04-07T08:48:31","guid":{"rendered":"https:\/\/www.sanzlamas.com\/home\/"},"modified":"2026-05-14T12:48:46","modified_gmt":"2026-05-14T10:48:46","slug":"home","status":"publish","type":"page","link":"https:\/\/www.sanzlamas.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\r\n\r\n<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section hero-section-bg\">\r\n\r\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\r\n\r\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\r\n\r\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\">    <div class=\"hero-full-screen\">\n      <div class=\"hero-bg-slider\">\n        <div class=\"hero-bg-slide slide-1 active\"><\/div>\n        <div class=\"hero-bg-slide slide-2\"><\/div>\n        <div class=\"hero-bg-slide slide-3\"><\/div>\n        <div class=\"hero-overlay\"><\/div>\n      <\/div>\n\n      <div class=\"hero-slider-container\">\n        <div class=\"hero-text-slide active\">\n\t\t  <h2 class=\"hero-subtitle\">Advisors and Administrative Services<\/h2>\n\t\t  <h1 class=\"hero-title\">Sanz-<span class=\"highlight\">Lamas<\/span><\/h1>\n\t\t  <p class=\"hero-description\">Since 1954, offering the reliability of seven decades with the technological agility of the present.<\/p>\n\t\t<\/div>\n\n\t\t<div class=\"hero-text-slide\">\n\t\t  <h2 class=\"hero-subtitle\">Legal Certainty<\/h2>\n\t\t  <h1 class=\"hero-title\">Specialists in <span class=\"highlight\">Deeds<\/span><\/h1>\n\t\t  <p class=\"hero-description\">We accompany you through every notary signing and registration with the diligence your assets deserve.<\/p>\n\t\t<\/div>\n\n\t\t<div class=\"hero-text-slide\">\n\t\t  <h2 class=\"hero-subtitle\">Professional Commitment<\/h2>\n\t\t  <h1 class=\"hero-title\">Excellence in <span class=\"highlight\">Management<\/span><\/h1>\n\t\t  <p class=\"hero-description\">Comprehensive tax, labor, and accounting advisory for companies and individuals.<\/p>\n\t\t<\/div>\n      <\/div>\n\n      <div class=\"hero-cta-group\">\n\t\t<a href=\"\/servicios\" class=\"btn-primary\">Explore Services<\/a>\n\t\t<a href=\"\/contacto\" class=\"btn-secondary\">Direct Contact<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"scroll-indicator\">\n\t\t<div class=\"mouse\"><\/div>\n\t\t<p class=\"scroll-text\">Discover<\/p>\n\t\t<\/div>\n    <\/div>\n\n    <style>\n        \/* AJUSTE PARA DIVI: Forzar ancho completo *\/\n        .et_pb_section:has([class*=\"hero-full-screen\"]) {\n            padding: 0 !important;\n        }\n\t\n        .et_pb_row:has([class*=\"hero-full-screen\"]) {\n            width: 100% !important;\n            max-width: 100% !important;\n            padding: 0 !important;\n            margin: 0 !important;\n        }\n\t\t\n\t\t\/* El fondo con el carrusel ocupa toda la pantalla *\/\n        .hero-full-screen {\n            position: relative; \n            width: 100vw; \n            height: 85vh;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw;\n            margin-right: -50vw;\n            display: flex; \n            flex-direction: column; \n            justify-content: center;\n            align-items: center; \n            text-align: center; \n            overflow: hidden; \n            background-color: #000;\n        }\n\t\n\t\t\/* Transiciones del slider de Carrusel *\/\n        .hero-bg-slider {\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t\tz-index: 1;\n\t\t}\n\t\n        .hero-bg-slide {\n            position: absolute;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n            background-size: cover;\n\t\t\tbackground-position: center;\n            opacity: 0;\n\t\t\ttransition: opacity 1.5s ease-in-out, transform 6s linear;\n\t\t\ttransform: scale(1);\n        }\n\t\n        .hero-bg-slide.active {\n\t\t\topacity: 0.6;\n\t\t\ttransform: scale(1.1);\n\t\t}\n\t\n\t\t\/* Filtro del Fondo *\/\n        .hero-overlay {\n            position: absolute;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n            background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.3) 100%);\n            z-index: 2;\n        }\n\t\n\t\t\/* Contenido del Slider *\/\n        .hero-slider-container {\n\t\t\tposition: relative;\n\t\t\twidth: 90%;\n\t\t\tmax-width: 1100px;\n\t\t\tz-index: 10;\n\t\t\tmargin-bottom: 40px;\n\t\t}\n\t\n        .hero-text-slide {\n\t\t\tdisplay: none; animation: revealUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n\t\t}\n\t\n        .hero-text-slide.active {\n\t\t\tdisplay: block;\n\t\t}\n        \n\t\t\/* Animaci\u00f3n del display *\/\n        @keyframes revealUp {\n            0% { opacity: 0; transform: translateY(30px); filter: blur(3px); }\n            100% { opacity: 1; transform: translateY(0); filter: blur(0); }\n        }\n\t\n\t\t\/* Contenido Principal *\/\n        .hero-subtitle {\n            font-family: 'Montserrat', sans-serif !important;\n\t\t\tfont-size: 13px !important;\n            text-transform: uppercase;\n\t\t\tletter-spacing: 5px;\n\t\t\tcolor: #8B0000 !important;\n            margin-bottom: 15px !important;\n\t\t\tfont-weight: 600 !important;\n        }\n        .hero-title {\n            font-family: 'Montserrat', sans-serif !important;\n\t\t\tfont-size: clamp(34px, 7vw, 75px) !important;\n            font-weight: 900 !important;\n\t\t\tcolor: #1a1a1a !important;\n\t\t\tline-height: 1.1 !important;\n\t\t\tmargin-bottom: 25px !important;\n        }\n\t\n        .highlight {\n\t\t\tcolor: #8B0000;\n\t\t}\n\t\n        .hero-description {\n            font-family: 'Montserrat', sans-serif !important;\n\t\t\tfont-size: 18px !important;\n            color: #333 !important;\n\t\t\tmax-width: 700px;\n\t\t\tmargin: 0 auto !important;\n\t\t\tline-height: 1.6;\n\t\t\tfont-weight: 400;\n        }\n\t\n\t\t\/* Botones *\/\n        .hero-cta-group {\n\t\t\tdisplay: flex;\n\t\t\tgap: 20px;\n\t\t\tz-index: 10;\n\t\t}\n\t\n        .btn-primary, .btn-secondary {\n            padding: 16px 35px;\n\t\t\tfont-family: 'Montserrat', sans-serif !important;\n            font-size: 12px;\n\t\t\tfont-weight: 700;\n\t\t\ttext-transform: uppercase;\n\t\t\tletter-spacing: 2px;\n\t\t\ttext-decoration: none;\n\t\t\ttransition: 0.4s ease;\n        }\n\t\n        .btn-primary {\n\t\t\tbackground: #8B0000;\n\t\t\tcolor: #fff !important;\n\t\t}\n\t\t\t\t\t  \n        .btn-secondary {\n\t\t\tborder: 1px solid #1a1a1a;\n\t\t\t\tcolor: #1a1a1a !important;\n\t\t}\n\t\t\t\n        .btn-primary:hover, .btn-secondary:hover {\n\t\t\tbackground: #1a1a1a;\n\t\t\tcolor: #fff !important;\n\t\t\ttransform: translateY(-3px);\n\t\t}\n\t\n\t\t\/* Scroll de 'DESCUBRIR' *\/\n        \n        .scroll-indicator {\n\t\t\tposition: absolute;\n\t\t\tbottom: 30px;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\talign-items: center;\n\t\t\tz-index: 10;\n\t\t}\n\t\n        .scroll-text {\n\t\t\tfont-size: 10px;\n\t\t\ttext-transform: uppercase;\n\t\t\tletter-spacing: 2px;\n\t\t\tcolor: #222;\n\t\t\tmargin-bottom: 8px;\n\t\t}\n\t\n        .mouse {\n\t\t\twidth: 20px;\n\t\t\theight: 35px;\n\t\t\tborder: 1px solid #222;\n\t\t\tborder-radius: 15px;\n\t\t\tposition: relative;\n\t\t}\n\t\n        .mouse::after {\n            content: ''; width: 2px; height: 6px; background: #8B0000;\n            position: absolute; left: 50%; transform: translateX(-50%);\n            top: 6px; border-radius: 2px; animation: scrollWheel 2s infinite;\n        }\n\t\n\t\n\t\t\/* ========= DESKTOP ========= *\/\n\n        .slide-1 {\n            background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-27-scaled-1.webp');\n        }\n\n        .slide-2 {\n            background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-68-scaled-1.webp');\n        }\n\n        .slide-3 {\n            background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-28-scaled-1.webp');\n        }\n\n        \/* ========= TABLET \/ MOBILE ========= *\/\n\n        @media (max-width: 768px) {\n\n            .slide-1 {\n                background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-27-movil.webp');\n            }\n\n            .slide-2 {\n                background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-68-movil.webp');\n            }\n\n            .slide-3 {\n                background-image: url('https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-28-movil.webp');\n            }\n\n        }\n\n        \n\t\t\/* Animaci\u00f3n del scroll de 'Descubrir' *\/\n        @keyframes scrollWheel {\n            0% { transform: translate(-50%, 0); opacity: 1; }\n            100% { transform: translate(-50%, 15px); opacity: 0; }\n        }\n\n\t\t\/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-cta-group { flex-direction: column; width: 85%; }\n            .hero-title { font-size: 32px !important; }\n            .hero-full-screen { height: 90vh; width: 100vw; margin-left: -50vw; }\n        }\n    <\/style>\n\n    <script> \/* Con jQuery *\/\n    (function() {\n        document.addEventListener('DOMContentLoaded', () => {\n            let currentIdx = 0;\n            const textSlides = document.querySelectorAll('.hero-text-slide');\n            const bgSlides = document.querySelectorAll('.hero-bg-slide');\n            if (textSlides.length === 0) return;\n            setInterval(() => {\n                textSlides[currentIdx].classList.remove('active');\n                bgSlides[currentIdx].classList.remove('active');\n                currentIdx = (currentIdx + 1) % textSlides.length;\n                textSlides[currentIdx].classList.add('active');\n                bgSlides[currentIdx].classList.add('active');\n            }, 6000);\n        });\n    })();\n    <\/script>\n    \n<\/div><\/div><\/div><\/div><\/div>\r\n\r\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\r\n\r\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\r\n\r\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\r\n\r\n<div class=\"et_pb_code_0 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"sanz-lamas-grid\">\n  <div class=\"card-servicio\">\n    <div class=\"card-content\">\n      <h2>Comprehensive consultancy services for<br\/>businesses and the self-employed<\/h2>\n      <p>Tax, accounting, and employment management backed by the expertise of a specialist team.<\/p>\n      <div class=\"card-footer\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"card-servicio\">\n    <div class=\"card-content\">\n      <h2>Income and<br\/>Tax Planning<\/h2>\n      <p>Specialists in income and capital gains tax returns and tax optimisation for private individuals.<\/p>\n      <div class=\"card-footer\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"card-servicio\">\n    <div class=\"card-content\">\n      <h2>Notarial<br\/>and Registry Services<\/h2>\n      <p>Processing inheritances and property transactions, with in-person support at signings.<\/p>\n      <div class=\"card-footer\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"card-servicio\">\n    <div class=\"card-content\">\n      <h2>Administrative<br\/>Procedures<\/h2>\n      <p>Fast, technology-driven processing for vehicle procedures and public administration matters throughout Spain.<\/p>\n      <div class=\"card-footer\"><\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  \/* Contenedor principal *\/\n  .sanz-lamas-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 0;\n    border-top: 1px solid #eee;\n    background-color: #fff;\n    margin: 30px auto;\n  }\n\n  \/* Estilo de cada caja *\/\n  .card-servicio {\n    position: relative;\n    padding: 60px 40px;\n    border-right: 1px solid #eee;\n    border-bottom: 1px solid #eee;\n    background: #fff;\n    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    transition: 0.3s ease-in-out;\n  }\n  \n  .card-servicio:hover {\n    transform: translateY(-4px);\n  }\n\n  \/* Responsive *\/\n  @media (min-width: 1024px) {\n    .card-servicio:nth-child(4n) { border-right: none; }\n  }\n\n  \/* T\u00edtulos *\/\n  .card-servicio h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    line-height: 1.2 !important;\n    color: #1a1a1a !important;\n    margin-bottom: 20px !important;\n    text-transform: none !important;\n    letter-spacing: -0.5px !important;\n  }\n\n  \/* P\u00e1rrafos *\/\n  .card-servicio p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 14px !important;\n    line-height: 1.6 !important;\n    color: #666 !important;\n    margin: 0 !important;\n    font-weight: 400 !important;\n  }\n\n  \/* L\u00ednea decorativa inferior que aparece al hacer hover *\/\n  .card-footer {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 0;\n    height: 4px;\n    background-color: #8B0000;\n    transition: width 0.4s ease;\n  }\n\n  \/* Efecto Hover *\/\n  .card-servicio:hover {\n    background-color: #fcfcfc;\n    z-index: 2;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n  }\n\n  .card-servicio:hover h3 {\n    color: #8B0000 !important;\n  }\n\n  .card-servicio:hover .card-footer {\n    width: 100%;\n  }\n\n  \/* Adaptado para m\u00f3vil *\/\n  @media (max-width: 768px) {\n    .card-servicio {\n      padding: 40px 30px;\n      border-right: none;\n    }\n  }\n<\/style><\/div><\/div>\r\n\r\n<section class=\"et_pb_fullwidth_header_0 et_pb_fullwidth_header et_pb_bg_layout_dark et_pb_text_align_center et_animated et_pb_section_parallax et_pb_module et_flex_module\"><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background-module--divi-fullwidth-header-0 et_parallax_bg_tablet_exist et_parallax_bg_phone_exist\" style=\"background-image:url(https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-73-scaled-1.webp);background-color:#8b0000;background-blend-mode:soft-light\"><\/span><\/span><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background_tablet et-pb-parallax-background_tablet-module--divi-fullwidth-header-0 et_parallax_bg_phone_exist\" style=\"background-image:url(https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-73-movil.webp);background-color:#8b0000;background-blend-mode:soft-light\"><\/span><\/span><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background_phone et-pb-parallax-background_phone-module--divi-fullwidth-header-0 et_parallax_bg_tablet_exist\" style=\"background-image:url(https:\/\/www.sanzlamas.com\/wp-content\/uploads\/2026\/05\/GestoriaSanz-LamasCastello-73-movil.webp);background-color:#8b0000;background-blend-mode:soft-light\"><\/span><\/span><div class=\"et_pb_fullwidth_header_container center\"><div class=\"header-content-container center\"><div class=\"header-content et_flex_module\"><h1 class=\"et_pb_module_header\">WHAT DO WE VALUE?<\/h1><div class=\"et_pb_header_content_wrapper\"><p>In our administrative client advisory service, we value <strong>s<\/strong><span style=\"font-weight: 400;\"><strong>ecurity<\/strong>, <strong>trust<\/strong>, <strong>guarantee<\/strong>, <strong>closeness<\/strong>, and the <strong>good treatment<\/strong> of our clients. <\/span> <\/p>\n<p><span style=\"font-weight: 400;\">Get to know us better to understand our goals more clearly!<\/span><\/p>\n<\/div><div class=\"et_pb_header_button_wrapper\"><a class=\"et_pb_button et_pb_more_button et_pb_button_one\" href=\"https:\/\/www.sanzlamas.com\/en\/about-us\/\" data-icon=\"5\">DISCOVER US<\/a><\/div><\/div><\/div><\/div><div class=\"et_pb_fullwidth_header_overlay\"><\/div><div class=\"et_pb_fullwidth_header_scroll\"><\/div><\/section><\/div><\/div><\/div>\r\n\r\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\r\n\r\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\r\n\r\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\r\n\r\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>.hero-section-bg {\n    background-color: #f8f9fa;\n}\n<\/style><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-600","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/pages\/600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/comments?post=600"}],"version-history":[{"count":6,"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/pages\/600\/revisions"}],"predecessor-version":[{"id":679,"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/pages\/600\/revisions\/679"}],"wp:attachment":[{"href":"https:\/\/www.sanzlamas.com\/en\/wp-json\/wp\/v2\/media?parent=600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}