@font-face {
    font-family: 'Santander Micro';
    src: url("/static/css/fonts/SantanderMicroText.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santander Micro';
    src: url("/static/css/fonts/SantanderMicroTextBd.ttf") format('truetype'),
        url('https://www.santanderopenacademy.com/etc.clientlibs/becasmicrosites/clientlibs/clientlib-core/resources/resources/fonts/santander-micro/SantanderMicroTextW05-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santander_IconFont';
    src: url("/static/css/fonts/Santander_IconFont.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root {
    --santander-font: "Santander Micro", "Santander Text", "Open Sans", Helvetica, Arial, sans-serif;
    --santander-header-font-size-desktop: 1rem; /* Fallback de argos-font-size-3 */
    --santander-header-line-height: 1.5;
    --santander-header-light-color: #fff;
    --santander-header-dark-color: #222;
    --santander-header-button-active-color: #127277;
    --santander-header-main-border-color: #cedee7;
    --santander-header-actions-hover-color: #f5f9fb;
    --santander-header-color-santander: #ec0000;
    --santander-header-santander-hover-color: #c00;
    --santander-header-bold-font-weight: 700;
    --santander-header-font-icons: "Santander_IconFont",sans-serif;
    --santander-header-font-size-desktop: var(--argos-font-size-3);
    --santander-header-line-height: var(--argos-line-height-3);
    --santander-header-light-color: #fff;
    --santander-header-dark-color: #222;
    --santander-header-button-active-color: #127277;
    --santander-header-main-border-color: #cedee7;
    --santander-header-actions-hover-color: #f5f9fb;
    --santander-header-micro-font-family: var(--santander-header-micro-font, var(--argos-font));
    --santander-header-headline-bold-font-family: var(--argos-font-headline);
    --santander-header-color-santander: #ec0000;
    --santander-header-santander-hover-color: #c00;
    --santander-header-bold-font-family: var(--santander-header-bold-font, var(--argos-font));
    --santander-header-bold-font-weight: var(--argos-font-weight-bold);
}

body, header {
    font-family: var(--santander-header-micro-font-family);
}

header * {
    font-family: var(--santander-font) !important;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    line-height: var(--santander-header-line-height);
    color: var(--santander-header-dark-color);
}

.santander-header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.5rem 1.5rem;
    background-color: var(--santander-header-light-color);
    border-bottom: 1px solid var(--santander-header-main-border-color);
}

.santander-header ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.access .santander-header__navigation-link {
    background-color: var(--santander-header-color-santander);
    border-radius: 50px;
    color: var(--santander-header-light-color) !important;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
    box-shadow: rgba(68, 68, 68, 0.2) 0px 1px 6px 0px;
}

.access .santander-header__navigation-link span {
    color: var(--santander-header-light-color);
}

.santander-header button, .santander-header a {
    cursor: pointer;
    text-decoration: none;
    outline-color: var(--santander-header-button-active-color);
}

.santander-header__navigation-button,
.santander-header__navigation-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font: var(--santander-header-font-size-desktop) var(--santander-header-micro-font-family);
    line-height: var(--santander-header-line-height);
    cursor: pointer;
    border: none;
    padding: 0.75rem 1rem;
    background: transparent;
    border-radius: 40px;
    color: var(--santander-header-dark-color);
    transition: background 0.2s;
    text-decoration: none;
}

.santander-header__navigation-button,
.santander-header__navigation-link
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font: var(--santander-header-font-size-desktop) var(--santander-header-micro-font-family);
    line-height: var(--santander-header-line-height);
    cursor: pointer;
    border: none;
    padding: 0.5rem 0.5rem;
    background: var(--santander-header-light-color);
    border-radius: 40px;
    outline-offset: 4px;
}

.santander-header .santander-header__navigation-link:hover {
    text-decoration: none !important;
}

.santander-header__navigation-button[aria-expanded='true']:not([disabled]),
.santander-header__navigation-button:not([disabled]):hover,
.santander-header__navigation-button:not([disabled]):focus-visible,
.santander-header__navigation-link:not([disabled]):hover, 
.santander-header__navigation-link:not([disabled]):focus-visible,
.santander-header__navigation-link[aria-current='page']:not([disabled]),
.santander-header__navigation__menu__list__item.is-active .santander-header__navigation-button:not([disabled]),
.santander-header__navigation-button:not([disabled]):hover .santander-header__navigation__submenu-button__title,
.santander-header__navigation__menu__list__item.is-active .santander-header__navigation__submenu-button__title
{
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
    color: var(--santander-header-button-active-color);
}

.santander-header__navigation__menu__list__item.is-active .santander-header__navigation-button {
    background: var(--santander-header-actions-hover-color);
}

.is-active .santander-header__icon--menu-chevron::after {
    transform: rotate(180deg);
}

.santander-header__login-button {
    background-color: var(--santander-header-color-santander) !important;
    color: white !important;
    font-weight: bold;
    padding: 0.6rem 1.5rem !important;
}

.explore .santander-header__icon--menu-chevron,
.languages .santander-header__icon--menu-chevron {
    color: var(--santander-header-button-active-color);
}

span.santander-header__icon--menu-chevron {
    font-size: 1.25rem;
    font-weight: var(--santander-header-bold-font-weight);
}

[class^='icon-'], [class*='icon-'] {
    font-family: var(--santander-header-font-icons) !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-layout-shift {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.no-layout-shift::after {
    content: attr(data-text);
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-family: var(--santander-font);
    font-weight: var(--santander-header-bold-font-weight);
}

.icon-a--chevron-up:before {
    content: "\e91b";
}

.icon-a--chevron-down:before {
    content: "\e91c";
}

.icon-arrow_function_sign_off:before {
    content: "\e928";
}

.santander-header__container {
    display: flex;
    flex-grow: 1;
    place-items: center;
    justify-content: space-between;
    background-color: transparent;
    box-shadow: none;
}

.santander-header__logo-image {
    display: block;
    width: auto;
    height: 24px;
}

.explore .santander-header__navigation--selector-submenu--container {
    width: 100%;
    left: 0;
    border: 0;
    border-radius: 0 0 24px 24px;
    top: 67px;
}
.santander-header__navigation--selector-submenu--container {
    position: absolute;
    display: block;
    min-width: auto;
    right: 24px;
    top: 72px;
    padding: 0;
    overflow: hidden;
    background-color: var(--santander-header-light-color);
    border: 1px solid rgb(238 238 238);
    border-radius: 24px;
    box-shadow: rgba(0 0 0 / 16%) 0 16px 32px -12px;
}

.santander-header__navigation--selector-submenu--container .santander-header__navigation--selector-submenu--grid {
    grid-template-columns: repeat(4, auto);
    max-width: 1440px;
}
.santander-header__navigation--selector-submenu--grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    max-width: 1140px;
    margin: auto;
}

.explore .santander-header--submenu--list-container:not(:last-child) {
    border: solid;
    border-width: 0 1px 0 0;
    border-color: var(--santander-header-main-border-color);
}

.santander-header--submenu--list-container {
    padding: 1.75rem 1.5rem;
}

.explore .santander-header__navigation--submenu--block-list {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
}

.santander-header__navigation--submenu--block-list {
    display: flex;
}

.santander-header__navigation__submenu__list__item {
    border-radius: 8px;
    white-space: nowrap;
}

.explore .santander-header__navigation__submenu-link {
    padding: 0.75rem;
    min-width: 191px;
}

.santander-header__navigation__submenu-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    margin: 0;
    font: var(--santander-header-font-size-desktop) var(--santander-header-micro-font-family);
    line-height: var(--santander-header-line-height);
}

.santander-header__submenu-title {
    padding: 0 0 0 0.75rem;
    margin: 0;
    font-size: 1.5rem;
    font-family: var(--santander-header-headline-bold-font-family) !important;
    font-weight: var(--santander-header-bold-font-weight);
}

.santander-header__submenu-title-container {
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.catalog .santander-header__navigation__submenu__list__item:hover {
    background-color: #e8f3f6;
}

.santander-header__navigation__submenu__list__item:hover {
    background-color: var(--santander-header-actions-hover-color);
}

.santander-header__navigation__submenu__list__item:hover a,
.santander-header__navigation__submenu__list__item a:focus-visible {
    color: var(--santander-header-button-active-color);
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
    border-radius: 8px;
}

.explore .categories .santander-header__navigation--submenu--block-list {
    grid-template-columns: repeat(2, 1fr);
}

.featuredContent.featuredContentCurso {
    background: #F3FCFC;
}

.featuredContent .featuredContent-header {
    width: 100%;
    display: flex;
    padding: 0.75rem 0;
}

.featuredContent .featuredContent-header .featuredContent-header-icon {
    width: 40px;
    height: 40px;
    background: #DEEDF2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.featuredContent .featuredContent-body {
    margin-top: 20px;
    height: calc(100% - 20px - 16px - 48px);
    position: relative;
}

.featuredContent .featuredContent-body .featuredContent-body-card {
    position: relative;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #CEDEE7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featuredContent .featuredContent-body .featuredContent-body-card p:nth-child(1) {
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
}

.featuredContent .featuredContent-body .featuredContent-body-card p:nth-child(2) {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px 0;
    z-index: 2;
}

.featuredContent .featuredContent-body .featuredContent-body-card .featuredTag {
    padding: 2px 8px;
    border-radius: 24px;
    border: 1px solid #8F8F8F;
    font-size: 14px;
    text-transform: lowercase;
    display: none;
}

.featuredContent .featuredContent-body .featuredContent-body-card .featuredLocation {
    font-size: 14px;
    color: #727272;
    margin: 16px 0;
    display: flex;
    align-items: center;
}

.featuredContent .featuredContent-body .featuredContent-body-card .featuredDate {
    display: flex;
    align-items: center;
    margin-top: auto;
    z-index: 2;
}

.featuredContent .featuredContent-body .featuredImage {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.base-dropdown .santander-header__navigation--submenu--block-list,
.languages .santander-header__navigation--submenu--block-list,
.userMenu .santander-header__navigation--submenu--block-list {
    flex-direction: column;
}

.base-dropdown .santander-header--submenu--list-container,
.languages .santander-header--submenu--list-container {
    max-width: 242px;
}

.no-layout-shift--align-left {
    align-items: flex-start;
}

.base-dropdown .santander-header__navigation__submenu-link,
.languages .santander-header__navigation__submenu-link,
.explore .santander-header__navigation__submenu-link {
    gap: 0 !important;
}

.santander-header__navigation-button--content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.santander-header__navigation-session-items__container,
.santander-header__navigation-userType-items__list {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-a-FUNC059--personal_area::before {
    content: "\e97f";
}

.santander-header__menu__icon {
    font-size: 1.5rem;
}

.languages .santander-header__navigation__submenu-button__title {
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
}

.access .santander-header__navigation-link:hover,
.access .santander-header__navigation-link:focus-visible {
    background-color: var(--santander-header-santander-hover-color);
}

.userMenu .santander-header__navigation-button {
    padding: 0.375rem 0.5rem;
    border-radius: 100px;
    border: 1px solid var(--santander-header-main-border-color);
}

.userMenu .santander-header__navigation__submenu-button__title {
    color: var(--santander-header-button-active-color);
    background-color: rgb(210, 240, 242);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
}

.userMenu .santander-header__navigation__submenu-button__title.userMenuLongway {
    width: auto;
    padding: 0.375rem 0.5rem;
    border-radius: 100px;
}

.userMenu .santander-header__icon--menu-chevron, .searcher span {
    color: var(--santander-header-color-santander);
}

span.santander-header__icon--menu-chevron {
    font-size: 1.25rem;
    font-weight: var(--santander-header-bold-font-weight);
}

.santander-header__navigation__submenu-button {
    padding: 0.75rem 1rem;
    border: none;
    text-decoration: none;
    background: inherit;
    border-radius: 8px;
    font-family: var(--santander-header-micro-font-family);
}

.logout:hover .santander-header__navigation__submenu-button--content {
    background-color: var(--santander-header-actions-hover-color);
    font-family: var(--santander-header-bold-font-family);
    font-weight: var(--santander-header-bold-font-weight);
}

.santander-header__navigation__submenu-button--content {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: var(--santander-header-button-active-color);
}

.logout .santander-header__navigation__submenu-button--content {
    font-size: initial; /* to fix 18px */
}

.searcher .santander-header__navigation-link:hover,
.userMenu .santander-header__navigation-button:hover,
.userMenu .santander-header__navigation-button[aria-expanded="true"],
.userMenu .santander-header__navigation-button:focus-visible,
.userMenu.is-active .santander-header__navigation-button {
    background: rgb(246, 246, 246);
}

.santander-header__navigation-button[disabled] {
    cursor: default;
}

.searcher .santander-header__navigation-link {
    border-radius: 50px;
    box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.2);
    padding: 0.5rem;
    transition: none;
}

.searcher .loupe-icon {
    font-size: 2rem;
}

.userMenu .santander-header__icon--menu-chevron, .searcher span {
    color: var(--santander-header-color-santander);
}

.icon-a-FUNC071--loupe_search:before {
    content: '\e940';
}

/* Estilos Featured Content (Tu CSS convertido) */
/* Aquí va el bloque de CSS de featuredContent que enviaste anteriormente */
.featuredContent{cursor:pointer;background:#FFFDF5;}
.featuredContent .featuredContent-body .featuredContent-body-card{position:relative;padding:24px;background:#fff;border-radius:16px;border:1px solid #CEDEE7;display:flex;flex-direction:column;}