.elementor-kit-6{--e-global-color-primary:#3353A0;--e-global-color-secondary:#F4FFE6;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFBE61;--e-global-color-4a23e7a:#72AFF8;--e-global-color-62f4df4:#B2E100;--e-global-color-1bd1226:#F4FFE6;--e-global-color-2dd083a:#000000;--e-global-color-4bad217:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:96px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:105px;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:66px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:22px;--e-global-typography-accent-letter-spacing:1.4px;--e-global-typography-27d9750-font-family:"Manrope";--e-global-typography-27d9750-font-size:48px;--e-global-typography-27d9750-font-weight:700;--e-global-typography-27d9750-line-height:52.8px;--e-global-typography-6f716b7-font-family:"Manrope";--e-global-typography-6f716b7-font-size:36px;--e-global-typography-6f716b7-font-weight:700;--e-global-typography-6f716b7-line-height:39.6px;--e-global-typography-a5336e9-font-family:"Manrope";--e-global-typography-a5336e9-font-size:14px;--e-global-typography-8f8aa34-font-family:"Manrope";--e-global-typography-8f8aa34-font-size:16px;--e-global-typography-8f8aa34-font-weight:600;--e-global-typography-8f8aa34-text-transform:none;--e-global-typography-8f8aa34-line-height:22px;--e-global-typography-fe30833-font-family:"Manrope";--e-global-typography-fe30833-font-size:38px;--e-global-typography-fe30833-font-weight:900;--e-global-typography-fe30833-line-height:39.6px;}.elementor-kit-6 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-header .site-branding .site-logo img{width:274px;max-width:274px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Elemento que flota */
.imagenflotante {
    animation: flota 6.5s ease-in-out infinite;
}

@keyframes flota {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(0, -20px);
	}
	100% {
		transform: translate(0, 0);
	}
}/* End custom CSS */