.elementor-8300 .elementor-element.elementor-element-44eb0dc{--display:flex;}.elementor-8300 .elementor-element.elementor-element-743d633{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f62d2d8 */.contenedor-categorias{
    width:100%;
}
.contenedor-categorias a{
    color: black;
}
.contenedor-categorias .categoria{
    display: flex;
    width: 100%;
}
.categoria .nombre{
    width: 90%;
}
.categoria .open-sub{
    display: flex;
    width: 10%;
    justify-content: center;
    align-items: center;
}
.categoria:hover,.categoria:hover a{
    color:var(--e-global-color-bd25570);
}

.subcategoria{
    margin-left: 10px;
    overflow: hidden;
    max-height: 0;
}

.subcategoria.activo{
    max-height:500px;
}/* End custom CSS */