.elementor-1655 .elementor-element.elementor-element-822eecc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1655 .elementor-element.elementor-element-bd9ef15{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1655 .elementor-element.elementor-element-7f38b73{width:var( --container-widget-width, 104.565% );max-width:104.565%;--container-widget-width:104.565%;--container-widget-flex-grow:0;}.elementor-1655 .elementor-element.elementor-element-7f38b73.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1655 .elementor-element.elementor-element-dd11a71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1655 .elementor-element.elementor-element-dd11a71:not(.elementor-motion-effects-element-type-background), .elementor-1655 .elementor-element.elementor-element-dd11a71 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1928540F 0%, #88C0D514 100%);}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for breadcrumbs, class: .elementor-element-ed74586 *//* Breadcrumbs institucionales compactos, letras grandes */
#breadcrumbs {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;  /* Letras grandes */
  font-weight: 500;
  color: #000000; /* Texto negro fuerte */
  background: none; /* Sin fondo */
  padding: 2px 18px; /* Altura muy reducida */
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#breadcrumbs a {
  color: #192854; /* Azul institución */
  text-decoration: none;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

#breadcrumbs a:hover {
  color: #4993CC; /* Azul pabellón */
  border-bottom: 2px solid #4993CC;
}

#breadcrumbs span {
  color: #000000; /* Texto activo en negro fuerte */
  font-weight: 600;
}

#breadcrumbs .separator {
  margin: 0 8px;
  color: #4993CC; /* Separador en azul pabellón */
  font-size: 17px; /* Alineado con el texto */
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-4b1378a *//* Aplica a imágenes dentro de un <a> */
a img {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 12px; /* opcional, esquinas redondeadas */
}

/* Efecto al pasar el mouse */
a img:hover {
  transform: scale(1.05);
  filter: brightness(1.1) drop-shadow(0 0 10px rgba(0, 123, 255, 0.4));
}

/* Efecto al hacer click (apacharla) */
a img:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}/* End custom CSS */