.elementor-13 .elementor-element.elementor-element-8d44e41{--display:flex;}.elementor-13 .elementor-element.elementor-element-aa2eca6{--display:flex;}.elementor-13 .elementor-element.elementor-element-9fe6ba7{--display:flex;}.elementor-13 .elementor-element.elementor-element-98523db{--display:flex;}.elementor-13 .elementor-element.elementor-element-c1754c9{--display:flex;}.elementor-13 .elementor-element.elementor-element-1f127c5{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d91bd5a *//* ESTILOS DE CONTENIDO SEO TÉCNICO */
    .seo-tech-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #333;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 20px;
    }
    .seo-tech-wrapper h2 {
        color: #2C3E50;
        font-size: 2.3rem;
        margin-top: 60px;
        margin-bottom: 25px;
        font-weight: 800;
        border-bottom: 4px solid #E67E22;
        display: inline-block;
        line-height: 1.2;
    }
    .seo-tech-wrapper h3 {
        color: #d35400; /* Naranja oscuro */
        font-size: 1.7rem;
        margin-top: 40px;
        font-weight: 700;
    }
    .seo-tech-wrapper p { margin-bottom: 20px; text-align: justify; }
    
    /* CAJA DESTACADA (FEATURED SNIPPET) */
    .snippet-box {
        background-color: #f0f8ff; /* Azul muy claro */
        border-left: 6px solid #2980b9;
        padding: 30px;
        margin: 40px 0;
        border-radius: 0 8px 8px 0;
    }

    /* LISTAS TÉCNICAS */
    .tech-list li { margin-bottom: 15px; padding-left: 10px; }
    .tech-list li strong { color: #2C3E50; }

    /* TABLA COMPARATIVA */
    .comparison-table {
        width: 100%;
        border-collapse: collapse;
        margin: 40px 0;
        font-size: 0.95rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    .comparison-table th { background: #2C3E50; color: white; padding: 18px; text-align: left; text-transform: uppercase; }
    .comparison-table td { border: 1px solid #ddd; padding: 15px; vertical-align: top; }
    .comparison-table tr:nth-child(even) { background: #f9f9f9; }
    .check-ok { color: #27ae60; font-weight: bold; font-size: 1.2rem; }
    .check-ko { color: #c0392b; font-weight: bold; font-size: 1.2rem; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e89c5b7 *//* ESTILOS BLOQUE FINAL (LOCAL + FAQ) */
    .seo-final-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #333;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 20px 100px 20px;
    }
    
    .seo-final-wrapper h2 {
        color: #2C3E50;
        font-size: 2.2rem;
        margin-top: 50px;
        margin-bottom: 30px;
        font-weight: 800;
        border-bottom: 4px solid #E67E22;
        display: inline-block;
    }

    /* ZONAS LOCALES */
    .local-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 50px;
    }
    .local-card {
        background: #fdfdfd;
        border: 1px solid #eee;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
    }
    .local-card strong { color: #E67E22; display: block; margin-bottom: 5px; font-size: 1.1rem; }

    /* ACORDEÓN FAQ (ESTILO VISUAL) */
    .faq-container { margin-top: 40px; }
    .faq-item {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 20px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    }
    .faq-question {
        background: #f9f9f9;
        padding: 20px;
        font-weight: 800;
        color: #2C3E50;
        font-size: 1.1rem;
        display: block;
        border-bottom: 1px solid #eee;
    }
    .faq-answer {
        padding: 25px;
        color: #555;
        font-size: 1rem;
        line-height: 1.6;
    }

    /* CTA FINAL */
    .final-cta-box {
        background: linear-gradient(135deg, #2C3E50 0%, #34495e 100%);
        color: white;
        text-align: center;
        padding: 60px 30px;
        border-radius: 10px;
        margin-top: 80px;
        box-shadow: 0 10px 30px rgba(44, 62, 80, 0.3);
    }
    .final-cta-btn {
        background: #E67E22;
        color: white;
        text-decoration: none;
        padding: 18px 45px;
        font-weight: 800;
        font-size: 1.3rem;
        border-radius: 50px;
        display: inline-block;
        margin-top: 25px;
        transition: 0.3s;
        border: 2px solid #E67E22;
    }
    .final-cta-btn:hover { background: #d35400; border-color: #d35400; transform: translateY(-3px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8eec024 *//* ESTILOS BLOQUE EXPANSIÓN 3000 PALABRAS */
    .expansion-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.9; /* Un poco más de aire para leer textos largos */
        font-size: 17px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px 20px;
        background: #fff;
    }
    .expansion-wrapper h2 {
        color: #2C3E50;
        font-size: 2.1rem;
        margin-top: 60px;
        margin-bottom: 25px;
        font-weight: 800;
        border-left: 5px solid #E67E22;
        padding-left: 15px;
    }
    .expansion-wrapper h3 {
        color: #2980b9;
        font-size: 1.5rem;
        margin-top: 40px;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .expansion-wrapper p { margin-bottom: 20px; text-align: justify; }

    /* CAJA PROCESO */
    .process-step {
        background: #fdfdfd;
        border: 1px solid #eee;
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 8px;
        position: relative;
    }
    .step-number {
        font-size: 4rem;
        color: #f1f2f6;
        font-weight: 900;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 1;
    }
    .step-content { position: relative; z-index: 2; }

    /* TABLA MATERIALES */
    .materials-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin: 40px 0;
    }
    .material-card {
        background: #f9f9f9;
        padding: 25px;
        border-top: 4px solid #2C3E50;
    }

    /* BARRIOS DE LEÓN (SEO LOCAL PROFUNDO) */
    .barrio-box {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }/* End custom CSS */