.elementor-kit-3625{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#002945;--e-global-color-accent:#F61916;--e-global-typography-primary-font-family:"Sanchez";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Sanchez";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sanchez";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sanchez";--e-global-typography-accent-font-weight:500;color:#002945;}.elementor-kit-3625 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3625 h1{font-family:"Sanchez", Sans-serif;}.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-kit-3625{--e-global-typography-primary-font-size:20px;--e-global-typography-primary-line-height:0.9em;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes palpitacion {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.mi-elemento-palpitante{
  display: inline-block;
  animation: palpitacion 3s ease-in-out infinite; /* Velocidad más lenta */
}/* End custom CSS */