.elementor-1573 .elementor-element.elementor-element-e5b9df2{--display:flex;}
/* Start custom CSS for container, class: .elementor-element-e5b9df2 *//* ===== CORREÇÃO FULL WIDTH PARA ELEMENTOR / WORDPRESS ===== */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

body .elementor-widget-html:has(#shield-site),
body .elementor-widget-container:has(#shield-site),
body .elementor-element:has(#shield-site),
body .e-con:has(#shield-site),
body .elementor-section:has(#shield-site),
body .elementor-container:has(#shield-site) {
  overflow: visible !important;
  max-width: none !important;
}

#shield-site {
  position: relative !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  left: auto !important;
  right: auto !important;
  overflow-x: hidden !important;
}

#shield-site .shield-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: clamp(18px, 5vw, 86px) !important;
  padding-right: clamp(18px, 5vw, 86px) !important;
}

#shield-site .shield-section-head.center,
#shield-site .shield-faq {
  max-width: 100% !important;
}

@media (max-width: 760px) {
  #shield-site .shield-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}/* End custom CSS */

