.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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-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 *//*-----------------------*/
/*  Nuestros Programas*/

/*-Nuestros Programas BACKGROUND ZOOM EFFECT */
.nb {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;   /* start size */
  transition: background-size 0.6s ease;    /* animate size */
  overflow: hidden;
}

/* When .np is hovered → zoom .nb */
.np:hover .nb {
  background-size: 110% 110% !important;
}

/* HEADING COLOR TRANSITION */


/*-----------------------*/
/*  Capacitaciones y Espacios de Encuentro*/

/*  ensure we can animate the background-size */
.vs {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;   /* start size */
  transition: background-size 0.6s ease;    /* animate size only */
  overflow: hidden; /* hide the enlarged edges */
}

/* on hover just increase background-size */
.vs:hover {
  background-size: 110% 110% !important; 
/* zoom amount */
}

/* Smooth transition */
.nh {
    transition: transform 0.3s ease;
}

/* Move left on hover */
.vs:hover .nh {
   transform: translateX(-6px) scale(1.07);;
}



/*-----------------------*/
/*  Nuestros Valores*/
/* Smooth transition */
.vm .vi {
    transition: transform 0.4s ease;
}

/* Rotate on hover */
.vm:hover .vi {
    transform: rotate(10deg) scale(1.09);
}/* End custom CSS */