.elementor-kit-7{--e-global-color-primary:#0D457F;--e-global-color-secondary:#F29100;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F29100;--e-global-typography-primary-font-family:"Be Vietnam Pro";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.lista-corch {
    position: relative;
    padding-left: 40px; /* espacio entre corchete y la lista */
}

.lista-corch::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px; /* largo de los brazos del corchete */
    border-left: 1px solid #f29100;   /* línea vertical */
    border-top: 1px solid #f29100;    /* brazo superior */
    border-bottom: 1px solid #f29100; /* brazo inferior */
}

.lista-corch::after {
    content: "";
    position: absolute;
    left: -20px; /* lo movemos hacia afuera */
    top: 50%; 
    width: 20px;
    border-top: 1px solid #f29100; /* la rayita central */
    transform: translateY(-50%);
}/* End custom CSS */