.elementor-kit-394{--e-global-color-primary:#82AB35;--e-global-color-secondary:#007F9A;--e-global-color-text:#8A8A8A;--e-global-color-accent:#FDCF72;--e-global-color-4c438f1:#F1FFD4;--e-global-color-043c80b:#E8FBFF;--e-global-typography-primary-font-family:"normalidad-wide";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2;--e-global-typography-primary-letter-spacing:-0.1px;--e-global-typography-secondary-font-family:"normalidad-wide";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-family:"normalidad-text";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2;--e-global-typography-accent-font-family:"normalidad-text";--e-global-typography-accent-font-size:1.5rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2;color:#7B7B7B;}.elementor-kit-394 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */p a {
    text-decoration: underline !important;
}

.blink {
    animation: blink 2s infinite;
}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}/* End custom CSS */