.elementor-740 .elementor-element.elementor-element-ec52bb8{--display:flex;--min-height:615px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-740{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-740 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-740 .dialog-close-button{display:flex;}#elementor-popup-modal-740 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-ec52bb8 *//* Remove o fundo branco e a sombra da estrutura da janela (o pai de todos) */
.dialog-widget-content {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Garante que a área de mensagem também fique transparente */
.dialog-message {
    background-color: transparent !important;
    padding: 0 !important;
}

/* Ajusta o botão X para ficar branco, grande e visível */
.dialog-close-button {
    background-color: transparent !important; /* Sem fundo */
    color: #ffffff !important; /* X Branco */
    font-size: 30px !important; /* Tamanho Grande */
    top: 15px !important;
    right: 20px !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

/* Remove a borda de foco ao clicar */
.dialog-close-button:focus {
    outline: none !important;
}/* End custom CSS */