.elementor-1110 .elementor-element.elementor-element-228caba{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1110 .elementor-element.elementor-element-3165e31{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1110 .elementor-element.elementor-element-dac180c img{width:100%;height:500px;object-fit:cover;object-position:center center;}.elementor-1110 .elementor-element.elementor-element-a2dd17b{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1110 .elementor-element.elementor-element-36bb6a7 .elementor-heading-title{font-family:"Hanken Grotesk", Sans-serif;font-size:30px;font-weight:800;line-height:34px;color:var( --e-global-color-ceed35b );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--label, .elementor-widget-post-navigation span.post-navigation__next--label{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1110 .elementor-element.elementor-element-58c5ced span.post-navigation__prev--label{color:var( --e-global-color-ceed35b );}.elementor-1110 .elementor-element.elementor-element-58c5ced span.post-navigation__next--label{color:var( --e-global-color-ceed35b );}.elementor-1110 .elementor-element.elementor-element-58c5ced span.post-navigation__prev--title, .elementor-1110 .elementor-element.elementor-element-58c5ced span.post-navigation__next--title{color:var( --e-global-color-ceed35b );}.elementor-1110 .elementor-element.elementor-element-58c5ced .post-navigation__arrow-wrapper{color:var( --e-global-color-ceed35b );fill:var( --e-global-color-ceed35b );}@media(min-width:768px){.elementor-1110 .elementor-element.elementor-element-3165e31{--width:100%;}.elementor-1110 .elementor-element.elementor-element-a2dd17b{--width:100%;}}/* Start custom CSS */#articulo-new {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #333;
            line-height: 1.6; /* Ancho máximo de lectura cómodo */
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }

        /* --- Títulos --- */
        
        /* H1 - Título Principal con subrayado de marca */
        #articulo-new h1.elementor-heading-title {
            color: #225055; /* Teal oscuro */
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            border-bottom: 4px solid #ED662D; /* Naranja aplicado solo al H1 */
            padding-bottom: 12px;
            font-weight: 700;
        }

        /* H2 - Subtítulos de sección sin subrayado */
        #articulo-new h2 {
            color: #225055; /* Teal oscuro */
            font-size: 1.8rem;
            margin-top: 2.5rem;
            margin-bottom: 1.2rem;
            font-weight: 700;
            border-bottom: none; /* Eliminado el subrayado aquí */
        }

        #articulo-new h3 {
            color: #225055; /* Teal oscuro */
            font-size: 1.5rem;
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        #articulo-new h4 {
            color: #ED662D; /* Naranja */
            font-size: 1.2rem;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        /* --- Párrafos y Textos --- */
        #articulo-new p {
            margin-bottom: 1.2rem;
            color: #444;
            font-size: 1.05rem;
        }

        #articulo-new strong {
            color: #225055; /* Teal oscuro para resaltar */
            font-weight: 700;
        }

        /* --- Listas --- */
        #articulo-new ul, 
        #articulo-new ol {
            margin-bottom: 1.5rem;
            padding-left: 25px;
        }

        #articulo-new ul li {
            list-style-type: disc;
            margin-bottom: 0.7rem;
            color: #555;
        }

        #articulo-new ol li {
            margin-bottom: 0.7rem;
            font-weight: 500;
            color: #333;
        }

        /* Estilo específico para los marcadores de lista */
        #articulo-new ol li::marker,
        #articulo-new ul li::marker {
            color: #ED662D; /* Naranja */
            font-weight: bold;
        }

        /* --- Responsive --- */
        @media (max-width: 768px) {
            #articulo-new {
                padding: 15px;
            }
            
            #articulo-new h1.elementor-heading-title {
                font-size: 1.8rem;
            }

            #articulo-new h2 {
                font-size: 1.5rem;
            }

            #articulo-new h3 {
                font-size: 1.3rem;
            }
        }/* End custom CSS */