.elementor-kit-20{--e-global-color-primary:#00AEEF;--e-global-color-secondary:#2F4F4F;--e-global-color-text:#212121;--e-global-color-accent:#FF9900;--e-global-color-255253a:#020617;--e-global-color-140fdb5:#9CA3AF;--e-global-color-f616e41:#E5E7EB;--e-global-color-91ff8ae:#111827;--e-global-color-4f6cf65:#4B5563;--e-global-color-2c0f19e:#22B8CF;--e-global-color-9eb0dff:#8FC4D1;--e-global-color-dfa396d:#E07A5F;--e-global-color-3fc8b4f:#F4A384;--e-global-color-7493172:#E3DED0;--e-global-color-b4a4e5f:#D4CBBE;--e-global-color-a5c2d0c:#22C55E;--e-global-color-dd8ced9:#FACC15;--e-global-color-453f5e7:#EF4444;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#E3DED0;--e-global-color-transparent:#00000000;--e-global-color-0610748:#519A9A;--e-global-color-cdebc4c:#61B8B8;--e-global-color-95be8ac:#524545;--e-global-color-8fc40a0:#487E7E;--e-global-color-efd7e02:#F7F4EF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Lora";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-20 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-kit-20{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-20{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Marquee Animation for Perks Bar */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.alki-marquee-ba {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 40px;
  animation: marquee 20s linear infinite;
  width: max-content;
}

.alki-marquee-ba > * {
  white-space: nowrap;
  flex-shrink: 0;
}

/* Scroll suave global para anclas */
html {
  scroll-behavior: smooth;
}/* End custom CSS */