.elementor-258 .elementor-element.elementor-element-b582531{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-258 .elementor-element.elementor-element-b582531{--padding-top:80px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for text-editor, class: .elementor-element-8fcef17 */@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap');

.quienes-somos-container {
    background-color: #101724;
    font-family: 'Sora', sans-serif;
    color: #ffffff;
    padding: 50px 40px; /* Un poco menos de padding para un look más compacto */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px; /* Ajuste sutil de ancho para el texto */
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Estilos del Logo - TAMAÑO AJUSTADO AQUÍ */
.qs-logo-box {
    margin-bottom: 30px; /* Un poco menos de margen */
    transition: transform 0.3s ease;
    width: 140px; /* Tamaño del contenedor reducido */
    display: flex;
    justify-content: center;
}
.qs-logo {
    max-width: 120px; /* TAMAÑO MÁXIMO DEL LOGO AJUSTADO A 120px */
    height: auto;
    display: block;
}

/* Contenido */
.qs-content {
    width: 100%;
}
.qs-title {
    color: #03B3DD;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Texto Destacado de Introducción */
.qs-highlight {
    font-size: 21px; /* Ajuste sutil */
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #f0f2f5;
}
.qs-highlight span {
    color: #03B3DD;
}

/* Párrafos normales */
.qs-text {
    font-size: 16px;
    line-height: 1.7;
    color: #a0aec0;
    margin-bottom: 20px;
    font-weight: 300;
    max-width: 700px; /* Texto un poco más estrecho para mejor lectura */
    margin-left: auto;
    margin-right: auto;
}
.qs-text strong {
    color: #ffffff;
    font-weight: 600;
}

/* Cierre / Call To Action */
.qs-footer-call {
    margin-top: 35px;
    font-size: 17px; /* Ajuste sutil */
    font-weight: 700;
    color: #03B3DD;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08); /* Línea más sutil */
    padding-top: 20px;
    width: 100%;
    justify-content: center;
}

/* Responsivo para celulares - Logo aún más pequeño */
@media (max-width: 768px) {
    .quienes-somos-container {
        padding: 35px 20px;
    }
    .qs-highlight {
        font-size: 17px;
    }
    .qs-text {
        font-size: 14px;
    }
    .qs-logo {
        max-width: 90px; /* Logo móvil de 90px */
    }
    .qs-logo-box {
        width: 100px;
        margin-bottom: 25px;
    }
}/* End custom CSS */