.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-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-2229 .elementor-element.elementor-element-9140868{margin-top:63px;margin-bottom:63px;}.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-2229 .elementor-element.elementor-element-bb481ad{text-align:right;}.elementor-2229 .elementor-element.elementor-element-bb481ad .elementor-heading-title{font-family:"Roboto Slab", Sans-serif;font-size:20px;font-weight:600;color:#808080;}/* Start custom CSS for section, class: .elementor-element-4700c4a *//* Haz que la columna derecha (imagen) flote */
.columna-imagen {
    float: right; /* La columna con la imagen flota a la derecha */
    width: 40%; /* Ajusta el ancho según lo necesario */
    margin: 0 0 20px 20px; /* Margen entre imagen y texto */
}

/* Haz que la columna izquierda (texto) ocupe el resto del espacio */
.columna-texto {
    width: auto; /* Permite que el texto ocupe el espacio restante */
    overflow: hidden; /* Evita problemas de solapamiento */
}/* End custom CSS */