/* STEPS BUY */

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

#steps li span {
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    height: 30px;
    width: 30px;
    margin-right: 12px;
    line-height: 30px;
    float: left;
    color: #b1b1b1;
    font-weight: 500;
}

.activestep span {
    /* font-family: 'Futura PT'; */
    font-weight: 600;
    border: 1px solid #000 !important;
    color: #000 !important;
}

#steps li {
    background-size: 20px !important;
    display: inline-block;
    margin: 0px 10px;
    line-height: 30px;
    padding-left: 30px;
}

#steps li:nth-of-type(2):before {
    content: '';
    width: 100px;
    height: 1px;
    float: left;
    background: #b1b1b1;
    position: relative;
    top: 15px;
    left: -27px;
}

#steps li:nth-of-type(2):after {
    content: '';
    width: 100px;
    height: 1px;
    float: right;
    background: #b1b1b1;
    position: relative;
    top: 15px;
    right: -27px;
}

#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: #28A745;
}

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

.carrinholock h2 {
    /* font-family: 'Futura PT'; */
    font-weight: normal;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 2;
    text-transform: uppercase;
}

.carrinholock h2 b {
    /* font-family: 'Futura PT'; */
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 900px) {
    #steps li:nth-of-type(2):before,
    #steps li:nth-of-type(2):after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .carrinholock img {
        float: left;
        margin-top: 27px;
    }
    .carrinholock h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    #steps li {
        padding: 0;
        margin: 0;
        width: 54%;
        text-align: center;
    }
    #steps li span {
        text-align: center;
    }
    .carrinholock img {
        margin-top: 22px;
    }
    .carrinholock h2 {
        font-size: 16px;
    }
}