.elementor-1623 .elementor-element.elementor-element-82236a6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--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{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-1623 .elementor-element.elementor-element-4941475 img{width:500px;max-width:100%;height:500px;}#elementor-popup-modal-1623{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1623 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1623 .dialog-close-button{display:flex;}#elementor-popup-modal-1623 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1623 .elementor-element.elementor-element-82236a6{--width:100%;}.elementor-1623 .elementor-element.elementor-element-4941475 img{width:100%;height:100%;}}@media(min-width:768px){.elementor-1623 .elementor-element.elementor-element-82236a6{--width:450px;}}/* Start custom CSS for container, class: .elementor-element-82236a6 *//* Largura do conteúdo do popup (mantenha se quiser) */
#elementor-popup-modal-1623 .dialog-message {
  width: 450px;
}

/* Botão de fechar – quadrado, vermelho, sem contorno */
#elementor-popup-modal-1623 .dialog-close-button {
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  background: #e11900;      /* fundo vermelho no BOTÃO, não no SVG */
  border: 0 !important;     /* remove qualquer borda */
  outline: none !important; /* remove contorno do navegador/tema */
  box-shadow: none !important; 
  border-radius: 0;         /* bordas retas */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;              /* cor base do ícone */
  opacity: 1;
}

/* Ícone branco (cobre tanto <i> quanto <svg>) */
#elementor-popup-modal-1623 .dialog-close-button i,
#elementor-popup-modal-1623 .dialog-close-button svg {
  width: 1.5em;
  height: 1.5em;
  color: #fff !important;
  fill: #fff !important;   /* alguns ícones usam fill */
  stroke: #fff !important; /* outros usam stroke (evita “borda” preta) */
  border: none !important; /* se algum tema aplicar borda no svg */
  box-shadow: none !important;
  background: transparent !important; /* tira o fundo do svg */
}

/* (Opcional) foco acessível sem contorno preto */
#elementor-popup-modal-1623 .dialog-close-button:focus-visible {
  outline: 2px solid rgba(255,255,255,.75);
  outline-offset: 2px;
}/* End custom CSS */