.elementor-29 .elementor-element.elementor-element-a643e57{--display:flex;}.elementor-29 .elementor-element.elementor-element-07caba5{--display:flex;}.elementor-29 .elementor-element.elementor-element-cd98601{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-75d5b85 *//* 1. LIENZO PRINCIPAL (Hero Limpieza) */
    .hero-limpieza-final {
        position: relative;
        width: 100%;
        height: 600px; /* Altura obligatoria para impactar */
        background-color: #2C3E50;
        overflow: hidden;
        
        /* TU IMAGEN DE FONDO */
        background: url('https://tejadosleon.net/wp-content/uploads/2025/12/Gemini_Generated_Image_vpdzorvpdzorvpdz-1-scaled.png') no-repeat center center;
        background-size: cover;
    }

    /* 2. VELO OSCURO (Para leer bien el texto) */
    .hero-limpieza-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Oscuro al 50% */
        z-index: 1;
    }

    /* 3. CONTENIDO (Centrado Matemático Infalible) */
    .hero-limpieza-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* ESTO LO CENTRA SÍ O SÍ */
        z-index: 10;
        text-align: center;
        width: 90%;
        max-width: 1000px;
    }

    /* 4. TÍTULO H1 (Nítido y Potente) */
    .hero-limpieza-content h1 {
        color: #FFFFFF !important;
        font-family: 'Helvetica', sans-serif;
        font-size: 3.5rem !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        line-height: 1.1 !important;
        margin-bottom: 25px !important;
        
        /* Sombra negra sólida para máxima legibilidad */
        text-shadow: 3px 3px 0px #000000 !important; 
    }

    /* 5. SUBTÍTULO */
    .hero-limpieza-content p {
        color: #f0f0f0 !important;
        font-family: sans-serif;
        font-size: 1.4rem !important;
        font-weight: 500;
        margin-bottom: 40px !important;
        text-shadow: 1px 1px 0px #000000 !important;
    }

    /* 6. BOTÓN DE ACCIÓN (Verde Limpieza) */
    .btn-clean-pro {
        display: inline-block;
        background-color: #27ae60 !important; /* Verde */
        color: #FFFFFF !important;
        padding: 18px 45px;
        font-size: 1.2rem;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 5px;
        border: 2px solid #27ae60;
        transition: 0.3s;
    }

    .btn-clean-pro:hover {
        background-color: #1e8449 !important;
        border-color: #1e8449 !important;
        transform: translateY(-3px);
    }

    /* MÓVIL */
    @media (max-width: 768px) {
        .hero-limpieza-final { height: 500px; }
        .hero-limpieza-content h1 { font-size: 2rem !important; }
        .hero-limpieza-content p { font-size: 1.1rem !important; }
        .btn-clean-pro { width: 100%; display: block; box-sizing: border-box; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8e920a *//* ESTILOS BLOQUE TÉCNICO LIMPIEZA */
    .clean-tech-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1100px;
        margin: 0 auto;
        padding: 60px 20px;
    }

    .clean-tech-wrapper h2 {
        color: #2C3E50;
        font-size: 2.4rem;
        margin-top: 50px;
        margin-bottom: 25px;
        border-bottom: 4px solid #27ae60; /* Verde Limpieza */
        display: inline-block;
        font-weight: 800;
        font-family: 'Georgia', serif;
    }

    .clean-tech-wrapper h3 {
        color: #27ae60;
        font-size: 1.8rem;
        margin-top: 40px;
        font-weight: 700;
    }

    /* GRID DE PELIGROS (MIEDO) */
    .danger-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
        margin-top: 30px;
    }

    .danger-card {
        background: #fff;
        border: 1px solid #ddd;
        padding: 30px;
        border-left: 6px solid #c0392b; /* Rojo Alerta */
        border-radius: 4px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .danger-title { 
        font-weight: 800; 
        color: #c0392b; 
        font-size: 1.3rem; 
        display: block; 
        margin-bottom: 15px; 
        text-transform: uppercase;
    }

    /* CAJA PROCESO TÉCNICO */
    .process-box {
        background: #f0f9f4; /* Verde muy suave */
        padding: 40px;
        margin: 50px 0;
        border-radius: 8px;
        border: 1px solid #d1f2eb;
    }

    .process-step {
        margin-bottom: 20px;
        padding-left: 20px;
        border-left: 4px solid #27ae60;
    }
    
    .process-title { font-weight: 800; font-size: 1.2rem; color: #2C3E50; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e488898 *//* ESTILOS BLOQUE FINAL LIMPIEZA */
    .maint-final-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        line-height: 1.8;
        font-size: 18px;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px 80px 20px;
    }

    .maint-final-wrapper h2 {
        color: #2C3E50;
        font-size: 2.2rem;
        margin-top: 50px;
        font-weight: 800;
        border-bottom: 2px solid #27ae60;
        display: inline-block;
        margin-bottom: 25px;
    }

    /* CAMPAÑA OTOÑO (DESTACADO) */
    .autumn-box {
        background: #fff8e1; /* Amarillo muy suave */
        border-left: 6px solid #f39c12; /* Naranja Otoño */
        padding: 30px;
        border-radius: 8px;
        margin: 40px 0;
    }
    
    .autumn-title {
        color: #d35400;
        font-weight: 900;
        font-size: 1.4rem;
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
    }

    /* TABLA PRECIOS LIMPIEZA */
    .clean-price-table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0;
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    .clean-price-table th { background: #27ae60; color: white; padding: 15px; text-align: left; }
    .clean-price-table td { border: 1px solid #eee; padding: 15px; }
    .clean-price-table tr:nth-child(even) { background: #f9f9f9; }

    /* FAQ */
    .faq-clean-item { margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 15px; }
    .faq-clean-q { font-weight: 800; color: #2C3E50; font-size: 1.1rem; display: block; margin-bottom: 8px; }

    /* CTA FINAL */
    .cta-clean-end {
        background: #27ae60;
        color: white;
        text-align: center;
        padding: 60px 20px;
        border-radius: 8px;
        margin-top: 80px;
    }/* End custom CSS */