.elementor-kit-6{--e-global-color-primary:#487F9F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cb4dbee:#BFBFBF;--e-global-color-ed77c33:#D9D9D9;--e-global-color-ab44a4d:#487F9F;--e-global-color-a966379:#284759;--e-global-color-3e9328d:#080F13;--e-global-color-73c14a7:#FFFFFF;--e-global-color-b4a608c:#000000;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.float-animation{
  animation: floatyfloat 15s linear infinite; /* más lento (antes 3s) */
  will-change: transform;
}

@keyframes floatyfloat{
  from{
    transform: rotate(0deg) translate3d(5px,0,0) rotate(0deg);
  }
  to{
    /* órbita 1 vuelta + el elemento hace 1 vuelta extra (loopeable) */
    transform: rotate(360deg) translate3d(5px,0,0) rotate(-720deg);
  }
}

@keyframes orioginalFloatyFloat { from { transform: rotate(0deg) translate3d(5px, 0, 0) rotate(0deg); } to { transform: rotate(360deg) translate3d(5px, 0, 0) rotate(-360deg); } }

.og-float-animation{
  animation: orioginalFloatyFloat 15s linear infinite; /* más lento (antes 3s) */
  will-change: transform;
}/* End custom CSS */