.elementor-kit-7{--e-global-color-primary:#114629;--e-global-color-secondary:#F3BD35;--e-global-color-text:#0F172A;--e-global-color-accent:#F3BD35;--e-global-color-4cdfe79:#FFFCEC;--e-global-color-27f634c:#0E0E0E;--e-global-color-21846d2:#454F34;--e-global-color-1507380:#0F172A;--e-global-color-983dc9f:#114629;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#ECECEC;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:#FFFFFF;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-7 a {
    color: #000;
}
.elementor-cta__bg.elementor-bg {
    border-radius: 12px;
}
html, body {
width: 100%;
overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
    display: none!important;
}

/* estado inicial */
.re-anim{
  opacity: 0;
  transform: translateY(16px);
  will-change: transform, opacity;
}

/* quando “ativa” (classe adicionada pelo JS) */
.re-anim.is-in{
  animation: re-fadeUp .6s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes re-fadeUp{
  from{ opacity:0; transform:translateY(16px) }
  to  { opacity:1; transform:translateY(0) }
}

/* acessibilidade */
@media (prefers-reduced-motion: reduce){
  .re-anim{ opacity:1; transform:none; animation:none !important; }
}/* End custom CSS */