
@font-face {
    font-family: gotham_black_italic;
    src: url(images/Gotham-BlackItalic.otf);
}
@font-face {
    font-family: gotham_medium_italic;
    src: url(images/Gotham-MediumItalic.otf);
}

.hidden {
    display: none;
}
#img_base {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(images/lead_01_base_sx.png);
}
#score_sx {
    position: absolute;
    top: 889px;
    left: 190px;
    font-family: gotham_black_italic;
    font-size: 24px;
}
#bib_sx {
    position: absolute;
    top: 943px;
    left: 50px;
    width: 116px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-family: gotham_black_italic;
    color: #D9E021;
}
#nome_sx {
    position: absolute;
    top: 950px;
    left: 190px;
    font-family: gotham_black_italic;
    font-size: 38px;
    text-transform: uppercase;
}
#soc_sx {
    position: absolute;
    top: 995px;
    left: 190px;
    font-family: gotham_medium_italic;
    font-size: 26px;
    color: #999999;
}
#barra_sx {
    position: absolute;
    width: 300px;
    height: 1080px;
    left: 0;
    top: 0;
    background-image: url(images/lead_01_barra_sx.png);
}
#step_sx {
    width: 100px;
    height: 10px;
    background-color: red;
    position: absolute;
    /* top: 800px; */
    left: 40px;
}
#step_sx_numero {
    width: 30px;
    height: 30px;
    background-color: red;
    line-height: 20px;
    color: white;
    position: absolute;
    top: -15px;
    right: -30px;
}