.elementor-266 .elementor-element.elementor-element-3b222bc{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-266 .elementor-element.elementor-element-f0f9f87{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 10px;}.elementor-266 .elementor-element.elementor-element-f0f9f87 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-266 .elementor-element.elementor-element-66fb02b{--spacer-size:12px;}.elementor-266 .elementor-element.elementor-element-384cfd5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 12px;}#elementor-popup-modal-266{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-266 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-266 .dialog-close-button{display:flex;}#elementor-popup-modal-266 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-266 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-266 .dialog-close-button svg{fill:var( --e-global-color-text );}@media(max-width:767px){.elementor-266 .elementor-element.elementor-element-3b222bc{--spacer-size:60px;}#elementor-popup-modal-266 .dialog-message{width:100vw;}#elementor-popup-modal-266{justify-content:flex-start;align-items:flex-start;}#elementor-popup-modal-266 .dialog-close-button{top:8%;font-size:17px;}body:not(.rtl) #elementor-popup-modal-266 .dialog-close-button{right:10%;}body.rtl #elementor-popup-modal-266 .dialog-close-button{left:10%;}}/* Start custom CSS for shortcode, class: .elementor-element-384cfd5 *//* Tipografía y reset */
.tl-cat-list {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;        /* Light */
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Numeración 1., 2., 3. ... (solo nivel superior) */
.tl-cat-list { counter-reset: cat; }
.tl-cat-list > li {
  position: relative;
}
.tl-cat-list > li::before {
  counter-increment: cat;
  content: none;
  position: absolute;
  left: 0;
  top: 0;
}

/* Separación entre items */
.tl-cat-list > li + li { margin-top: 10px; }

/* Enlaces: que hereden el estilo y sin subrayado */
.tl-cat-list a {
  color: inherit;
  text-decoration: none;
  color:#212426 !important;
}
.tl-cat-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* (Opcional) hijos/jerarquía: sangrado limpio sin numeración */
.tl-cat-list .children {
  margin-top: 6px;
  margin-left: 2.4ch;
  padding-left: 0;
  list-style: none;
}
.tl-cat-list .children li {
  padding-left: 0;
  margin-top: 6px;
}


/* Enlaces sin subrayado nunca */
.tl-cat-list a {
  color: inherit;
  text-decoration: none;
}

/* Sin subrayado también al pasar el mouse */
.tl-cat-list a:hover,
.tl-cat-list a:active,
.tl-cat-list a:visited {
  text-decoration: none;
}

/* Opcional: feedback suave en hover */
.tl-cat-list a:hover { opacity: .85; 
  color:#bc9840 !important;
}

/* Accesible: foco por teclado (sin subrayado) */
.tl-cat-list a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  text-decoration: none;
}/* End custom CSS */