.elementor-49 .elementor-element.elementor-element-6364372{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}.elementor-49 .elementor-element.elementor-element-66f1b6e{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-49 .elementor-element.elementor-element-66f1b6e{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-49 .elementor-element.elementor-element-66f1b6e{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-66f1b6e */.accesibilidad-wrapper {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
            color: #333333;
            line-height: 1.6;
        }

        .accesibilidad-wrapper h1 {
            color: #004b87; /* Azul corporativo */
            font-size: 2.2rem;
            margin-bottom: 30px;
            text-align: center;
            border-bottom: 2px solid #d32f2f; /* Acento rojo corporativo */
            padding-bottom: 10px;
        }

        .accesibilidad-wrapper p {
            margin-bottom: 20px;
            text-align: justify;
        }

        .accesibilidad-wrapper ul {
            list-style-type: none;
            padding: 0;
            margin: 20px 0 30px 0;
        }

        .accesibilidad-wrapper li {
            margin-bottom: 12px;
            padding-left: 25px;
            position: relative;
        }

        .accesibilidad-wrapper li::before {
            content: "■";
            color: #d32f2f; /* Acento rojo corporativo para las viñetas */
            position: absolute;
            left: 0;
            top: 0;
            font-size: 0.8rem;
            line-height: 1.8;
        }

        .accesibilidad-wrapper .nota-destacada {
            background-color: #f9f9f9;
            border-left: 4px solid #004b87; /* Detalle azul corporativo */
            padding: 20px;
            margin-top: 30px;
            border-radius: 0 8px 8px 0;
        }

        .accesibilidad-wrapper .nota-destacada p:last-child {
            margin-bottom: 0;
        }

        .accesibilidad-wrapper code {
            background-color: #eaeaea;
            padding: 2px 6px;
            border-radius: 4px;
            color: #d32f2f;
        }
        
        /* Ajustes de diseño responsive */
        @media (max-width: 600px) {
            .accesibilidad-wrapper {
                padding: 20px 15px;
            }
            .accesibilidad-wrapper h1 {
                font-size: 1.8rem;
            }
        }/* End custom CSS */