.elementor-kit-5{--e-global-color-primary:#1F2937;--e-global-color-secondary:#54595F;--e-global-color-text:#374151;--e-global-color-accent:#1F2937;--e-global-color-cea5234:#028FA8;--e-global-color-b3aa4ae:#E0790F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.3px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.7px;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:italic;color:#374151;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.6rem;letter-spacing:0px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-astglobalcolor0 );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;text-transform:none;line-height:1.3px;letter-spacing:0px;}.elementor-kit-5 h1{color:#1F2937;font-family:"Inter", Sans-serif;font-size:38px;font-weight:700;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2px;letter-spacing:0px;}.elementor-kit-5 h2{color:#1F2937;font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;letter-spacing:0px;}.elementor-kit-5 h3{color:#374151;font-family:"Inter", Sans-serif;font-size:28px;font-weight:600;text-transform:none;font-style:normal;line-height:1.4px;}.elementor-kit-5 h4{color:#1F2937;font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;text-transform:none;line-height:1.3px;}.elementor-kit-5 h5{color:#1F2937;}.elementor-kit-5 h6{color:#1F2937;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.hfe-reading-progress-bar{background-color:#6A21A7;height:8px;}.hfe-reading-progress{top:3px;}@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 *//* Sidebar tipo UpToDate */
.uptodate-sidebar {
  background: #fafafa;
  border-right: 1px solid #e6e6e6;
  padding: 14px 12px;
  height: calc(100vh - 110px);   /* ajusta según tu header */
  overflow-y: auto;
}

/* Suaviza el scroll al hacer clic */
html { scroll-behavior: smooth; }

/* Evita que el título quede “tapado” por el header fijo */
.uptodate-content h2,
.uptodate-content h3,
.uptodate-content h4 {
  scroll-margin-top: 110px; /* ajusta según tu header */
}

/* Estilo del TOC de Elementor (puede variar según versión, pero suele funcionar) */
.uptodate-sidebar .elementor-toc__title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.uptodate-sidebar .elementor-toc__list-item a {
  display: block;
  padding: 8px 8px;
  border-radius: 6px;
  text-decoration: none;
}

/* Resalta el item activo */
.uptodate-sidebar .elementor-toc__list-item--active > a {
  background: #f0f0f0;
  border-left: 3px solid #d97706; /* naranja estilo “marca” */
  padding-left: 10px;
}/* End custom CSS */