/* STEPS BUY */
#steps { margin: 30px auto 50px auto; text-align: center; width: 100%; }
#steps ul::before{
    content: '';
    width: 100%;
    max-width: 760px;
    height: 2px;
    background: #2A3F54;
    position: relative;
    top: 20px;
    display: block;
    margin: 0 auto;
}
#steps li span{
    border-radius: 100%;
    border: 2px solid #2A3F54;
    height: 38px;
    width: 38px;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 38px;
    display: inline-block;
    color: #2A3F54;
    background: #fff;
    position: relative;
}     
#steps li.activestep span{
    border: 1px solid #2A3F54;
    background: #2A3F54 url(../img/tick.png) no-repeat 50%;
    color:#fff;
    text-indent: -9999px;
}
#steps li{
    background-size: 20px !important;
    display: inline-block;    
    margin: 0px 10px;
    line-height: 30px;
    min-width: 230px;
}
/* #steps li:nth-of-type(2) span:before{
    content: '';
    width: 100px;
    height: 1px;
    float: left;
    background: #b1b1b1;
    position: absolute;
    top: 15px;
}
#steps li:nth-of-type(2) span:after{
    content: '';
    width: 100px;
    height: 1px;
    float: right;
    background: #b1b1b1;
    position: absolute;
    top: 15px;
} */
#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:#2A3F54; font-size: 1.3em; font-weight: 600; text-transform: uppercase; display: block}
#steps li b { color: #2A3F54; text-align: center;}
.tableDiv .tbody .align-right{text-align: right; padding-right: 1em; ;}
.movecenterit {
    display: table;
    margin: 0 auto;
    padding: 2em 0;
}
.carrinholock{text-align: center; background: #00b33c; display: none;}
.carrinholock img {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
.carrinholock h2 { 
    font-weight: normal;
    float: left;
    color: #fff;
    font-size: 26px;
    line-height: 2;
    text-transform: uppercase;
}
.carrinholock h2 b{font-weight: bold; color: #fff;}
@media screen and (max-width: 900px) {
    #steps{ margin: 40px auto;}
    #steps li:nth-of-type(2):before, #steps li:nth-of-type(2):after{display: none;}
    #steps li { min-width: 100px; }
    #steps ul::before { max-width: 530px; }
}
@media screen and (max-width: 768px) {
    .carrinholock img {float: left; margin-top: 12px;}
    .carrinholock h2{font-size: 20px;}
    #steps ul::before { display: none; }
}
@media screen and (max-width: 480px) {
    #steps li{padding: 0; width: 100%;}
    #steps li span{text-align: center;}
    .carrinholock img {margin-top: 7px;}
    .carrinholock h2{font-size: 16px;}
}