.elementor-765 .elementor-element.elementor-element-cd9c373{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-765 .elementor-element.elementor-element-8ba7aef{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-765 .elementor-element.elementor-element-8ba7aef .gallery-item{padding:0 15px 15px 0;}.elementor-765 .elementor-element.elementor-element-8ba7aef .gallery{margin:0 -15px -15px 0;}.elementor-765 .elementor-element.elementor-element-8ba7aef .gallery-item .gallery-caption{text-align:center;}#elementor-popup-modal-765{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-765 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-765 .dialog-close-button{display:flex;}#elementor-popup-modal-765 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS *//* ===== BOTÃO CLOSE DO POPUP - DESTAQUE ===== */

.dialog-lightbox-close-button {
    /* Tamanho da caixa/badge */
    width: 44px !important;
    height: 44px !important;
    
    /* Cor de fundo da caixa */
    background-color: #e74c3c !important; /* 🔴 Altere a cor aqui */
    
    /* Borda arredondada (50% = círculo, 8px = quadrado arredondado) */
    border-radius: 50% !important;
    
    /* Posicionamento */
    top: 15px !important;
    right: 15px !important;
    
    /* Centraliza o ícone dentro da caixa */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Sombra para mais destaque */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    
    /* Transição suave no hover */
    transition: all 0.3s ease !important;
    
    /* Garante que fica acima de tudo */
    z-index: 9999 !important;
}

/* Cor do ícone X */
.dialog-lightbox-close-button svg {
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important; /* 🔴 Cor do ícone */
}

/* Efeito ao passar o mouse */
.dialog-lightbox-close-button:hover {
    background-color: #c0392b !important; /* 🔴 Cor no hover */
    transform: scale(1.1) !important;
}/* End custom CSS */