.elementor-kit-9960{--e-global-color-primary:#3371EF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#5DC0B8;--e-global-color-609089e:#8F6AE2;--e-global-color-441d366:#FFFFFF;--e-global-color-1273a9f:#F7F7F7;--e-global-color-5ea5f33:#102465;--e-global-color-c639c4f:#2BB0CC;--e-global-color-e534114:#CCA800;--e-global-color-e194ab6:#3371EF;--e-global-color-905fe6f:#000000;--e-global-color-2f33a7d:#FAFAFA;--e-global-color-75ba2d7:#3B79C6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-9960 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9960 a{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-9960 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-9960 h2{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Reset e base */
.step-item,
.dont-wait-section {
  cursor: pointer;
  padding: 30px 35px;
  background: #ffffff;
  border: 2px solid #e8ebf0;
  border-left: 4px solid #e8ebf0;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

/* Hover */
.step-item:hover,
.dont-wait-section:hover {
  border-left-color: #a0aec0;
}

/* Estado ativo */
.step-item.active,
.dont-wait-section.active {
  border-left-color: #3b82f6 !important;
  border-color: #e0e7ff !important;
  background: #fafbff !important;
}

/* Texto inativo (cinza claro) */
.step-item:not(.active) * {
  color: #d1d5db !important;
}

/* Texto ativo (preto) */
.step-item.active *,
.dont-wait-section.active * {
  color: #1a202c !important;
}

.js-step-visual{
  width: 100%;
  height: auto;           /* ajusta como quiser */
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-color: #f3f5f9;
}









/* Botão desativado */
.dont-wait-section .elementor-button {
  background: #e5e7eb !important;
  border: 2px solid #e5e7eb !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* Botão ativo */
.dont-wait-section.active .elementor-button {
  background: #60a5fa !important;
  border: 2px solid #60a5fa !important;
  color: white !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.dont-wait-section.active .elementor-button * {
  color: white !important;
}

/* Hover */
.dont-wait-section.active .elementor-button:hover {
  background: white !important;
  color: #1e40af !important;
}

.dont-wait-section.active .elementor-button:hover * {
  color: #1e40af !important;
}/* End custom CSS */