.elementor-181 .elementor-element.elementor-element-5585b4c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5dc4815 *//* 1. LIENZO PRINCIPAL (Hero Quiénes Somos) */
    .hero-about-final {
        position: relative;
        width: 100%;
        height: 550px; /* Un poco menos agresivo que la Home para ser más cercano */
        background-color: #2C3E50;
        overflow: hidden;
        
        /* TU IMAGEN DE FONDO */
        background: url('https://tejadosleon.net/wp-content/uploads/2025/12/Gemini_Generated_Image_3orkuq3orkuq3ork-1-scaled.png') no-repeat center center;
        background-size: cover;
    }

    /* 2. VELO OSCURO (Para que se lean las caras y el texto) */
    .hero-about-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Oscuridad media */
        z-index: 1;
    }

    /* 3. CONTENIDO (Centrado Matemático Infalible) */
    .hero-about-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 */
    .hero-about-content h1 {
        color: #FFFFFF !important;
        font-family: 'Georgia', serif; /* Tipografía más clásica para inspirar confianza */
        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 */
        text-shadow: 2px 2px 0px #000000 !important; 
    }

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

    /* MÓVIL */
    @media (max-width: 768px) {
        .hero-about-final { height: 450px; }
        .hero-about-content h1 { font-size: 2rem !important; }
        .hero-about-content p { font-size: 1.1rem !important; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f340d8 *//* ESTILOS DE LA HISTORIA */
    .about-wrapper {
        font-family: 'Helvetica', 'Arial', sans-serif;
        color: #444;
        max-width: 1100px;
        margin: 0 auto;
        padding: 60px 20px;
    }

    .about-split {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
        margin-bottom: 60px;
    }

    .about-text { flex: 1; min-width: 300px; }
    
    /* CAJA DE VALORES */
    .values-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .value-card {
        background: #fdfbf9;
        border: 1px solid #eee;
        padding: 30px;
        border-top: 5px solid #2C3E50;
        transition: transform 0.3s;
    }
    .value-card:hover { transform: translateY(-5px); }

    .value-icon { font-size: 2rem; display: block; margin-bottom: 15px; }
    
    .value-title {
        font-weight: 800;
        color: #2C3E50;
        font-size: 1.3rem;
        margin-bottom: 10px;
        display: block;
    }

    /* FIRMA */
    .signature-box {
        margin-top: 30px;
        font-family: 'Georgia', serif;
        font-style: italic;
        font-size: 1.2rem;
        color: #777;
    }

    /* CTA */
    .about-cta {
        background: #2C3E50;
        color: white;
        padding: 50px;
        text-align: center;
        border-radius: 8px;
        margin-top: 60px;
    }/* End custom CSS */