.elementor-kit-6906{--e-global-color-primary:#1A65D5;--e-global-color-secondary:#78A6E9;--e-global-color-text:#4C5361;--e-global-color-accent:#EBF1FB;--e-global-color-2013ef9:#FFFFFF;--e-global-color-52aafd4:#29303D;--e-global-color-7fee024:#EBF1FB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-6906 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6906 p{margin-block-end:0px;}.elementor-kit-6906 h3{font-family:"Inter", Sans-serif;font-size:24px;font-weight:600;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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);}@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 *//* Flotación suave: arriba/abajo */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* Clase lista para usar */
.float {
  animation: floatY 4.5s ease-in-out infinite;
  will-change: transform;
}

/* Si querés que arranque apenas distinto en varios elementos */
.float--delay1 { animation-delay: .2s; }
.float--delay2 { animation-delay: .45s; }/* End custom CSS */