:root {
    /*--pymes-blue: #32A6DE;*/
    --pymes-blue: #0088ff;
    --pymes-blue-65: rgba(50,166,222,.65);
    --pymes-blue-35: rgba(50,166,222,.35);
    --pymes-pink: #EC1A55;
    --pymes-pink-85: rgba(236,26,85,.85);
    --pymes-pink-45: rgba(236,26,85,.45);
    --pymes-black: #1B1A19;
    --pymes-black-75: rgba(27,26,25,.75);
    --pymes-black-35: rgba(27,26,25,.35);
    --pymes-white: #FFFFFF;
    --pymes-bg-light: #F7F8FA;
    --pymes-border: rgba(27,26,25,.10);
    --pymes-shadow: 0 24px 40px -18px rgba(15,23,42,.24), 0 14px 24px -14px rgba(15,23,42,.14), 0 3px 8px rgba(15,23,42,.06);
    --pymes-shadow-hover: 0 30px 50px -18px rgba(15,23,42,.28), 0 18px 30px -14px rgba(15,23,42,.16), 0 5px 12px rgba(15,23,42,.07);
    --pymes-radius-sm: 6px;
    --pymes-radius-md: 16px;
    --pymes-radius-lg: 20px;
    --pymes-container: 1440px;
    --pymes-home-container: 1320px;
    --pymes-home-content-inset: 18px;
    --pymes-primary: var(--pymes-blue);
    --pymes-primary-hover: #1f90cf;
    --pymes-primary-soft: #d8ecff;
    --pymes-primary-soft-hover: #c8e4ff;
    --pymes-newsletter-bg: #d9f1fb;
    --pymes-newsletter-bg-strong: #c7ebfb;
    --pymes-live-bg-top: #16b5ff;
    --pymes-live-bg-bottom: #a2e1ff;
    --pymes-footer-bg: #012a65;
    --pymes-footer-bg-strong: #001839;
    --pymes-footer-text: rgba(255,255,255,.96);
    --pymes-footer-muted: rgba(255,255,255,.90);
    --pymes-footer-border: rgba(255,255,255,.12);
    --pymes-footer-social-bg: transparent;
    --pymes-footer-social-border: transparent;
    --pymes-font-family-base: "Sen", sans-serif;
    --pymes-font-weight-regular: 400;
    --pymes-font-weight-semibold: 600;
    --pymes-font-weight-bold: 700;
    --pymes-fs-badge: 12px;
    --pymes-fs-body: 16px;
    --pymes-fs-body-lg: 18px;
    --pymes-fs-title-sm: 20px;
    --pymes-fs-title-md: 24px;
    --pymes-fs-title-lg: 32px;
    --pymes-fs-display: 56px;
    --pymes-fs-overline: 16px;
    --pymes-font-line-tight: 1;
    --pymes-font-line-body: 1.5;
    --pymes-font-letter-normal: 0;
}


/* =========================
   HEADER
========================= */
.header-container { width:min(100% - 64px,1540px);margin:0 auto; }
.site-header { background:#ffffff;border-bottom:1px solid rgba(27,26,25,.06);position:relative;z-index:60; }
.site-header__inner { display:flex;align-items:center;justify-content:space-between;min-height:auto;gap:18px;padding:40px 0; }
.site-header__inner,
.header-search-panel {
    transition:filter .22s ease,opacity .22s ease,transform .22s ease,max-height .28s ease,visibility .22s ease;
}
.site-header.is-search-open .site-header__inner { opacity:.52; filter:blur(1px); }

/* =========================
   LOGO
========================= */
.site-header__brand { display:flex;align-items:center;flex:0 0 auto;min-width:max-content; }
.custom-logo-link { display:inline-flex;align-items:center;line-height:1; }
.custom-logo { height:52px;width:136px; }
.site-header__brand-link { display:inline-flex;align-items:center;color:#1B1A19;font-family:"Sen",sans-serif;font-size:28px;font-weight:700;line-height:1;text-decoration:none; }

/* =========================
   NAV DESKTOP
========================= */
.site-header__nav { flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:0; }
.main-menu { display:flex;align-items:center;justify-content:center;gap: clamp(22px, 2vw, 32px);list-style:none;margin:0;padding:0; }
.main-menu > li { position:relative;margin:0;padding:0;flex:0 0 auto; }
.main-menu > li > a { position:relative;display:inline-flex;align-items:center;justify-content:center;height:32px;color:#1B1A19;font-family:"Sen",sans-serif;font-size:16px;font-weight:400;line-height:1;letter-spacing:-.001em;text-decoration:none;white-space:nowrap; }
.main-menu > li > a:hover { color:#1B1A19; }
.main-menu > li.current-menu-item > a,
.main-menu > li.current-menu-ancestor > a,
.main-menu > li.current-menu-parent > a,
.main-menu > li.current_page_item > a,
.main-menu > li.current_page_parent > a,
.main-menu > li.current_page_ancestor > a,
.main-menu > li.current-page-ancestor > a { font-weight:700; }
.main-menu > li.current-menu-item > a::after,
.main-menu > li.current-menu-ancestor > a::after,
.main-menu > li.current-menu-parent > a::after,
.main-menu > li.current_page_item > a::after,
.main-menu > li.current_page_parent > a::after,
.main-menu > li.current_page_ancestor > a::after,
.main-menu > li.current-page-ancestor > a::after { content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:#1B1A19;border-radius:2px; }
.main-menu > li.menu-item-has-children.current-menu-item > a::after,
.main-menu > li.menu-item-has-children.current-menu-ancestor > a::after,
.main-menu > li.menu-item-has-children.current-menu-parent > a::after,
.main-menu > li.menu-item-has-children.current_page_item > a::after,
.main-menu > li.menu-item-has-children.current_page_parent > a::after,
.main-menu > li.menu-item-has-children.current_page_ancestor > a::after,
.main-menu > li.menu-item-has-children.current-page-ancestor > a::after { right:14px; }

/* =========================
   DROPDOWN DESKTOP
========================= */
.main-menu .menu-item-has-children > a { padding-right:14px; }
.main-menu .menu-item-has-children > a::before { content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-right:1.2px solid currentColor;border-bottom:1.2px solid currentColor;transform:translateY(-62%) rotate(45deg);opacity:.75; }
.main-menu > li.menu-item-has-children::after { content:"";position:absolute;top:100%;left:-14px;right:-14px;height:18px; }
.main-menu .sub-menu { position:absolute;top:calc(100% + 4px);left:0;min-width:220px;list-style:none;margin:0;padding:10px 0;background:#ffffff;border:1px solid rgba(27,26,25,.08);border-radius:12px;box-shadow:0 14px 28px rgba(27,26,25,.10);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease;z-index:30; }
.main-menu .sub-menu li { margin:0;padding:0; }
.main-menu .sub-menu a { display:block;padding:11px 16px;color:#1B1A19;font-family:"Sen",sans-serif;font-size:14px;font-weight:400;line-height:1.35;text-decoration:none;white-space:nowrap; }
.main-menu .sub-menu a:hover { background:rgba(50,166,222,.10);color:#32A6DE; }
.main-menu li:hover > .sub-menu { opacity:1;visibility:visible;transform:translateY(0); }

/* =========================
   ACTIONS DESKTOP
========================= */
.site-header__actions { display:flex;align-items:center;gap:12px;flex:0 0 auto; }
.header-courses-btn { display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;width:124px;padding:8px 12px 8px 12px;background:var(--header-courses-bg,var(--pymes-primary));border-radius:6px;color:var(--header-courses-text,#ffffff);font-family:"Sen",sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap;transition:filter .18s ease; }
.header-courses-btn:hover { background:var(--header-courses-bg,var(--pymes-primary));color:var(--header-courses-text,#ffffff);filter:brightness(.94); }
.header-courses-btn__icon { width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center; }
.header-courses-btn__icon svg { width:18px;height:18px;display:block; }
.header-search-btn { width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff;border:1.4px solid var(--pymes-primary);border-radius:6px;color:var(--pymes-primary);cursor:pointer;padding:0; }
.header-search-btn:hover { background:rgba(50,166,222,.08); }
.header-search-btn svg { width:18px;height:18px;display:block; }
.header-search-panel { max-height:0;overflow:hidden;opacity:0;visibility:hidden;border-top:1px solid rgba(27,26,25,.06);box-shadow:0 8px 12px rgba(27,26,25,.05);transform:translateY(-8px); }
.header-search-panel.is-open { max-height:120px;opacity:1;visibility:visible;transform:translateY(0); }
.header-search-panel .header-container { padding:18px 0 20px; }
.header-search-panel__form { display:grid;grid-template-columns:minmax(0,1fr) 48px;align-items:stretch; }
.header-search-panel__field { position:relative;display:flex;align-items:center;min-height:44px;padding:0 16px;border:1px solid rgba(27,26,25,.14);border-right:0;border-radius:6px 0 0 6px;background:#ffffff;box-shadow:inset 0 1px 2px rgba(27,26,25,.03); }
.header-search-panel__field.is-chip-mode { justify-content:flex-start; }
.header-search-panel__field.is-editing .header-search-chip { display:none; }
.header-search-panel__input { width:100%;min-height:34px;padding:0;border:0;background:transparent;color:#1B1A19;font-family:"Sen",sans-serif;font-size:15px;line-height:1;outline:none; }
.header-search-panel__input { appearance:none;-webkit-appearance:none; }
.header-search-panel__input.is-hidden { position:absolute;opacity:0;pointer-events:none; }
.header-search-panel__input::placeholder { color:rgba(27,26,25,.46); }
.header-search-panel__field:focus-within { border-color:#1388f7;box-shadow:0 0 0 1px #1388f7 inset; }
.header-search-panel__input::-webkit-search-decoration,
.header-search-panel__input::-webkit-search-cancel-button,
.header-search-panel__input::-webkit-search-results-button,
.header-search-panel__input::-webkit-search-results-decoration { -webkit-appearance:none; appearance:none; display:none; }
.header-search-chip { display:inline-flex;align-items:center;align-self:center;gap:10px;max-width:100%;min-height:34px;padding:1px 10px 2px;border:1px solid rgba(27,26,25,.12);border-radius:10px;background:#efefef;color:#4b4b4b;font-family:"Sen",sans-serif;font-size:15px;line-height:1.2;cursor:pointer;box-shadow:0 1px 0 rgba(255,255,255,.65) inset; }
.header-search-chip__label { overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2; }
.header-search-chip__remove { color:#9a9a9a;font-size:24px;font-weight:300;line-height:1;transform:translateY(-1px); }
.header-search-panel__submit { width:48px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;align-self:stretch;border:0;border-radius:0 6px 6px 0;background:#1388f7;color:#ffffff;cursor:pointer;padding:0; }
.header-search-panel__submit:hover { background:#0f6dca; }
.header-search-panel__submit svg { width:18px;height:18px;display:block; }

/* =========================
   TOGGLE MOBILE
========================= */
.header-menu-toggle { position:relative;display:none;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:0;border-radius:0;color:#1B1A19;cursor:pointer;padding:0; }
.header-menu-toggle span { position:absolute;left:50%;display:block;width:18px;height:2px;background:#1B1A19;border-radius:999px;transition:transform .22s ease,opacity .2s ease,width .22s ease;transform-origin:center; }
.header-menu-toggle span:nth-child(1) { transform:translate(-50%,-6px); }
.header-menu-toggle span:nth-child(2) { transform:translate(-50%,0); }
.header-menu-toggle span:nth-child(3) { transform:translate(-50%,6px); }

/* =========================
   MOBILE MENU
========================= */
.mobile-menu { position:absolute;top:100%;left:0;width:100%;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px);background:#ffffff;border-top:1px solid rgba(27,26,25,.14);box-shadow:0 18px 28px rgba(27,26,25,.10);transition:max-height .3s ease,opacity .25s ease,transform .25s ease,visibility .25s ease; }
.mobile-menu.is-open { max-height:calc(100svh - 62px);opacity:1;visibility:visible;transform:translateY(0);overflow:auto; }
.mobile-menu__inner { width:min(100% - 32px,1540px);margin:0 auto;padding:22px 0 24px; }
.mobile-menu__list { list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px; }
.mobile-menu__list > li { position:relative;margin:0;padding:0;border-bottom:0; }
.mobile-menu__list > li > a { display:inline-flex;align-items:center;min-height:54px;color:#1B1A19;font-family:"Sen",sans-serif;font-size:18px;font-weight:400;line-height:1.25;text-decoration:none;padding:0; }
.mobile-menu__list > li.current-menu-item > a,
.mobile-menu__list > li.current-menu-ancestor > a { font-weight:700; text-decoration:underline; text-decoration-thickness:3px; text-underline-offset:5px; }
.mobile-menu__list > .menu-item-has-children > a { gap:12px; }
.mobile-menu__list > .menu-item-has-children > a::after { content:"";width:11px;height:11px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease;opacity:.82;flex:0 0 auto; }
.mobile-menu__list > .menu-item-has-children.is-open > a::after { transform:rotate(225deg) translate(-2px,-1px); }
.mobile-menu__list .sub-menu { max-height:0;overflow:hidden;opacity:0;list-style:none;margin:0;padding:0 0 0 16px;transition:max-height .28s ease,opacity .2s ease,padding .2s ease; }
.mobile-menu__list .menu-item-has-children.is-open > .sub-menu { max-height:420px;opacity:1;padding:4px 0 12px 18px; }
.mobile-menu__list .sub-menu li { margin:0;padding:0; }
.mobile-menu__list .sub-menu a { display:block;padding:10px 0;color:#1B1A19;font-family:"Sen",sans-serif;font-size:18px;font-weight:400;line-height:1.25;text-decoration:none; }
.mobile-submenu-toggle { position:absolute;top:0;right:0;width:46px;height:54px;display:none;align-items:center;justify-content:center;border:0;background:transparent;color:#1B1A19;padding:0;cursor:pointer; }
.mobile-submenu-toggle::before { content:"";width:11px;height:11px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease;opacity:.82; }
.mobile-menu__list .menu-item-has-children.is-open > .mobile-submenu-toggle::before { transform:rotate(225deg) translate(-2px,-1px); }
.mobile-menu__bottom { margin-top:28px;padding:32px 0;border-top:1px solid rgba(27,26,25,.16);border-bottom:1px solid rgba(27,26,25,.16); }
.mobile-menu__courses-btn { display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:52px;padding:0 20px;background:var(--header-courses-bg,var(--pymes-primary));border-radius:6px;color:var(--header-courses-text,#ffffff);font-family:"Sen",sans-serif;font-size:18px;font-weight:600;line-height:1;text-decoration:none;transition:filter .18s ease; }
.mobile-menu__courses-btn:hover { background:var(--header-courses-bg,var(--pymes-primary));color:var(--header-courses-text,#ffffff);filter:brightness(.94); }
.mobile-menu__courses-icon { width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center; }
.mobile-menu__courses-icon svg { width:20px;height:20px;display:block; }
.mobile-menu__search { padding-top:28px; }
.mobile-menu__search-form { display:grid;gap:16px; }
.mobile-menu__search-input { width:100%;min-height:58px;padding:0 22px;border:1px solid rgba(27,26,25,.18);border-radius:8px;background:#ffffff;color:#1B1A19;font-family:"Sen",sans-serif;font-size:18px;font-weight:400;line-height:1;outline:none; }
.mobile-menu__search-input::placeholder { color:rgba(27,26,25,.38); }
.mobile-menu__search-submit { min-height:52px;border:0;border-radius:6px;background:#d8ecff;color:var(--pymes-primary);font-family:"Sen",sans-serif;font-size:18px;font-weight:500;line-height:1;cursor:pointer; }
.mobile-menu__search-submit:hover { background:#cce6ff; }
html { scrollbar-gutter:stable; }
body.mobile-menu-open { overflow:hidden; }
body.welcome-modal-open { overflow:hidden; }
html.success-story-modal-open,
body.success-story-modal-open { overflow: hidden; overscroll-behavior: none; }

/* =========================
   MODAL BIENVENIDA
========================= */
.welcome-modal { position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; padding:24px; }
.welcome-modal[hidden] { display:none; }
.welcome-modal__backdrop { position:absolute; inset:0; background:rgba(17,24,39,.62); backdrop-filter:blur(1px); }
.welcome-modal__dialog { position:relative; z-index:1; width:min(calc(100vw - 48px),860px); max-height:min(calc(100vh - 48px),720px); border-radius:14px; background:#ffffff; box-shadow:0 30px 70px rgba(16,24,40,.24); overflow:hidden; transform:translateY(12px); opacity:0; transition:transform .18s ease, opacity .18s ease; }
.welcome-modal.is-visible .welcome-modal__dialog { transform:translateY(0); opacity:1; }
.welcome-modal__media { position:relative; background:#d9eef7; }
.welcome-modal__media img { display:block; width:100%; height:auto; max-height:min(calc(100vh - 48px),720px); object-fit:cover; }
.welcome-modal__overlay { position:absolute; left:0; right:0; bottom:0; display:flex; flex-direction:column; gap:12px; padding:28px 28px 24px; background:linear-gradient(180deg,rgba(10,18,28,0) 0%,rgba(10,18,28,.18) 20%,rgba(10,18,28,.68) 100%); }
.welcome-modal__content { display:flex; flex-direction:column; gap:18px; padding:72px 28px 28px; background:#ffffff; }
.welcome-modal__close { position:absolute; top:16px; right:16px; left:auto; z-index:3; display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; border:0; background:transparent; cursor:pointer; padding:0; }
.welcome-modal__close img { display:block; width:16px; height:16px; }
.welcome-modal__close:hover,
.welcome-modal__close:focus-visible { opacity:.75; outline:none; }
.welcome-modal__title { margin:0; color:#ffffff; font-size:30px; font-weight:700; line-height:1.08; letter-spacing:-.02em; text-shadow:0 10px 24px rgba(0,0,0,.24); }
.welcome-modal__title--plain { color:#1B1A19; text-shadow:none; letter-spacing:0; }
.welcome-modal__text { max-width:460px; color:rgba(255,255,255,.96); font-size:15px; line-height:1.6; text-shadow:0 10px 24px rgba(0,0,0,.24); }
.welcome-modal__text--plain { max-width:none; color:#1B1A19; text-shadow:none; }
.welcome-modal__text p { margin:0 0 16px; }
.welcome-modal__text p:last-child { margin-bottom:0; }
.welcome-modal__text strong,
.welcome-modal__text b { font-weight:700; }
.welcome-modal__actions { width:100%; display:flex; justify-content:flex-end; margin-top:2px; }
.welcome-modal__actions--plain { margin-top:6px; }
.welcome-modal__button { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 18px; border-radius:8px; background:#1d85f0; color:#ffffff; font-size:14px; font-weight:700; text-decoration:none; }
.welcome-modal__button:hover { background:#166ed0; color:#ffffff; }

/* =========================
   LAPTOP
========================= */
@media (max-width:1400px) { .header-container { width:min(100% - 48px,1540px); } .site-header__inner { gap:14px; } .main-menu { gap:18px; } .main-menu > li > a { font-size:15px; } .custom-logo { height:40px;width:auto; } .header-courses-btn { padding:0 14px; font-size:13px; } }
@media (max-width:1280px) { .main-menu { gap:16px; } }
@media (max-width:1150px) { .main-menu { gap:14px; } .main-menu > li > a { font-size:14px; } .custom-logo { height:42px;width:auto; } .header-courses-btn { padding:0 14px; } }

/* =========================
   TABLET
========================= */
@media (max-width:980px) { .header-container { width:min(100% - 32px,1540px); } .site-header__inner { min-height:82px;gap:12px;justify-content:space-between;padding:0; } .custom-logo { height:34px;width:auto; } .site-header__nav { display:none; } .header-courses-btn { display:none; } .header-search-btn { display:none; } .header-search-panel { display:none; } .header-menu-toggle { display:inline-flex; } .site-header__actions { margin-left:auto;margin-right:0;gap:0; } .site-header { border-bottom:0; } .header-menu-toggle.is-active span:nth-child(1) { width:24px; transform:translate(-50%,0) rotate(45deg); } .header-menu-toggle.is-active span:nth-child(2) { opacity:0; } .header-menu-toggle.is-active span:nth-child(3) { width:24px; transform:translate(-50%,0) rotate(-45deg); } }
@media (max-width:980px) { .welcome-modal { padding:18px; } .welcome-modal__dialog { width:min(calc(100vw - 36px),620px); max-height:min(calc(100vh - 36px),620px); } .welcome-modal__media img { max-height:min(calc(100vh - 36px),620px); } .welcome-modal__overlay { padding:22px 22px 20px; } .welcome-modal__content { padding:64px 22px 22px; } .welcome-modal__title { font-size:26px; } }

/* =========================
   MOBILE
========================= */
@media (max-width:767px) { .header-container { width:min(100% - 32px,1540px); } .site-header { background:rgba(255,255,255,.95); box-shadow:0 2px 4px rgba(0,0,0,.25); } .site-header__inner { min-height:72px;gap:12px; } .custom-logo { height:40px;width:auto; } .site-header__actions { gap:0; } .header-menu-toggle { width:32px;height:32px; } .header-menu-toggle span { width:24px;height:2px;background:#1B1A19; } .header-menu-toggle span:nth-child(1) { transform:translate(-50%,-8px); } .header-menu-toggle span:nth-child(2) { transform:translate(-50%,0); } .header-menu-toggle span:nth-child(3) { transform:translate(-50%,8px); } .header-menu-toggle.is-active span:nth-child(1), .header-menu-toggle.is-active span:nth-child(3) { width:24px; } .mobile-menu.is-open { max-height:calc(100svh - 72px); } .mobile-menu__inner { width:100%;padding:18px 28px 18px; } .mobile-menu__list { gap:6px; } .mobile-menu__list > li > a { min-height:48px;font-size:20px; } .mobile-menu__list .sub-menu a { padding:8px 0; font-size:20px; line-height:1.25; } .mobile-submenu-toggle { width:48px;height:48px; } .mobile-menu__bottom { margin-top:18px;margin-left:-28px;margin-right:-28px;padding:20px 28px;border-top:1px solid rgba(27,26,25,.16);border-bottom:1px solid rgba(27,26,25,.16); } .mobile-menu__courses-btn { min-height:52px;font-size:17px; } .mobile-menu__search { padding-top:18px; } .mobile-menu__search-form { gap:12px; } .mobile-menu__search-input { min-height:52px;font-size:17px;padding:0 18px; } .mobile-menu__search-submit { min-height:50px;font-size:17px; } }
@media (max-width:767px) { .welcome-modal { padding:12px; } .welcome-modal__dialog { width:min(calc(100vw - 24px),420px); max-height:min(calc(100vh - 24px),560px); } .welcome-modal__media img { max-height:min(calc(100vh - 24px),560px); } .welcome-modal__overlay { padding:18px 18px 16px; gap:10px; } .welcome-modal__content { padding:56px 18px 18px; } .welcome-modal__title { font-size:22px; } .welcome-modal__text { font-size:14px; line-height:1.55; } .welcome-modal__button { width:100%; } .welcome-modal__close { top:12px; right:12px; left:auto; width:24px; height:24px; } }

/* =========================
   MOBILE SMALL
========================= */
@media (max-width:480px) { .site-header__inner { min-height:72px; } .custom-logo { height:40px;width:auto; } .header-menu-toggle { width:32px;height:32px; } .header-menu-toggle span { width:24px;height:2px; } .header-menu-toggle span:nth-child(1) { transform:translate(-50%,-8px); } .header-menu-toggle span:nth-child(3) { transform:translate(-50%,8px); } .header-menu-toggle.is-active span:nth-child(1), .header-menu-toggle.is-active span:nth-child(3) { width:24px; } .mobile-menu.is-open { max-height:calc(100svh - 72px); } .mobile-menu__inner { width:100%;padding:16px 16px 18px; } .mobile-menu__list { gap:24px; } .mobile-menu__list > li > a { min-height:21px;font-size:18px; } .mobile-menu__list .sub-menu a { padding:7px 0; font-size:16px; line-height:1.25; } .mobile-submenu-toggle { width:44px;height:44px; } .mobile-menu__bottom { margin-top:16px;margin-left:-16px;margin-right:-16px;padding:18px 16px;border-top:1px solid rgba(27,26,25,.16);border-bottom:1px solid rgba(27,26,25,.16); } .mobile-menu__courses-btn { min-height:50px;font-size:18px; } .mobile-menu__search { padding-top:16px; } .mobile-menu__search-form { gap:10px; } .mobile-menu__search-input { min-height:50px;font-size:18px;padding:0 16px; } .mobile-menu__search-submit { min-height:48px;font-size:18px; } }
/* ================================================================================================================================================================================================================================================================================================================================================================================================= */


/* =========================
   BASE
========================= */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body { margin: 0; overflow-x: hidden; font-family: var(--pymes-font-family-base); font-size: 16px; font-weight: var(--pymes-font-weight-regular); line-height: var(--pymes-font-line-body); letter-spacing: var(--pymes-font-letter-normal); color: var(--pymes-black); background: var(--pymes-white); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
h1,h2,h3,h4,h5,h6 { font-family: var(--pymes-font-family-base); font-weight: var(--pymes-font-weight-bold); line-height: var(--pymes-font-line-tight); letter-spacing: var(--pymes-font-letter-normal); }
p,li,td,th,label,input,textarea,select { font-family: var(--pymes-font-family-base); font-weight: var(--pymes-font-weight-regular); letter-spacing: var(--pymes-font-letter-normal); }
small,.text-subtitle,.section-kicker,.eyebrow { font-family: var(--pymes-font-family-base); font-weight: var(--pymes-font-weight-semibold); line-height: var(--pymes-font-line-tight); letter-spacing: var(--pymes-font-letter-normal); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button,input,textarea,select { font: inherit; }
.home-page { overflow: hidden; }
.container { width: min(100% - 64px,var(--pymes-container)); margin: 0 auto; }
.home-page .container { width: min(100% - 64px,var(--pymes-home-container)); }
.home-section { padding: 72px 0; }

/* =========================
   BOTONES
========================= */
.btn-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 22px; border: 0; border-radius: var(--pymes-radius-sm); background: var(--pymes-primary); color: var(--pymes-white); font-size: 14px; font-weight: 700; line-height: 1; cursor: pointer; transition: background .25s ease,transform .25s ease; }
.btn-primary:hover { background: var(--pymes-primary-hover); transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 22px; border: 0; border-radius: var(--pymes-radius-sm); background: var(--pymes-blue-35); color: var(--pymes-primary); font-size: 14px; font-weight: 700; line-height: 1; cursor: pointer; transition: background .25s ease,transform .25s ease; }
.btn-secondary:hover { background: rgba(50,166,222,.45); transform: translateY(-1px); }

/* =========================
   TITULOS DE SECCION
========================= */
.section-heading { display: flex; align-items: center; justify-content: flex-start; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.home-page .section-heading { padding-inline: var(--pymes-home-content-inset); }
.section-heading__left { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.section-heading__icon { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: var(--pymes-black); flex: 0 0 auto; }
.section-heading__icon-svg { width: 24px; height: 24px; display: block; }
.section-heading__icon-image { width: 100%; height: 100%; display: block; object-fit: contain; }
.section-heading__title { margin: 0; font-size: var(--pymes-fs-title-sm); font-weight: 500; line-height: 1; color: #333333; letter-spacing: 0; }
.section-heading__actions { display: inline-flex; align-items: center; gap: 10px; }
.section-heading__separator { width: 1px; height: 20px; background: rgba(27,26,25,.55); border-radius: 999px; }
.section-heading__link { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 0 16px; border-radius: 6px; background: rgba(0,136,255,.2); color: #0088ff; font-size: 16px; font-weight: 500; text-decoration: none; white-space: nowrap; line-height: 1; }
.section-heading__link:hover { background: rgba(0,136,255,.24); text-decoration: none; color: #0088ff; }
.section-heading--light .section-heading__icon { color: var(--pymes-white); }
.section-heading--light .section-heading__title { color: var(--pymes-white); }
.section-heading--light .section-heading__separator { background: rgba(255,255,255,.72); }
.section-heading--light .section-heading__link { background: #ffffff; color: var(--pymes-blue); }
.section-heading--light .section-heading__link:hover { background: rgba(255,255,255,.92); color: var(--pymes-blue); }
.section-heading--small-space { margin-top: 46px; }

/* =========================
   BREADCRUMB + PAGINACION
========================= */
.breadcrumb-bar { min-height: 36px; display: flex; align-items: center; }
.breadcrumb-bar--default { background: #8898aa; }
.breadcrumb-bar--page { background: #7f8ea3; }
.breadcrumb-bar--initiatives { background: #43b3ea; }
.breadcrumb-bar--courses { background: #f5c242; }
.breadcrumb-bar--live { background: var(--pymes-blue); }
.breadcrumb-bar .container { width: min(100% - 64px,1540px); margin: 0 auto; }
.breadcrumb-bar__nav { min-height: 36px; display: flex; align-items: center; gap: 8px; color: #ffffff; font-size: 14px; font-weight: 600; line-height: 1; }
.breadcrumb-bar__nav span,
.breadcrumb-bar__nav a { position: relative; color: inherit; text-decoration: none; }
.breadcrumb-bar__nav span + span::before,
.breadcrumb-bar__nav a + span::before,
.breadcrumb-bar__nav a + a::before,
.breadcrumb-bar__nav span + a::before { content: '›'; margin-right: 10px; opacity: .9; }
.page-numbers { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 0; padding: 0; }
.page-numbers li { margin: 0; }
.page-numbers a,
.page-numbers span { min-width: 32px; min-height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; border-radius: 6px; background: #ffffff; color: #4a4a4a; font-size: 15px; font-weight: 600; line-height: 1; box-shadow: 0 4px 12px rgba(27,26,25,.08); text-decoration: none; }
.page-numbers .current { background: var(--pymes-blue); color: #ffffff; }
.page-numbers .dots { background: #ffffff; color: #8b8b8b; box-shadow: 0 4px 12px rgba(27,26,25,.08); }

@media (max-width:767px) {
    .page-numbers {
        width: fit-content;
        margin: 28px auto 0;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 5px;
        overflow: visible;
    }
    .page-numbers li {
        flex: 0 0 auto;
    }
    .page-numbers .prev {
        display: none;
    }
    .page-numbers a,
    .page-numbers span {
        min-width: 32px;
        min-height: 32px;
        padding: 0 8px;
        border: 1px solid #f1f1f1;
        border-radius: 8px;
        background: #ffffff;
        color: #333330;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        box-shadow: none;
    }
    .page-numbers .next,
    .course-page .page-numbers .next,
    .search-catalog .page-numbers .next,
    .related-initiatives-page .page-numbers .next,
    .blog-page .page-numbers .next,
    .success-stories-page .page-numbers .next {
        min-width: 32px;
        width: 32px;
        padding: 0;
        font-size: 0 !important;
        color: transparent !important;
        background-image: url('../img/defaults/Vectorpagerright.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px 16px;
    }
    .page-numbers .current {
        background: var(--pymes-blue);
        border-color: var(--pymes-blue);
        color: #ffffff;
    }
    .page-numbers .dots {
        background: #ffffff;
        border-color: #f1f1f1;
        color: #333330;
        box-shadow: none;
    }
}

@media (max-width:1499px) and (min-width:981px) {
    .container { width: min(100% - 192px,var(--pymes-container)); }
    .home-page .container { width: min(100% - 192px,var(--pymes-home-container)); }
    .breadcrumb-bar .container { width: min(100% - 192px,1540px); }
}

@media (max-width:980px) {
    .breadcrumb-bar .container { width: min(100% - 40px,1540px); }
}

@media (max-width:767px) {
    .section-heading__icon-svg {
        width: 24px;
        height: 24px;
        display: block;
    }
    .breadcrumb-bar .container { width: min(100% - 32px,1540px); }
    .breadcrumb-bar__nav { flex-wrap: nowrap; padding: 8px 0; line-height: 1.4; overflow: hidden; white-space: nowrap; font-size: 16px; }
    .breadcrumb-bar__nav span,
    .breadcrumb-bar__nav a {
        min-width: 0;
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .breadcrumb-bar__nav span + span::before,
    .breadcrumb-bar__nav a + span::before,
    .breadcrumb-bar__nav a + a::before,
    .breadcrumb-bar__nav span + a::before {
        width: 8px;
        height: 8px;
        margin-right: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    .breadcrumb-bar__nav span:last-child,
    .breadcrumb-bar__nav a:last-child {
        flex: 1 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
