.elementor-kit-5{--e-global-color-primary:#225BC1;--e-global-color-secondary:#303031;--e-global-color-text:#6B6B6B;--e-global-color-accent:#225BC1;--e-global-color-1771536:#FAF8F4;--e-global-color-77af7b9:#F8F8F8;--e-global-color-5570a59:#F9C10C;--e-global-color-99f7f36:#F44A6E;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Fira Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Fira Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Fira Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:42px;}.elementor-kit-5 h2{font-family:"Rubik", Sans-serif;font-size:46px;line-height:50px;}.elementor-kit-5 h3{font-size:22px;font-weight:400;line-height:30px;}.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);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:35px;}.elementor-kit-5 h2{font-size:36px;line-height:1.2px;}.elementor-kit-5 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:30px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bounce-y{
    animation: bounceY 6s ease-in-out infinite;
  will-change: transform;
}

.bounce-2 {
  animation: bounceY 7.5s ease-in-out infinite;
  animation-delay: .6s;
  will-change: transform;
}

/* keyframes do bounce vertical suave */
@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-20px); } /* ajusta amplitude */
}

/* respeito a utilizadores que preferem menos movimento */
@media (prefers-reduced-motion: reduce) {
  .bounce-y, .bounce-2 { animation: none; }
}/* End custom CSS */