.elementor-7235 .elementor-element.elementor-element-6fd4e8b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-7235 .elementor-element.elementor-element-6fd4e8b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7235 .elementor-element.elementor-element-5027c51{--display:flex;--background-transition:0.3s;}.elementor-7235 .elementor-element.elementor-element-5027c51.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-7235 .elementor-element.elementor-element-195282b{--display:flex;--background-transition:0.3s;--margin-top:16px;--margin-bottom:16px;--margin-left:16px;--margin-right:16px;}@media(min-width:768px){.elementor-7235 .elementor-element.elementor-element-6fd4e8b{--width:98.776%;}.elementor-7235 .elementor-element.elementor-element-5027c51{--width:32.463%;}}/* Start custom CSS */#acordeones-columna {
    position: sticky;
    top: 120px; /* Este valor separa la columna del encabezado */
    height: fit-content;
    align-self: flex-start;
    z-index: 10; /* Mantiene el encabezado arriba */
}

/* Responsive para móviles */
@media (max-width: 768px) {
    #acordeones-columna {
        position: relative;
        top: auto;
        z-index: auto;
    }
}/* End custom CSS */