/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 08 2025 | 09:54:06 */
/* Força a largura total no container principal */
.elementor-element-d583cd6 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove restrição da estrutura interna do Elementor */
.elementor-element-d583cd6.e-con-boxed > .e-con-inner {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Garante que os filhos ocupam corretamente o espaço em linha */
.elementor-element-d583cd6 .e-con-inner {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Cada filho ocupa proporcionalmente o espaço horizontal */
.elementor-element-d583cd6 .e-con-child {
  flex: 1 1 0%;
  min-width: 0;
}

/* Opcional: remove limite de largura em dispositivos móveis e tablets */
@media (max-width: 1024px) {
  .elementor-element-d583cd6 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
