.elementor-kit-7{--e-global-color-primary:#1557CB;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00215C;--e-global-color-886d2c9:#FFFFFF;--e-global-color-c06c7ee:#000000;--e-global-color-7e32ede:#00000000;--e-global-color-717446f:#F5F5F5;--e-global-color-fa434d7:#EFF5FF;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Space Grotesk";--e-global-typography-accent-font-weight:500;font-family:"Space Grotesk", Sans-serif;font-size:18px;line-height:24px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Space Grotesk", Sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-886d2c9 );border-radius:50px 50px 50px 50px;padding:20px 52px 20px 52px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-7 h1{font-family:"Syne", Sans-serif;}.elementor-kit-7 h2{font-family:"Syne", 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.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 */.militar-ball--active img,
.tic-ball--active img,
.transporte-ball--active img,
.civil-ball--active img,
.aeronautico-ball--active img{
    transform: scale(1.2);
    box-shadow: 0px 0px 25px 2px var(--e-global-color-primary);
}

.militar-ball img,
.tic-ball img,
.transporte-ball img{
    transition: all 0.5s ease;
    animation: blink 8s infinite ease-in-out;;
}

.civil-ball img,
.aeronautico-ball img{
    transition: all 0.5s ease;
    animation: blink 10s infinite ease-in-out;;
}


@keyframes blink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Aumenta un 10% el tamaño en el punto medio */
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */