{"id":9,"date":"2025-07-27T23:25:58","date_gmt":"2025-07-27T23:25:58","guid":{"rendered":"https:\/\/serranopereaabogado.es\/?page_id=9"},"modified":"2025-07-30T14:38:01","modified_gmt":"2025-07-30T14:38:01","slug":"9-2","status":"publish","type":"page","link":"https:\/\/serranopereaabogado.es\/","title":{"rendered":"Abogado Luis Serrano"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b791af e-flex e-con-boxed e-con e-parent\" data-id=\"3b791af\" 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-f0b0996 elementor-widget elementor-widget-text-editor\" data-id=\"f0b0996\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><!-- Tailwind CSS CDN --><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><br \/><!-- Google Fonts: Inter for a modern sans-serif look --><\/p><p><style>\n        \/* Custom CSS for a refined look and feel *\/<br \/>        body {<br \/>            font-family: 'Inter', sans-serif;<br \/>            scroll-behavior: smooth; \/* Smooth scrolling for internal links *\/<br \/>            background-color: #f8f9fa; \/* Light background for the whole page *\/<br \/>            color: #343a40; \/* Darker text for readability *\/<br \/>        }<\/p>\n<p>        \/* Adjust scroll-margin-top for fixed header to prevent content being hidden behind it *\/<br \/>        .section-anchor {<br \/>            scroll-margin-top: 80px; \/* Height of the fixed header *\/<br \/>        }<\/p>\n<p>        \/* Custom button styles based on logo colors *\/<br \/>        .btn-primary {<br \/>            background-color: #1a4f6d; \/* Dark blue from logo *\/<br \/>            color: white;<br \/>            padding: 0.75rem 1.5rem;<br \/>            border-radius: 9999px; \/* Fully rounded *\/<br \/>            font-weight: 600;<br \/>            transition: background-color 0.3s ease, transform 0.2s ease;<br \/>            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);<br \/>        }<br \/>        .btn-primary:hover {<br \/>            background-color: #2a6a8a; \/* Slightly lighter blue on hover *\/<br \/>            transform: translateY(-2px); \/* Slight lift effect *\/<br \/>        }<\/p>\n<p>        .btn-secondary {<br \/>            background-color: #20949d; \/* Teal from logo *\/<br \/>            color: white;<br \/>            padding: 0.75rem 1.5rem;<br \/>            border-radius: 9999px;<br \/>            font-weight: 600;<br \/>            transition: background-color 0.3s ease, transform 0.2s ease;<br \/>            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);<br \/>        }<br \/>        .btn-secondary:hover {<br \/>            background-color: #28b0b9; \/* Slightly lighter teal on hover *\/<br \/>            transform: translateY(-2px);<br \/>        }<\/p>\n<p>        \/* Custom font for headings (simulating Slab Serif with Inter bold\/extra-bold) *\/<br \/>        .font-heading {<br \/>            font-weight: 800; \/* Extra bold for impact *\/<br \/>            letter-spacing: -0.025em; \/* Slightly tighter letter spacing *\/<br \/>        }<\/p>\n<p>        \/* Animation for the main CTA button *\/<br \/>        @keyframes bounce-subtle {<br \/>            0%, 100% {<br \/>                transform: translateY(0);<br \/>            }<br \/>            50% {<br \/>                transform: translateY(-5px);<br \/>            }<br \/>        }<br \/>        .animate-bounce-subtle {<br \/>            animation: bounce-subtle 2s infinite ease-in-out;<br \/>        }<\/p>\n<p>        \/* Style for the mobile menu *\/<br \/>        #mobile-menu {<br \/>            transition: max-height 0.3s ease-out;<br \/>            max-height: 0;<br \/>            overflow: hidden;<br \/>        }<br \/>        #mobile-menu.open {<br \/>            max-height: 300px; \/* Adjust based on content *\/<br \/>        }<\/p>\n<p>        \/* Custom styles from the provided blocks *\/<br \/>        .hero-container {<br \/>            display: flex;<br \/>            flex-direction: column;<br \/>            align-items: center;<br \/>            text-align: center;<br \/>            padding: 40px 20px;<br \/>            background-color: #f0f4f8; \/* Light blue-gray background *\/<br \/>            color: #333;<br \/>        }<br \/>        .hero-logo-placeholder { \/* Renamed to avoid confusion with actual logo *\/<br \/>            margin-bottom: 20px;<br \/>            \/* User will add actual logo via Elementor *\/<br \/>            height: 100px; \/* Placeholder height *\/<br \/>            width: 100%; \/* Placeholder width *\/<br \/>            background-color: #e0e7ef;<br \/>            display: flex;<br \/>            justify-content: center;<br \/>            align-items: center;<br \/>            font-size: 1.5em;<br \/>            color: #1a4f6d;<br \/>            border-radius: 8px;<br \/>        }<br \/>        .hero-text-content h1 {<br \/>            font-size: 2.5em;<br \/>            color: #1a4f6d; \/* Dark blue *\/<br \/>            margin-bottom: 10px;<br \/>        }<br \/>        .hero-text-content h2 {<br \/>            font-size: 1.5em;<br \/>            color: #20949d; \/* Teal *\/<br \/>            margin-bottom: 20px;<br \/>        }<br \/>        .hero-text-content p {<br \/>            max-width: 800px;<br \/>            margin: 0 auto 15px auto;<br \/>            line-height: 1.6;<br \/>        }<br \/>        .hero-contact-block {<br \/>            background-color: #e0e7ef; \/* Lighter blue-gray *\/<br \/>            padding: 20px;<br \/>            border-radius: 8px;<br \/>            margin-top: 30px;<br \/>            width: 100%;<br \/>            max-width: 500px;<br \/>        }<br \/>        .hero-contact-block h3 {<br \/>            font-size: 1.2em;<br \/>            color: #1a4f6d;<br \/>            margin-bottom: 10px;<br \/>        }<br \/>        .hero-contact-block ul {<br \/>            list-style: none;<br \/>            padding: 0;<br \/>        }<br \/>        .hero-contact-block li {<br \/>            margin-bottom: 5px;<br \/>        }<br \/>        .hero-contact-block a {<br \/>            color: #20949d;<br \/>            text-decoration: none;<br \/>        }<br \/>        .hero-contact-block a:hover {<br \/>            text-decoration: underline;<br \/>        }<br \/>        .hero-rating {<br \/>            margin-top: 20px;<br \/>            font-style: italic;<br \/>            color: #555;<br \/>        }<br \/>        .hero-rating blockquote {<br \/>            margin-top: 10px;<br \/>            font-size: 1.1em;<br \/>        }<br \/>        .cta-button {<br \/>            display: inline-block;<br \/>            background-color: #20949d; \/* Teal *\/<br \/>            color: white;<br \/>            padding: 15px 30px;<br \/>            border-radius: 30px;<br \/>            text-decoration: none;<br \/>            font-weight: bold;<br \/>            margin-top: 30px;<br \/>            transition: background-color 0.3s ease;<br \/>        }<br \/>        .cta-button:hover {<br \/>            background-color: #1a7a81; \/* Darker teal *\/<br \/>        }<\/p>\n<p>        \/* General Home Blocks *\/<br \/>        .home-block {<br \/>            padding: 80px 20px;<br \/>            max-width: 900px;<br \/>            margin: 0 auto;<br \/>            text-align: center;<br \/>            border-bottom: 1px solid #e2e8f0; \/* Light gray border *\/<br \/>        }<br \/>        .home-block:last-of-type {<br \/>            border-bottom: none;<br \/>        }<br \/>        .home-block h2 {<br \/>            font-size: 2.2em;<br \/>            color: #1a4f6d;<br \/>            margin-bottom: 25px;<br \/>        }<br \/>        .home-block p {<br \/>            font-size: 1.1em;<br \/>            line-height: 1.7;<br \/>            margin-bottom: 20px;<br \/>        }<br \/>        .cta-text-link {<br \/>            color: #20949d;<br \/>            text-decoration: none;<br \/>            font-weight: 600;<br \/>            transition: color 0.3s ease;<br \/>        }<br \/>        .cta-text-link:hover {<br \/>            color: #1a4f6d;<br \/>        }<\/p>\n<p>        \/* Servicios List *\/<br \/>        .servicios-list {<br \/>            list-style: none;<br \/>            padding: 0;<br \/>            display: grid;<br \/>            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));<br \/>            gap: 15px;<br \/>            margin-top: 30px;<br \/>            margin-bottom: 30px;<br \/>        }<br \/>        .servicios-list li {<br \/>            background-color: #fff;<br \/>            padding: 15px 20px;<br \/>            border-radius: 8px;<br \/>            box-shadow: 0 2px 5px rgba(0,0,0,0.05);<br \/>            font-size: 1.1em;<br \/>            color: #333;<br \/>            text-align: left; \/* Ensure text aligns left within list item *\/<br \/>        }<\/p>\n<p>        \/* Opiniones Section *\/<br \/>        .opiniones blockquote {<br \/>            font-style: italic;<br \/>            margin: 20px auto;<br \/>            max-width: 700px;<br \/>            padding: 15px;<br \/>            border-left: 4px solid #20949d;<br \/>            background-color: #e0e7ef;<br \/>            border-radius: 4px;<br \/>        }<br \/>        .opiniones .rating {<br \/>            font-size: 1.3em;<br \/>            font-weight: bold;<br \/>            color: #f39c12; \/* Star color *\/<br \/>            margin-bottom: 20px;<br \/>        }<\/p>\n<p>        \/* Blog Snippets *\/<br \/>        .blog-snippets {<br \/>            list-style: none;<br \/>            padding: 0;<br \/>            margin-top: 30px;<br \/>            margin-bottom: 30px;<br \/>        }<br \/>        .blog-snippets li {<br \/>            background-color: #fff;<br \/>            padding: 15px 20px;<br \/>            border-radius: 8px;<br \/>            box-shadow: 0 2px 5px rgba(0,0,0,0.05);<br \/>            margin-bottom: 10px;<br \/>            font-size: 1.1em;<br \/>            text-align: left;<br \/>        }<\/p>\n<p>        \/* Contacto Section *\/<br \/>        .datos-contacto {<br \/>            list-style: none;<br \/>            padding: 0;<br \/>            margin-top: 30px;<br \/>            margin-bottom: 30px;<br \/>            font-size: 1.1em;<br \/>        }<br \/>        .datos-contacto li {<br \/>            margin-bottom: 10px;<br \/>        }<br \/>        .datos-contacto a {<br \/>            color: #20949d;<br \/>            text-decoration: none;<br \/>        }<br \/>        .datos-contacto a:hover {<br \/>            text-decoration: underline;<br \/>        }<\/p>\n<p>        \/* Cierre Section *\/<br \/>        .cierre {<br \/>            background-color: #1a4f6d; \/* Dark blue *\/<br \/>            color: white;<br \/>            padding: 60px 20px;<br \/>        }<br \/>        .cierre h2 {<br \/>            color: white;<br \/>            margin-bottom: 20px;<br \/>        }<br \/>        .cierre p {<br \/>            font-size: 1.2em;<br \/>            max-width: 800px;<br \/>            margin: 0 auto;<br \/>        }<\/p>\n<p>        \/* Responsive adjustments for smaller screens *\/<br \/>        @media (max-width: 768px) {<br \/>            .hero-text-content h1 {<br \/>                font-size: 2em;<br \/>            }<br \/>            .hero-text-content h2 {<br \/>                font-size: 1.2em;<br \/>            }<br \/>            .home-block h2 {<br \/>                font-size: 1.8em;<br \/>            }<br \/>            .servicios-list {<br \/>                grid-template-columns: 1fr; \/* Stack columns on small screens *\/<br \/>            }<br \/>        }<br \/>    <\/style><\/p><p><!-- Header\/Navbar (Fixed at the top) --><\/p><header class=\"fixed top-0 left-0 w-full bg-white shadow-lg z-50\"><nav class=\"container mx-auto px-4 py-4 flex justify-between items-center\" data-wp-editing=\"1\"><a href=\"https:\/\/serranopereaabogado.es\/\"><img decoding=\"async\" class=\"alignnone wp-image-39 size-thumbnail\" src=\"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1-150x150.png\" alt=\"\" width=\"150\" height=\"150\" \/><\/a><div class=\"hidden md:flex space-x-6 items-center\"><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#hero-serrano\">Inicio<\/a><br \/><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#sobre-mi\">Sobre M\u00ed<\/a><br \/><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#servicios\">Servicios<\/a><br \/><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#opiniones\">Opiniones<\/a><br \/><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#noticias\">Noticias<\/a><br \/><a class=\"text-gray-700 hover:text-blue-700 font-medium transition-colors duration-200\" href=\"#contacto\">Contacto<\/a><\/div><\/nav><\/header><section id=\"hero-serrano\" class=\"section-anchor hero-container\"><div class=\"hero-logo-placeholder\"><!-- Aqu\u00ed puedes a\u00f1adir tu logo real con un widget de imagen de Elementor --><br \/><span style=\"font-family: inherit; font-size: 32px; font-weight: bold;\">Luis Serrano \u2013 Abogado en Algeciras<\/span><\/div><div class=\"hero-text-content\"><h2>Derecho Civil \u00b7 Derecho Penal \u00b7 20 a\u00f1os de experiencia legal a tu lado<\/h2><p><strong>Conf\u00eda en una trayectoria s\u00f3lida y cercana.<\/strong><br \/>Luis Serrano es mucho m\u00e1s que un abogado: es un aliado legal comprometido con tu tranquilidad.<br \/>Desde hace m\u00e1s de dos d\u00e9cadas acompa\u00f1a a personas y empresas en momentos clave,<br \/>ofreciendo respuestas claras, defensa eficaz y un trato 100% personalizado.<\/p><p>Con especializaci\u00f3n en Derecho Civil y Penal \u2014y formaci\u00f3n continua en Derecho Urban\u00edstico y Administrativo\u2014,<br \/>su objetivo es el mismo desde 2003: <strong>proteger tus derechos con seriedad, rigor y humanidad.<\/strong><\/p><div class=\"hero-contact-block\"><h3 style=\"text-align: left;\">Consulta directa y sin compromiso<\/h3><ul><li style=\"text-align: left;\"><strong>Tel\u00e9fonos:<\/strong> <a href=\"tel:+34647903843\">647 903 843<\/a> \/ <a href=\"tel:+34856651597\">856 651 597<\/a><\/li><li style=\"text-align: left;\"><strong>Despacho:<\/strong> Av. Virgen del Carmen, 19A \u2013 Entreplanta B, Algeciras (C\u00e1diz)<\/li><li style=\"text-align: left;\"><strong>Horario:<\/strong> Lunes a Viernes \u00b7 9:00 a 21:00<\/li><\/ul><\/div><div class=\"hero-rating\"><p><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\" \/> Valoraci\u00f3n media: 5\/5 por sus clientes<\/p><blockquote><p>\u201cLa confianza, la rapidez y la atenci\u00f3n personalizada marcan la diferencia.\u201d<\/p><\/blockquote><\/div><p><a class=\"cta-button\" href=\"#contacto\">Agenda tu consulta ahora<\/a><\/p><\/div><\/section><p><!-- BLOQUE 2: SOBRE M\u00cd RESUMIDO --><\/p><section id=\"sobre-mi\" class=\"section-anchor home-block\"><h2>Qui\u00e9n soy y por qu\u00e9 puedes confiar en m\u00ed<\/h2><p>Soy Luis Serrano Perea, abogado con m\u00e1s de 20 a\u00f1os de experiencia y un compromiso claro: defender tus derechos con rigor, honestidad y cercan\u00eda.<\/p><p><img fetchpriority=\"high\" decoding=\"async\" class=\"size-medium wp-image-269 aligncenter\" src=\"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-300x225.jpg 300w, https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-1024x768.jpg 1024w, https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-768x576.jpg 768w, https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-1536x1152.jpg 1536w, https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/IMG_0563-2048x1536.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><p>Me licenci\u00e9 en Derecho por la Universidad de Sevilla en 2003 y desde entonces, mi trayectoria ha estado marcada por la formaci\u00f3n continua y la atenci\u00f3n personalizada a cada cliente.<\/p><p><a class=\"cta-text-link\" href=\"#contacto\">Contactar para saber m\u00e1s \u2192<\/a><\/p><\/section><p><!-- BLOQUE 3: SERVICIOS DESTACADOS --><\/p><section id=\"servicios\" class=\"section-anchor home-block\"><h2>\u00c1reas en las que puedo ayudarte<\/h2><ul class=\"servicios-list\"><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2696.svg\" alt=\"\u2696\ufe0f\" \/> Derecho Civil<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f6e1.svg\" alt=\"\ud83d\udee1\ufe0f\" \/> Derecho Penal<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f3d7.svg\" alt=\"\ud83c\udfd7\ufe0f\" \/> Derecho Urban\u00edstico<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f9e9.svg\" alt=\"\ud83e\udde9\" \/> Derecho Administrativo<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f9e0.svg\" alt=\"\ud83e\udde0\" \/> Consultor\u00eda empresarial<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f91d.svg\" alt=\"\ud83e\udd1d\" \/> Mediaci\u00f3n y resoluci\u00f3n de conflictos<\/li><\/ul><p>Cada caso es \u00fanico. Mi enfoque tambi\u00e9n.<\/p><p><a class=\"cta-text-link\" href=\"#contacto\">Contactar para m\u00e1s informaci\u00f3n \u2192<\/a><\/p><\/section><p><!-- BLOQUE 4: OPINIONES DESTACADAS --><\/p><section id=\"opiniones\" class=\"section-anchor home-block opiniones\"><h2>Lo que dicen quienes ya confiaron en m\u00ed<\/h2><p class=\"rating\"><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\ufe0f\" \/><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\ufe0f\" \/><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\ufe0f\" \/><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\ufe0f\" \/><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2b50.svg\" alt=\"\u2b50\ufe0f\" \/> 5\/5 \u2013 Basado en 12 opiniones reales<\/p><blockquote><p>\u201cLuis me ayud\u00f3 en un momento dif\u00edcil con una eficacia y profesionalidad impecables.\u201d<\/p><\/blockquote><blockquote><p>\u201cConfianza plena desde el primer minuto. Claro, humano y resolutivo.\u201d<\/p><\/blockquote><blockquote><p>\u201cGracias a \u00e9l, pude resolver un problema urban\u00edstico que otros ni entend\u00edan.\u201d<\/p><\/blockquote><p><a class=\"cta-text-link\" href=\"#contacto\">Contactar para ver m\u00e1s rese\u00f1as \u2192<\/a><\/p><\/section><p><!-- BLOQUE 5: BLOG \/ NOTICIAS --><\/p><section id=\"noticias\" class=\"section-anchor home-block\"><h2>Recursos legales y art\u00edculos \u00fatiles<\/h2><p>En el blog comparto informaci\u00f3n \u00fatil, casos reales, consejos legales y noticias actuales del sector jur\u00eddico. Una forma de ayudarte tambi\u00e9n cuando no necesitas abogado, sino claridad.<\/p><ul class=\"blog-snippets\"><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f4c4.svg\" alt=\"\ud83d\udcc4\" \/> \u00bfQu\u00e9 hacer si recibes una demanda civil?<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f4c4.svg\" alt=\"\ud83d\udcc4\" \/> La importancia de la prueba en un juicio penal<\/li><li><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/1f4c4.svg\" alt=\"\ud83d\udcc4\" \/> Urbanismo y licencias: errores frecuentes<\/li><\/ul><p><a class=\"cta-text-link\" href=\"#contacto\">Contactar para ir al blog \u2192<\/a><\/p><\/section><p><!-- BLOQUE 6: CONTACTO R\u00c1PIDO --><\/p><section id=\"contacto\" class=\"section-anchor home-block contacto\"><h2>\u00bfHablamos?<\/h2><p>Puedes contactar directamente sin compromiso. Escucho tu caso, te asesoro, y si puedo ayudarte, empezamos.<\/p><ul class=\"datos-contacto\"><li>\ud83d\udccd Av. Virgen del Carmen, 19A \u2013 Entreplanta B \u2013 Algeciras<\/li><li>\ud83d\udcde <a href=\"tel:+34647903843\">647 903 843<\/a> \/ <a href=\"tel:+34856651597\">856 651 597<\/a><\/li><li>\ud83d\udd58 Lunes a Viernes \u00b7 9:00 a 21:00<\/li><li>\u2709\ufe0f <a href=\"mailto:legal@serranopereaabogado.es\">legal@serranopereaabogado.es<\/a><\/li><\/ul><div class=\"bg-white p-6 rounded-lg shadow-md mt-8\"><p><!-- [contact-form-7 id=\"0954299\" title=\"Formulario Serrano Perea Abogado\"] --><\/p><\/div><p><!-- Si quieres un mapa, usa el widget de Google Maps de Elementor aqu\u00ed --><\/p><\/section><p><!-- [contact-form-7 id=\"0954299\" title=\"Formulario Serrano Perea Abogado\"] --><\/p><p><!-- Si quieres un mapa, usa el widget de Google Maps de Elementor aqu\u00ed --><\/p><p><!-- BLOQUE 7: CIERRE EMOCIONAL \/ MANIFIESTO --><\/p><section id=\"cierre\" class=\"section-anchor home-block cierre\"><h2>Mi forma de trabajar: profesional, cercana, sin rodeos<\/h2><p>No vendo humo. No doy falsas esperanzas. Solo trabajo con un objetivo: encontrar la mejor soluci\u00f3n posible para ti, legalmente y humanamente.<\/p><p><strong><img decoding=\"async\" class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/2696.svg\" alt=\"\u2696\ufe0f\" \/> Luis Serrano \u2013 Abogado. Comprometido contigo.<\/strong><\/p><\/section><p><!-- Footer --><\/p><footer class=\"bg-gray-900 text-white py-8\"><div class=\"container mx-auto px-4 text-center text-sm\"><p>\u00a9 2025 Serrano Perea Abogado. Todos los derechos reservados.<\/p><p class=\"mt-2\">Tu tranquilidad legal es nuestra prioridad.<\/p><div class=\"mt-4 space-x-4\"><a class=\"text-gray-400 hover:text-white transition-colors duration-200\" href=\"#\">Aviso Legal<\/a><br \/><a class=\"text-gray-400 hover:text-white transition-colors duration-200\" href=\"#\">Pol\u00edtica de Privacidad<\/a><br \/><a class=\"text-gray-400 hover:text-white transition-colors duration-200\" href=\"#\">Pol\u00edtica de Cookies<\/a><\/div><\/div><\/footer><p><script>\n        \/\/ JavaScript for smooth scrolling and mobile menu functionality\n        document.addEventListener('DOMContentLoaded', () => {\n            const mobileMenuButton = document.getElementById('mobile-menu-button');\n            const mobileMenu = document.getElementById('mobile-menu');\n            const navLinks = document.querySelectorAll('a[href^=\"#\"]');\n\n            \/\/ Toggle mobile menu visibility\n            if (mobileMenuButton && mobileMenu) {\n                mobileMenuButton.addEventListener('click', () => {\n                    mobileMenu.classList.toggle('open');\n                    if (mobileMenu.classList.contains('open')) {\n                        mobileMenu.style.maxHeight = mobileMenu.scrollHeight + \"px\";\n                    } else {\n                        mobileMenu.style.maxHeight = \"0\";\n                    }\n                });\n            }\n\n            \/\/ Handle smooth scrolling for internal links\n            navLinks.forEach(link => {\n                link.addEventListener('click', function (e) {\n                    e.preventDefault(); \/\/ Prevent default anchor jump\n                    const targetId = this.getAttribute('href');\n                    const targetElement = document.querySelector(targetId);\n\n                    if (targetElement) {\n                        \/\/ Close mobile menu if open\n                        if (mobileMenu && mobileMenu.classList.contains('open')) {\n                            mobileMenu.classList.remove('open');\n                            mobileMenu.style.maxHeight = \"0\";\n                        }\n                        targetElement.scrollIntoView({\n                            behavior: 'smooth',\n                            block: 'start'\n                        });\n                        history.pushState(null, '', targetId); \/\/ Update URL hash\n                    }\n                });\n            });\n\n            \/\/ Handle browser back\/forward buttons (popstate event)\n            window.addEventListener('popstate', () => {\n                const currentHash = window.location.hash;\n                if (currentHash) {\n                    const targetElement = document.querySelector(currentHash);\n                    if (targetElement) {\n                        targetElement.scrollIntoView({\n                            behavior: 'smooth',\n                            block: 'start'\n                        });\n                    }\n                } else {\n                    \/\/ If no hash, go back to the hero section\n                    document.querySelector('#hero-serrano').scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n    <\/script><\/p>\t\t\t\t\t\t\t\t<\/div>\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>InicioSobre M\u00edServiciosOpinionesNoticiasContacto Luis Serrano \u2013 Abogado en Algeciras Derecho Civil \u00b7 Derecho Penal \u00b7 20 a\u00f1os de experiencia legal a tu lado Conf\u00eda en una trayectoria s\u00f3lida y cercana.Luis Serrano es mucho m\u00e1s que un abogado: es un aliado legal comprometido con tu tranquilidad.Desde hace m\u00e1s de dos d\u00e9cadas acompa\u00f1a a personas y empresas en&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"default","_kad_post_title":"default","_kad_post_layout":"default","_kad_post_sidebar_id":"","_kad_post_content_style":"default","_kad_post_vertical_padding":"default","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_joinchat":[],"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Abogado Luis Serrano - Serrano Perea Abogado<\/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:\/\/serranopereaabogado.es\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Abogado Luis Serrano - Serrano Perea Abogado\" \/>\n<meta property=\"og:description\" content=\"InicioSobre M\u00edServiciosOpinionesNoticiasContacto Luis Serrano \u2013 Abogado en Algeciras Derecho Civil \u00b7 Derecho Penal \u00b7 20 a\u00f1os de experiencia legal a tu lado Conf\u00eda en una trayectoria s\u00f3lida y cercana.Luis Serrano es mucho m\u00e1s que un abogado: es un aliado legal comprometido con tu tranquilidad.Desde hace m\u00e1s de dos d\u00e9cadas acompa\u00f1a a personas y empresas en...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serranopereaabogado.es\/\" \/>\n<meta property=\"og:site_name\" content=\"Serrano Perea Abogado\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-30T14:38:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1039\" \/>\n\t<meta property=\"og:image:height\" content=\"872\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/\",\"url\":\"https:\\\/\\\/serranopereaabogado.es\\\/\",\"name\":\"Abogado Luis Serrano - Serrano Perea Abogado\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/serranopereaabogado.es\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-LOGO-PRINCIPAL-1-150x150.png\",\"datePublished\":\"2025-07-27T23:25:58+00:00\",\"dateModified\":\"2025-07-30T14:38:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/serranopereaabogado.es\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#primaryimage\",\"url\":\"https:\\\/\\\/serranopereaabogado.es\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-LOGO-PRINCIPAL-1.png\",\"contentUrl\":\"https:\\\/\\\/serranopereaabogado.es\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-LOGO-PRINCIPAL-1.png\",\"width\":1039,\"height\":872},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/serranopereaabogado.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Abogado Luis Serrano\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/serranopereaabogado.es\\\/#website\",\"url\":\"https:\\\/\\\/serranopereaabogado.es\\\/\",\"name\":\"Serrano Perea Abogado\",\"description\":\"Abogado en Algeciras\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/serranopereaabogado.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Abogado Luis Serrano - Serrano Perea Abogado","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:\/\/serranopereaabogado.es\/","og_locale":"es_ES","og_type":"article","og_title":"Abogado Luis Serrano - Serrano Perea Abogado","og_description":"InicioSobre M\u00edServiciosOpinionesNoticiasContacto Luis Serrano \u2013 Abogado en Algeciras Derecho Civil \u00b7 Derecho Penal \u00b7 20 a\u00f1os de experiencia legal a tu lado Conf\u00eda en una trayectoria s\u00f3lida y cercana.Luis Serrano es mucho m\u00e1s que un abogado: es un aliado legal comprometido con tu tranquilidad.Desde hace m\u00e1s de dos d\u00e9cadas acompa\u00f1a a personas y empresas en...","og_url":"https:\/\/serranopereaabogado.es\/","og_site_name":"Serrano Perea Abogado","article_modified_time":"2025-07-30T14:38:01+00:00","og_image":[{"width":1039,"height":872,"url":"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serranopereaabogado.es\/","url":"https:\/\/serranopereaabogado.es\/","name":"Abogado Luis Serrano - Serrano Perea Abogado","isPartOf":{"@id":"https:\/\/serranopereaabogado.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serranopereaabogado.es\/#primaryimage"},"image":{"@id":"https:\/\/serranopereaabogado.es\/#primaryimage"},"thumbnailUrl":"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1-150x150.png","datePublished":"2025-07-27T23:25:58+00:00","dateModified":"2025-07-30T14:38:01+00:00","breadcrumb":{"@id":"https:\/\/serranopereaabogado.es\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serranopereaabogado.es\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/serranopereaabogado.es\/#primaryimage","url":"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1.png","contentUrl":"https:\/\/serranopereaabogado.es\/wp-content\/uploads\/2025\/07\/cropped-LOGO-PRINCIPAL-1.png","width":1039,"height":872},{"@type":"BreadcrumbList","@id":"https:\/\/serranopereaabogado.es\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/serranopereaabogado.es\/"},{"@type":"ListItem","position":2,"name":"Abogado Luis Serrano"}]},{"@type":"WebSite","@id":"https:\/\/serranopereaabogado.es\/#website","url":"https:\/\/serranopereaabogado.es\/","name":"Serrano Perea Abogado","description":"Abogado en Algeciras","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serranopereaabogado.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":181,"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":272,"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/272"}],"wp:attachment":[{"href":"https:\/\/serranopereaabogado.es\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}