.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:55px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:37px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:42px;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-12{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:40px;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:35px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-size:17px;--e-global-typography-accent-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:22px;--e-global-typography-primary-line-height:27px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-line-height:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:17px;--e-global-typography-accent-line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.colombia-text {
  display: inline-block;
  
  /* Degradado horizontal de izquierda a derecha (Amarillo, Azul y Rojo) */
  background: linear-gradient(
    to right, 
    #ffcd00 0%,   /* Amarillo (Inicio) */
    #ffcd00 33.33%, 
    #003893 33.33%, /* Azul (Centro) */
    #003893 66.66%, 
    #ce1126 66.66%, /* Rojo (Final) */
    #ce1126 100%
  );
  
  /* Recorta el fondo para aplicarlo exclusivamente al texto */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  
  /* Sombra sutil para darle relieve */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}



html, body {
  overscroll-behavior: none;
}/* End custom CSS */