.elementor-kit-4{--e-global-color-primary:#DB3335;--e-global-color-secondary:#F1FAF0;--e-global-color-text:#000000;--e-global-color-accent:#F29F05;--e-global-color-3683e0f:#FFFFFF;--e-global-color-beaa2d2:#000000;--e-global-color-33c0497:#8492D8;--e-global-color-70b8d9f:#252525;--e-global-color-0a699a9:#000000;--e-global-color-f1df9d1:#04BF8A;--e-global-color-26f05b2:#F08784;--e-global-color-534d65e:#CAD0D1;--e-global-color-ff2e8cc:#D8C6A3;--e-global-color-c3d38be:#725EF2;--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:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-3683e0f );border-radius:25px 25px 25px 25px;padding:15px 20px 15px 20px;}.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:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-3683e0f );border-radius:25px 25px 25px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.sticky-menu.elementor-sticky--effects{
    background: #000000 !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 */