.elementor-1022 .elementor-element.elementor-element-13b90fd{--display:flex;--min-height:126px;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{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 );color:var( --e-global-color-primary );}.elementor-1022 .elementor-element.elementor-element-967b8d2 > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-1022 .elementor-element.elementor-element-967b8d2 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-a71962d );}.elementor-1022 .elementor-element.elementor-element-b5b33be{width:100%;max-width:100%;}.elementor-1022 .elementor-element.elementor-element-df94015{--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;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-a56fca4 */#popup-confirm-excluir {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.popup-excluir-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.popup-excluir-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  text-align: center;
}

.popup-excluir-box h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #111;
}

.popup-excluir-box p {
  font-size: 15px;
  margin-bottom: 24px;
  color: #555;
}

.popup-btns {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.popup-btns button {
  flex: 1;
  padding: 10px 0;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease;
}

#btn-cancelar {
  background: #eee;
  color: #333;
}

#btn-cancelar:hover {
  background: #ddd;
}

#btn-confirmar {
  background: #e63946;
  color: #fff;
}

#btn-confirmar:hover {
  background: #d62839;
}/* End custom CSS */