/* FAQ accordion motion */
.elementor-9 .elementor-element.elementor-element-a79776a {
  --content-width: 1440px;
}

.elementor-9 .elementor-element.elementor-element-49f5a12 {
  width: min(100%, 1400px);
  max-width: 1400px;
  --container-widget-width: 1400px;
}

.elementor-element-49f5a12 > .e-n-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px 14px;
}

.elementor-element-49f5a12 .e-n-accordion-item {
  contain: layout;
  min-width: 0;
  margin-block-end: 0 !important;
}

.elementor-element-49f5a12 .e-n-accordion-item-title {
  touch-action: manipulation;
  transition:
    background-color 360ms cubic-bezier(0.22, 1, 0.36, 1),
    color 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.elementor-element-49f5a12 .e-n-accordion-item-title-text {
  font-family: "Semakin", sans-serif;
  font-size: 0.9rem;
  line-height: 1.15;
}

@media (min-width: 1280px) {
  .elementor-element-49f5a12 .e-n-accordion-item-title-text {
    white-space: nowrap;
  }
}

.elementor-element-49f5a12 .e-n-accordion-item-title-icon .e-opened {
  display: none !important;
}

.elementor-element-49f5a12 .e-n-accordion-item-title-icon .e-closed {
  display: flex !important;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.elementor-element-49f5a12 .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon .e-closed {
  transform: rotate(180deg);
}

.elementor-element-49f5a12 .e-n-accordion-item.is-animating {
  will-change: height;
}

.elementor-element-49f5a12 .e-n-accordion-item.is-measuring,
.elementor-element-49f5a12 .e-n-accordion-item.is-measuring * {
  transition: none !important;
}

/* Entrada coreografada e rebobinação da seção. A classe ready só é aplicada
   pelo JavaScript, mantendo o conteúdo visível caso o script não carregue. */
.elementor-element-a79776a.faq-motion-ready .elementor-element-4699038,
.elementor-element-a79776a.faq-motion-ready .elementor-element-8197778,
.elementor-element-a79776a.faq-motion-ready .elementor-element-46220ea,
.elementor-element-a79776a.faq-motion-ready .e-n-accordion-item {
  opacity: 0;
  transition: opacity 0.38s var(--ease-in-out-smooth, cubic-bezier(0.4, 0, 0.2, 1)),
              transform 0.38s var(--ease-in-out-smooth, cubic-bezier(0.4, 0, 0.2, 1));
}

.elementor-element-a79776a.faq-motion-ready .elementor-element-4699038 {
  transform: translateY(24px) scale(0.94);
}

.elementor-element-a79776a.faq-motion-ready .elementor-element-8197778 {
  transform: translateY(30px) scale(0.97);
}

.elementor-element-a79776a.faq-motion-ready .elementor-element-46220ea {
  transform: translateY(24px);
}

.elementor-element-a79776a.faq-motion-ready .e-n-accordion-item:nth-child(odd) {
  transform: translate(-30px, 22px) scale(0.985);
}

.elementor-element-a79776a.faq-motion-ready .e-n-accordion-item:nth-child(even) {
  transform: translate(30px, 22px) scale(0.985);
}

.elementor-element-a79776a.faq-motion-ready.faq-motion-active .elementor-element-4699038,
.elementor-element-a79776a.faq-motion-ready.faq-motion-active .elementor-element-8197778,
.elementor-element-a79776a.faq-motion-ready.faq-motion-active .elementor-element-46220ea,
.elementor-element-a79776a.faq-motion-ready.faq-motion-active .e-n-accordion-item {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition-duration: 0.65s;
  transition-timing-function: var(--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}

.elementor-element-a79776a.faq-motion-active .elementor-element-4699038 { transition-delay: 0s; }
.elementor-element-a79776a.faq-motion-active .elementor-element-8197778 { transition-delay: 0.07s; }
.elementor-element-a79776a.faq-motion-active .elementor-element-46220ea { transition-delay: 0.14s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(1) { transition-delay: 0.22s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(2) { transition-delay: 0.265s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(3) { transition-delay: 0.31s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(4) { transition-delay: 0.355s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(5) { transition-delay: 0.4s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(6) { transition-delay: 0.445s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(7) { transition-delay: 0.49s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(8) { transition-delay: 0.535s; }
.elementor-element-a79776a.faq-motion-active .e-n-accordion-item:nth-child(9) { transition-delay: 0.58s; }

@media (max-width: 767px) {
  .elementor-element-49f5a12 > .e-n-accordion {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .elementor-element-49f5a12 .e-n-accordion-item-title-text {
    font-size: 0.95rem;
  }

  .elementor-element-a79776a.faq-motion-ready .e-n-accordion-item:nth-child(n) {
    transform: translateY(24px) scale(0.985);
  }

  .elementor-element-a79776a.faq-motion-ready.faq-motion-active .e-n-accordion-item:nth-child(n) {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-element-49f5a12 .e-n-accordion-item-title,
  .elementor-element-49f5a12 .e-n-accordion-item-title-icon .e-closed {
    transition-duration: 0.01ms;
  }

  .elementor-element-a79776a.faq-motion-ready .elementor-element-4699038,
  .elementor-element-a79776a.faq-motion-ready .elementor-element-8197778,
  .elementor-element-a79776a.faq-motion-ready .elementor-element-46220ea,
  .elementor-element-a79776a.faq-motion-ready .e-n-accordion-item {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
