.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-87942 .elementor-element.elementor-element-6b2c913 .gallery-item .gallery-caption{text-align:center;}/* Start custom CSS for image-gallery, class: .elementor-element-6b2c913 */.rutascal-galeria-pro .elementor-image-gallery .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
}

.rutascal-galeria-pro .elementor-image-gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rutascal-galeria-pro .elementor-image-gallery .gallery-icon {
    width: 100%;
    height: 100%;
}

.rutascal-galeria-pro .elementor-image-gallery .gallery-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.rutascal-galeria-pro .elementor-image-gallery img {
    width: 100% !important;
    height: 210px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 14px !important;
}

@media (max-width: 1024px) {
    .rutascal-galeria-pro .elementor-image-gallery .gallery {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .rutascal-galeria-pro .elementor-image-gallery .gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .rutascal-galeria-pro .elementor-image-gallery img {
        height: 150px !important;
    }
}/* End custom CSS */