@font-face {
    /* latin */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
    src: url('/themes/win/font/Oswald/Oswald-VariableFont_wght.woff2') format('woff2'),
        url('/themes/win/font/Oswald/Oswald-VariableFont_wght.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    /* latin */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/themes/win/font/Jost/Jost-VariableFont_wght.woff2') format('woff2'),
        url('/themes/win/font/Jost/Jost-VariableFont_wght.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;    
}
@font-face {
    /* latin */
    font-family: 'Jost';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('/themes/win/font/Jost/Jost-Italic-VariableFont_wght.woff2') format('woff2'),
        url('/themes/win/font/Jost/Jost-Italic-VariableFont_wght.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Common */
/* Colores claros */
:root {
    --fontJost: 'Jost', serif; /* weight: 100 a 900 y Italic */
    --fontOswald: 'Oswald', serif; /* weight: 200 a 700 */
    --bg-color: #84adc9;
    --bg-color-ellipse1: 255,255,255;
    --bg-color-ellipse2: 255,255,255;
    --bg-color-linear1: #84adc9;
    --bg-color-linear2: #a5c5dc;
    --text-color: #000;
    --lupa-color: #434343;
    --lupa-color-hover: #000;
    --bombilla-color: #ffad00;
    --bombilla-color-hover: #ffad00;
    --header-bg-color: linear-gradient(to bottom, #d1dde6 0%, #e4f1fa 100%);
    --header-boder-bottom: 0.1rem solid rgba(0, 0, 0, 0.4);
    --header-logo-text-color: #0078d4;
    --header-logo-text-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0.2rem 0.2rem 0.2rem rgba(255,255,255, 0.9);
    --card-border: 0.1rem solid rgba(0, 0, 0, 0.2);
    --card-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.05);
    --card-hover:  0 0 2rem rgba(0,0,0,0.1);
    --card-Base1Title-background: #dae5fb;
    --card-Base1Title-text-color: #0078d4;
    --card-Base1Title-text-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0.1rem 0.1rem 0.2rem rgba(255,255,255, 1);
    --card-Base1Title-border-boton: 0.1rem solid rgba(0, 0, 0, 0.1);
    --card-Base1Content-background: #e2eafd;
    --card-Base1Content-text-color: #1a1a1a;
    --card-Options-background: #cde3ff;
    --card-Options-bg-color: linear-gradient(45deg, #cde3ff, #c5daf5);
    --card-Options-border: 0.1rem solid rgba(0, 0, 0, 0.2);
    --card-Options-border-hover: 0.1rem solid rgba(0,0,0,0.6);
    --card-Options-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    --card-Options-text-color: #333;
    --svg-color: #434343;
    --svg-color-default: #000;
    --so-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
    --so-box-shadow-hover: 0 0.8rem 1.2rem rgba(0, 0, 0, 0.15);
    --so-border: var(--so-border);
    --so-bg-color: #e7efff;
    --so-color: #333;
    --titulo-boder-bottom: 0.1rem solid #a0a0a0;
    --titulo-box-shadow: 0 0.1rem 0 #FFF;
}

html.light-mode {
    --fontJost: 'Jost', serif; /* weight: 100 a 900 y Italic */
    --fontOswald: 'Oswald', serif; /* weight: 200 a 700 */
    --bg-color: #84adc9;
    --bg-color-ellipse1: 255,255,255;
    --bg-color-ellipse2: 255,255,255;
    --bg-color-linear1: #84adc9;
    --bg-color-linear2: #a5c5dc;
    --text-color: #000;
    --lupa-color: #434343;
    --lupa-color-hover: #000;
    --bombilla-color: #ffad00;
    --bombilla-color-hover: #ffad00;
    --header-bg-color: linear-gradient(to bottom, #d1dde6 0%, #e4f1fa 100%);
    --header-boder-bottom: 0.1rem solid rgba(0, 0, 0, 0.4);
    --header-logo-text-color: #0078d4;
    --header-logo-text-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0.2rem 0.2rem 0.2rem rgba(255,255,255, 0.9);
    --card-border: 0.1rem solid rgba(0, 0, 0, 0.2);
    --card-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.05);
    --card-hover:  0 0 2rem rgba(0,0,0,0.1);
    --card-Base1Title-background: #dae5fb;
    --card-Base1Title-text-color: #0078d4;
    --card-Base1Title-text-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0.1rem 0.1rem 0.2rem rgba(255,255,255, 1);
    --card-Base1Title-border-boton: 0.1rem solid rgba(0, 0, 0, 0.1);
    --card-Base1Content-background: #e2eafd;
    --card-Base1Content-text-color: #1a1a1a;
    --card-Options-background: #cde3ff;
    --card-Options-bg-color: linear-gradient(45deg, #cde3ff, #c5daf5);
    --card-Options-border: 0.1rem solid rgba(0, 0, 0, 0.2);
    --card-Options-border-hover: 0.1rem solid rgba(0,0,0,0.6);
    --card-Options-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    --card-Options-text-color: #333;
    --svg-color: #434343;
    --svg-color-default: #000;
    --so-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
    --so-box-shadow-hover: 0 0.8rem 1.2rem rgba(0, 0, 0, 0.15);
    --so-border: var(--so-border);
    --so-bg-color: #e7efff;
    --so-color: #333;
    --titulo-boder-bottom: 0.1rem solid #a0a0a0;
    --titulo-box-shadow: 0 0.1rem 0 #FFF;
}

/* Colores oscuros si el usuario fuerza el modo oscuro */
html.dark-mode {
    --bg-color: #061131;
    --bg-color-ellipse1: 1,172,228;
    --bg-color-ellipse2: 193,53,160;
    --bg-color-linear1: #061131;
    --bg-color-linear2: #102e83;
    --text-color: #d1d1d1;
    --lupa-color: #666;
    --lupa-color-hover: #fff;
    --bombilla-color: #666;
    --bombilla-color-hover: #999;
    --header-bg-color: linear-gradient(to bottom, #2e2e2e 0%, #1c1c1c 100%);
    --header-boder-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
    --header-logo-text-color: #01ace4;
    --header-logo-text-shadow: 0 0 0.1rem #000, 0 0 0.1rem #000, 0.2rem 0.2rem 0.2rem rgba(0,0,0, 0.9);
    --card-border: 0.1rem solid rgba(255, 255, 255, 0.2);
    --card-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.05);
    --card-hover:  0 0 2rem rgba(0,255,255,0.15);
    --card-Base1Title-background: #1c1c1c;
    --card-Base1Title-text-color: #01ace4;
    --card-Base1Title-text-shadow: 0 0 0.1rem #000, 0 0 0.1rem #000, 0.1rem 0.1rem 0.2rem rgba(0,0,0, 1);
    --card-Base1Title-border-boton: 0.1rem solid rgba(255, 255, 255, 0.2);
    --card-Base1Content-background: #2e2e34;
    --card-Base1Content-text-color: #ccc;
    --card-Options-background: #444;
    --card-Options-bg-color: linear-gradient(45deg, #444, #666);
    --card-Options-border: 0.1rem solid rgba(255,255,255,0.3);
    --card-Options-border-hover: 0.1rem solid rgba(255,255,255,0.6);
    --card-Options-box-shadow: 0 0.2rem 0.5rem rgba(255,255,255,0.3);
    --card-Options-text-color: #FFF;
    --svg-color: #e6e6e6;
    --svg-color-default: #FFF;
    --so-box-shadow: 0 0.4rem 0.6rem rgba(255, 255, 255, 0.2);
    --so-box-shadow-hover: 0 0.8rem 1.2rem rgba(255, 255, 255, 0.25);
    --so-border: 0.1rem solid rgba(255,255,255,0.3);
    --so-bg-color: #5c5c5c;
    --so-color: #fff;
    --titulo-boder-bottom: 0.1rem solid #494949;
    --titulo-box-shadow: 0 0.1rem 0 #000;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html{
    font-size: 62.5%;
    cursor:default;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

a, a:hover, a:visited{
    color: var(--text-color);
    outline:0;
    word-wrap: break-word;
    text-decoration: none;
}

:target {
    scroll-margin-top: 8rem;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100vh;
    background-color: var(--bg-color);
    background-image:
        radial-gradient(ellipse 60% 60% at 0% 50%, rgba(var(--bg-color-ellipse1), 0.3) 15%, rgba(var(--bg-color-ellipse1), 0) 80%),
        radial-gradient(ellipse 60% 60% at 100% 50%, rgba(var(--bg-color-ellipse1), 0.3) 15%, rgba(var(--bg-color-ellipse1), 0) 80%),
        linear-gradient(to bottom, var(--bg-color-linear1) 0%, var(--bg-color-linear1) 15%, var(--bg-color-linear2) 50%, var(--bg-color-linear1) 85%, var(--bg-color-linear1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: var(--fontJost);
    font-weight: 300;
    font-size: 2.1rem;
    color: var(--text-color);
    overflow: auto;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-image: var(--header-bg-color);
    border-bottom: var(--header-boder-bottom);
    box-shadow: 0 0.2rem 1rem rgba(255, 255, 255, 0.05);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

html.dark-mode,
html.dark-mode body,
html.dark-mode p,
html.dark-mode strong,
html.dark-mode b,
html.dark-mode ul,
html.dark-mode ol,
html.dark-mode li,
html.dark-mode i,
html.dark-mode em{
    color: var(--text-color);
}

a.logo {
    font-size: 1rem;
    font-family: var(--fontOswald);
    font-weight: bold;
    color: var(--header-logo-text-color);
    letter-spacing: 0.1rem;
    text-shadow: var(--header-logo-text-shadow);
}
.header nav{
    display: flex;
    align-items: center;
    height: 4rem;
}

.header nav a{
    margin: 2rem;
}

.lupa{
    display: flex;
    align-items: center;
    height: 3rem;
}
.lupa svg{
    color: var(--lupa-color);
    width: 3rem;
    height: 3rem;
    transition: color 0.3s ease;
}

.lupa svg:hover{
    color: var(--lupa-color-hover);
}

.bombilla{
    color: var(--bombilla-color);
    width: 2rem;
    height: 3rem;
    cursor: pointer;
    transition: color 0.3s ease;
}
.bombilla:hover{
    color: var(--bombilla-color-hover);
}
.bombilla:focus,
.bombilla:active {
    outline: none;
}

.menu{
    display: flex;
    align-items: center;
    height: 3rem;
}
.menu svg{
    color: var(--lupa-color);
    width: 3rem;
    height: 3rem;
    transition: color 0.3s ease;
}

.menu svg:hover{
    color: var(--lupa-color-hover);
}

main{
    flex: 1;
    width: 100%;
    max-width: 120rem;
    padding: 0 1rem;
    margin: 6rem auto 0 auto;
}

.container {
    padding: 2rem 0rem;
    max-width: 140rem;
    margin: 0 auto;
}

.card{
    display: block;
    border: var(--card-border);
    border-radius: 0.6rem;
    box-shadow: var(--card-box-shadow);
    margin: 0rem;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card:hover {
    box-shadow: var(--card-hover);
}

.cardBase1Title{
    background-color: var(--card-Base1Title-background);
    padding: 1rem 1rem;
    color: var(--card-Base1Title-text-color);
    border-bottom: var(--card-Base1Title-border-boton);
    font-size: 2rem;
    font-family: var(--fontOswald);
    font-weight: bold;
    letter-spacing: 0.15rem;
    text-shadow: var(--card-Base1Title-text-shadow);
}

.cardBase1Title__h1{
    font-size: 2.4rem;
}

.cardBase1Content{
    background-color: var(--card-Base1Content-background);
    padding: 3rem 1rem;
    color: var(--card-Base1Content-text-color);
    font-size: 2rem;
}

.cardsOptions{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
.cardsOptions > a{
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: var(--card-Options-background);
    background-image: var(--card-Options-bg-color);
    border-radius: 0.8rem;
    border: var(--card-Options-border);
    box-shadow: var(--card-Options-box-shadow);
    transition: border 0.3s ease;
}
.cardsOptions > a:hover {
    border: var(--card-Options-border-hover);
}
.cardsOptions > a > svg{
    height: 3.2rem;
    width: 3.2rem;
    margin-right: 1rem;
    color: var(--svg-color);
    transition: color 0.1s ease;
}
.cardsOptions > a:hover > svg{
    color: var(--svg-color-hover);
} 
.cardsOptions > a > span {
    color: var(--card-Options-text-color);
}

.sOperativos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem; 
    margin: 4rem 0 4rem 0;
}
.sOperativos {
    width: fit-content;
    display: flex;
    padding: 1.5rem;
    border: var(--so-border);
    border-radius: 0.8rem;
    box-shadow: var(--so-box-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--so-bg-color);
    transform: translateZ(0);
}
.sOperativos:hover {
    transform: translateY(-0.5rem) translateZ(0);
    box-shadow: var(--so-box-shadow-hover);
}
.sOperativos svg {
    margin-bottom: 1rem;
    width: 6rem;
    height: 6rem;
}
.sOperativos p.sOperativosP {
    font-size: 1.7rem;
    color: var(--so-color);
    font-weight: 400;
    margin-bottom: 0;
}

.migasPan{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 2.1rem;
    font-family: var(--fontOswald);
    font-weight: bold;
    letter-spacing: 0.08rem;
    text-shadow: var(--card-Base1Title-text-shadow);
}
.migasPan a{
    color: var(--card-Base1Title-text-color);
}
.migasPan li {
    display: flex;
    align-items: center;
}
.migasPan li::after {
    content: '>';
    transform: translateY(6%);
    margin: 0 0.2rem 0 1rem;
    color: #adadad;
}
.migasPan li:last-child::after {
    content: none;
}
.migasPan li:last-child a {
    max-width: 25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; 
}

.titulo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 2.6rem;
    margin-bottom: 4rem;
    border-bottom: var(--titulo-boder-bottom);
    box-shadow: var(--titulo-box-shadow);
}
.titulo-principal-linea {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.titulo-principal-linea > svg{
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    min-height: 6rem;
    margin-top: 0.5rem;
}
.titulo-principal-linea > h1 {
    flex-grow: 1;
    font-family: var(--fontOswald);
    font-size: 4.4rem;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 0.2rem #000, 0.2rem 0.2rem 0.2rem rgba(0,0,0, 0.9);
}
.titulo .tituloAmarillo{
    color: #ffca66;
    text-shadow: 0.2rem 0.2rem 0.5rem black, 0.1rem 0.1rem 0.3rem black, 0rem 0rem 0.2rem black;
}
.footer {
    background-color: #000;
    color: #fff;
    width: 100%;
}
.footer-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 4rem;
    max-width: 100rem;
    margin: 0 auto;
    padding: 4rem 2rem;
}
.footer-column {
    width: 100%; 
    max-width: 30rem;
    text-align: left;
}
.footer-title {
    font-family: var(--fontOswald);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem; 
    border-bottom: 0.2rem solid #444;
    padding-bottom: 0.5rem;
    color: #fff;
    white-space: nowrap; 
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column ul li {
    margin-bottom: 1rem;
}
.footer-column ul li a {
    font-size: 2rem;
    font-weight: 400;
    color: #bbb;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap; 
}
.footer-column ul li a:hover {
    color: #fff;
}
.footer-bottom {
    border-top: 0.1rem solid #222;
    text-align: center;
    padding: 1.5rem 1rem;
    background-color: #000;
    font-size: 1.7rem;
    font-weight: 400;
    color: #807f7f;
}
.footer-bottom p {
    margin: 0;
}
/* Contenido del articulo */
:root {
    --art-link-color: #0059a1;
    --art-cursiva-color: rgba(45, 45, 45, 0.6);
    --art-blockquote-color: rgba(0,0,0,0.7);
    --art-blockquote-background: rgba(0,0,0,0.1);
    --art-strong-color: rgba(0,0,0,0.7);
    --art-cluster-h3-color: #0c3d62;
    --art-cluster-h4-color: rgba(0,0,0,0.7);
    --art-pag-background-color: #cdd5e6;
    --art-pag-background-color-hover: #e0e6f2;
    --art-pag-activo-background-color: #313131;
    --art-pag-border: 0.1rem solid #b7bdcd;
    --art-pag-border-hover: rgba(0,0,0,0.5);
    --art-table-thead-th-color: #ffffff;
    --art-table-tbody-tr-even-background-color: #f0f0f0;
    --art-table-tbody-tr-odd-background-color: #ffffff;
    --art-table-tbody-tr-hover-background-color: rgba(0,0,0,0.15);
    --art-table-thead-th-background-color: #005A9C;
    --art-table-thead-th-border: 0.1rem solid rgba(0,0,0,0.1);
    --art-table-thead-th-border-bottom : 0.3rem solid rgba(0,0,0,0.1);
    --art-table-thead-th-border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
    --art-table-tbody-td-border: 0.1rem solid rgba(255,255,255,.8);
    --art-table-tbody-td-border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
    --art-fotos-div-border: 0.1rem solid rgba(0,0,0,.15);
    --art-fotos-div-box-shadow: 0 0 1rem rgba(0,0,0,.2);
    --art-fotos-figcaption-div2-color: rgba(0,0,0,0.7);
    --art-fotos-figcaption-border-top: 0.1rem solid rgba(0,0,0,.1);
    --art-hr-background-image: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3)10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3)90%, rgba(0, 0, 0, 0) 100%);
    --art-faqs-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
    --art-faqs-border: 0.1rem solid rgba(0,0,0,0.3);
    --art-faqs-background-color: #d0d7e9;
    --art-faqs-label-background-color: #cbd2e3;
    --art-faqs-label-color: #545454;
    --art-faqs-label-color-hover: #404040;
    --art-faqs-label-flecha-color: color: #545454;
    --art-faqs-label-flecha-color-hover: color: #333;
    --art-faqs-content-background-color: #f1f1f1;
    --art-faqs-content-border-top: 0.1rem solid rgba(0,0,0,.2);
    
    --art-lc-background-color: #cbd2e3;
    --art-lc-border-left: 0.4rem solid #0078d4;
    --art-lc-li-color: #444;
    --art-lc-ul-ul-li-color: #666;
    --art-lc-li-before-background-color: #0078d4;
    --art-lc-ul-ul-border-left: 0.1rem solid #cbd2e3;
    
}
html.light-mode {
    --art-link-color: #0059a1;
    --art-cursiva-color: rgba(45, 45, 45, 0.6);
    --art-blockquote-color: rgba(0,0,0,0.7);
    --art-blockquote-background: rgba(0,0,0,0.1);
    --art-strong-color: rgba(0,0,0,0.7);
    --art-cluster-h3-color: #0c3d62;
    --art-cluster-h4-color: rgba(0,0,0,0.7);
    --art-pag-background-color: #cdd5e6;
    --art-pag-background-color-hover: #e0e6f2;
    --art-pag-activo-background-color: #313131;
    --art-pag-border: 0.1rem solid #b7bdcd;
    --art-pag-border-hover: rgba(0,0,0,0.5);
    --art-table-thead-th-color: #ffffff;
    --art-table-tbody-tr-even-background-color: #f0f0f0;
    --art-table-tbody-tr-odd-background-color: #ffffff;
    --art-table-tbody-tr-hover-background-color: rgba(0,0,0,0.15);
    --art-table-thead-th-background-color: #005A9C;
    --art-table-thead-th-border: 0.1rem solid rgba(0,0,0,0.1);
    --art-table-thead-th-border-bottom : 0.3rem solid rgba(0,0,0,0.1);
    --art-table-thead-th-border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
    --art-table-tbody-td-border: 0.1rem solid rgba(255,255,255,.8);
    --art-table-tbody-td-border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
    --art-fotos-div-border: 0.1rem solid rgba(0,0,0,.15);
    --art-fotos-div-box-shadow: 0 0 1rem rgba(0,0,0,.2);
    --art-fotos-figcaption-div2-color: rgba(0,0,0,0.7);
    --art-fotos-figcaption-border-top: 0.1rem solid rgba(0,0,0,.1);
    --art-hr-background-image: linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3)10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3)90%, rgba(0, 0, 0, 0) 100%);
    --art-faqs-box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
    --art-faqs-border: 0.1rem solid rgba(0,0,0,0.3);
    --art-faqs-background-color: #d0d7e9;
    --art-faqs-label-background-color: #cbd2e3;
    --art-faqs-label-color: #545454;
    --art-faqs-label-color-hover: #404040;
    --art-faqs-label-flecha-color: color: #545454;
    --art-faqs-label-flecha-color-hover: color: #333;
    --art-faqs-content-background-color: #f1f1f1;
    --art-faqs-content-border-top: 0.1rem solid rgba(0,0,0,.2);
    
    --art-lc-background-color: #cbd2e3;
    --art-lc-border-left: 0.4rem solid #0078d4;
    --art-lc-li-color: #444;
    --art-lc-ul-ul-li-color: #666;
    --art-lc-li-before-background-color: #0078d4;
    --art-lc-ul-ul-border-left: 0.1rem solid #0078d4;
    
}
html.dark-mode {
    --art-link-color: #027fe4;
    --art-cursiva-color: rgba(255,255,255,0.4);
    --art-blockquote-color: rgba(255,255,255,0.7);
    --art-blockquote-background: rgba(0,0,0,0.2);
    --art-strong-color: rgba(255,255,255,0.85);
    --art-cluster-h3-color: rgba(255,255,255,0.9);
    --art-cluster-h4-color: rgba(255,255,255,0.6);
    --art-pag-background-color: #999;
    --art-pag-background-color-hover: #e0e6f2;
    --art-pag-activo-background-color: rgba(255,255,255,0.15);
    --art-pag-border: 0.1rem solid #b7bdcd;
    --art-pag-border-hover: rgba(0,0,0,0.5);
    --art-table-thead-th-color: #e0e0e0;
    --art-table-tbody-tr-even-background-color: #292929;
    --art-table-tbody-tr-odd-background-color: #333333;
    --art-table-tbody-tr-hover-background-color: rgba(255, 255, 255, 0.15);
    --art-table-thead-th-background-color: rgba(0,0,0,0.3);
    --art-table-thead-th-border: 0.1rem solid #4a4a4a;
    --art-table-thead-th-border-bottom : 0.3rem solid #4a4a4a;
    --art-table-thead-th-border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
    --art-table-tbody-td-border: 0.1rem solid rgba(0,0,0,.8);
    --art-table-tbody-td-border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
    --art-fotos-div-border: 0.1rem solid rgba(255,255,255,.15);
    --art-fotos-div-box-shadow: 0 0 1rem rgba(255,255,255,.2);
    --art-fotos-figcaption-div2-color: rgba(255,255,255,0.5);
    --art-fotos-figcaption-border-top: 0.1rem solid rgba(255,255,255,.1);
    --art-hr-background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3)10%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3)90%, rgba(255, 255, 255, 0) 100%);
    --art-faqs-box-shadow: 0.1rem 0.1rem 0.1rem rgba(255,255,255,.1);
    --art-faqs-border: 0.1rem solid rgba(255,255,255,0.1);
    --art-faqs-background-color: #252525;
    --art-faqs-label-background-color: #212121;
    --art-faqs-label-color: #c7c7c7;
    --art-faqs-label-color-hover: #cccccc;
    --art-faqs-label-flecha-color: color: #c7c7c7;
    --art-faqs-label-flecha-color-hover: color: #333;
    --art-faqs-content-background-color: #2a2a2f;
    --art-faqs-content-border-top: 0.1rem solid rgba(255,255,255,.1);
    
    --art-lc-background-color: #1e1e1e;
    --art-lc-border-left: 0.4rem solid #0078d4;
    --art-lc-li-color: #ccc;
    --art-lc-ul-ul-li-color: #999;
    --art-lc-li-before-background-color: #0078d4;
    --art-lc-ul-ul-border-left: 0.1rem solid #0078d4;
    
}
.articulo{
    word-break: break-word;
    font-size: 2.1rem;
}
.articulo a{
    color: var(--art-link-color);
    font-weight: 400;
}
.articulo a:hover{
    text-decoration: none;
}
.articulo h1,
.articulo h2,
.articulo h3,
.articulo h4,
.articulo h5{
    font-family: var(--fontOswald);
    font-weight: 500;
    color: #f9ce6b;
    text-shadow: 0.2rem 0.2rem 0.5rem black, 0.1rem 0.1rem 0.3rem black, 0rem 0rem 0.2rem black;
}
.articulo h1{
    font-size: 4.2rem;
    padding: 4rem 0 4rem 0;
}
.articulo h2{
    font-size: 3.6rem;
    padding: 4rem 0 2rem 0;
}
.articulo h3{
    font-size: 3.3rem;
    padding: 4rem 0 2rem 0;
}
.articulo h4{
    font-size: 3rem;
    padding: 4rem 0 2rem 0;
}
.articulo h5{
    font-size: 2.8rem;
    padding: 4rem 0 2rem 0;
}
.articulo p{
    margin-bottom: 2rem;
    line-height: 3.2rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}
.articulo em{
    color: var(--art-cursiva-color);
    font-weight: 400;
}
.articulo strong, .articulo b{
    color: var(--art-strong-color);
    font-weight: 500;
}
.articulo ul{
    margin: 1rem 0rem 1rem 2.4rem;
    padding: 0;
    list-style-type: disc;
    list-style-position: inside;
}
.articulo ul > li > p{
    display: inline;
}
.articulo ol{
    margin: 0rem 4rem;
    padding: 0;
    list-style-type: symbols;
    list-style-position: inside;
}
.articulo ul > li, .articulo ol{
    padding: 1rem 0rem;
}
.articulo blockquote{
    margin: 2rem;
    padding:4rem 3rem 4rem 4rem;
    border-left: 0.4rem solid var(--art-blockquote-color);
    background: var(--art-blockquote-background);
    position: relative;
}
.articulo blockquote::before{
    font-family: arial;
    content: "\201C";
    color: var(--art-blockquote-color);
    font-size: 6rem;
    position: absolute;
    left: 0.8rem;
    top: 0.4rem;
}

.articulo > :last-child {
  margin-bottom: 0;
}

.articulo .cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 4rem 0 4rem 0;
}

.articulo .cluster article {
    flex: 1 1 100%; /* 1 por fila */
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.articulo .cluster a{
    text-decoration: none;
}

.articulo .cluster figure {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.articulo .cluster img {
    width: 100%;
    height: auto;
}

.articulo .cluster h3 {
    font-family: var(--fontOswald);
    font-size: 2rem;
    font-weight: 400;
    color: var(--art-cluster-h3-color);
    padding: 0;
    text-shadow: none;
}

.articulo .cluster h4 {
    font-family: var(--fontJost);
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--art-cluster-h4-color);
    padding: 0;
    text-shadow: none;
}

.articulo .paginacion {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}

.articulo .paginacion > ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1.5rem;
    list-style: none;
    margin: 4rem 0 0 0;
    padding: 0;
    font-family: var(--fontJost);
    font-weight: 400;
}

/* Botones normales y activos */
.articulo .paginacion > ul > li > a,
.articulo .paginacion > ul > li > span {
    display: inline-block;
    padding: 0.5rem 1.4rem;
    border-radius: 1.6rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
}

/* Enlaces normales */
.articulo .paginacion > ul > li > a {
    color: rgba(0,0,0,0.7);
    background-color: var(--art-pag-background-color);
    border: var(--art-pag-border);
}

/* Hover sobre enlaces normales */
.articulo .paginacion > ul > li > a:hover {
    background-color: var(--art-pag-background-color);
    color: rgba(0,0,0,1);
    border-color: var(--art-pag-border-hover);
}

/* Página activa */
.articulo .paginacion > ul > li > span.paginacionActivo {
    background-color: var(--art-pag-activo-background-color);
    color: #fff;
    border: 0.1rem solid transparent;
}

/* Información debajo de la paginación */
.articulo .paginacion > div {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-family: var(--fontJost);
}

.articulo hr {
    border: none;
    background-color: transparent;
    height: 0.2rem;
    background-image: var(--art-hr-background-image);
    width: 95%;
    margin: 3rem auto 3rem auto;
}

/* Tabla */
/* Estilo Base de la Tabla */
.articulo table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
/* Estilo de la Cabecera (Thead) */
.articulo table thead{
    border: var(--art-table-thead-th-border);
    border-bottom: var(--art-table-thead-th-border-bottom);
}
/* Estilo de la Cabecera (Thead-th) */
.articulo table thead th {
    background-color: var(--art-table-thead-th-background-color);
    color: var(--art-table-thead-th-color);
    padding: 1.2rem 1.5rem;
    text-align: left;
    font-weight: 500;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    border-right: var(--art-table-thead-th-border-right);
}
.articulo table thead th:last-child {
    border-right: none;
}
/* Estilo de las Filas de Datos (Tbody) */
.articulo table tbody td {
    padding: 1rem 1.5rem;
    border: var(--art-table-tbody-td-border);
    vertical-align: top;
    font-size: 2rem;
    border-right: var(--art-table-tbody-td-border-right);
}
.articulo table tbody td:last-child {
    border-right: var(--art-table-tbody-td-border);
}
/* Rayado de Filas para Mejor Lectura (pares) */
.articulo table tbody tr:nth-child(even) {
    background-color: var(--art-table-tbody-tr-even-background-color);
}
/* Rayado de Filas para Mejor Lectura (impares) */
.articulo table tbody tr:nth-child(odd) {
    background-color: var(--art-table-tbody-tr-odd-background-color);
}
/* Efecto Hover para Interacción */
.articulo table tbody tr:hover {
    background-color: var(--art-table-tbody-tr-hover-background-color);
}

.fotos{
    text-align: center; 
    margin-bottom: 5rem;
}
.fotos > div{
    border: var(--art-fotos-div-border);
    border-radius: 0.4rem;
    box-shadow: var(--art-fotos-div-box-shadow);
    display: inline-block;
}
.fotos a{
    display:block;
    padding: 1rem;
}
.fotos img{
    display:block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
.fotos figcaption{
    border-top: var(--art-fotos-figcaption-border-top);
}
.fotos figcaption > div:first-child, .fotos figcaption > div:last-child{
    font-weight: 400;
    color: var(--negro);
    text-shadow: none;
    padding: 0rem;
    display: block;
}
.fotos figcaption > div:first-child{
    font-size: 2.2rem !important;
    margin-top: 1rem;
}
.fotos figcaption > div:last-child{
    font-family: var(--fuenteJost);
    font-size: 1.8rem !important;
    font-weight: 300;
    color: var(--art-fotos-div2-color);
    text-shadow: none;
    padding: 1rem;
}
.compatibilidadSO{
    margin-top: 2rem;
    font-size: 1.9rem;
    color: #A00;
}

.faqs {
    margin: 2rem 0;
    background: transparent;
    border: none;
}

.faqs [itemprop="mainEntity"] {
    margin-bottom: 1rem;
    border: var(--art-faqs-border);
    overflow: hidden;
    box-shadow: var(--art-faqs-box-shadow);
}

input.faq-input {
    display: none !important;
}

.faq-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.6rem;
    cursor: pointer;
    background-color: var(--art-faqs-background-color);
    transition: background 0.3s ease;
}

.faq-label:hover {
    background-color: var(--art-faqs-label-background-color);
}

.faq-label h3, .faq-label h4, .faq-label h5{
    margin: 0 !important;
    font-size: 2.4rem;
    color: var(--art-faqs-label-color);
    font-weight: 600;
    line-height: 1.4;
    pointer-events: none;
    font-family: var(--fontOswald);
    padding: 0;
    text-shadow: none;
}

.faq-label:hover h3, .faq-label:hover h4, .faq-label:hover h5{
    color: var(--art-faqs-label-color-hover);
    transition: color 0.6s ease;
}

.faq-label::after {
    content: '\276F'; 
    font-size: 2rem;
    color: var(--art-faqs-label-flecha-color);
    transition: transform 0.3s ease, color 0.6s ease;
    margin-left: 1.5rem;
}

.faq-label:hover::after{
    color: var(--art-faqs-label-flecha-color-hover);
}

.faq-input:checked + .faq-label::after {
    transform: rotate(90deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    background-color: var(--art-faqs-content-background-color);
}

.faq-input:checked ~ .faq-content {
    max-height: 40rem;
    transition: max-height 0.6s ease-in-out;
}

.faq-content [itemprop="text"] {
    padding: 1.4rem 1.6rem;
    border-top: var(--art-faqs-content-border-top);
    line-height: 1.7;
    color: #444;
}

.faq-content [itemprop="text"] p:last-child {
    margin-bottom: 0 !important;
}

.listaContenido {
    margin: 1rem 0 3rem 0;
    padding: 1.5rem 2rem;
    background-color: var(--art-lc-background-color);
    border-left: var(--art-lc-border-left);
    border-radius: 0 0.3rem 0.3rem 0;
}

.listaContenido ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.listaContenido li {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 0.9rem 0 0.9rem 2.5rem !important; 
    color: var(--art-lc-li-color);
    line-height: 1.4 !important;
}

.listaContenido li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 1.9rem !important; 
    width: 0.8rem !important;
    height: 0.8rem !important;
    background-color: var(--art-lc-li-before-background-color);
    border-radius: 50% !important;
}

.listaContenido ul ul {
    margin-left: 1.5rem !important;
    border-left: var(--art-lc-ul-ul-border-left);
    margin-top: 0.4rem !important; 
    margin-bottom: -0.9rem !important; 
}

.listaContenido ul ul li {
    padding-left: 2.8rem !important;
    color: var(--art-lc-ul-ul-li-color);
}

.listaContenido ul ul li::before {
    left: 1rem !important;
    top: 2.0rem !important; 
}

.listaContenido a {
    font-size: 2.1rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
}

.listaContenido ul ul li a {
    font-size: 1.8rem;
    font-weight: 400;
}

.listaContenido a:hover {
    color: #0078d4;
}
@media screen and (min-width: 320px) {	a.logo {
	    font-size: 1.6rem;
	}
	.cardBase1Content{
	    padding: 3rem 2rem;
	}
	.migasPan li:last-child a {
	    max-width: 28rem;
	}
}
@media screen and (min-width: 480px) {	.header {
	    padding: 1rem 4rem;
	}
	a.logo {
	    font-size: 3rem;
	}
	.cardBase1Title{
	    padding: 1rem 2rem;
	}
	.migasPan li:last-child a {
	    max-width: 30rem;
	}
	.footer-container {
	    flex-wrap: wrap; 
	    flex-direction: row; 
	    justify-content: center; 
	    align-items: flex-start;
	    gap: 3rem 6rem; 
	    padding: 4rem 2rem; 
	}
	
	.footer-column {
	    flex: 0 0 38%; 
	    max-width: none; 
	    min-width: 0; 
	}
	
	.footer-column .footer-title {
	    width: 100%;
	    min-width: 0; 
	}
	.articulo .cluster article {
	    flex: 1 1 calc(50% - 1rem); /* 2 por fila */
	    max-width: calc(50% - 1rem);
	}
	.articulo .cluster img {
	    max-width: 100%;
	    display: block;
	}
}
@media screen and (min-width: 768px) {	.container {
	    padding: 2rem 0rem;
	}
	.card{
	    margin: 2rem;
	}
	.cardBase1Content{
	    padding: 3rem 4rem;
	}
	
	.articulo .cluster article {
	    flex: 0 0 calc(33.333% - 1.334rem); /* Fijo: 3 por fila */
	    max-width: calc(33.333% - 1.334rem);
	}
}
@media screen and (min-width: 1024px) {	.migasPan li:last-child a {
	    max-width: 46rem;
	}
	.footer-container {
	    flex-wrap: nowrap;
	    flex-direction: row;
	    justify-content: space-between; 
	    align-items: flex-start;
	    gap: 4rem; 
	    padding: 4rem 2rem;
	}
	.footer-column {
	    flex: 1 1 0; 
	    max-width: none;
	    min-width: 20rem; 
	}
	.footer-column .footer-title {
	    width: 100%; 
	    min-width: 0;
	}
}
@media screen and (min-width: 1200px) {	.migasPan li:last-child a {
	    max-width: 64rem;
	}
}
