/*visualizacion Elementor .elementor-editor-active #hotsale-destacado,*/

#categorias-home,
#productos-home,
.container.main-footer{
    display: none;
}


.elementor-editor-active #categorias-home,
.elementor-editor-active #productos-home,
.elementor-editor-active .container.main-footer{
    display: block;
}


#categorias-home.visible,
#productos-home.visible,
.container.main-footer.visible{
    display: block;
}