/* STEPS BUY */

#steps {
    margin: 80px auto 70px auto;
    text-align: center;
    width: 100%;
}

#steps ul {
    width: 40%;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px){
    #steps ul {
        width: 80%;
    }
}

#steps li span {
    border-radius: 100%;
    height: 22px;
    width: 22px;
    line-height: 30px;
    float: left;
    background: #C8C8C8;
}

#steps li div {
    font-family: 'Circular Std Book';
    /* left: calc(100% - 60px); */
    white-space: nowrap;
    position: absolute;
    color: #C8C8C8;
    font-size: 16px;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.activestep span {
    height: 27px !important;
    width: 27px !important;
    background: #56699E !important;
}

.activestep div {
    color: #56699E !important;
    font-family: 'Circular Std' !important;
    font-weight: 400 !important;
    top: 38px !important;
}

#steps li {
    background-size: 20px !important;
    display: inline-block;
    line-height: 30px;
    position: relative;
}

#steps li._2 {
    background: url("../img/title_id_bg.png") no-repeat 0 center;
}

#steps li._3 {
    background: url("../img/title_pgto_bg.png") no-repeat 0 center;
}
/* 
#steps li a {
    color: #b1b1b1;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
} */

#steps li b {
    color: #000;
    /* font-family: 'Futura PT'; */
    font-weight: 600;
}

.tableDiv .tbody .align-right {
    text-align: right;
    padding-right: 1em;
}

.movecenterit {
    display: table;
    margin: 0 auto;
    /* padding: 2em 0; */
}

.carrinholock {
    text-align: center;
    background: #25282A;
}

.carrinholock img {
    float: left;
    margin-right: 15px;
    margin-top: 25px;
}

.carrinholock h2 {
    font-family: 'Circular Std Book';
    font-weight: 200;
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 2;
    margin-top: 15px;
}
