/* STEPS BUY */
#steps { margin: 80px auto 70px auto; text-align: center; width: 100%; }
#steps li span{
    font-weight: bold;
    border-radius: 100%;
    border: 1px solid #828282;
    height: 30px;
    width: 30px;
    margin-right: 12px;
    line-height: 30px;
    float: left;
    color: #828282;
}     
.activestep span{
    border: 1px solid #232323 !important;
    color:#232323 !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: 50px;
    height: 1px;
    float: left;
    background: #828282;
    position: relative;
    top: 15px;
    left: -27px;
}
#steps li:nth-of-type(2):after{
    content: '';
    width: 50px;
    height: 1px;
    float: right;
    background: #828282;
    position: relative;
    top: 15px;
    right: -27px;
}
#steps li:nth-of-type(3):after{
    content: '';
    width: 50px;
    height: 1px;
    float: right;
    background: #828282;
    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 { font-weight: bold; color: #828282; font-size: 1.5em; text-transform: uppercase; }
#steps li b { color: #232323;}
.movecenterit {
    display: table;
    margin: -0.86em auto;
    padding: 2em 0;
}
.carrinholock{text-align: center; background: #232323; margin-top: 2em;}
.carrinholock img {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
.carrinholock h2 {
    font-weight: bold;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 2;
    text-transform: uppercase;
}
.carrinholock h2 b{color: #fff;}
@media screen and (max-width: 900px) {
    #steps li:nth-of-type(2):before, #steps li:nth-of-type(2):after, #steps li:nth-of-type(3):after{display: none;}
}
@media screen and (max-width: 768px) {
    .carrinholock img {float: left; margin-top: 12px;}
    .carrinholock h2{font-size: 20px;}
}
@media screen and (max-width: 480px) {
    #steps li{padding: 0; width: 100%;text-align: left;}
    #steps li span{text-align: center;}
    .carrinholock img {margin-top: 7px;}
    .carrinholock h2{font-size: 16px;}
}