.elementor-15 .elementor-element.elementor-element-0751302{--display:flex;--min-height:500px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-3f19918{--display:flex;}.elementor-15 .elementor-element.elementor-element-341bbaf{--display:flex;}.elementor-15 .elementor-element.elementor-element-cd0ddee{--display:flex;}.elementor-15 .elementor-element.elementor-element-bf76ff0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4d58aa5 *//* CONTENEDOR PRINCIPAL CON IMAGEN */
.hero-elementor-container {
    /* Tu imagen con filtro oscuro */
    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_7qlnlo7qlnlo7qln-1-scaled.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* SEGURIDAD ANTIPANTALLA BLANCA (Color gris) */
    background-color: #2C3E50;
    
    /* Centrado y Tamaño */
    width: 100%;
    min-height: 550px; /* Altura fija para que se vea siempre */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* TEXTOS */
.hero-content-inner h1 {
    color: #ffffff !important;
    font-family: sans-serif;
    font-size: 3rem; /* Tamaño PC */
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content-inner p {
    color: #f1f1f1 !important;
    font-size: 1.4rem;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

/* BOTONES */
.hero-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-elementor {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    color: white !important;
    transition: 0.3s;
}

.btn-red { background-color: #c0392b; border: 2px solid #c0392b; }
.btn-orange { background-color: #E67E22; border: 2px solid #E67E22; }

.btn-elementor:hover { transform: translateY(-5px); }

/* AJUSTES PARA MÓVIL (VITAL) */
@media (max-width: 768px) {
    .hero-elementor-container {
        min-height: 400px; /* Altura segura en móvil */
        padding: 40px 15px;
    }
    .hero-content-inner h1 { font-size: 2rem; }
    .hero-content-inner p { font-size: 1.1rem; }
    .btn-elementor { width: 100%; display: block; text-align: center; margin-bottom: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-458e719 */<style>
    /* ESTILOS DEL BLOQUE DE CONTENIDO MASIVO */
    .content-pillar {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #333;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px 60px 20px;
    }

    /* GRID DE SERVICIOS (NAVEGACIÓN) */
    .services-nav {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
        margin-top: -50px; /* Para que pise un poco el Hero y quede moderno */
        margin-bottom: 60px;
        position: relative;
        z-index: 10;
    }

    .nav-card {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border-bottom: 4px solid #E67E22;
        transition: transform 0.3s;
    }

    .nav-card:hover { transform: translateY(-10px); }
    
    .nav-card h3 { 
        color: #2C3E50; 
        margin-top: 0; 
        font-size: 1.4rem; 
        font-weight: 700;
    }

    .nav-link {
        color: #E67E22;
        font-weight: 800;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.9rem;
        display: block;
        margin-top: 15px;
    }

    /* ESTILOS DE TEXTO SEO (H2, H3, P) */
    .seo-text h2 {
        color: #2C3E50;
        font-size: 2.4rem;
        font-weight: 800;
        margin-top: 60px;
        margin-bottom: 25px;
        border-left: 6px solid #E67E22;
        padding-left: 20px;
        line-height: 1.2;
    }

    .seo-text h3 {
        color: #E67E22;
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .seo-text p {
        margin-bottom: 20px;
        text-align: justify;
        color: #555;
    }

    .seo-text ul {
        margin-bottom: 30px;
        background: #fdfbf9;
        padding: 30px 30px 30px 50px;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .seo-text li {
        margin-bottom: 12px;
        font-weight: 500;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49fcc5b */<style>
    /* ESTILOS DEL BLOQUE 3 */
    .bloque-3-container {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .bloque-3-container h2 {
        color: #2C3E50;
        font-size: 2.4rem;
        font-weight: 800;
        margin-top: 60px;
        margin-bottom: 30px;
        border-bottom: 4px solid #E67E22;
        padding-bottom: 10px;
        display: inline-block;
    }

    .bloque-3-container h3 {
        color: #E67E22; /* Naranja Marca */
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .bloque-3-container h4 {
        color: #34495e;
        font-size: 1.3rem;
        font-weight: 700;
        margin-top: 25px;
        text-transform: uppercase;
    }

    .bloque-3-container p {
        margin-bottom: 20px;
        text-align: justify;
    }

    /* LISTAS BONITAS */
    .lista-check {
        list-style: none;
        padding: 0;
        margin: 30px 0;
    }

    .lista-check li {
        background: #fdfdfd;
        border-left: 5px solid #2C3E50;
        padding: 15px 20px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    
    .lista-check li strong { color: #E67E22; }

    /* CAJA DESTACADA GRIS */
    .caja-gris {
        background-color: #f4f6f7;
        padding: 40px;
        border-radius: 8px;
        margin: 50px 0;
        border-left: 10px solid #2C3E50;
    }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41cc49c */<style>
    /* ESTILOS BLOQUE 4 */
    .bloque-4-container {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px 80px 20px;
    }

    /* CAJA OSCURA SEO LOCAL */
    .local-box {
        background-color: #2C3E50;
        color: #ecf0f1;
        padding: 40px;
        border-radius: 8px;
        margin: 60px 0;
    }
    
    .local-box h2 {
        color: #E67E22;
        font-size: 2.2rem;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .local-box h3 {
        color: #fff;
        font-size: 1.4rem;
        border-bottom: 1px solid #555;
        padding-bottom: 10px;
        margin-top: 30px;
    }
    
    .local-box p { color: #bdc3c7; font-size: 0.95rem; }
    
    /* ETIQUETAS DE PUEBLOS */
    .pueblos-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    
    .tag-local {
        background: rgba(255,255,255,0.1);
        padding: 5px 12px;
        border-radius: 4px;
        font-size: 0.85rem;
        border: 1px solid rgba(255,255,255,0.2);
    }

    /* SECCIÓN LEGAL / SUBVENCIONES */
    .legal-section h2 {
        color: #2C3E50;
        font-size: 2.2rem;
        font-weight: 800;
        margin-top: 50px;
    }

    /* PREGUNTAS FRECUENTES (FAQ) */
    .faq-item {
        margin-bottom: 25px;
        border-left: 4px solid #E67E22;
        padding-left: 20px;
        background: #fdfdfd;
    }
    
    .faq-question {
        font-weight: 700;
        color: #2C3E50;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 10px;
    }

    /* BANNER FINAL */
    .final-cta {
        background: #f4f4f4;
        text-align: center;
        padding: 60px 20px;
        border-radius: 12px;
        margin-top: 80px;
        border-bottom: 8px solid #E67E22;
    }
    
    .phone-big {
        font-size: 2.5rem;
        font-weight: 900;
        color: #E67E22;
        text-decoration: none;
        display: block;
        margin: 20px 0;
    }
    
    @media (max-width: 768px) {
        .phone-big { font-size: 1.8rem; }
    }
</style>/* End custom CSS */