/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2022 | 19:10:40 */
.iconos-categorias-home figure.elementor-image-box-img a:before {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


.iconos-categorias-home .elementor-widget-image-box:hover .elementor-image-box-title a{
    color:#000;
}


.iconos-categorias-home .elementor-widget-image-box {
    transform:scale(1);
    transition:all ease-in-out .2s;
}

.iconos-categorias-home .elementor-widget-image-box:hover {
    transform:scale(1.05);
}

/* Ocultrar titulos de imagenes en lightbox*/
.elementor-slideshow__title {
    display: none;
}