.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#006BA6;--e-global-color-3f73192:#FFFFFF;--e-global-color-e0e7b42:#F9F9F9;--e-global-color-e05aaed:#006BA608;--e-global-typography-primary-font-family:"Abhaya Libre";--e-global-typography-primary-font-size:3.5rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"Abhaya Libre";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:700;}.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);}@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 */.multiply{
    mix-blend-mode: multiply;
}
.bloque_bucle .gris_color{
  filter: grayscale(80%);
  transition: filter 0.5s ease;
  opacity: 0.9;
}

.elementor-heading-title,
.elementor-widget-text-editor {
  white-space: normal;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word; /* evita desbordes; mantiene guiones si hay punto de corte */
  word-break: normal;
}

.bloque_bucle:hover .gris_color{
  filter: grayscale(0%);
    opacity: 1;
}

html{
  scroll-padding-top: 165px; /* altura del sticky */
  scroll-behavior: smooth;  /* opcional, scroll suave */
}


/*Anchor link sección servicios*/
/* Normal */
.vb-anchor-nav a{
  text-decoration: none;
}

/* Hover + activo (pinta el <a> y el texto interno de Elementor) */
.vb-anchor-nav a:hover,
.vb-anchor-nav a.vb-is-active,
.vb-anchor-nav a:hover .elementor-icon-list-text,
.vb-anchor-nav a.vb-is-active .elementor-icon-list-text{
  color: #006BA6 !important;

}

/* Borde solo cuando el sticky está activo */
.vb-anchor-nav.elementor-sticky--active,
.elementor-sticky--active .vb-anchor-nav{
 
    border-top: 1px solid rgba(0,0,0,0.06);/* gris muy claro */
}
/* Sombra solo cuando el sticky está activo */
.vb-anchor-nav.elementor-sticky--active,
.elementor-sticky--active .vb-anchor-nav{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);
}/* End custom CSS */