.elementor-kit-230{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#1E1A1E;--e-global-color-accent:#61CE70;--e-global-color-4e4b254:#695D6B;--e-global-color-0294101:#1E1A1E;--e-global-color-bf9717f:#ECECEC;--e-global-color-845c37e:#A48050;--e-global-color-67e0a2b:#765F43;--e-global-color-06ae55d:#CDC393;--e-global-color-ceafb7f:#E9E3C9;--e-global-color-898ff97:#E8E0E9;--e-global-color-f133657:#918992;--e-global-color-196fbed:#686169;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-08e50cc-font-family:"Poppins";--e-global-typography-08e50cc-font-size:48px;--e-global-typography-08e50cc-font-weight:400;--e-global-typography-08e50cc-line-height:48px;--e-global-typography-e2f577e-font-family:"Poppins";--e-global-typography-e2f577e-font-size:18px;--e-global-typography-e2f577e-font-weight:400;--e-global-typography-20794fe-font-family:"Poppins";--e-global-typography-20794fe-font-size:18px;--e-global-typography-20794fe-font-weight:700;--e-global-typography-7b612f6-font-family:"Poppins";--e-global-typography-7b612f6-font-size:14px;--e-global-typography-7b612f6-font-weight:400;--e-global-typography-2e80ca9-font-family:"Poppins";--e-global-typography-2e80ca9-font-size:24px;--e-global-typography-2e80ca9-font-weight:700;--e-global-typography-b98be2f-font-family:"Poppins";--e-global-typography-b98be2f-font-size:24px;--e-global-typography-b98be2f-font-weight:600;--e-global-typography-b98be2f-line-height:29px;--e-global-typography-d140253-font-family:"Poppins";--e-global-typography-d140253-font-size:36px;--e-global-typography-d140253-font-weight:400;--e-global-typography-d140253-line-height:36px;}.elementor-kit-230 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-230{--e-global-typography-2e80ca9-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
.dot-pulse {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #10b981; /* cor do ponto */
  box-shadow: 0 0 0 0 rgba(16,185,129,.6);
  animation: dotPulse 1.8s infinite;
}
@keyframes dotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(16,185,129,.6); }
  70%  { box-shadow: 0 0 0 20px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
@media (prefers-reduced-motion: reduce) {
  .dot-pulse { animation: none; }
}
</style>/* End custom CSS */