.elementor-855 .elementor-element.elementor-element-b1d9ea3{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-855 .elementor-element.elementor-element-43e8f5f{--display:flex;--margin-top:0em;--margin-bottom:2em;--margin-left:0em;--margin-right:0em;--padding-top:2em;--padding-bottom:5em;--padding-left:0em;--padding-right:0em;}.elementor-855 .elementor-element.elementor-element-5eed248{width:var( --container-widget-width, 65% );max-width:65%;--container-widget-width:65%;--container-widget-flex-grow:0;}.elementor-855 .elementor-element.elementor-element-5eed248.elementor-element{--align-self:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );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-855 .elementor-element.elementor-element-8ff6957 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );border-radius:0px 0px 0px 0px;}.elementor-855 .elementor-element.elementor-element-8ff6957{margin:1em 0em calc(var(--kit-widget-spacing, 0px) + 3em) 0em;}.elementor-855 .elementor-element.elementor-element-8ff6957.elementor-element{--align-self:center;}#elementor-popup-modal-855 .dialog-widget-content{background-color:var( --e-global-color-primary );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-855{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-855 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-855 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-855 .elementor-element.elementor-element-8ff6957 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-855 .elementor-element.elementor-element-b1d9ea3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-855 .elementor-element.elementor-element-43e8f5f{--padding-top:2em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-855 .elementor-element.elementor-element-8ff6957{width:var( --container-widget-width, 70% );max-width:70%;margin:1em 0em calc(var(--kit-widget-spacing, 0px) + 3em) 0em;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-855 .elementor-element.elementor-element-8ff6957 .elementor-button{font-size:var( --e-global-typography-primary-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 */