@font-face {
    font-family: "IntelOne Display";
    src: url("../fonts/intelone-display-regular.eot");
    src: url("../fonts/intelone-display-regular.woff") format("woff"), url("../fonts/intelone-display-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IntelClearThin";
    src: url("../fonts/IntelClear_WLat_Lt.woff")format('woff');
}

html, body {
    max-width: 1920px;
    border: 0;
    margin: auto;
    padding: 0;
}

p, a, span, li {
    -webkit-font-smoothing: antialiased !important;
}

body {
    padding-top: 0;
    font-family: "IntelClearThin";
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.badge_tool_header {
    height: 100px;
    padding: 48px 40px 0;
    background-image: url("../img/header-bkgrnd.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.badge_tool_header a {
    color: inherit;
    text-decoration: none;
}

.badge_tool_header h1 {
    color: #fff;
    font-size: 52px;
    line-height: 65px;
    text-align: left;
    font-family: "IntelOne Display";
    font-weight: 700;
    margin: 0;
}

/* Imagen para pantallas retina */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .badge_tool_header {
        background-image: url("../img/header-bkgrnd@2x.jpg");
    }
}

/* Imagen para pantallas retina con alta resolución */
/* @media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 350dpi) {
    .badge_tool_header {
        background-image: url("../img/header-bkgrnd@3x.jpg");
    }
}

.badge_tool_header .header_bottom {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 20px;
    background-color: #0071c5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.badge_tool_header .header_bottom .lang_selector_wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 80px;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details {
    background-color: #0071c5;
    pointer-events: none;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 100ms ease-in-out;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary img {
    margin-right: 6px;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary p {
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.badge_tool_header .header_bottom .lang_selector_wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details {
    background-color: #0071c5;
    pointer-events: none;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details p, .badge_tool_header .header_bottom .lang_selector_wrapper details a {
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 100ms ease-in-out;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary:hover {
    transform: scale(1.05);
}

.badge_tool_header .header_bottom .lang_selector_wrapper details summary img {
    margin-right: 6px;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details .langs {
    display: flex;
    flex-direction: column;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details .langs a:hover {
    background-color: #024980;
    border-radius: 5px;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details[open] {
    padding: 10px;
    border-radius: 7px;
    position: relative;
    z-index: 2;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details[open] summary {
    margin-bottom: 6px;
    position: relative;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details[open] summary p {
    opacity: 0;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details[open] summary:hover {
    transform: unset;
}

.badge_tool_header .header_bottom .lang_selector_wrapper details[open] summary::after {
    content: "X";
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.asset_list {
    padding: 0 40px 60px;
}

.asset_list .ppb_preview {
    color: #707070;
    font-family: "IntelOne Display";
}

.asset_list .ppb_preview h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin: 22px 0 15px;
}

.asset_list .ppb_preview .description {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px;
} */
