.elementor-kit-9{--e-global-color-primary:#36413E;--e-global-color-secondary:#1C2220;--e-global-color-text:#F5DFC4;--e-global-color-accent:#6DA76D;--e-global-color-background:#191F23;--e-global-color-backgroundAccent:#E5E8E7;--e-global-color-transparent:#00000000;--e-global-color-ae16ff9:#F0503E;--e-global-color-153d2f6:#FFF5E8;--e-global-color-271294d:#1F262A;--e-global-color-f47730e:#9C9284;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:400;--e-global-typography-60ff7c6-font-family:"Inter Tight";--e-global-typography-60ff7c6-font-size:14px;--e-global-typography-60ff7c6-font-weight:500;--e-global-typography-60ff7c6-line-height:18px;background-color:var( --e-global-color-background );color:var( --e-global-color-f47730e );font-family:"Inter Tight", Sans-serif;font-size:18px;font-weight:400;line-height:24px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Inter", Sans-serif;font-size:60px;font-weight:700;line-height:68px;}.elementor-kit-9 h2{font-family:"Inter", Sans-serif;font-size:48px;font-weight:600;line-height:50px;}.elementor-kit-9 h3{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-9{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;}.elementor-kit-9 h1{font-size:22px;}.elementor-kit-9 h2{font-size:38px;line-height:42px;}.elementor-kit-9 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;font-size:15px;line-height:20px;}.elementor-kit-9 h1{font-size:18px;}.elementor-kit-9 h2{font-size:22px;line-height:26px;}.elementor-kit-9 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*/////// CURSOR TAG ///////*/
/* pill que segue o cursor */
.cursor-cta {
  position: fixed;
  left: 0; top: 0;
  transform: translate3d(-100vw, -100vh, 0);
  padding: var(--cta-py, 3px) var(--cta-px, 20px);
  background: var(--cta-bg, #F0503E);
  color: var(--cta-color, #fff);
  border-radius: var(--cta-radius, 5px);
    font-size: 12px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    line-height: 18px;
    letter-spacing: 1px;
  opacity: 0;
  transition: opacity .18s ease, transform .06s linear;
  z-index: 9999;
  white-space: nowrap;
  will-change: transform;
}
.cursor-cta.is-visible { opacity: 1; }

/* temas prontos (opcional) */
.cta-theme-primary { --cta-bg:#F0503E; }
.cta-theme-success { --cta-bg:#6DA76D; --cta-shadow:0 6px 20px rgba(109,167,109,.35); }
.cta-theme-dark    { --cta-bg:#1C2220; --cta-color:#F5DFC4; --cta-shadow:0 6px 20px rgba(28,34,32,.25); }

/* acessibilidade: desliga em touch */
@media (pointer: coarse){ .cursor-cta{ display:none !important; } }/* End custom CSS */