.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;}.elementor-113 .elementor-element.elementor-element-471660f .gallery-item .gallery-caption{display:none;}.elementor-113 .elementor-element.elementor-element-471660f .gallery-item{padding:0 10px 10px 0;}.elementor-113 .elementor-element.elementor-element-471660f .gallery{margin:0 -10px -10px 0;}.elementor-113 .elementor-element.elementor-element-471660f .gallery-item img{border-radius:10px 10px 10px 10px;}/* Start custom CSS for image-gallery, class: .elementor-element-471660f *//* Tablet = 4 colunas */
@media (max-width: 1024px) and (min-width: 768px) {
    .galeria-custom .gallery {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px;
    }

    .galeria-custom .gallery .gallery-item {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

/* Celular = 2 colunas */
@media (max-width: 767px) {
    .galeria-custom .gallery {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .galeria-custom .gallery .gallery-item {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }
}/* End custom CSS */