@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.html {
    font-family: Open Sans;
    font-size: 100%;
    letter-spacing: .1px;
    transition: all 50ms ease;
    line-height: 1.6;
}

.Header__logo img {
    max-height: 10rem;
    max-width: 11rem;
    min-height: auto;
    display: block;
}
.Icon__brand {
    color: #105091;
}
.commonStyle__zt3BrandBg {
    background-color: #105091;
}
.Header__menuList {

    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1em;
    letter-spacing: 0px;
}
/* ── Tipografía artículos KB ── */
.kb-article-content,
.kb-article-content p,
.kb-article-content li,
.kb-article-content td {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}
.kb-article-content h1 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #111 !important;
}
.kb-article-content h2 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111 !important;
}
.kb-article-content h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
}
