.elementor-20 .elementor-element.elementor-element-027d00e{--display:flex;}.elementor-20 .elementor-element.elementor-element-532ac1f{--display:flex;}.elementor-20 .elementor-element.elementor-element-020df03{--display:flex;}.elementor-20 .elementor-element.elementor-element-23f71c7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-55adf13 */<style>
    /* ESTILOS LANDING CASAS PUEBLO */
    .pueblo-wrapper { font-family: 'Helvetica', 'Arial', sans-serif; color: #333; line-height: 1.8; font-size: 18px; }
    
    /* HERO RÚSTICO CON TU IMAGEN */
    .hero-pueblo {
        position: relative;
        width: 100%;
        min-height: 600px;
        background-color: #2C3E50; /* Fondo seguridad */
        
        /* AQUÍ ESTÁ TU IMAGEN INCRUSTADA */
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://tejadosleon.net/wp-content/uploads/2025/12/Gemini_Generated_Image_8102kk8102kk8102-1-scaled.png');
        
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }

    .hero-pueblo h1 {
        color: #fff !important;
        font-size: 3.5rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-shadow: 2px 2px 15px rgba(0,0,0,0.9);
        line-height: 1.1;
        font-family: 'Georgia', serif; /* Tipografía más clásica para transmitir tradición */
    }

    .hero-pueblo p {
        color: #f9f9f9 !important;
        font-size: 1.5rem;
        max-width: 900px;
        margin: 0 auto 40px auto;
        font-weight: 500;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    }

    /* BOTÓN ELEGANTE */
    .btn-rustico {
        background-color: #E67E22;
        color: white !important;
        padding: 18px 40px;
        font-size: 1.2rem;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 4px; /* Bordes más cuadrados para dar solidez */
        border: 2px solid #d35400;
        transition: 0.3s;
        display: inline-block;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    }
    .btn-rustico:hover { background-color: #d35400; transform: translateY(-5px); }

    /* MÓVIL */
    @media (max-width: 768px) {
        .hero-pueblo h1 { font-size: 2.2rem; }
        .hero-pueblo { min-height: 450px; }
    }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7d8f61 */<style>
    /* ESTILOS ZONAS DE ACTUACIÓN (SEO LOCAL) */
    .local-deployment {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .local-deployment h2 {
        color: #2C3E50;
        font-size: 2.2rem;
        margin-bottom: 40px;
        border-bottom: 4px solid #E67E22;
        display: inline-block;
        font-weight: 800;
    }

    /* GRID DE COMARCAS */
    .comarca-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
    }

    .comarca-card {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: transform 0.3s;
    }

    .comarca-card:hover { transform: translateY(-5px); }

    .comarca-header {
        background: #2C3E50;
        color: white;
        padding: 15px 25px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .comarca-body { padding: 25px; }

    .material-clave {
        display: inline-block;
        background: #fdf2e9;
        color: #d35400;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 4px;
        margin-bottom: 15px;
        font-size: 0.9rem;
    }

    .town-list {
        margin-top: 15px;
        font-size: 0.9rem;
        color: #7f8c8d;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }
    
    /* MÓVIL */
    @media (max-width: 768px) {
        .comarca-grid { grid-template-columns: 1fr; }
    }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c2de2b */<style>
    /* ESTILOS DEL BLOQUE DE CONTENIDO MASIVO RÚSTICO */
    .content-rustico-body {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #333;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 20px;
    }

    /* TITULARES CON ESTILO PATRIMONIAL */
    .content-rustico-body h2 {
        color: #2C3E50;
        font-size: 2.4rem;
        font-family: 'Georgia', serif; /* Toque clásico */
        margin-top: 60px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        font-weight: 800;
    }

    .content-rustico-body h3 {
        color: #d35400; /* Color Teja Oscuro */
        font-size: 1.8rem;
        margin-top: 45px;
        font-weight: 700;
        border-left: 5px solid #d35400;
        padding-left: 15px;
    }

    .content-rustico-body h4 {
        color: #2C3E50;
        font-size: 1.4rem;
        margin-top: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .content-rustico-body p {
        margin-bottom: 20px;
        text-align: justify;
        color: #444;
    }

    /* CAJAS TÉCNICAS */
    .tech-box-adobe {
        background: #fcf3cf; /* Color tierra suave */
        border: 1px solid #f7dc6f;
        padding: 30px;
        border-radius: 8px;
        margin: 30px 0;
    }

    .tech-box-stone {
        background: #eaeded; /* Color piedra suave */
        border: 1px solid #bdc3c7;
        padding: 30px;
        border-radius: 8px;
        margin: 30px 0;
    }

    /* LISTAS DE PROCESOS */
    .restoration-list { list-style: none; padding: 0; }
    .restoration-list li {
        margin-bottom: 20px;
        padding-left: 40px;
        position: relative;
    }
    .restoration-list li:before {
        content: "🛠️";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1.2rem;
    }

    /* ALERTA DE ERROR COMÚN */
    .error-alert {
        background: #ffebee;
        color: #c62828;
        padding: 20px;
        border-left: 5px solid #c62828;
        font-weight: bold;
        margin: 40px 0;
    }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4d1fbf */<style>
    /* ESTILOS BLOQUE FINAL EXPANSIÓN */
    .expansion-rustica {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px 80px 20px;
    }

    .expansion-rustica h2 {
        color: #2C3E50;
        font-size: 2.2rem;
        margin-top: 60px;
        border-bottom: 2px solid #E67E22;
        padding-bottom: 15px;
        font-weight: 800;
        font-family: 'Georgia', serif;
    }

    .expansion-rustica h3 {
        color: #E67E22;
        font-size: 1.6rem;
        margin-top: 40px;
        font-weight: 700;
    }

    /* CAJA GUÍA DE COMPRA */
    .buying-guide {
        background: #fff;
        border: 2px dashed #bdc3c7;
        padding: 30px;
        margin: 30px 0;
        border-radius: 10px;
    }
    
    .checklist-item {
        display: flex;
        align-items: start;
        margin-bottom: 20px;
    }
    .check-icon {
        font-size: 1.5rem;
        margin-right: 15px;
        color: #27ae60;
    }

    /* CAJA LEGAL / PATRIMONIO */
    .patrimonio-box {
        background: #2C3E50;
        color: #ecf0f1;
        padding: 35px;
        border-radius: 8px;
        margin: 40px 0;
    }
    .patrimonio-box h3 { color: #f1c40f !important; margin-top: 0; }
    .patrimonio-box p { color: #bdc3c7; }

    /* CASOS DE ÉXITO */
    .case-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-top: 30px;
    }
    .case-card {
        background: #fdfbf9;
        border: 1px solid #eee;
        padding: 25px;
        border-left: 5px solid #d35400;
    }
    .case-location { font-weight: 800; text-transform: uppercase; color: #2C3E50; display: block; margin-bottom: 10px; }

    /* BANNER FINAL */
    .final-cta-rustico {
        text-align: center;
        background: #E67E22;
        color: white;
        padding: 50px 20px;
        border-radius: 10px;
        margin-top: 80px;
        box-shadow: 0 10px 30px rgba(230, 126, 34, 0.3);
    }
</style>/* End custom CSS */