
@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);
}

/* body {
    background-color: #999999;
} */

.hidden {
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
}
#score_container.visible {
    visibility: visible;
    opacity: 1;
}
#img_base {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(images/bg_speed_namesx.png);
}
#score_container {
    width: 1920px;
    height: 1080px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(images/bg_speed_timesx.png);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}
#score {
    position: absolute;
    top: 883px;
    left: 175px;
    font-family: gotham_black_italic;
    font-size: 24px;
    background-color: white;
    padding: 8px 20px;
    box-sizing: border-box;
    height: 40px;
}
#nome_bg {
    position: relative;
    top: 943px;
    left: 175px;
    height: 88px;
    display: inline-block;
    padding: 15px 20px 0px;
    background-color: white;
    box-sizing: border-box;
    line-height: 35px;
}
#bib {
    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 {
    /* position: absolute;
    top: 0;
    left: 0; */
    font-family: gotham_black_italic;
    font-size: 38px;
    text-transform: uppercase;
}
#soc {
    /* position: absolute;
    top: 995px;
    left: 190px; */
    font-family: gotham_medium_italic;
    font-size: 26px;
    color: #999999;
}
#barra {
    position: absolute;
    width: 300px;
    height: 1080px;
    left: 0;
    top: 0;
    background-image: url(images/lead_01_barra_sx.png);
}
#step {
    width: 100px;
    height: 10px;
    background-color: red;
    position: absolute;
    /* top: 800px; */
    left: 40px;
}
#step_numero {
    width: 30px;
    height: 30px;
    background-color: red;
    line-height: 20px;
    color: white;
    position: absolute;
    top: -15px;
    right: -30px;
}