/* =========================
   PLANTILLAS BASE
========================= */
.content-shell { padding: 56px 0 80px; background: var(--pymes-bg-light); }
.blog-page.content-shell { padding-bottom: 0; }
.content-shell--course { background: #ffffff; }
.content-shell__inner { width: min(100% - 64px,var(--pymes-container)); margin: 0 auto; }
.content-shell__header { margin-bottom: 28px; }
.content-shell__eyebrow { display: inline-flex; align-items: center; min-height: 24px; border-radius: 999px; color: rgba(0, 77, 115, 0.5); font-size: 16px; font-weight: 700; line-height: 1; }
.content-shell__title { margin: 12px 0 10px; font-size: var(--pymes-fs-title-lg); line-height: 1.08; }
.content-shell__summary { max-width: 760px; margin: 0; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); }
.course-page { min-height: 60vh; background: var(--pymes-bg-light); }
.course-landing__brand-bar { background: #fff2c9; }
.course-landing__brand-mark { display: flex; align-items: center; justify-content: center; min-height: 90px; padding: 14px 0; }
.course-landing__brand-mark picture { display: block; }
.course-landing__brand-mark img { width:auto; height: auto; }
.course-landing { padding-top: 42px; }
.course-landing__notice { position: relative; display: grid; grid-template-columns: 92px minmax(0,1fr); align-items: center; gap: 20px; margin-bottom: 38px; padding: 22px 24px; border-radius: 8px; background: #fff8e8; box-shadow: var(--pymes-shadow); }
.course-landing__notice--dismissible { padding-right: 74px; }
.course-landing__notice.catalog-empty--no-media,
.workshop-landing__notice--no-media { grid-template-columns: 1fr; }
.course-landing__notice-figure,
.workshop-landing__notice-figure,
.catalog-empty__figure {
    --pymes-landing-icon-ring-color: #f5c242;
    --pymes-landing-icon-bg: #fff2c9;
    --pymes-landing-icon-size: 104px;
    --pymes-landing-icon-image-size: 70px;
    width: var(--pymes-landing-icon-size);
    height: var(--pymes-landing-icon-size);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border: 4px solid var(--pymes-landing-icon-ring-color);
    border-radius: 50%;
    background: var(--pymes-landing-icon-bg);
    overflow: hidden;
}
.live-landing .catalog-empty__figure {
    --pymes-landing-icon-ring-color: #32a6de;
    --pymes-landing-icon-bg: #e8f7ff;
    width: 104px;
    height: 104px;
}
.live-landing .live-empty__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.course-landing__notice-figure img,
.workshop-landing__notice-figure img,
.catalog-empty__figure img {
    width: var(--pymes-landing-icon-image-size);
    height: var(--pymes-landing-icon-image-size);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.18);
    transform-origin: top;
}
.course-landing__notice-content h2 { margin: 0 0 8px; color: var(--pymes-black); font-size: 20px; line-height: 1.1; }
.course-landing__notice-content p { margin: 0; color: var(--pymes-black-75); font-size: 20px; line-height: 1.45; }
.course-landing__notice-actions,.catalog-empty__actions { margin-top: 18px; }
.course-landing__notice-button,.catalog-empty__button { min-width: 160px; }
.course-landing__notice-close {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--pymes-black-75);
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    transition: background .18s ease, color .18s ease;
    z-index: 3;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: auto;
}
.course-landing__notice-close:hover { background: rgba(27,26,25,.06); color: var(--pymes-black); }
.course-landing__notice-close:focus-visible {
    outline: 2px solid rgba(29,133,240,.35);
    outline-offset: 2px;
    background: rgba(27,26,25,.06);
    color: var(--pymes-black);
}
.course-landing__notice-close--courses {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: url('../../img/defaults/IconBase.svg') center/contain no-repeat;
    color: transparent;
    font-size: 0;
    transform: none;
}
.course-landing__notice-close--courses:hover,
.course-landing__notice-close--courses:focus-visible {
    background: url('../../img/defaults/IconBase.svg') center/contain no-repeat;
    color: transparent;
}
.course-landing__notice.is-closed,
.catalog-empty.is-closed { display: none !important; }
.catalog-empty { display: grid; grid-template-columns: 92px minmax(0,1fr); align-items: center; gap: 20px; padding: 22px 24px; border-radius: 16px; background: #ffffff; box-shadow: var(--pymes-shadow); }
.catalog-empty--no-media { grid-template-columns: 1fr; }
.catalog-empty__content { min-width: 0; }
.catalog-empty__title { margin: 0 0 8px; color: var(--pymes-black); font-size: 24px; line-height: 1.15; }
.catalog-empty__text { margin: 0; color: var(--pymes-black-75); font-size: 16px; line-height: 1.6; }
.course-section-heading { margin-bottom: 20px; }
.course-section-heading .section-heading__icon { color: var(--pymes-black-75); }
.course-section-heading .section-heading__title { color: var(--pymes-black); }
.course-page .course-section-heading .section-heading__left { gap: 12px; }
.course-page .course-section-heading .section-heading__icon { width: 24px; height: 24px; }
.course-page .course-section-heading .section-heading__icon-image { object-fit: contain; }
.course-page .course-section-heading .section-heading__title { font-size: var(--pymes-fs-title-sm); line-height: 1.1; }
.course-filters { margin-bottom: 18px; padding: 20px; border-radius: 10px; background: #dfeaf1; }
.course-filters__top,.course-filters__bottom { display: grid; gap: 10px; }
.course-filters__top { grid-template-columns: minmax(0,1fr) 420px; margin-bottom: 8px; align-items: center; }
.course-filters__bottom { grid-template-columns: 112px repeat(3,minmax(0,1fr)); align-items: center; margin-top: 8px; }
.course-filters__toggle { display: none; width: 100%; border: 0; background: transparent; color: var(--pymes-primary); padding: 0; font-size: 18px; font-weight: 600; line-height: 1.2; text-align: center; cursor: pointer; }
.course-filters__label { display: inline-flex; align-items: center; color: rgba(51,51,51,1); font-size: 18px; font-weight: 600; line-height: 1; }
.course-filters__search {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1fr) 44px;
    border: 1px solid rgba(27,26,25,.10);
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.course-filters__search:focus-within {
    border-color: #068bff;
    box-shadow: 0 0 0 2px rgba(6,139,255,.14);
}
.course-filters__search input,
.course-filters select {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    border: 1px solid rgba(27,26,25,.10);
    border-radius: 6px;
    background: #ffffff;
    color: rgba(51,51,51,1);
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.course-filters__search input:focus,
.course-filters select:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(27,26,25,.10);
}
.course-filters__search input:focus-visible,
.course-filters select:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: rgba(27,26,25,.10);
}
.course-filters__search input::placeholder { color: rgba(51,51,51,.45); }
.course-filters__search input {
    border: 0;
    border-radius: 0;
}
.course-filters__search.is-chip-mode input {
    opacity: 0;
    pointer-events: none;
}
.course-filters__search-chip {
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: fit-content;
    max-width: calc(100% - 64px);
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 6px;
    background: rgba(0,0,0,.05);
    color: #333333;
    font-family: "Sen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    transform: translateY(-50%);
    overflow: hidden;
}
.course-filters__search.is-chip-mode .course-filters__search-chip { display: inline-flex; }
.course-filters__search-chip-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.course-filters__search-chip-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background: url('../../img/defaults/VectorXchip.svg') center/contain no-repeat;
}
.course-filters__search > button[type="submit"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    border: 0;
    border-radius: 0;
    background: #1d85f0 url('../../img/defaults/lupafiltro.svg') center center / 24px 24px no-repeat;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
.course-filters__search > button[type="submit"] span { display: none; }
.course-filters__order { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; justify-self: stretch; gap: 12px; }
.course-filters__order label { color: rgba(51,51,51,1); font-size: 18px; font-weight: 600; line-height: 1; white-space: nowrap; }
.course-filters__order select { width: 100%; min-width: 0; }
.course-filters .filter-select { position: relative; display: block; width: 100%; }
.course-filters .filter-select.filter-select--enhanced > select {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}
.course-filters select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: none;
    padding-right: 44px;
}
.course-filters .search-catalog__dropdown { width: 100%; flex: 1 1 auto; }
.course-filters .search-catalog__dropdown-toggle {
    min-height: 48px;
    padding: 0 44px 0 16px;
    font-size: 18px;
    box-shadow: none;
}
.course-filters .search-catalog__dropdown-toggle > span,
.course-filters .search-catalog__dropdown-option > span,
.course-filters__search-chip-label {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-filters .search-catalog__dropdown:hover .search-catalog__dropdown-toggle,
.course-filters .search-catalog__dropdown.is-open .search-catalog__dropdown-toggle {
    border-color: #068bff;
    box-shadow: 0 0 0 2px rgba(6,139,255,.14);
}
.course-filters .search-catalog__dropdown.is-disabled .search-catalog__dropdown-toggle {
    border-color: rgba(27,26,25,.08);
    background: #f3f5f7;
    color: rgba(59,59,59,.48);
    box-shadow: none;
    cursor: not-allowed;
}
.course-filters .search-catalog__dropdown.is-disabled .search-catalog__dropdown-toggle::after {
    opacity: .45;
}
.course-filters .search-catalog__dropdown.is-disabled .search-catalog__dropdown-clear,
.course-filters .search-catalog__dropdown.is-disabled .search-catalog__dropdown-menu {
    display: none;
}
.course-filters .search-catalog__dropdown--filter.has-selection .search-catalog__dropdown-toggle {
    min-height: 48px;
    padding: 0 44px 0 16px;
    font-size: 18px;
    background: #efefef;
}
.course-filters .search-catalog__dropdown-clear {
    background: url('../../img/defaults/seleccionfiltro.svg') center/contain no-repeat;
    color: transparent;
    font-size: 0;
}
.course-results-count { margin: 0 0 18px; color: var(--pymes-black-75); font-size: 16px; line-height: 1.4; }
.course-empty-state { margin-top: 10px; }
.course-archive-empty { display: flex; justify-content: center; margin-top: 12px; }
.course-archive-empty__card {
    width: 100%;
    box-sizing: border-box;
    padding: 64px 24px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(12,12,13,.05);
    text-align: center;
}
.course-archive-empty__media { margin: 0 0 24px; }
.course-archive-empty__media img { display: block; width: min(100%, 512px); height: auto; margin: 0 auto; object-fit: contain; }
.course-archive-empty__title {
    width: min(100%, 309px);
    margin: 0 auto 8px;
    color: #FFB300;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.course-archive-empty__text {
    width: min(100%, 309px);
    margin: 0 auto;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.course-archive-grid { margin-top: 8px; }
.js-catalog-panel { transition: opacity .2s ease; }
.js-catalog-panel.is-loading { opacity: .55; pointer-events: none; }
.course-page .page-numbers a,
.course-page .page-numbers span { background: #ffffff; color: var(--pymes-black); box-shadow: 0 8px 18px rgba(27,26,25,.08); }
.course-page .page-numbers .current { background: var(--pymes-blue); color: #ffffff; }
.workshop-landing__brand-bar { background: #eef4f7; }
.workshop-empty { margin-top: 10px; }
.workshop-landing__notice { max-width: 1020px; margin: 34px auto 0; background: #fff1df; box-shadow: 0 8px 20px rgba(27,26,25,.10); }
.workshop-landing__notice--no-media { grid-template-columns: 1fr; }
.workshop-landing__notice-figure { background: rgba(245,194,66,.30); border: 2px solid #efb42d; }
.workshop-landing__notice-content h2 { color: #f39c12; font-size: 20px; }
.workshop-landing__notice-content p { font-size: 16px; color: var(--pymes-black-75); }
.course-single__hero { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.course-single__hero-copy { display: grid; justify-items: start; gap: 12px; flex: 1 1 auto; min-width: 0; max-width: none; }
.course-single__hero-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: flex-start; gap: 24px; width: 100%; }
.course-single__hero .content-shell__eyebrow { align-self: start; width: auto; background: #e7a80b; color: #ffffff; }
.course-single__hero .content-shell__title { grid-column: 1; min-width: 0; margin: 0; font-size: 44px; line-height: 1.04; letter-spacing: -.02em; }
.course-single__summary-wrap { grid-column: 1; width: 100%; }
.course-single__summary { display: none; max-width: 820px; margin: 0; font-size: 18px; line-height: 1.6; }
.course-single__summary-link { display: none; width: 100%; align-items: center; justify-content: center; margin-top: 12px; color: var(--pymes-primary); font-size: 16px; font-weight: 700; line-height: 1.2; text-decoration: none; }
.course-single__summary-link:hover { color: var(--pymes-primary-hover); }
.course-single__summary-link { border: 0; background: transparent; cursor: pointer; padding-left: 0; padding-right: 0; font-family: "Sen", sans-serif; }
.course-single__hero-cta { grid-column: 2; grid-row: 1 / span 2; justify-self: end; align-self: flex-start; flex: 0 0 auto; width: 183px; min-width: 183px; height: 48px; min-height: 48px; margin-top: 0; padding: 0 20px; font-size: 18px; font-weight: 500; line-height: 24px; white-space: nowrap; transform: none; }
.course-single__hero-cta--course,
.course-single__cta--course {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0088ff;
    border-radius: 6px;
    background: #0088ff;
    color: #ffffff;
    box-shadow: none;
    font-family: "Sen", sans-serif;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
}
.course-single__hero-cta--course:hover,
.course-single__cta--course:hover {
    background: #0b78de;
    border-color: #0b78de;
    color: #ffffff;
    transform: translateY(-1px);
}
.course-single__hero-cta--course:focus-visible,
.course-single__cta--course:focus-visible {
    outline: 2px solid rgba(0,136,255,.22);
    outline-offset: 2px;
}
.course-single__hero-cta--course {
    width: 183px;
    min-width: 183px;
    height: 48px;
    min-height: 48px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.course-single__highlights { display: flex; flex-wrap: nowrap; margin-top: 24px; overflow: hidden; background: #ffffff; border-radius: 16px; box-shadow: var(--pymes-shadow); }
.course-single__highlight { flex: 1 1 0; min-width: 0; padding: 22px 18px; border-right: 1px solid rgba(27,26,25,.08); }
.course-single__highlight--valoracion,
.course-single__highlight--certificacion,
.course-single__highlight--personas-matriculadas { flex: 0 0 160px; }
.course-single__highlight:last-child { border-right: 0; }
.course-single__highlight-label { display: block; margin-bottom: 10px; color: var(--pymes-black); font-size: 15px; font-weight: 600; line-height: 1.2; }
.course-single__highlight-value { display: block; color: #e7a80b; font-size: 18px; font-weight: 700; line-height: 1.2; }
.content-shell__body { display: grid; gap: 28px; }
.course-single { grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); align-items: start; }
.course-single__main,.course-single__sidebar,.content-panel { background: #ffffff; border-radius: 18px; box-shadow: var(--pymes-shadow); }
.course-single__main,.course-single__sidebar { background: transparent; box-shadow: none; border-radius: 0; }
.course-single__main { padding: 0; }
.course-single__sidebar { padding: 0; position: sticky; top: 24px; }
.course-single__panel--outline { border: 1px solid rgba(231,168,11,.55); border-radius: 16px; padding: 28px 32px; background: #fffdfa; margin-bottom: 40px; }
.course-single__media { margin: 0 0 24px; overflow: hidden; border-radius: 16px; }
.course-single__media img { width: 100%; max-height: 380px; object-fit: cover; }
.course-single__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.course-single__meta-item,.course-single__term { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(27,26,25,.06); color: var(--pymes-black-75); font-size: 13px; font-weight: 600; }
.course-single__content { color: var(--pymes-black); font-size: 20px; line-height: 1.6; }
.course-single__content > *:first-child { margin-top: 0; }

@media (max-width:1499px) and (min-width:981px) {
    .content-shell__inner { width: min(100% - 192px,var(--pymes-container)); }
}
.course-single__content > *:last-child { margin-bottom: 0; }
.course-single__content-title { margin: 0 0 18px; color: #e7a80b; font-size: 22px; line-height: 1.2; }
.course-single__sidebar-title { margin: 0 0 16px; color: #e7a80b; font-size: 22px; line-height: 1.2; }
.course-single__details { display: grid; gap: 12px; margin-bottom: 24px; }
.course-single__detail-label { display: block; margin-bottom: 4px; color: var(--pymes-black-75); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.course-single__detail-value { color: var(--pymes-black); font-size: 15px; }
.course-single__cta { width: 183px; min-width: 183px; height: 48px; min-height: 48px; margin: 0 auto; padding: 0 20px; font-size: 18px; font-weight: 500; line-height: 24px; white-space: nowrap; }
.course-single__cta--course {
    display: flex;
    width: 152px;
    min-width: 152px;
    height: 32px;
    min-height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.course-single__program-list { display: grid; gap: 14px; margin: 0 0 24px; padding: 0; list-style: none; }
.course-single__program-list li { position: relative; padding-left: 34px; color: var(--pymes-black); font-size: 20px; line-height: 1.45; }
.course-single__program-list li::before { content: ""; position: absolute; top: 5px; left: 0; width: 18px; height: 18px; background: url('../../img/defaults/ico-Book.svg') center/contain no-repeat; }
.archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.content-panel { padding: 24px; }
.content-panel__body > *:first-child { margin-top: 0; }
.content-panel__body > *:last-child { margin-bottom: 0; }
.search-results__form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; margin-bottom: 24px; padding: 20px; border-radius: 16px; background: #dfeaf1; box-shadow: var(--pymes-shadow); }
.search-results__form input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid rgba(27,26,25,.1); border-radius: 12px; background: #ffffff; color: var(--pymes-black); font-size: 16px; }
.search-results__form input::placeholder { color: rgba(27,26,25,.42); }
.search-results__form button { min-height: 54px; padding: 0 22px; border: 0; border-radius: 12px; background: #1d85f0; color: #ffffff; font-size: 15px; font-weight: 700; cursor: pointer; }
.search-results__form button:hover { background: #166ed0; }
.search-results-grid { align-items: stretch; }
.search-result-card { height: 100%; }
.search-result-card__type { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(50,166,222,.12); color: var(--pymes-blue); font-size: 12px; font-weight: 700; line-height: 1; }
.search-result-card__title { margin: 16px 0 12px; font-size: 24px; line-height: 1.15; }
.search-result-card__title a { color: var(--pymes-black); text-decoration: none; }
.search-result-card__title a:hover { color: var(--pymes-primary); }
.search-result-card__excerpt { margin: 0 0 18px; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); line-height: 1.6; }
.search-result-card__link { display: inline-flex; align-items: center; color: var(--pymes-primary); font-size: 14px; font-weight: 700; text-decoration: none; }
.search-result-card__link:hover { color: var(--pymes-primary-hover); }
.search-catalog-bar { background: #bfe4f7; border-top: 1px solid rgba(27,26,25,.08); border-bottom: 1px solid rgba(27,26,25,.08); }
.search-catalog-bar__inner { display: flex; align-items: center; gap: 12px; min-height: 82px; }
.search-catalog-bar__icon { width: 26px; height: 26px; object-fit: contain; flex: 0 0 auto; }
.search-catalog-bar__text {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0 6px;
    min-width: 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}
.search-catalog-bar__label {
    flex: 0 0 auto;
}
.search-catalog-bar__query {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.search-catalog { padding: 42px 0 90px; background: #ffffff; min-height: 60vh; }
.search-catalog__filters { display: flex; align-items: center; justify-content: flex-end; gap: 16px; width: 100%; margin: 0 0 32px; padding: 8px; border-radius: 8px; background: rgba(0,77,115,.05); }
.search-catalog__filters-group { display: flex; align-items: center; gap: 8px; }
.search-catalog__filters-group + .search-catalog__filters-group { padding-left: 16px; }
.search-catalog__filters-label { color: #333333; font-size: 18px; font-weight: 600; line-height: 1.2; white-space: nowrap; }
.search-catalog__dropdown { position: relative; width: 240px; flex: 0 0 240px; }
.search-catalog__dropdown--filter { width: 242px; flex-basis: 242px; }
.search-catalog__dropdown-toggle {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    background: #ffffff;
    color: #333333;
    padding: 12px 52px 12px 20px;
    font-family: "Sen", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
}
.search-catalog__dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 22px;
    height: 22px;
    background: url('../../img/defaults/dropdown.svg') center/contain no-repeat;
    transform: translateY(-50%);
    transition: opacity .18s ease, transform .18s ease;
}
.search-catalog__dropdown.is-open .search-catalog__dropdown-toggle { border-color: #1d85f0; box-shadow: 0 0 0 2px rgba(29,133,240,.14); }
.search-catalog__dropdown.is-open .search-catalog__dropdown-toggle::after { background-image: url('../../img/defaults/dropup.svg'); }
.search-catalog__dropdown-clear {
    display: none;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 0;
    background: url('../../img/defaults/VectorXchip.svg') center/contain no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    padding: 0;
}
.search-catalog__dropdown--filter.has-selection .search-catalog__dropdown-toggle {
    min-height: 50px;
    border-radius: 8px;
    background: #f1f1f1;
    padding: 12px 48px 12px 20px;
    font-size: 18px;
    line-height: 24px;
    box-shadow: none;
}
.search-catalog__dropdown--filter.has-selection .search-catalog__dropdown-toggle::after { display: none; }
.search-catalog__dropdown--filter.has-selection .search-catalog__dropdown-clear { display: inline-flex; align-items: center; justify-content: center; }
.search-catalog__dropdown--filter.has-selection.is-open .search-catalog__dropdown-toggle { border-color: #1d85f0; box-shadow: 0 0 0 2px rgba(29,133,240,.14); background: #ffffff; }
.search-catalog__dropdown--filter.has-selection.is-open .search-catalog__dropdown-clear { display: none; }
.search-catalog__dropdown--filter.has-selection.is-open .search-catalog__dropdown-toggle::after { display: block; }
.search-catalog__dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; right: 0; display: grid; gap: 2px; padding: 10px; border-radius: 6px; border: 1px solid rgba(27,26,25,.08); background: #ffffff; box-shadow: 0 14px 30px rgba(27,26,25,.12); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 30; }
.search-catalog__dropdown.is-open .search-catalog__dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.search-catalog__dropdown-option { position: relative; width: 100%; min-height: 44px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 8px; background: transparent; color: #2f2f2f; padding: 0 14px; font-size: 18px; line-height: 1; cursor: pointer; text-align: left; }
.search-catalog__dropdown-option:hover { background: #f1f3f5; }
.search-catalog__dropdown-option.is-selected { background: transparent; color: #1d85f0; font-weight: 700; }
.search-catalog__dropdown-option > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
}
.search-catalog__dropdown-option-check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url('../../img/defaults/checkfiltro.svg') center/contain no-repeat;
    opacity: 0;
}
.search-catalog__dropdown-option.is-selected .search-catalog__dropdown-option-check { opacity: 1; }
.search-catalog__count { margin: 0 0 18px; color: #5f5f5f; font-size: 16px; line-height: 1.4; }
.search-catalog__grid { align-items: stretch; }
.search-catalog .course-card--course,
.search-catalog .live-card,
.search-catalog .blog-card { width: 100%; }

.search-catalog .course-card--course {
    min-height: 528px;
    border-radius: 8px;
    overflow: visible;
    box-shadow: 0 16px 32px rgba(12,12,13,.10), 0 4px 4px rgba(12,12,13,.05);
}
.search-catalog .course-card--course:hover { transform: none; box-shadow: 0 16px 32px rgba(12,12,13,.10), 0 4px 4px rgba(12,12,13,.05); }
.search-catalog .course-card--course .course-card__image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
    aspect-ratio: 16 / 10;
    background: #eef1f4;
}
.search-catalog .course-card--course .course-card__image img { width: 100%; height: 100%; object-fit: cover; }
.search-catalog .course-card--course .course-card__top--overlay { top: 16px; left: 16px; right: 16px; }
.search-catalog .course-card--course .course-card__duration,
.search-catalog .course-card--course .course-card__rating { min-height: 26px; padding: 4px 8px; font-size: 16px; font-weight: 400; }
.search-catalog .course-card--course .course-card__duration::before,
.search-catalog .course-card--course .course-card__rating::before { width: 18px; height: 18px; }
.search-catalog .course-card--course .course-card__content { padding: 24px 16px 16px; gap: 0; }
.search-catalog .course-card--course .course-card__badges { gap: 6px; margin-bottom: 16px; }
.search-catalog .course-card--course .course-card__badge { min-height: 20px; padding: 4px 12px; font-size: 12px; font-weight: 600; }
.search-catalog .course-card--course .course-card__title { margin-bottom: 12px; color: #333333; font-size: 20px; font-weight: 600; line-height: 1.2; }
.search-catalog .course-card--course .course-card__excerpt { margin-bottom: 32px; color: #666666; font-size: 16px; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.search-catalog .course-card--course .course-card__footer { justify-content: center; padding-top: 4px; }
.search-catalog .course-card--course .course-card__button--course { min-width: 183px; min-height: 48px; padding: 0 20px; border-radius: 6px; font-size: 18px; font-weight: 500; line-height: 24px; }

.search-catalog .live-card {
    min-height: 544px;
    overflow: visible;
    border-radius: 8px;
    box-shadow: var(--pymes-shadow);
}
.search-catalog .live-card:hover { transform: none; box-shadow: var(--pymes-shadow); }
.search-catalog .live-card .course-card__image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    aspect-ratio: 16 / 10;
    background: #eef1f4;
}
.search-catalog .live-card .course-card__image img { width: 100%; height: 100%; object-fit: cover; }
.search-catalog .live-card .course-card__duration { min-height: 26px; padding: 4px 8px; font-size: 16px; font-weight: 400; }
.search-catalog .live-card .course-card__duration::before { width: 18px; height: 18px; }
.search-catalog .live-card .course-card__content { padding: 24px 16px 32px; }
.search-catalog .live-card .course-card__badges { gap: 6px; margin-bottom: 16px; }
.search-catalog .live-card .course-card__badge { min-height: 22px; padding: 4px 12px; font-size: 12px; font-weight: 600; }
.search-catalog .live-card .live-card__date { margin-bottom: 12px; color: #333333; font-size: 16px; font-weight: 400; line-height: 20px; }
.search-catalog .live-card .course-card__title { margin-bottom: 12px; color: #333333; font-size: 20px; font-weight: 600; line-height: 1.2; }
.search-catalog .live-card .course-card__excerpt { margin-bottom: 32px; color: #666666; font-size: 16px; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.search-catalog .live-card .course-card__footer { justify-content: center; padding-top: 12px; }
.search-catalog .live-card .course-card__button--live { min-width: 126px; min-height: 48px; padding: 0 20px; font-size: 18px; font-weight: 500; line-height: 24px; }

.search-catalog .blog-card .blog-card__footer,
.search-catalog .blog-card .course-card__footer {
    justify-content: center;
    margin-top: 30px;
    padding-top: 0;
}
.search-catalog .blog-card .blog-card__image,
.search-catalog .blog-card .course-card__image {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    aspect-ratio: 16 / 10;
    background: #eef1f4;
}
.search-catalog .blog-card .blog-card__image img,
.search-catalog .blog-card .course-card__image img { width: 100%; height: 100%; object-fit: cover; }
.search-catalog .blog-card .blog-card__button,
.search-catalog .blog-card .course-card__button {
    box-sizing: border-box;
    min-width: 189px;
    min-height: 44px;
    margin-top: 0;
    padding: 0 22px;
    border-radius: 8px;
    background: #0088ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    box-shadow: none;
}
.search-catalog .blog-card .blog-card__button:hover,
.search-catalog .blog-card .course-card__button:hover {
    background: #0f79de;
    color: #ffffff;
    transform: translateY(-1px);
}
.search-catalog .page-numbers { margin-top: 24px; }
.search-catalog .page-numbers a,
.search-catalog .page-numbers span { background: #ffffff; color: var(--pymes-black); box-shadow: 0 8px 18px rgba(27,26,25,.08); }
.search-catalog .page-numbers .current { background: var(--pymes-blue); color: #ffffff; }
.search-catalog--empty { background: #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat; min-height: calc(100vh - 230px); }
.search-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    max-width: 1080px;
    min-height: calc(100vh - 320px);
    margin: 0 auto;
    padding: 56px 0 72px;
}
.search-empty__media {
    flex: 0 0 420px;
    max-width: 420px;
}
.search-empty__media img { display: block; width: 100%; height: auto; object-fit: contain; }
.search-empty__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    flex: 0 0 511px;
    max-width: 511px;
}
.search-empty__title {
    width: 100%;
    margin: 0;
    color: #004d73;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.search-empty__text {
    width: 100%;
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}
.search-empty__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    width: 400px;
    max-width: 100%;
}
.search-empty__form input {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid rgba(0,0,0,.15);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #ffffff;
    color: #333333;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
}
.search-empty__form input::placeholder { color: #999999; }
.search-empty__form button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: #1487f5;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
}
.search-empty__form button svg { width: 24px; height: 24px; display: block; }

.related-initiatives-page {
    position: relative;
    padding-top: 64px;
    padding-bottom: 0;
    background: #ffffff;
}
.related-initiatives-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    z-index: 0;
    height: 420px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 210px, rgba(255,255,255,.55) 300px, rgba(255,255,255,.88) 360px, #ffffff 420px),
        #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
}
.about-page {
    --about-page-left-edge: max(24px, calc((100vw - 1540px) / 2));
    --about-page-right-edge: max(24px, calc((100vw - 1320px) / 2));
    --about-page-hero-figure-width: 350px;
    --about-page-hero-copy-width: 760px;
    --about-page-hero-gap: 80px;
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
}
.about-page__hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 48px 0 76px;
    background:
        linear-gradient(180deg, rgba(193,238,252,.95) 0%, rgba(219,245,253,.78) 30%, rgba(255,255,255,.24) 72%, #ffffff 100%),
        #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
}
.about-page__hero-inner {
    width: auto;
    max-width: none;
    margin-left: var(--about-page-left-edge);
    margin-right: var(--about-page-right-edge);
    display: grid;
    grid-template-columns: var(--about-page-hero-figure-width) minmax(0, var(--about-page-hero-copy-width));
    align-items: start;
    justify-content: space-between;
    gap: var(--about-page-hero-gap);
}
.about-page .content-shell__inner {
    width: auto;
    max-width: none;
    margin-left: var(--about-page-left-edge);
    margin-right: var(--about-page-right-edge);
}
.about-page__hero-figure {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    align-self: start;
    box-sizing: border-box;
    padding-right: 0;
}
.about-page__hero-figure img {
    display: block;
    width: min(100%, 350px);
    height: auto;
    object-fit: contain;
    transform: translateX(80px);
}
.about-page__hero-copy {
    max-width: 760px;
}
.about-page__hero-copy .content-shell__eyebrow {
    min-height: 0;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(0,77,115,.75);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.about-page__hero-copy .content-shell__title {
    margin: 0 0 16px;
    color: #004d73;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.about-page__hero-text {
    color: #333333;
    font-size: 20px;
    line-height: 1.4;
}
.about-page__hero-text p {
    margin: 0 0 28px;
}
.about-page__hero-text p:last-child {
    margin-bottom: 0;
}
.about-page__section {
    padding: 82px 0 0;
}
.about-page__section--services {
    padding-top: 78px;
    padding-bottom: 68px;
}
.about-page__section-header {
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center;
}
.about-page__section-header .content-shell__title {
    margin: 0 0 18px;
    color: #0b5788;
    font-size: var(--pymes-fs-title-lg);
    line-height: 1.06;
}
.about-page__section-header .content-shell__summary {
    max-width: 980px;
    color: rgba(27,26,25,.84);
    font-size: 20px;
    line-height: 1.62;
}
.about-page__section-header .content-shell__summary > * {
    margin: 0 0 14px;
}
.about-page__section-header .content-shell__summary > *:last-child {
    margin-bottom: 0;
}
.about-page__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    align-items: start;
}
.about-page__benefit {
    --about-benefit-title-width: min(100%, 250px);
    width: min(100%, 360px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.about-page__benefit-figure {
    width: min(100%, 250px);
    min-height: 182px;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.about-page__benefit-figure img {
    height: auto;
    object-fit: contain;
}
.about-page__benefit-title {
    width: var(--about-benefit-title-width);
    margin: 0 0 12px;
    margin-left: auto;
    margin-right: auto;
    color: #16B5FF;
    font-size: var(--pymes-fs-title-sm);
    line-height: 1.1;
    text-align: left;
}
.about-page__benefit-text {
    width: calc(100% - ((100% - var(--about-benefit-title-width)) / 2));
    margin: 0;
    margin-left: calc((100% - var(--about-benefit-title-width)) / 2);
    margin-right: 0;
    color: rgba(27,26,25,.86);
    font-size: var(--pymes-fs-body-lg);
    line-height: 1.5;
    text-align: left;
}
.about-page__benefit-text > * {
    margin: 0 0 14px;
}
.about-page__benefit-text > *:last-child {
    margin-bottom: 0;
}
.about-page__services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 46px;
    padding-right: 46px;
    box-sizing: border-box;
    gap: 36px;
}
.about-page__service-card {
    min-height: 446px;
    display: flex;
    flex-direction: column;
    padding: 38px 36px 32px;
    border-radius: 14px;
    box-shadow: 0 22px 42px rgba(27,26,25,.14);
}
.about-page__service-card--courses { background: #ffc52f; }
.about-page__service-card--live { background: #27b8e3; }
.about-page__service-card--workshops { background: #20b4bb; }
.about-page__service-brand {
    min-height: 120px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #ffffff;
    line-height: .92;
}
.about-page__service-brand-image {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: min(100%, 310px);
    max-height: 120px;
    object-fit: contain;
}
.about-page__service-kicker {
    display: block;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: .02em;
}
.about-page__service-title {
    display: block;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -.04em;
}
.about-page__service-subtitle {
    display: block;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}
.about-page__service-text {
    margin: 0;
    flex: 1 1 auto;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.45;
}
.about-page__service-text > * {
    margin: 0 0 14px;
}
.about-page__service-text > *:last-child {
    margin-bottom: 20px;
}
.about-page__service-card .btn {
    min-width: 151px;
    min-height: 48px;
    margin-top: 20px;
    align-self: center;
    font-size: 18px;
}
.about-page .community-cta--about {
    padding-left: 0;
    padding-right: 0;
}
.about-page .community-cta--about .community-cta__inner {
    width: min(100% - 65px, 1320px);
    max-width: none;
    margin: 0 auto;
}
.contact-page {
    padding-top: 0;
    padding-bottom: 0;
    background: #ffffff;
}
.contact-page__hero {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 36px max(24px, calc((100vw - 1320px) / 2)) 58px;
    background:
        #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
    overflow: hidden;
}
.contact-page__hero-inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 520px);
    gap: 52px;
    align-items: start;
    min-height: 0;
}
.contact-page__visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page__visual::before,
.contact-page__visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.contact-page__visual::after {
    width: 200px;
    height: 200px;
    right: 10%;
    bottom: 8%;
    background: radial-gradient(circle, rgba(0,136,255,.10) 0%, rgba(0,136,255,0) 72%);
}
.contact-page__visual-card {
    position: relative;
    z-index: 1;
    width: min(100%, 660px);
    padding: 0;
    border-radius: 0;
}
.contact-page__hero-figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page__hero-figure img {
    width: auto;
    max-width: 620px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    transform: none;
}
.contact-page__form-panel {
    position: relative;
    z-index: 1;
    padding: 0;
}
.contact-page__form-panel .content-shell__eyebrow {
    margin-bottom: 8px;
}
.contact-page__form-panel .content-shell__title {
    margin: 0 0 10px;
    color: #004D73;
    font-size: var(--pymes-fs-title-lg);
    line-height: 1.04;
}
.contact-page__hero-text {
    margin-bottom: 22px;
    color: rgba(27,26,25,.86);
    font-size: var(--pymes-fs-body-lg);
    line-height: 1.38;
}
.contact-page__hero-text > * {
    margin: 0 0 8px;
}
.contact-page__hero-text > *:last-child {
    margin-bottom: 0;
    font-size: 20px;
}
.contact-page__alert {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1.5;
}
.contact-page__alert--success {
    background: rgba(36, 190, 120, .14);
    color: #0f7e4e;
}
.contact-page__alert--error {
    background: rgba(236, 26, 85, .10);
    color: #b11745;
}
.contact-page__form,
.contact-page__shortcode-form {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.contact-page__field-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
}
.contact-page__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 44px;
}
.contact-page__field {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #d3d8dd;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    min-height: 58px;
}
.contact-page__field--message {
    min-height: 160px;
}
.contact-page__field--message textarea {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    resize: vertical;
}
.contact-page__field-label {
    display: block;
    color: #5e6366;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.contact-page__field input,
.contact-page__field textarea {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1b1a19;
    box-shadow: none;
}
.contact-page__field input {
    display: block;
    min-height: 0;
    height: auto;
    padding: 0;
    line-height: normal;
}
.contact-page__field textarea {
    display: block;
    min-height: 0;
    padding: 0;
    line-height: normal;
    resize: none;
}
.contact-page__field-error {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    color: #ff5a5f;
    font-size: 12px;
    line-height: 1.25;
}
.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder {
    color: #a4abb1;
    font-size: 16px;
    line-height: normal;
}
.contact-page__field input:focus,
.contact-page__field textarea:focus {
    outline: 0;
    box-shadow: none;
}
.contact-page__field:focus-within {
    border-color: #3892ff;
    box-shadow: 0 0 0 1px rgba(56,146,255,.18);
}
.contact-page__field.is-invalid {
    border-color: #ff7b7b;
}
.contact-page__field.is-invalid .contact-page__field-error {
    display: block;
}
.contact-page__field.is-invalid:focus-within {
    border-color: #ff7b7b;
    box-shadow: 0 0 0 1px rgba(255,123,123,.12);
}
.contact-page__field.is-invalid input,
.contact-page__field.is-invalid textarea {
    color: #1b1a19;
}
.contact-page__field.is-valid {
    border-color: #d3d8dd;
}
.contact-page__form.is-submitting .contact-page__submit {
    opacity: 1;
    cursor: wait;
}
.contact-page__form.is-submitting .contact-page__field {
    border-color: #e6ebef;
    background: #ffffff;
    opacity: .52;
}
.contact-page__form.is-submitting .contact-page__field-label,
.contact-page__form.is-submitting .contact-page__field input,
.contact-page__form.is-submitting .contact-page__field textarea,
.contact-page__form.is-submitting .contact-page__field input::placeholder,
.contact-page__form.is-submitting .contact-page__field textarea::placeholder {
    color: #b8bec4;
}
.contact-page__form.is-submitting .contact-page__field input,
.contact-page__form.is-submitting .contact-page__field textarea {
    pointer-events: none;
}
.contact-page__form.is-submitting .contact-page__field-error {
    opacity: 0;
}
.contact-page__form.is-submitting .contact-page__field:focus-within {
    border-color: #e6ebef;
    box-shadow: none;
}
.contact-feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.contact-feedback-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
}
.contact-feedback-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 32px -4px rgba(12,12,13,.10), 0 4px 4px -4px rgba(12,12,13,.05);
}
.contact-feedback-modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.contact-feedback-modal__close img {
    display: block;
    width: 16px;
    height: 16px;
}
.contact-feedback-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 32px 48px;
    text-align: center;
}
.contact-feedback-modal__image {
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
}
.contact-feedback-modal__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.contact-feedback-modal__title {
    margin: 0;
    color: #00557e;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
}
.contact-feedback-modal__content--error .contact-feedback-modal__title {
    color: #ff5a5f;
}
.contact-feedback-modal__text {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}
.contact-feedback-modal__text p {
    margin: 0;
}
.contact-feedback-modal__button {
    min-width: 140px;
    min-height: 40px;
    padding: 8px 20px;
    border: 0;
    border-radius: 6px;
    background: rgba(0,136,255,.20);
    color: #0088ff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.contact-page__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.contact-page__actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
}
.contact-page__submit {
    width: 225px;
    min-width: 225px;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.contact-page__divider {
    padding: 0 0 64px;
}
.contact-page__divider-line {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(27,26,25,.14);
}
.contact-page__help {
    padding: 64px 0 80px;
}
.contact-page__help-header {
    max-width: 590px;
    margin: 0 auto 64px;
    padding-top: 0;
    border-top: 0;
    text-align: center;
}
.contact-page__help-header .content-shell__title {
    margin: 0 0 12px;
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
}
.contact-page__help-header .content-shell__summary {
    max-width: 590px;
    margin: 0 auto;
    color: #333333;
    font-size: 20px;
    line-height: normal;
}
.contact-page__help-header .content-shell__summary > * {
    margin: 0;
}
.contact-page__help-header .content-shell__summary > *:last-child {
    margin-bottom: 0;
}
.contact-page__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}
.contact-page__card {
    padding: 32px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 32px -4px rgba(12,12,13,.10), 0 4px 4px -4px rgba(12,12,13,.05);
}
.contact-page__card-title {
    margin: 0 0 12px;
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.contact-page__card-text {
    margin-bottom: 40px;
    color: #333333;
    font-size: 16px;
    line-height: normal;
}
.contact-page__card:last-child .contact-page__card-text {
    margin-bottom: 28px;
}
.contact-page__card-text > * {
    margin: 0;
}
.contact-page__card-text > *:last-child {
    margin-bottom: 0;
}
.contact-page__info-list,
.contact-page__social-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.contact-page__info-item,
.contact-page__social-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #333333;
    font-size: 16px;
    line-height: normal;
}
.contact-page__info-item--link {
    color: #16B5FF;
}
.contact-page__social-item {
    width: fit-content;
}
.contact-page__info-icon,
.contact-page__social-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex: 0 0 24px;
}
.contact-page__info-icon svg,
.contact-page__info-icon img,
.contact-page__social-icon svg,
.contact-page__social-icon img {
    width: 24px;
    height: 24px;
    display: block;
}
.contact-page__social-list { gap: 16px; }
.contact-page__social-item { gap: 14px; }
.contact-page__social-item:last-child { gap: 12px; }
.contact-page__social-item:last-child .contact-page__social-icon,
.contact-page__social-item:last-child .contact-page__social-icon img {
    width: 28px;
    height: 22px;
    flex-basis: 28px;
}
.related-initiatives-page > * { position: relative; z-index: 1; }

.related-initiatives-page__header {
    max-width: 1280px;
    margin: 0 auto 34px;
    text-align: center;
}

.related-initiatives-page__eyebrow {
    justify-content: center;
    margin: 0 auto 14px;
    padding: 0;
    background: transparent;
    color:rgba(0,77,115,0.75);;
    font-size: 16px;
    font-weight: 600;
}

.related-initiatives-page .content-shell__title {
    margin: 0;
    color: #004D73;
    font-size: 24px;
    line-height: 1.22;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.related-initiatives-page__summary {
    max-width: 760px;
    margin: 16px auto 0;
    color: rgba(27,26,25,.78);
    font-size: 18px;
    line-height: 1.55;
}

.related-initiatives-grid {
    width: min(100%, 1320px);
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 390px));
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.related-initiative-card {
    height: 100%;
    min-height: 500px;
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(27,26,25,.12);
}

.related-initiative-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 36px 24px 30px;
}

.related-initiative-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 156px;
    margin-bottom: 26px;
}

.related-initiative-card__image::after {
    display: none;
    background: transparent;
}

.related-initiative-card__image img {
    width: auto;
    max-width: min(100%, 260px);
    max-height: 126px;
    object-fit: contain;
}

.related-initiative-card__title {
    margin: 0 0 14px;
    color: #303030;
    font-size: 20px;
    line-height: 1.25;
}

.related-initiative-card__description {
    margin: 0;
    color: #343434;
    font-size: 16px;
    line-height: 1.42;
}
.related-initiative-card__description > * {
    margin: 0 0 12px;
}
.related-initiative-card__description > *:last-child {
    margin-bottom: 0;
}

.related-initiative-card__actions {
    margin: auto 0 0;
    padding-top: 28px;
    text-align: center;
}

.related-initiative-card__button {
    min-width: 132px;
    min-height: 32px;
    padding: 8px 12px 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

.related-initiatives-page .page-numbers {
    margin-top: 30px;
}

.related-initiatives-page .page-numbers a,
.related-initiatives-page .page-numbers span {
    background: #ffffff;
    color: var(--pymes-black);
    box-shadow: 0 8px 18px rgba(27,26,25,.08);
}

.related-initiatives-page .page-numbers .current {
    background: var(--pymes-blue);
    color: #ffffff;
}

.community-cta--related-initiatives {
    margin-top: 32px;
}

.related-initiatives-empty {
    max-width: 680px;
    margin: 0 auto;
}

/* COMIENZO CSS BLOG */
.breadcrumb-bar--blog { background: #0b4f79; }
.blog-page { background: #ffffff; }
.blog-page__section { margin-bottom: 44px; }
.blog-page__section--articles { margin-bottom: 72px; }
.blog-page__heading { margin-bottom: 24px; }
.blog-page__heading .section-heading__title { font-size: var(--pymes-fs-title-sm); }
.blog-featured { display: grid;grid-template-columns: minmax(320px, 0.95fr) minmax(0, 2.47fr); align-items: stretch; overflow: hidden; border-radius: 16px; background: #ffffff; box-shadow: 0 10px 24px rgba(27,26,25,.12); }
.blog-featured__media { position: relative; display: block; background: #eef6fb; min-height: 100%; }
.blog-featured__media::after { content: ""; position: absolute; inset: 0; background: rgba(27,26,25,.05); pointer-events: none; }
.blog-featured__media img { width: 400px;height: 358px; object-fit: cover; }
.blog-featured__content { display: flex; flex-direction: column; align-items: flex-start; padding: 30px 32px 28px; }
.blog-featured__badge,
.blog-card__badge { display: inline-flex; align-items: center; min-height: 24px; padding: 0 10px; border-radius: 999px; background: rgba(0,136,255,.12); color: #0c70d9; font-size: var(--pymes-fs-badge); font-weight: 700; line-height: 1; }
.blog-featured__title { margin: 16px 0 12px; color: #07538a; font-size: var(--pymes-fs-title-lg); line-height: 1.02; letter-spacing: -.02em; }
.blog-featured__title a:hover { color: var(--pymes-blue); }
.blog-featured__excerpt { max-width: 700px; margin: 0 0 22px; color: var(--pymes-black-75); font-size: var(--pymes-fs-body); line-height: 1.6; }
.blog-featured__meta,
.blog-card__meta { display: flex; align-items: center; gap: 12px; }
.blog-featured__meta { margin-top: auto; }
.blog-featured__avatar,
.blog-card__avatar { display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 999px; flex: 0 0 auto; }
.blog-featured__avatar { width: 44px; height: 44px; }
.blog-card__avatar { width: 40px; height: 40px;}
.blog-featured__avatar img,
.blog-card__avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 999px;border: 1px solid rgba(51, 51, 51, 0.25); }
.blog-featured__author-group,
.blog-card__author-group { display: flex; flex-direction: column; }
.blog-featured__author-group strong,
.blog-card__author-group strong { color: var(--pymes-black); font-size: 16px; line-height: 1.2; }
.blog-featured__author-group span,
.blog-card__author-group span { color: var(--pymes-black-75); font-size: 16px; line-height: 1.2; }
.blog-featured__button { margin-top: 20px; min-width: 148px; min-height: 40px; border-radius: 7px; }
.blog-category-tabs { display:flex; grid-template-columns:repeat(5,minmax(0,1fr)); align-items:stretch; gap:160px; width:100%; margin-bottom:18px; padding:12px; border:1px solid rgba(27,26,25,.12); border-radius:10px; background:#ffffff; }
.blog-category-tabs__link { display:flex; align-items:center; justify-content:center; min-height:42px; width:100%; padding:0 14px; border-radius:6px; color:var(--pymes-black); font-size:var(--pymes-fs-body-lg); line-height:1.2; text-align:center; white-space:nowrap; box-sizing:border-box; }
.blog-category-tabs__link:hover { background:rgba(0,136,255,.08); color:var(--pymes-blue); }
.blog-category-tabs__link.is-active { background:var(--pymes-blue); color:#ffffff; font-weight:700; }
.blog-mobile-filter { display: none; margin-bottom: 18px; }
.blog-mobile-filter select {
    width: 100%;
    min-height: 64px;
    border: 1px solid rgba(27,26,25,.12);
    border-radius: 14px;
    background: #ffffff;
    color: var(--pymes-black);
    padding: 0 54px 0 26px;
    font-size: 18px;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(27,26,25,.8) 50%), linear-gradient(135deg, rgba(27,26,25,.8) 50%, transparent 50%);
    background-position: calc(100% - 30px) calc(50% - 3px), calc(100% - 22px) calc(50% - 3px);
    background-size: 9px 9px, 9px 9px;
    background-repeat: no-repeat;
}
.blog-results-count { margin: 0 0 16px; color: var(--pymes-black-75); font-size: 16px; line-height: 1.4; }
.blog-archive-grid { width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; margin: 0; align-items: stretch; }
.blog-card { width: 100%; min-height: 560px; justify-self: stretch; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 12px 24px rgba(27,26,25,.12); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 28px rgba(27,26,25,.14); }
.blog-card__image { position: relative; overflow: hidden; border-radius: 10px 10px 0 0; aspect-ratio: 1.38; background: #eef6fb; }
.blog-card__image::after { content: ""; position: absolute; inset: 0; background: rgba(27,26,25,.05); pointer-events: none; }
.blog-card__image a { display: block; width: 100%; height: 100%; }
.blog-card .blog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__content { flex: 1 1 auto; display: flex; flex-direction: column; padding: 18px 18px 22px; }
.blog-card__badges { margin-bottom: 16px; }
.blog-card__badge { min-height: 24px; padding: 0 12px; font-size: 12px; font-weight: 700; }
.blog-card__title { margin-bottom: 14px; color: rgba(0, 77, 115, 1); font-size: 20px; line-height: 1.2; }
.blog-card .blog-card__title,
.blog-card .blog-card__title a,
.blog-card .blog-card__title a:visited { color: rgba(0, 77, 115, 1) !important; }
.blog-card__title a:hover { color: var(--pymes-blue); }
.blog-card__excerpt { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; line-clamp: 3; -webkit-line-clamp: 3; min-height: 72px; margin-bottom: 18px; font-size: 16px; line-height: 1.5; }
.blog-card__meta { margin-top: auto; }
body .blog-page .blog-archive-grid .blog-card .blog-card__footer,
body .blog-page .blog-archive-grid .blog-card .course-card__footer {
    justify-content: center;
    margin-top: 30px !important;
    padding-top: 0 !important;
}
body .blog-page .blog-archive-grid .blog-card .blog-card__button,
body .blog-page .blog-archive-grid .blog-card .course-card__button {
    box-sizing: border-box;
    min-width: 189px;
    min-height: 44px;
    margin-top: 0 !important;
    padding: 0 22px;
    border-radius: 8px;
    background: #0088ff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    box-shadow: none;
}
.blog-card__button:hover {
    background: #0f79de;
    color: #ffffff;
    transform: translateY(-1px);
}
.blog-empty-state { margin-top: 4px; }
.blog-empty-state--visual {
    margin-top: 8px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 12px max(24px, calc((100vw - 1320px) / 2)) 44px;
    background: #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
}
.blog-empty-state--visual .search-empty {
    min-height: calc(100vh - 360px);
    padding-top: 40px;
    padding-bottom: 32px;
}
.blog-empty-state--visual .search-empty__content {
    max-width: 520px;
}
.blog-newsletter { margin-top: 0; }
.blog-newsletter.home-newsletter { background: linear-gradient(90deg, rgba(0, 178, 182, 0.35) 0%, rgba(22, 181, 255, 0.25) 36%, rgba(93, 210, 225, 0.45) 100%); padding: 40px 32px 40px 32px; }
.blog-newsletter .newsletter-box { display: grid; grid-template-columns: minmax(0,463px) minmax(250px,320px); align-items: center; justify-content: space-between; gap: 56px; }
.blog-newsletter .newsletter-box--no-image { grid-template-columns: 1fr; }
.blog-newsletter .newsletter-box__content { max-width: 463px; }
.blog-newsletter .newsletter-box__content h2 { margin: 0 0 12px; color: #333333; font-size: var(--pymes-fs-title-md); font-weight: 600; line-height: 28px; letter-spacing: 0; }
.blog-newsletter .newsletter-box__content p { margin: 0; color: #333333; font-size: var(--pymes-fs-body); font-weight: 400; line-height: 1.5; }
.blog-newsletter .newsletter-box__text { margin: 0 0 32px; color: #333333; font-size: var(--pymes-fs-body); font-weight: 400; line-height: 1.5; }
.blog-newsletter .newsletter-box__text > * { margin: 0 0 12px; }
.blog-newsletter .newsletter-box__text > *:last-child { margin-bottom: 0; }
.blog-newsletter .newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 342px) auto;
    grid-template-areas:
        "field button"
        "note button";
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
    margin-bottom: 0;
    max-width: 463px;
}

.blog-newsletter .newsletter-form__field {
    grid-area: field;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.blog-newsletter .newsletter-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(148,163,184,.39);
    border-radius: 8px;
    background: var(--pymes-white);
    color: var(--pymes-black);
    font-size: 18px;
    font-weight: 400;
    outline: none;
    min-width: 0;
}
.blog-newsletter .newsletter-form input::placeholder { color: rgba(51,51,51,.35); }
.blog-newsletter .newsletter-form input:focus { border-color: var(--pymes-primary); }
.blog-newsletter .newsletter-form.is-invalid input,
.blog-newsletter .newsletter-form.is-submit-error input { border: 2px solid #ff2d6c; }
.blog-newsletter .newsletter-form .btn-primary {
    grid-area: button;
    min-height: 48px;
    min-width: 113px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.blog-newsletter .newsletter-form__error { display: block; margin: 8px 0 0; color: #eb4949 !important; font-size: 14px; font-weight: 400; line-height: 1.35; }
.blog-newsletter .newsletter-form small {
    grid-area: note;
    display: block;
    margin-top: 0;
    color: rgba(51,51,51,.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.blog-newsletter .newsletter-box__image { display: flex; justify-content: flex-end; }
.blog-newsletter .newsletter-box__image img { width: min(100%, 320px); filter: none; }
.blog-page .page-numbers {
    margin-top: 28px;
    gap: 5px;
}

.blog-page .page-numbers li {
    margin: 0;
}

.blog-page .page-numbers a,
.blog-page .page-numbers span {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
    color: #333330;
    font-family: "Sen", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.blog-page .page-numbers .current {
    background: var(--pymes-blue);
    border-color: var(--pymes-blue);
    color: #ffffff;
}

.blog-page .page-numbers .dots {
    background: #ffffff;
    border-color: #f1f1f1;
    color: #333330;
}

.blog-page .page-numbers .prev {
    display: none;
}

.blog-page .page-numbers .next {
    width: 32px;
    min-width: 32px;
    padding: 0;
    font-size: 0;
    color: transparent;
    background-image: url('../../img/defaults/Vectorpagerright.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 16px;
}

.blog-page .page-numbers .next:hover {
    transform: none;
}
.blog-post-single { background: #ffffff; }
.blog-post-single.content-shell { padding-bottom: 24px; }
.blog-post-single .content-shell__inner { width: min(100% - 40px, 1160px); }
.blog-post-single__article { width: 100%; max-width: none; margin: 0 auto; }
.blog-post-single__header { margin-bottom: 30px; }
.blog-post-single__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(0, 77, 115, 0.65);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.blog-post-single__title { max-width: 920px; margin: 16px 0 22px; color: #07538a; font-size: 40px; line-height: 1.12; letter-spacing: -.02em; }
.blog-post-single__author { display: flex; align-items: center; gap: 12px; }
.blog-post-single__avatar { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 999px; flex: 0 0 auto; }
.blog-post-single__avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 999px; }
.blog-post-single__author-copy { display: flex; flex-direction: column; }
.blog-post-single__author-copy strong { color: var(--pymes-black); font-size: 14px; line-height: 1.2; }
.blog-post-single__author-copy span { color: var(--pymes-black-75); font-size: 12px; line-height: 1.2; }
.blog-post-single__media { margin: 0 0 32px; overflow: hidden; border-radius: 16px; background: #eef6fb; }
.blog-post-single__media img { width: 100%; height: auto; max-height: none; object-fit: cover; }
.blog-post-single__intro { max-width: 1040px; margin: 0 0 30px; color: #0088ff; font-size: 24px; font-weight: 600; line-height: 1.34; letter-spacing: 0; }
.blog-post-single__content { max-width: 1040px; color: var(--pymes-black); font-size: 20px; line-height: normal; }
.blog-post-single__content > *:first-child { margin-top: 0; }
.blog-post-single__content > *:last-child { margin-bottom: 0; }
.blog-post-single__content h2,
.blog-post-single__content h3,
.blog-post-single__content h4 { margin: 42px 0 18px; color: var(--pymes-black); font-size: 20px; line-height: 1.5; }
.blog-post-single__content p,
.blog-post-single__content ul,
.blog-post-single__content ol,
.blog-post-single__content blockquote { margin: 0 0 22px; }
.blog-post-single__content ul,
.blog-post-single__content ol { padding-left: 26px; }
.blog-post-single__content a { color: #0c70d9; text-decoration: underline; text-underline-offset: 3px; }
.blog-post-single__content strong { font-weight: 700; }
.blog-post-single__content img { display: block; width: auto; max-width: min(100%, 560px); margin: 38px auto; height: auto; }
.blog-post-single__content figure { margin: 38px auto; max-width: 560px; }
.blog-post-single__content figure img { max-width: 100%; margin: 0 auto; }
.blog-post-single__content figcaption { margin-top: 10px; color: var(--pymes-black-75); font-size: 14px; line-height: 1.5; text-align: center; }
.blog-post-single__share { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 70px; margin-bottom: 8px; }
.blog-post-single__share-link { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: #bfd7e6; color: #ffffff; transition: background .2s ease, transform .2s ease; cursor: pointer; padding: 0; }
.blog-post-single__share-link:hover { background: #a9cada; transform: translateY(-1px); }
.blog-post-single__share-link svg { width: 19px; height: 19px; display: block; }
.blog-post-single__share-link--facebook svg { width: 20px; height: 20px; }
.blog-copy-toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; padding: 10px 14px; border-radius: 999px; background: rgba(11,79,121,.96); color: #ffffff; font-size: 13px; font-weight: 600; line-height: 1; white-space: nowrap; box-shadow: 0 12px 24px rgba(11,79,121,.24); opacity: 0; transition: opacity .18s ease, transform .18s ease; pointer-events: none; }
.blog-copy-toast.is-visible { opacity: 1; }

@media (max-width:1400px) and (min-width:760px) {
    .related-initiatives-page {
        padding-top: 42px;
    }
    .related-initiatives-page__header {
        width: min(100% - 192px, 1280px);
        margin-bottom: 28px;
    }
    .related-initiatives-page .content-shell__title {
        white-space: normal;
        font-size: 24px;
        line-height: 1.18;
    }
    .related-initiatives-page__summary {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.5;
    }
    .related-initiatives-grid {
        width: min(100% - 192px, 1320px);
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
    .related-initiative-card {
        min-height: 440px;
    }
    .related-initiative-card__body {
        padding: 28px 22px 24px;
    }
    .related-initiative-card__image {
        min-height: 126px;
        margin-bottom: 20px;
    }
    .related-initiative-card__image img {
        max-width: min(100%, 220px);
        max-height: 104px;
    }
    .related-initiative-card__title {
        margin-bottom: 12px;
        font-size: 17px;
    }
    .related-initiative-card__description {
        font-size: 15px;
        line-height: 1.38;
    }
    .related-initiative-card__actions {
        padding-top: 22px;
    }
    .related-initiative-card__button {
        min-width: 146px;
        min-height: 38px;
        font-size: 14px;
    }
    .community-cta--related-initiatives .community-cta__inner {
        width: min(100% - 192px, 1320px);
    }
}

@media (max-width:1400px) and (min-width:750px) {
    .about-page {
        --about-page-left-edge: 96px;
        --about-page-right-edge: 96px;
        --about-page-hero-figure-width: 350px;
        --about-page-hero-copy-width: 760px;
        --about-page-hero-gap: 80px;
    }
    .about-page__hero-inner {
        grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
        gap: 48px;
        align-items: start;
    }
    .about-page__hero-figure {
        align-self: center;
    }
    .about-page__hero-figure img {
        width: min(100%, 380px);
    }
    .about-page__hero-copy {
        max-width: none;
    }
    .about-page__section {
        padding-top: 72px;
    }
    .about-page__section--services {
        padding-bottom: 72px;
    }
    .about-page__services-grid {
        padding-left: 0;
        padding-right: 0;
        gap: 24px;
    }
    .about-page__service-card {
        min-height: 0;
        padding: 28px 24px 24px;
    }
    .about-page__service-brand {
        min-height: 88px;
        margin-bottom: 20px;
    }
    .about-page__service-brand-image {
        max-width: min(100%, 220px);
        max-height: 88px;
    }
    .about-page__service-kicker {
        font-size: 22px;
    }
    .about-page__service-title {
        font-size: 42px;
    }
    .about-page__service-subtitle {
        margin-top: 6px;
        font-size: 14px;
    }
    .about-page__service-text {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.42;
    }
    .about-page__service-card .btn {
        min-width: 148px;
        min-height: 46px;
        font-size: 16px;
    }
    .about-page .community-cta--about .community-cta__inner {
        width: min(100% - 192px, 1320px);
    }
    .contact-page__hero {
        padding-left: 96px;
        padding-right: 96px;
        padding-bottom: 48px;
    }
    .contact-page__hero-inner {
        width: min(100%, calc(100vw - 192px));
        grid-template-columns: minmax(260px, 1fr) minmax(360px, 470px);
        gap: 40px;
    }
    .contact-page__visual {
        min-height: 0;
    }
    .contact-page__visual-card {
        width: min(100%, 520px);
    }
    .contact-page__hero-figure img {
        max-width: 500px;
    }
    .contact-page__form-panel .content-shell__title,
    .contact-page__help-header .content-shell__title {
        font-size: 42px;
    }
    .contact-page__hero-text,
    .contact-page__help-header .content-shell__summary,
    .contact-page__card-text {
        font-size: 18px;
        line-height: 1.5;
    }
    .contact-page__field {
        padding: 10px 18px 8px;
    }
    .contact-page__field-label,
    .contact-page__field input::placeholder,
    .contact-page__field textarea::placeholder {
        font-size: 16px;
    }
    .contact-page__field textarea {
        min-height: 132px;
    }
    .contact-page__submit {
        min-height: 46px;
        font-size: 16px;
    }
    .contact-page__help {
        padding-top: 64px;
    }
    .contact-page__cards {
        gap: 24px;
    }
    .contact-page__card {
        padding: 28px 24px;
    }
    .community-cta--contact .community-cta__inner {
        width: min(100% - 192px, 1320px);
    }
}

@media (max-width:1499px) and (min-width:981px) {
    .about-page {
        --about-page-left-edge: 96px;
        --about-page-right-edge: 96px;
    }
    .contact-page__hero {
        padding-left: 96px;
        padding-right: 96px;
    }
    .contact-page__hero-inner { width: min(100%, calc(100vw - 192px)); }
    .blog-post-single .content-shell__inner { width: min(100% - 192px, 1160px); }
}

@media (max-width:980px) {
    .about-page__hero {
        padding-left: max(24px, calc((100vw - 1100px) / 2));
        padding-right: max(24px, calc((100vw - 1100px) / 2));
    }
    .about-page__hero-copy .content-shell__title,
    .about-page__section-header .content-shell__title,
    .contact-page__form-panel .content-shell__title,
    .contact-page__help-header .content-shell__title {
        font-size: var(--pymes-fs-title-lg);
    }
    .about-page__hero-text,
    .about-page__section-header .content-shell__summary,
    .about-page__benefit-text,
    .about-page__service-text,
    .contact-page__hero-text,
    .contact-page__help-header .content-shell__summary,
    .contact-page__card-text {
        font-size: 18px;
    }
    .about-page__benefit-title {
        font-size: var(--pymes-fs-title-sm);
    }
    .about-page__service-title {
        font-size: 46px;
    }
    .about-page__services-grid,
    .about-page__benefits,
    .contact-page__cards {
        gap: 24px;
    }
    .about-page__services-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-page__hero {
        padding-top: 34px;
        padding-bottom: 84px;
    }
    .contact-page__hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .contact-page__visual {
        min-height: 0;
        order: 2;
    }
    .contact-page__form-panel {
        order: 1;
    }
    .contact-page__visual-card {
        width: min(100%, 560px);
        margin: 0 auto;
    }
    .contact-page__hero-figure img {
        width: min(100%, 500px);
    }
    .contact-page__field-grid {
        grid-template-columns: 1fr;
    }
    .contact-page__help {
        padding-top: 54px;
    }
    .related-initiatives-page { padding-top: 42px; }
    .related-initiatives-page .content-shell__title { font-size: 28px; }
    .related-initiatives-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 390px));
        gap: 24px;
    }
    .related-initiative-card__body { padding: 28px 22px 24px; }
    .related-initiative-card { min-height: 450px; }
    .blog-featured { grid-template-columns: 1fr; }
    .blog-featured__media { min-height: 320px; }
    .blog-featured__title { font-size: 32px; }
    .blog-category-tabs { gap: 10px; }
    .blog-category-tabs__link { min-height: 40px; padding: 0 10px; font-size: var(--pymes-fs-body); }
    .blog-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; max-width: none; }
    .blog-post-single .content-shell__inner { width: min(100% - 32px, 1160px); }
    .blog-post-single__title { font-size: 40px; line-height: 1.12; }
    .blog-post-single__intro { font-size: 24px; line-height: 1.34; }
    .blog-post-single__content { font-size: 20px; line-height: 1.5; }
    .course-landing__notice { grid-template-columns: 72px 1fr; }
    .course-landing__notice-close { top: 18px; right: 18px; width: 30px; height: 30px; font-size: 24px; transform: none; }
    .course-landing__notice-close--courses { top: 20px; right: 20px; width: 24px; height: 24px; }
    .catalog-empty { grid-template-columns: 72px 1fr; }
    .catalog-empty__figure { width: 72px; height: 72px; }
    .course-filters__top,.course-filters__bottom { grid-template-columns: 1fr; }
    .course-filters__order { grid-template-columns: 1fr; align-items: stretch; gap: 8px; }
    .course-filters__label { min-height: 18px; }
    .course-single__hero { flex-direction: column; }
    .course-single__hero-heading { width: 100%; flex-direction: column; align-items: flex-start; }
    .course-single__hero-cta { margin-top: 0; transform: none; }
    .course-single__highlights { flex-wrap: wrap; }
    .course-single__highlight { flex: 1 1 calc(50% - 1px); }
    .course-single__highlight--valoracion,
    .course-single__highlight--certificacion,
    .course-single__highlight--personas-matriculadas { flex: 1 1 calc(50% - 1px); }
    .course-single { grid-template-columns: 1fr; }
    .course-single__sidebar { position: static; }
    .search-results__form { grid-template-columns: 1fr; }
    .search-catalog__filters { flex-direction: column; align-items: stretch; padding: 16px 16px 32px 16px; }
    .search-catalog__filters-group { flex-direction: column; align-items: stretch; gap: 10px; }
    .search-catalog__filters-group + .search-catalog__filters-group { padding-left: 0; }
    .search-catalog__dropdown { width: 100%; flex-basis: auto; }
    .search-catalog--empty { min-height: auto; }
    .search-empty { flex-direction: column; gap: 28px; max-width: 680px; min-height: auto; padding: 24px 0 64px; }
    .search-empty__media { flex-basis: auto; max-width: 360px; }
    .search-empty__content { align-items: center; flex-basis: auto; max-width: 100%; text-align: center; }
    .search-empty__text { margin-left: auto; margin-right: auto; }
    .search-empty__form { margin-left: auto; margin-right: auto; width: min(100%, 400px); }
    .blog-empty-state--visual { padding-left: 32px; padding-right: 32px; }
    .blog-empty-state--visual .search-empty { padding-top: 24px; padding-bottom: 24px; }
    .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:767px) {
    .content-shell { padding: 0 0 0; }
    .content-shell--course .content-shell__inner { width: min(100% - 32px,var(--pymes-container)); }
    .content-shell--course .content-shell__header { margin-bottom: 32px; }
    .about-page .content-shell__inner {
        width: min(100% - 32px, var(--pymes-container));
        margin-left: auto;
        margin-right: auto;
    }
    .search-catalog__filters-label {
    font-size: 16px;
    }
    .search-catalog__count {
        margin-bottom: 24px;
    }
    .about-page__hero {
        padding: 32px 16px 32px;
        background:
            #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
    }
    .about-page__hero-inner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .about-page__hero-figure {
        order: -1;
        justify-content: center;
    }
    .about-page__hero-figure img {
        width: min(100%, 240px);
        max-width: 240px;
        height: 240px;
        transform: none;
    }
    .about-page__hero-copy {
        max-width: none;
    }
    .about-page__hero-copy .content-shell__eyebrow,
    .about-page__hero-copy .content-shell__title,
    .about-page__section-header .content-shell__title,
    .about-page__section-header .content-shell__summary {
        text-align: left;
    }
    .about-page__hero-copy .content-shell__title,
    .about-page__section-header .content-shell__title,
    .contact-page__form-panel .content-shell__title,
    .contact-page__help-header .content-shell__title {
        font-size: var(--pymes-fs-title-md);
    }
    .about-page__hero-copy .content-shell__title {
        margin-bottom: 12px;
    }
    .about-page__hero-text,
    .about-page__section-header .content-shell__summary,
    .about-page__benefit-text,
    .about-page__service-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .about-page__section {
        padding-top: 32px;
    }
    .about-page__section--services {
        padding-top: 64px;
        padding-bottom: 40px;
    }
    .about-page__section-header {
        margin-bottom: 32px;
        text-align: left;
    }
    .about-page__benefits,
    .about-page__services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .about-page__services-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .about-page__benefit {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .about-page__benefit-figure {
        min-height: 180px;
        justify-content: center;
        margin-bottom: 16px;
    }
    .about-page__benefit-figure img {
        width: min(100%, 180px);
        max-width: 180px;
    }
    .about-page__benefit-title {
        width: 100%;
        font-size: var(--pymes-fs-title-sm);
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .about-page__benefit-text {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .about-page__service-card {
        min-height: 0;
        padding: 16px;
    }
    .about-page__service-brand {
        min-height: 72px;
        margin-bottom: 16px;
    }
    .about-page__service-brand-image {
        max-width: min(100%, 180px);
        max-height: 72px;
    }
    .about-page__service-card--courses .about-page__service-brand {
        min-height: 80px;
    }
    .about-page__service-card--courses .about-page__service-brand-image {
        width: 183px;
        max-width: 183px;
        height: 80px;
        max-height: 80px;
    }
    .about-page__service-card--live .about-page__service-brand {
        min-height: 76px;
    }
    .about-page__service-card--live .about-page__service-brand-image {
        width: 205px;
        max-width: 205px;
        height: 76px;
        max-height: 76px;
    }
    .about-page__service-card--workshops .about-page__service-brand {
        min-height: 86px;
    }
    .about-page__service-card--workshops .about-page__service-brand-image {
        width: 223px;
        max-width: 223px;
        height: 86px;
        max-height: 86px;
    }
    .about-page__service-kicker {
        font-size: 20px;
        line-height: 1;
    }
    .about-page__service-title {
        font-size: 36px;
        line-height: .95;
    }
    .about-page__service-subtitle {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.15;
    }
    .about-page__service-text > * {
        margin: 0 0 12px;
    }
    .about-page__service-text > *:last-child {
        margin-bottom: 0;
    }
    .about-page__service-card .btn {
        width: 100%;
        align-self: stretch;
        min-height: 48px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
    }
    .contact-page__hero {
        padding: 32px 16px 32px;
        background-position: center top;
        background-size: cover;
    }
    .contact-page__hero-inner {
        grid-template-columns: 1fr;
        gap: 64px;
        align-items: start;
    }
    .contact-page__visual {
        order: 1;
        min-height: 0;
        justify-content: center;
    }
    .contact-page__form-panel {
        order: 2;
        padding: 0;
    }
    .contact-page__visual-card {
        padding: 0;
        border-radius: 0;
        width: 100%;
    }
    .contact-page__hero-figure {
        justify-content: center;
    }
    .contact-page__hero-figure img {
        width: min(100%, 200px);
        max-width: 200px;
    }
    .contact-page__form-panel .content-shell__eyebrow {
        margin: 0 0 8px;
        min-height: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: rgba(0,77,115,.5);
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }
    .contact-page__form-panel .content-shell__title {
        margin: 0 0 12px;
        color: #004d73;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0;
        text-align: start;
    }
    .contact-page__hero-text {
        margin-bottom: 40px;
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .contact-page__hero-text > * {
        margin: 0;
        font-size: 16px !important;
    }
    .contact-page__form,
    .contact-page__shortcode-form {
        padding: 0;
        border-radius: 0;
        gap: 24px;
    }
    .contact-page__field-grid {
        gap: 12px;
    }
    .contact-page__field {
        gap: 8px;
        padding: 8px 16px;
        border-radius: 8px;
        border-color: #cfd3d4;
    }
    .contact-page__field--message {
        height: 160px;
        min-height: 160px;
    }
    .contact-page__field-label {
        color: #5e6366;
        font-size: 16px;
        line-height: normal;
    }
    .contact-page__field input {
        display: block;
        min-height: 0;
        height: 16px;
        padding: 0;
        line-height: normal;
    }
    .contact-page__field textarea {
        display: block;
        min-height: 0;
        padding: 0;
        line-height: normal;
    }
    .contact-page__field--message textarea {
        width: 100%;
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        resize: vertical;
    }
    .contact-page__field-error {
        font-size: 10px;
    }
    .contact-page__field input::placeholder,
    .contact-page__field textarea::placeholder {
        color: #abafb1;
        font-size: 16px;
        line-height: normal;
    }
    .contact-page__actions {
        width: 100%;
        margin-top: 0;
    }
    .contact-page__submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        min-width: 0;
        padding: 12px 20px;
        font-size: 18px;
        border-radius: 6px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }
    .contact-page__divider {
        padding: 0;
    }
    .contact-page__divider-line {
        display: none;
    }
    .contact-feedback-modal {
        padding: 20px;
    }
    .contact-feedback-modal__close {
        top: 24px;
        right: 24px;
    }
    .contact-feedback-modal__content {
        gap: 20px;
        padding: 32px 24px 40px;
    }
    .contact-feedback-modal__image {
        width: 160px;
    }
    .contact-feedback-modal__title {
        font-size: 24px;
    }
    .contact-feedback-modal__text {
        font-size: 16px;
    }
    .contact-page__help {
        padding: 32px 0 40px;
    }
    .contact-page__help-header {
        margin-bottom: 32px;
        padding-top: 0;
        border-top: 0;
    }
    .contact-page__help-header .content-shell__title {
        margin: 0 0 12px;
        color: #333333;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
    }
    .contact-page__help-header .content-shell__summary {
        max-width: 343px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .contact-page__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .contact-page__card {
        padding: 32px;
        border-radius: 8px;
        box-shadow: 0 16px 32px rgba(12,12,13,.10), 0 4px 4px rgba(12,12,13,.05);
    }
    .contact-page__card-title {
        margin: 0 0 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }
    .contact-page__card-text {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 1.2;
    }
    .contact-page__info-item,
    .contact-page__social-item {
        font-size: 16px;
        gap: 10px;
        line-height: 1.2;
    }
    .contact-page__social-item {
        width: 100%;
    }
    .contact-page__info-list,
    .contact-page__social-list {
        gap: 16px;
    }
    .contact-page__info-icon,
    .contact-page__social-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }
    .contact-page__info-icon svg,
    .contact-page__info-icon img,
    .contact-page__social-icon svg,
    .contact-page__social-icon img {
        width: 24px;
        height: 24px;
    }
    .related-initiatives-page {
        padding-top: 32px;
    }
    .related-initiatives-page::before {
        height: 300px;
        background:
            linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 150px, rgba(255,255,255,.55) 220px, #ffffff 300px),
            #ffffff url('../../img/search/fondosinresultadobusqueda.png') top center / cover no-repeat;
    }
    .related-initiatives-page .content-shell__inner {
        width: min(100% - 32px, 1540px);
    }
    .related-initiatives-page__header {
        max-width: 343px;
        margin-bottom: 32px;
    }
    .related-initiatives-page__eyebrow {
        margin-bottom: 6px;
        color: rgba(0,77,115,.75);
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }
    .related-initiatives-page .content-shell__title {
        color: #004d73;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0;
        white-space: normal;
    }
    .related-initiatives-page__summary { margin-top: 14px; font-size: 16px; }
    .related-initiatives-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        justify-items: center;
    }
    .related-initiative-card {
        width: min(100%, 342px);
        min-height: 0;
        border-radius: 16px;
        box-shadow: 0 16px 32px rgba(12,12,13,.10), 0 4px 4px rgba(12,12,13,.05);
    }
    .related-initiative-card__body {
        padding: 0;
        gap: 0;
    }
    .related-initiative-card__image {
        min-height: 92px;
        margin-bottom: 16px;
    }
    .related-initiative-card__image img {
        max-width: min(100%, 150px);
        max-height: 92px;
    }
    .related-initiative-card__title { font-size: 20px; }
    .related-initiative-card__description {
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .related-initiative-card__description > * {
        margin-bottom: 0;
    }
    .related-initiative-card__actions {
        padding-top: 32px;
        text-align: stretch;
    }
    .related-initiative-card__button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .related-initiatives-page .page-numbers {
        gap: 5px;
        margin-top: 40;
    }
    .related-initiatives-page .page-numbers a,
    .related-initiatives-page .page-numbers span {
        min-width: 32px;
        min-height: 32px;
        padding: 0 8px;
    }
    .community-cta--related-initiatives {
        margin-top: 40px;
        padding: 40px 32px;
    }
    .community-cta--related-initiatives .community-cta__inner {
        width: 100%;
        gap: 24px;
    }
    .community-cta--related-initiatives .community-cta__content {
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .community-cta--related-initiatives .community-cta__eyebrow {
        margin: 0;
        color: rgba(0,77,115,.75);
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }
    .community-cta--related-initiatives .community-cta__content h2 {
        margin: 0;
        color: #004d73;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }
    .community-cta--related-initiatives .community-cta__text {
        margin: 0;
        color: #333333;
        font-size: 16px;
        line-height: 1.2;
    }
    .community-cta--related-initiatives .community-cta__text p {
        margin: 0;
    }
    .community-cta--related-initiatives .community-cta__text p + p {
        margin-top: 19px;
    }
    .community-cta--related-initiatives .community-cta__text strong,
    .community-cta--related-initiatives .community-cta__text b {
        font-weight: 600;
    }
    .community-cta--related-initiatives .community-cta__button {
        width: 100%;
        min-height: 48px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .blog-page.content-shell { padding-bottom: 0; }
    .blog-page__section { margin-bottom: 40px; margin-top: 40px; }
    .blog-page__section--articles { margin-bottom: 56px; }
    .blog-page__heading { margin-bottom: 24px; }
    .blog-page__heading .section-heading__title { font-size: 16px; }
    .blog-featured { border-radius: 12px; }
    .blog-featured__media { min-height: 220px; }
    .blog-featured__content { padding: 24px 16px 32px 16px; }
    .blog-featured__badge { min-height: 28px; padding: 0 14px; font-size: 13px; font-weight: 700; }
    .blog-featured__title { margin: 16px 0 12px 0; font-size: 24px; line-height: 1.18; color: rgba(0, 77, 115, 1); }
    .blog-featured__title a,
    .blog-featured__title a:visited { color: rgba(0, 77, 115, 1); }
    .blog-featured__excerpt { margin-bottom: 32px; font-size: 16px; line-height: 1.45; color: rgba(27,26,25,.62); }
    .blog-featured__meta { gap: 14px; }
    .blog-featured__avatar { width: 52px; height: 52px; }
    .blog-featured__author-group strong { font-size: 16px; line-height: 1.2; color: rgba(0, 77, 115, 1); }
    .blog-featured__author-group span { font-size: 13px; line-height: 1.2; color: rgba(27,26,25,.55); }
    .blog-featured__button { width: 100%; min-height: 58px; margin-top: 30px; border-radius: 10px; font-size: 18px; font-weight: 500; }
    .blog-mobile-filter { display: block; margin-bottom: 24px;}
    .blog-mobile-filter .filter-select { position: relative; display: block; width: 100%; }
    .blog-mobile-filter .filter-select.filter-select--enhanced > select {
        position: absolute;
        inset: 0;
        opacity: 0;
        pointer-events: none;
    }
    .blog-mobile-filter .search-catalog__dropdown { width: 100%; flex: 1 1 auto; }
    .blog-mobile-filter .search-catalog__dropdown-toggle {
        min-height: 48px;
        padding: 12px 20px 12px 20px;
        font-size: 18px;
        box-shadow: none;
    }
    .blog-mobile-filter .search-catalog__dropdown--filter.has-selection .search-catalog__dropdown-toggle {
        min-height: 48px;
        padding: 0 44px 0 16px;
        font-size: 18px;
        background: #efefef;
    }
    .blog-mobile-filter select {
        min-height: 48px;
        border: 1px solid rgba(27,26,25,.10);
        border-radius: 8px;
        background-color: #ffffff;
        background-image: url('../../img/defaults/dropdown.svg');
        background-position: right 14px center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: var(--pymes-black);
        padding: 0 40px 0 20px;
        font-size: 18px;
        line-height: 24px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .blog-mobile-filter select:focus,
    .blog-mobile-filter select:focus-visible {
        background-image: url('../../img/defaults/dropup.svg');
        outline: none;
        box-shadow: none;
        border-color: rgba(27,26,25,.10);
    }
    .blog-category-tabs { display: none; }
    .blog-archive-grid { grid-template-columns: 1fr; gap: 18px; }
    .blog-card { width: 100%; min-height: 0; justify-self: stretch; }
    .blog-page .blog-card__content { flex: 1 1 auto; display: flex; flex-direction: column; padding: 24px 16px 16px 16px !important; }
    .blog-page .blog-card__badges { margin-bottom: 16px !important; }
    .blog-page .blog-card__badge { min-height: 30px !important; padding: 0 15px !important; font-size: 14px !important; font-weight: 700 !important; }
    .blog-page .blog-card__title { margin-bottom: 12px !important; font-size: 20px !important; line-height: 1.2 !important; color: rgba(0, 77, 115, 1) !important; }
    .blog-page .blog-card__title a,
    .blog-page .blog-card__title a:visited {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        color: rgba(0, 77, 115, 1) !important;
    }
    .blog-page .blog-card__excerpt { min-height: 0 !important; margin-bottom: 24px !important; font-size: var(--pymes-fs-body) !important; line-height: 1.5 !important; color: #333333 !important; display: -webkit-box !important; overflow: hidden !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important; }
    .blog-page .blog-card__meta { gap: 14px !important; margin-top: auto !important; }
    .blog-page .blog-card__avatar { width: 52px !important; height: 52px !important; }
    .blog-page .blog-card__author-group strong { font-size: 16px !important; line-height: 1.2 !important; color: rgba(0, 77, 115, 1) !important; }
    .blog-page .blog-card__author-group span { font-size: 16px !important; line-height: 1.2 !important; color: rgba(27,26,25,.55) !important; }
    .blog-page .blog-card__footer { margin-top: 14px !important; padding-top: 0 !important; }
    .blog-page .blog-card__button { width: 100% !important; min-width: 0 !important; min-height: 64px !important; border-radius: 6px !important; font-size: var(--pymes-fs-body-lg) !important; font-weight: 500 !important; }
    .blog-newsletter.home-newsletter {
        padding: 40px 32px;
    }

    .blog-newsletter .container {
        width: 100%;
    }

    .blog-newsletter .newsletter-box {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .blog-newsletter .newsletter-box__content {
        max-width: none;
    }

    .blog-newsletter .newsletter-box__content h2 {
        margin: 0 0 12px;
        color: #333333;
        font-family: "Sen",sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0;
    }

    .blog-newsletter .newsletter-box__content p {
        margin: 0;
        color: #333333;
        font-family: "Sen",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .blog-newsletter .newsletter-box__text {
        margin: 0;
    }

    .blog-newsletter .newsletter-box__text > * {
        margin: 0;
    }

    .blog-newsletter .newsletter-form {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        max-width: none;
        margin-top: 32px;
    }

    .blog-newsletter .newsletter-form__field {
        width: 100%;
    }

    .blog-newsletter .newsletter-form input {
        min-height: 52px;
        padding: 0 16px;
        border-radius: 8px;
        background: #ffffff;
        color: #333333;
        font-family: "Sen",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
    }

    .blog-newsletter .newsletter-form input::placeholder {
        color: rgba(51,51,51,.35);
    }

    .blog-newsletter .newsletter-form .btn-primary {
        width: 100%;
        min-height: 48px;
        min-width: 0;
        border-radius: 8px;
        font-family: "Sen",sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .blog-newsletter .newsletter-form small {
        display: block;
        margin-top: 0;
        color: rgba(51,51,51,.5);
        font-family: "Sen",sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .blog-newsletter .newsletter-box__image {
        display: none;
    }
    .blog-post-single .content-shell__inner { width: min(100% - 32px, 1160px); }
    .blog-post-single__header { margin-bottom: 40px; margin-top: 40px; }
    .blog-post-single__title { max-width: 100%; margin: 8px 0 24px; font-size: 24px; line-height: 1.12; font-weight: bold; }
    .blog-post-single__author-copy strong { color: #004D73; font-size: 16px; line-height: 1.2;}
    .blog-post-single__author-copy span { color: #999999;font-size: 16px;line-height: 1.2;}
    .blog-post-single__media {
        position: relative;
        margin-bottom: 22px;
        overflow: clip;
        border-radius: 12px;
        background: #f5f5f5;
    }

    .blog-post-single__media::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.02);
        pointer-events: none;
    }

    .blog-post-single__media img {
        display: block;
        width: 100%;
        height: 260px;
        max-height: none;
        object-fit: cover;
    }
    .blog-post-single__intro { max-width: 100%; margin-bottom: 22px; font-size: 24px; line-height: 1.34; color: #16B5FF; }
    .blog-post-single__content { max-width: 100%; font-size: 20px; line-height: 1.5; }
    .blog-post-single__content h2,
    .blog-post-single__content h3,
    .blog-post-single__content h4 { margin: 30px 0 14px; font-size: 20px; line-height: 1.5; }
    .blog-post-single__content p,
    .blog-post-single__content ul,
    .blog-post-single__content ol,
    .blog-post-single__content blockquote { margin-bottom: 18px; }
    .blog-post-single__content img,
    .blog-post-single__content figure { max-width: min(100%, 360px); margin: 26px auto; }
    .blog-post-single.content-shell { padding-bottom: 0; }
    .blog-post-single__share { width: 100%; display: block; margin: 40px 0 40px; text-align: center; position: static; left: auto; transform: none; }
    .blog-post-single__share-link { display: inline-flex; vertical-align: middle; margin: 0 5px; }
    .content-shell__inner { width: min(100% - 32px,var(--pymes-container)); margin: 0 16px 0 16px;}
    .content-shell__title { margin: 12px 0 14px; font-size: 20px; line-height: 1.16; letter-spacing: -.01em; text-align: center; }
    .course-page { background: #ffffff; }
    .course-landing { padding-top: 28px; }
    .course-landing__brand-mark,
    .workshop-landing__brand-mark { min-height: 56px; padding: 8px 0; }
    .course-landing__brand-mark img,
    .workshop-landing__brand-mark img { height: 40px; width: auto; }
    .workshop-landing__brand-mark img {
        width: 132px;
        max-width: 132px;
        height: 40px;
        object-fit: contain;
    }
    .course-landing__notice { grid-template-columns: 1fr; gap: 12px; padding: 16px; margin-bottom: 40px; border-radius: 8px; }
    .course-landing__notice.catalog-empty--no-media,
    .workshop-landing__notice--no-media { grid-template-columns: 1fr; }
    .course-landing__notice-figure,
    .workshop-landing__notice-figure,
    .catalog-empty__figure {
        width: min(var(--pymes-landing-icon-size), 58px);
        height: min(var(--pymes-landing-icon-size), 58px);
        padding: 7px;
        border-width: 3px;
        display: none;
    }
    .course-landing__notice-figure img,
    .workshop-landing__notice-figure img,
    .catalog-empty__figure img {
        width: min(var(--pymes-landing-icon-image-size), 42px);
        height: min(var(--pymes-landing-icon-image-size), 42px);
        transform: scale(1.12);
        display: none;
    }
    .course-landing__notice-content h2,
    .workshop-landing .live-empty__title,
    .live-landing .live-empty__title { margin-right: 0; font-size: 16px; line-height: 1.25;margin-bottom: 12px; }
    .course-landing__notice-content p,
    .workshop-landing .live-empty__text,
    .live-landing .live-empty__text { font-size: 16px; line-height: 1.42; }
    .course-landing__notice-close { top: 14px; right: 14px; width: 28px; height: 28px; font-size: 24px; transform: none; }
    .course-landing__notice-close--courses { top: 20px; right: 20px; width: 20px; height: 20px; }
    .catalog-empty { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
    .course-landing__notice-button,.catalog-empty__button { width: 100%; }
    .course-archive-empty__card { padding: 40px 20px; }
    .course-archive-empty__media { margin-bottom: 20px; }
    .course-archive-empty__media img { width: min(100%, 320px); }
    .course-archive-empty__title { font-size: 24px; }
    .course-archive-empty__text { font-size: 16px; }
    .course-filters { margin-bottom: 16px; padding: 16px 16px 32px; border-radius: 8px; }
    .course-filters__top { gap: 16px; margin-bottom: 0; }
    .course-filters__search { grid-template-columns: minmax(0,1fr) 48px; border-radius: 8px; }
    .course-filters__search input,
    .course-filters select { height: 48px; min-height: 48px; font-size: 18px; line-height: 24px; padding-left: 20px; padding-right: 20px; border-radius: 8px; }
    .course-filters__search input { border-radius: 0; }
    .course-filters__search > button[type="submit"] { height: 48px; min-height: 48px; border-radius: 0 8px 8px 0; }
    .course-filters__search-chip { max-width: calc(100% - 58px); min-height: 30px; font-size: 14px; }
    .course-filters__search-chip-remove { width: 10px; height: 10px; flex-basis: 10px; }
    .course-filters__order { grid-template-columns: 1fr; gap: 6px; }
    .course-filters__order label { font-size: 16px; font-weight: 600; line-height: 1.25; }
    .course-filters__toggle { display: inline-flex; align-items: center; justify-content: center; margin-top: 32px; font-size: 18px; font-weight: 500; line-height: 1.25; }
    .course-filters__bottom { display: none; grid-template-columns: 1fr; gap: 10px; margin-top: 32px; }
    .course-filters.is-filters-open .course-filters__bottom { display: grid; }
    .course-filters__label { display: none; }
    .course-results-count { margin: 0 0 16px; color: #666666; font-size: 16px; line-height: 1.4; }
    .course-archive-grid { gap: 16px; justify-items: center; }
    .course-page .course-card--course {
        width: min(100%, 343px);
        height: auto;
        min-height: 0;
        border-radius: 8px;
        overflow: visible;
        box-shadow: 0 16px 32px rgba(12,12,13,.10),0 4px 4px rgba(12,12,13,.05);
    }
    .course-page .course-card--course:hover { transform: none; box-shadow: 0 16px 32px rgba(12,12,13,.10),0 4px 4px rgba(12,12,13,.05); }
    .course-page .course-card--course .course-card__image { overflow: hidden; border-radius: 8px 8px 0 0; position: relative; }
    .course-page .course-card--course .course-card__image img { height: 200px; object-fit: cover; }
    .course-page .course-card--course .course-card__top--overlay { top: 16px; left: 16px; right: 16px; }
    .course-page .course-card--course .course-card__duration,
    .course-page .course-card--course .course-card__rating { min-height: 26px; padding: 4px 8px; font-size: 16px; font-weight: 400; }
    .course-page .course-card--course .course-card__duration::before,
    .course-page .course-card--course .course-card__rating::before { width: 18px; height: 18px; }
    .course-page .course-card--course .course-card__content { flex: 0 0 auto; padding: 24px 16px 16px; gap: 0; }
    .course-page .course-card--course .course-card__badges { gap: 6px; margin-bottom: 16px; }
    .course-page .course-card--course .course-card__badge { min-height: 20px; padding: 4px 12px; font-size: 12px; font-weight: 600; }
    .course-page .course-card--course .course-card__title { margin-bottom: 12px; color: #333333; font-size: 20px; font-weight: 600; line-height: 1.2; }
    .course-page .course-card--course .course-card__excerpt { margin-bottom: 0; color: #666666; font-size: 16px; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
    .course-page .course-card--course .course-card__footer { justify-content: stretch; margin-top: 32px; padding-top: 0; }
    .course-page .course-card--course .course-card__button--course { width: 100%; min-width: 0; min-height: 48px; padding: 0 20px; border-radius: 6px; font-size: 18px; font-weight: 500; line-height: 24px; }
    .course-page .course-section-heading .section-heading__title { font-size: 16px; line-height: 1.2; }
    .live-page .archive-grid { justify-items: center; }
    .live-page .live-card {
        width: min(100%, 343px);
        height: 528px;
        min-height: 528px;
    }
    .live-page .live-card .course-card__footer { width: 100%; justify-content: stretch; padding-top: 0; }
    .live-page .live-card .course-card__button--live { width: 100%; min-width: 0; min-height: 48px; font-size: 18px; line-height: 24px; }
    .course-single__hero { gap: 32px; }
    .course-single__hero .content-shell__eyebrow { min-height: 28px; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
    .course-single__hero-copy { gap: 32px; max-width: none; margin-top: 40px; }
    .course-single__hero-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
    .course-single__hero .content-shell__title { text-align: left; width: 100%; font-size: 24px; font-weight: 600; line-height: 1; letter-spacing: 0; color: #333333; }
    .course-single__summary-wrap { display: flex; flex-direction: column; gap: 8px; width: 100%; }
    .course-single__summary {
        display: -webkit-box;
        width: 100%;
        color: #000000;
        font-size: 16px;
        line-height: 1.2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .course-single__summary-wrap.is-expanded .course-single__summary {
        display: block;
        -webkit-line-clamp: unset;
    }
    .course-single__summary-link {
        display: flex;
        align-self: center;
        justify-content: center;
        margin-top: 0;
        padding: 12px 20px;
        color: #0088ff;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .course-single__hero-cta { grid-column: auto; grid-row: auto; width: 100%; min-width: 0; min-height: 48px; margin-top: 0; transform: none; }
    .course-single__highlights {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 4px 8px rgba(0,0,0,.10);
    }
    .course-single__highlight { flex: 1 1 auto; padding: 16px; border-right: 0; border-bottom: 1px solid #e9e9e9; }
    .course-single__highlight:last-child { border-bottom: 0; }
    .course-single__highlight-label {
        margin-bottom: 4px;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        text-transform: none;
        letter-spacing: 0;
    }
    .course-single__highlight-value { font-size: 20px; font-weight: 600; line-height: 1.2; color: #e49c04; }
    .content-shell__body { gap: 32px; }
    .course-single__panel--outline { padding: 16px; border-color: #f9c345; border-radius: 8px; background: rgba(249,195,69,.05); }
    .course-single__program-list { gap: 24px; margin-bottom: 24px; }
    .course-single__program-list li { padding-left: 36px; font-size: 16px; font-weight: 500; line-height: 1.2; color: #333333; }
    .course-single__program-list li::before { top: 0; width: 24px; height: 24px; }
    .content-panel { padding: 24px; }
    .course-single__content-title,
    .course-single__sidebar-title { margin-bottom: 16px; color: #e49c04; font-size: 20px; font-weight: 700; line-height: 1; }
    .course-single__content { color: #000000; font-size: 16px; line-height: 1.2; }
    .course-single__content p,
    .course-single__content ul,
    .course-single__content ol { margin-bottom: 16px; }
    .course-single__cta--course { width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 0 20px; font-size: 18px; line-height: 24px; }
    .search-catalog-bar__inner { min-height: 56px; }
    .search-catalog-bar__icon { width: 32px; height: 32px; }
    .search-catalog-bar__text {
        flex-wrap: nowrap;
        align-items: center;
        font-size: 20px;
        font-weight: 500;
        white-space: nowrap;
    }
    .search-catalog-bar__label {
        flex: 0 0 auto;
    }
    .search-catalog-bar__query {
        flex: 1 1 auto;
    }
    .search-catalog { padding: 16px 0 56px; }
    .search-empty { gap: 48px; }
    .search-empty__media {
        width: 200px;
        max-width: 200px;
    }
    .search-empty__media img {
        width: 200px;
        height: 150px;
        object-fit: contain;
    }
    .search-empty__content { gap: 0; }
    .search-empty__title {
        margin-bottom: 12px;
        font-size: 24px;
    }
    .search-empty__text {
        margin-bottom: 40px;
        font-size: 16px;
    }
    .search-empty__form {
        grid-template-columns: minmax(0, 1fr) 48px;
        width: 100%;
        margin-bottom: 0;
    }
    .search-empty__form input { min-height: 48px; font-size: 17px; }
    .search-empty__form button { min-height: 48px; }
    .search-empty__form button svg { width: 24px; height: 24px; }
    .search-catalog .course-card--course .course-card__footer,
    .search-catalog .live-card .course-card__footer,
    .search-catalog .blog-card .blog-card__footer,
    .search-catalog .blog-card .course-card__footer {
        width: 100%;
        justify-content: stretch;
        padding-top: 0;
    }
    .search-catalog .course-card--course .course-card__footer,
    .search-catalog .live-card .course-card__footer,
    .search-catalog .blog-card .blog-card__footer,
    .search-catalog .blog-card .course-card__footer {
        margin-top: 32px;
    }
    .search-catalog .course-card--course .course-card__button--course,
    .search-catalog .live-card .course-card__button--live,
    .search-catalog .blog-card .blog-card__button,
    .search-catalog .blog-card .course-card__button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 0 20px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .blog-empty-state--visual { padding: 12px 18px 28px; }
    .archive-grid { grid-template-columns: 1fr; }
}

@media (max-width:980px) and (min-width:760px) {
    .related-initiatives-page__header {
        width: min(100% - 192px, 1280px);
    }
    .related-initiatives-grid {
        width: min(100% - 192px, 1320px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    .community-cta--related-initiatives .community-cta__inner {
        width: min(100% - 192px, 1320px);
    }
}

@media (max-width:767px) {
    .blog-featured__media img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .blog-page .blog-archive-grid .blog-card .blog-card__title,
    .blog-page .blog-archive-grid .blog-card .blog-card__title a,
    .blog-page .blog-archive-grid .blog-card .blog-card__title a:visited {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: var(--pymes-fs-title-md) !important;
        line-height: 1.16 !important;
        color: rgba(0, 77, 115, 1) !important;
    }

    .blog-page .blog-archive-grid .blog-card .blog-card__excerpt {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: var(--pymes-fs-body) !important;
        line-height: 1.5 !important;
    }

    .blog-page .blog-archive-grid .blog-card .course-card__footer,
    .blog-page .blog-archive-grid .blog-card .blog-card__footer {
        margin-top: 14px !important;
    }

    .blog-page .blog-archive-grid .blog-card .course-card__button,
    .blog-page .blog-archive-grid .blog-card .blog-card__button {
        min-height: 64px !important;
        font-size: var(--pymes-fs-body-lg) !important;
    }
}

@media (max-width:767px) {
    body .blog-page .blog-featured .blog-featured__badge {
        min-height: 22px !important;
        padding: 4px 12px 4px 12px !important;
        font-size: 12px !important;
    }

    body .blog-page .blog-featured .blog-featured__title,
    body .blog-page .blog-featured .blog-featured__title a,
    body .blog-page .blog-featured .blog-featured__title a:visited {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 20px !important;
        line-height: 1.18 !important;
        color: rgba(0, 77, 115, 1) !important;
    }

    body .blog-page .blog-featured .blog-featured__excerpt {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: #333333 !important;
    }

    body .blog-page .blog-featured .blog-featured__author-group strong {
        font-size: 16px !important;
        color: rgba(0, 77, 115, 1) !important;
    }

    body .blog-page .blog-featured .blog-featured__author-group span {
        font-size: 16px !important;
    }

    body .blog-page .blog-featured .blog-featured__button {
        min-height: 48px !important;
        font-size: 18px !important;
        margin-top: 32px !important;
        border-radius: 6px;
    }

    .blog-post-single__eyebrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 4px 12px;
        border-radius: 20px;
        background: rgba(0, 77, 115, 0.65);
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
    }

    body .blog-page .blog-archive-grid .blog-card .blog-card__badge,
    body .blog-page .blog-archive-grid .blog-card .course-card__badge {
        min-height: 22px !important;
        padding: 4px 12px 4px 12px !important;
        font-size: 12px !important;
    }

    body .blog-page .blog-archive-grid .blog-card .blog-card__title,
    body .blog-page .blog-archive-grid .blog-card .blog-card__title a,
    body .blog-page .blog-archive-grid .blog-card .blog-card__title a:visited {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    body .blog-page .blog-archive-grid .blog-card .blog-card__excerpt,
    body .blog-page .blog-archive-grid .blog-card .course-card__excerpt {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
    }

    body .blog-page .blog-archive-grid .blog-card .blog-card__footer,
    body .blog-page .blog-archive-grid .blog-card .course-card__footer {
        margin-top: 32px !important;
    }

    body .blog-page .blog-archive-grid .blog-card .blog-card__button,
    body .blog-page .blog-archive-grid .blog-card .course-card__button {
        min-height: 48px !important;
        font-size: 18px !important;
    }
}
/* FIN CSS BLOG */
