.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-11046 .elementor-element.elementor-element-10272eb{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-758acda *//* ─── CAT BAR LIGHT ─── */
.cat-bar {
  position: sticky;
  top: 72px;
  z-index: 100;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 0 5%;
}

.cat-bar-inner {
  display:flex;
  gap:4px;
  padding:10px 0;
  overflow-x:auto;
  scrollbar-width:none;
}

/* PILLS */
.cat-pill {
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 500;
  color: #64748b; /* gris moderno */
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: all 0.2s;
  background: transparent;
  text-decoration: none;
}

/* HOVER */
.cat-pill:hover {
  color: #0f172a; /* casi negro elegante */
  border-color: rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.04);
}

/* ACTIVE */
.cat-pill.active {
  color: #0284c7; /* azul elegante */
  border-color: rgba(2,132,199,0.3);
  background: rgba(2,132,199,0.08);
}/* End custom CSS */