.elementor-kit-4{--e-global-color-primary:#1F3569;--e-global-color-secondary:#F1FAF0;--e-global-color-text:#000000;--e-global-color-accent:#EB062E;--e-global-color-3683e0f:#FFFFFF;--e-global-color-beaa2d2:#000000;--e-global-color-33c0497:#00A7E1;--e-global-color-70b8d9f:#252525;--e-global-color-0a699a9:#000000;--e-global-color-f1df9d1:#E20202;--e-global-color-26f05b2:#AE0000;--e-global-color-534d65e:#CAD0D1;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-3683e0f );border-style:none;border-radius:10px 10px 10px 10px;padding:10px 15px 10px 15px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{color:var( --e-global-color-3683e0f );border-style:none;border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@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 */.sticky-menu.elementor-sticky--effects{
    background: #ffffff !important;
}
@keyframes flotarSuave {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}

.flecha_animada {
  display: inline-block;
  animation-name: flotarSuave;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* Estilos opcionales (puedes quitarlos si ya los tienes definidos) */
.flecha_animada {
  font-size: 2rem;
  color: #3498db;
}/* End custom CSS */