.elementor-kit-6{--e-global-color-primary:#F69633;--e-global-color-secondary:#3067B4;--e-global-color-text:#081220;--e-global-color-accent:#57C7FF;--e-global-color-92c3b9e:#FFFFFF;--e-global-color-0c1f08a:#9C9C9C;--e-global-color-df8f6cb:#F5F5F5;--e-global-typography-primary-font-family:"Ruda";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Ruda";--e-global-typography-secondary-font-size:45px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Ruda";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ruda";--e-global-typography-accent-font-weight:600;--e-global-typography-c6ad27f-font-family:"Ruda";--e-global-typography-c6ad27f-font-size:30px;--e-global-typography-c6ad27f-font-weight:600;--e-global-typography-c6ad27f-line-height:1.3em;--e-global-typography-c23cfd2-font-family:"Ruda";--e-global-typography-c23cfd2-font-size:24px;--e-global-typography-c23cfd2-font-weight:600;--e-global-typography-c23cfd2-line-height:1.3em;--e-global-typography-29a6f70-font-family:"Ruda";--e-global-typography-29a6f70-font-size:18px;--e-global-typography-29a6f70-font-weight:800;--e-global-typography-29a6f70-text-transform:uppercase;--e-global-typography-4bd9e49-font-family:"Ruda";--e-global-typography-4bd9e49-font-size:26px;--e-global-typography-4bd9e49-font-weight:600;--e-global-typography-4bd9e49-line-height:1.3em;--e-global-typography-91528dd-font-family:"Ruda";--e-global-typography-91528dd-font-size:20px;--e-global-typography-91528dd-font-weight:400;--e-global-typography-91528dd-line-height:1.3em;--e-global-typography-865014b-font-family:"Ruda";--e-global-typography-865014b-font-size:58px;--e-global-typography-865014b-font-weight:400;--e-global-typography-865014b-line-height:1.3em;--e-global-typography-89857c1-font-family:"Ruda";--e-global-typography-89857c1-font-size:22px;--e-global-typography-07daabe-font-family:"Ruda";--e-global-typography-07daabe-font-size:52px;--e-global-typography-07daabe-font-weight:700;--e-global-typography-07daabe-line-height:1.3em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-c6ad27f-font-size:24px;--e-global-typography-c23cfd2-font-size:22px;--e-global-typography-29a6f70-font-size:16px;--e-global-typography-29a6f70-line-height:1.1em;--e-global-typography-4bd9e49-font-size:24px;--e-global-typography-865014b-font-size:38px;--e-global-typography-89857c1-font-size:18px;--e-global-typography-07daabe-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:17px;--e-global-typography-29a6f70-font-size:14px;--e-global-typography-29a6f70-line-height:1.1em;--e-global-typography-4bd9e49-font-size:18px;--e-global-typography-91528dd-font-size:17px;--e-global-typography-07daabe-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Espaçamento entre itens de lista em conteúdo do Elementor */
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {
  margin-bottom: 12px;
}

.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child {
  margin-bottom: 0;
}


/* Seta do CTA */
.cta-seta img {
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.cta-seta:hover img,
.cta-seta:focus-visible img {
  transform: rotate(-30deg);
}

/* Fundo laranja — o próprio contêiner e um eventual filho */
.cta-seta,
.cta-seta > .e-con-inner {
  transition: background-color 0.25s ease-out;
}

.cta-seta:hover,
.cta-seta:hover > .e-con-inner,
.cta-seta:focus-visible {
  background-color: rgba(246, 150, 51, 0.8) !important;
}

@media (prefers-reduced-motion: reduce) {
  .cta-seta,
  .cta-seta > .e-con-inner {
    transition: none;
  }
}/* End custom CSS */