
/********************

 atributos gerais

 *********************/

*{
    margin: 0;
    padding: 0;
    outline:none;
    box-sizing: border-box;
   /* Firefox */
    -moz-transition: all 0.4s ease;
    /* WebKit */
    -webkit-transition: all 0.4s ease;
    /* Opera */
    -o-transition: all 0.4s ease;
    /* Standard */
    transition: all 0.4s ease;
}

body{

    font-family: 'Abel', sans-serif;
    font-size:18px ;
    color: #201111;
    background: #ffffff;
    float: left;
    width: 100%;
}

input, textarea, .frm, label{
    font: normal 13px ;
    color: #666666;
}

ol, ul{
    list-style: none;
}

a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

img{
    border: none;
}
body,
section{
    width: 100%;
    float: left;
    position: relative;
}
body{
    background: url(../burn-bg.jpg) repeat-y center top #322c2e;
}
body.mobile{
    background-size: 100% auto;
}
h1,h2,h3,h4,h5,h6,strong{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.wrapper{
    width: 1080px;
    margin:0 auto;
    position: relative;
}

h1{
    float: left;
    margin-left: 0px;
}
.interna h1{
    margin-left: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.imagem-mulher{
    position: absolute;
    width: 287px;
    height: 593px;
    background: url(mulher-fit.png) no-repeat;
    left: 30px;
    top: 10px;
    z-index: 9;
}
.container-header {
    margin-top: 40px;
}

.container-header nav a{
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 40px;
    border-radius: 0 0 15px 15px;
    background: url(truck.png) no-repeat #cc1d84;
    background-position: 15px center;
    float: right;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 30px;
    letter-spacing: -1px;
}

.revistas {
    float: right;
    margin: 0px 40px 0 0;
    padding-left: 40px;
    height: 84px;
    line-height: 40px;
    background: url(logos_revistas.png) no-repeat left center;
    width: 584px;
}

.televendas{
    float: right;
    margin: 45px 40px 0 0;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    /*background: url(../images/televendas.png) no-repeat left center;*/
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}
.televendas strong{
    color: #feff11;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.white-bg{
    background: #fff;
}
h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #ff9900;
    padding:0 40px;
    font-size: 50px;
    line-height: 65px;
    margin-top: 40px;
}
h3{
    font-weight: 400;
    text-transform: uppercase;
    color: #201111;
    float: left;
    width: 100%;
    padding:0 40px;
    font-size: 42px;
    line-height: 65px;
}
.container-01 h2, .container-01 h3{
    text-align: right;
}
.container-01 h2{
}
.container-01 ul{
    width: 520px;
    float: right;
    margin-top: 15px;
}
.container-01 ul li{
    float: left;
    padding-left: 40px;
    font-size: 20px;
    line-height: 45px;
    background: url(burn.png) no-repeat left center;
}

.container-01 ul li:first-child{
    width: 100%;
    margin-bottom: 15px;
}

.container-01 ul li:nth-child(2n){
    width: 220px;
}
.container-01 ul li:last-child{
    width: 300px;
}
.container-01 img{
    float: left;
    margin-left: 320px;
    margin-top: -37px;
}
.actn-btn{
    float: left;
}
.actn-btn > strong{
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(17,82,0,0.5);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 100px;
    text-align: center;
    margin-top: 15px;
}
.actn-btn strong > span{
    color: #fcff00
}
.actn-btn > span{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    text-transform: lowercase;
    text-shadow: 2px 2px 1px rgba(17,82,0,0.5);
    padding-left: 15px;
    padding-right: 100px;
    text-align: center;
}
.container-01 .actn-btn{
    width: 541px;
    height: 88px;
    background: url(btn-actn-0.png) no-repeat;
    margin-top: 30px;
}
.container-02{
    z-index: 9;
    background: rgba(8,7,7,0.8);
}
.container-02 ul{
    float: left;
    width: 100%;
    margin-top: 30px;
}

.container-02 ul li{
    width: 25%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    position: relative;
}

.container-02 ul li:before{
    content: '';
    position: absolute;
    left: -2.5px;
    top: 12.5px;
    width: 5px;
    height: 5px;
    background: #fff;
}
.container-02 ul li:first-child::before{
    display: none;
}
.container-02 strong{
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin: 30px 0;
}
.container-02 strong span{
    color: #fcff00
}
.container-03 .half{
    width: 640px;
    float: right;
}
.container-03 .half h2{
    color: #fcff00;
	font-size: 40px;
}
.container-03 .half p{
    float: left;
    margin-top: 20px;
    width: 100%;
    padding: 0 40px;
    color: #fff;
    text-align: right;
}
.container-03 .half p span{
    color: #cc1d84;
}
.container-03 .half p strong{
    color: #fcff00;
    font-weight: normal;
    font-family: 'Abel', sans-serif;
}
.container-03{
    min-height: 331px;
}
.container-03 img{
    position: absolute;
    top: 0;
    left: -70px;
    z-index: -1;
}
.container-04 h2{
    padding-left: 30px;
    text-align: left;
    font-size: 45px;
}
.container-04 p{
    width: 620px;
    float: left;
    padding: 20px 0 25px 30px;
}
.container-04 p strong{
    color: #CC1D84;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.container-04 .actn-btn{
    width: 584px;
    height: 78px;
    background: url(btn-actn-1.png) no-repeat;
    margin-left: 30px;
    margin-bottom: 20px;
}
.container-04 .actn-btn > strong{
    padding-right: 90px;
    font-size: 29px;
    line-height: 29px;
}
.container-04 .actn-btn > span{
    padding-right: 90px;
    font-size: 25px;
    line-height: 25px;
}
.container-04 .actn-btn > span > strong{
    font-family: 'Abel', sans-serif;
    color: #fcff00;
    font-weight: normal;
}
.container-04 .imagem{
    width: 459px;
    height: 404px;
    background: url(antes-depois-perdeu-kg.png) no-repeat;
    position: absolute;
    right: -50px;
    top: -30px;
}
.container-05 p{
    color: #fff;
}
.container-05 p strong{
    color: #fcff00;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.container-05 p i{
    color: #fcff00;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.container-05 h2{
    width: 100%;
    padding: 0;
    text-align: center;
}
.container-05 h2 strong{
    color: #fcff00;    
}
.container-05 p.intro{
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 45px;
}
.container-05 .bullets{
    width: 360px;
    height: 405px;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}
.container-05 .bullets a{
    width: 133px;
    height: 153px;
    background: url(bullet-light.png) no-repeat top;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    font-size: 45px;
    line-height: 153px;
}
.container-05 .bullets a.dark{
    background: url(bullet-dark.png) no-repeat top;
}
.container-05 .bullets a#b01{
    top: 0;
    left: 0;    
}
.container-05 .bullets a#b02{
    top: 0;
    left: 148px;    
}
.container-05 .bullets a#b03{
    top: 126px;
    left: 75px;    
}
.container-05 .bullets a#b04{
    top: 126px;
    left:220px;    
}
.container-05 .bullets a#b05{
    top: 250px;
    left: 0;    
}
.container-05 .bullets a#b06{
    top: 250px;
    left: 148px;    
}
.container-05 .bullets a:hover,
.container-05 .bullets a.active{
    background: url(bullet-over.png) no-repeat top;
    color: #870FFF;
}
.container-05 .bullets a.dark:hover,
.container-05 .bullets a.active.dark{
    background: url(bullet-over.png) no-repeat top;
    color: #6600CC;
}
.conteudo-bullet{
    position: absolute;
    top: 290px;
    right: 0;
    width: 700px;
    padding-right: 30px;
}
.conteudo-bullet > div{
    display: none;
}
.conteudo-bullet > div.active{
    display: block;
}
.container-05 h3{
    font-size: 28px;
    color: #fff;
    padding: 0;
    font-weight: 700;
    text-align: right;
}
.container-05 h3 strong{
    color:#fcff00;
    font-weight: 700;
}

.container-05 h3 strong i{
    color:#fcff00;
    font-weight: 700;
}

.container-05 .conteudo-bullet p{
    width: 620px;
    float: right;
    text-align: right;
}
.container-05 .actn-btn{
    width: 659px;
    height: 88px;
    background: url(btn-actn-2.png) no-repeat;
    margin-right: 30px;
    top: 550px;
    right: 0;
    position: absolute;
}
.container-05 .actn-btn > strong{
    padding-right: 90px;
    font-size: 32px;
    line-height: 32px;
}
.container-05 .actn-btn > span{
    padding-right: 90px;
    font-size: 27px;
    line-height: 27px;
}
.container-06 h2{
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    color: #322c2e;
    padding: 0;
    letter-spacing: -1px;
}
.container-06 h2 strong{
    color: #6600CC;
    font-size: 50px;
}
.container-06 ul{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.container-06 ul li{
    width: 320px;
    margin-left: 30px;
    float: left;
}
.container-06 ul li > strong{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #322c2e;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}
.container-06 ul li img{
    float: left;
    width: 100%;
}

.container-06 ul li p{
    float: left;
    width: 100%;
    margin: 15px 0 25px;
    text-align: center;
}
.container-06 ul li p strong{
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    color: #6600CC;
    text-transform: none;
}
.container-07 .imagem{
    width: 556px;
    height: 548px;
    position: relative;
    float: left;
    background: url(fit-burn-prod2.png) no-repeat;
    margin-top: 40px;
}
.container-07 .imagem strong{
    float: left;
    width: 100%;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.container-07 .imagem strong:first-child{
    margin-top: 140px;
}
.container-07 .imagem strong:nth-child(2n){
    margin-top: 55px;
}
.container-07 .imagem strong:last-child{
    margin-top: 65px;
}
.container-07 .frm{
    width:460px ;
    position: relative;
    float: right;
    padding: 60px 20px 140px;
    background: #cc1d84;
}
.container-07 .frm h4{
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 1px rgba(140,4,84,0.5);
}
.container-07 .frm h4 strong{
    color: #fcff00;
    float: left;
    width: 100%;
    font-size: 65px;
    line-height: 65px;
}
.container-07 .frm h4 span{
    position: absolute;
    right: -5px;
    color: #fff;
    font-size: 110px;
    line-height: 92px;
    top: 0;
}
.container-07 .frm label,
.container-07 .frm > div{
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
.container-07 .frm label:nth-child(odd){
    float: right;
}
.container-07 .frm > div{
    float: right;

}
.container-07 .frm label span{
    color: #fff;
    float: left;
    width: 100%;
}
.container-07 .frm label input,
.container-07 .frm label select{
    float: left;
    width: 100%;
    padding:0 10px;
    height: 30px;
    line-height: 30px;
    border:0;
}
.container-07 .frm div label.half{
    width: 95px;
    margin-bottom: 0px;
}
.container-07 .frm div label.half{
    float: left;
}
.container-07 .frm div label.half:last-child{
    float: right;
}
.container-07 .frm button.actn-btn{
    width: 494px;
    height: 109px;
    background: url(btn-actn-3.png) no-repeat;
    position: absolute;
    border:0;
    top: 435px;
    left: -11px;
    cursor: pointer;
}
.container-07 .frm button.actn-btn strong{
    font-size: 43px;
    line-height: 45px;
    margin: 0;
    padding: 0 40px 0 0;
    margin-top:10px;
}
.container-07 .frm button.actn-btn span{
    padding: 0 40px 0 0;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.container-footer{
    background: #2b2728;
}
.container-footer span{
    font-size: 18px;
    color: #fff;
    float: left;
    margin: 20px 0;
    width: 100%;
    text-align:center;

}
.container-footer ul{
    float: left;
    width: 100%;
    text-align: center;
}
.container-footer ul li{
    display: inline-block;
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-left:1px solid #cc1d84;
}
.container-footer ul li:first-child{
    border:0;
}
.container-footer ul li a{
    color: #cc1d84;
}
.container-top-cartoes span{
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    text-transform: uppercase;
    margin-left: 40px;
}
.container-top-cartoes img{
    float: right;
    margin-right: 150px;

}
.container-top-cartoes .polygon{
    position: absolute;
    right: 40px;
    height: 97px;
    width: 84px;
    top: -10.6px;
    background: url(polygon.png) no-repeat;
}
.container-top-cartoes .polygon span{
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    height: 16px;
    margin-top:15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}
.container-top-cartoes .polygon span.jrs{
    font-size: 12px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.container-top-cartoes .polygon strong{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    padding-right: 8px;
    letter-spacing: -4px;
    font-weight: 900;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 33px;
height: 33px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}
.container-miolo ul{
    float: left;
    margin-bottom: 45px;
    width: 100%;
}
.container-miolo ul.onestep{
    width: 670px;
}
.container-miolo ul.onestep li .titulo .left-side{
    width: 100%;
    padding-left: 35px;
    text-align: left;
}
.container-miolo ul li{
    float: left;
    width: 100%;
    border:1px solid #ce3ab2;
    background: #fff;
    margin-top: 45px;
}
.container-miolo ul li .titulo{
    position: relative;
    height: 50px;
    float: left;
    width: 100%;
}
.container-miolo ul li .titulo:after{
    background: url(canto-rightt-pay.jpg) no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    top: -1px;
    right: -1px;
    content: '';
}
.container-miolo ul li .titulo:before{
    background: url(canto-left-pay.jpg) no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    top: -1px;
    left: -1px;
    content: '';
}
.container-miolo ul.onestep li .titulo:after{
    background: url(canto-right-pay.jpg) no-repeat;
}

.container-miolo ul li .titulo .left-side{
    float: left;
    height: 50px;
    width: 400px;
    background: url(bg-left-pay.png) repeat-x;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-transform: uppercase;
}
.container-miolo ul li .titulo .right-side{
    float: left;
    height: 50px;
    width: 678px;
    background: url(bg-right-pay.png) repeat-x;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-right: 170px;
    padding-left: 50px;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container-miolo ul li .desconto-tab{
    position: absolute;
    right: 45px;
    top: 0;
    width: 130px;
    height: 110px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a02b8a+0,ce3ab2+100 */
    background: #a02b8a; /* Old browsers */
    background: -moz-linear-gradient(top,  #a02b8a 0%, #ce3ab2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a02b8a 0%,#ce3ab2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a02b8a 0%,#ce3ab2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02b8a', endColorstr='#ce3ab2',GradientType=0 ); /* IE6-9 */


}
.container-miolo ul li .desconto-tab strong{
    float: left;
    width: 100%;
    line-height: 55px;
    margin-top: 16px;
    font-size: 55px;
}
.container-miolo ul li .desconto-tab span{
    float: left;
    width: 100%;
    line-height: 25px;      
    font-size: 18px;
}
.container-miolo ul li .prods{
    padding:30px 40px;
    float: left;
    width: 100%;
}
.container-miolo ul li .prods img{
    float: left;
}
.container-miolo ul.onestep li img{
    width: 330px;
}
.container-miolo ul.onestep li .prods{
    padding: 20px 35px;
}
.info-val{
    width:420px;
    float:right;
}
.container-miolo ul.onestep li .prods .info-val{
    width:250px;
}
.container-miolo ul.onestep li .prods .info-val a.actn-btn{
    width: 250px;
    height: 49px;
    font-size: 17px;
padding-right: 40px;
line-height: 49px;
    background-size: 100%;
}

.container-miolo ul.onestep li .prods .info-disp {
    width: 300px;
    font-size: 16px;
    }
.info-val > strong,
.info-val > span{
    float: left;
    font-size: 25px;
    width: 100%;
    line-height: 30px;
    text-transform: uppercase;
    color: #322c2e;
}
.container-miolo ul.onestep li .prods .info-val > strong{
    font-size: 38px;
    line-height: 38px;
}
.container-miolo ul.onestep li .prods .info-val > span,
.container-miolo ul.onestep li .prods .info-val > span small{
    font-weight: 18px;
}
.info-val > span small{
    font-size: 25px;
    color: #cc1d84;
}
.info-val > strong{
    font-size: 55px;
    line-height: 55px;
    font-weight: 800;
    letter-spacing: -2px;
}
.info-val > strong span{
    color: #c9319f;
}

.info-val a.actn-btn{
    width: 347px;
    height: 68px;
    line-height: 68px;
    margin-top: 20px;
    padding-right: 40px;
    background: url(btn-actn.jpg) no-repeat;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.info-disp{
    float: left;width: 400px;
text-transform: uppercase;
margin-top: 10px;
    text-transform: uppercase;
}
.info-disp strong{
    color: #c9319f;
    float: none; display: inline;
font-family: 'Abel', sans-serif;
font-weight: normal;
}
.container-miolo .frm.onestep {
    float: right;
    width: 380px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 160px;
    margin-top: 45px;
}
.container-miolo .frm.onestep h3{
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #322c2e;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    border: 0;
    height: auto;
    margin: 0;

}
.container-miolo .frm.onestep h3 strong{
    float: left;
    width: 100%;
    line-height: 52px;
    font-size: 52px;
    color: #c11b88;
}
.container-miolo .frm.onestep label,
.container-miolo .frm.onestep .hh{
    float: left;
    width: 160px;
    margin-top: 10px;
}
.container-miolo .frm.onestep .hh label{
    width: 70px;
    margin-top: 0;
}
.container-miolo .frm.onestep label:nth-child(odd),
.container-miolo .frm.onestep .hh label:last-child{
    float: right;
}
.container-miolo .frm.onestep .hh label:first-child{
    float: left;
}
.container-miolo .frm.onestep label span{
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #322c2e;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;

}
.container-miolo .frm.onestep label input,
.container-miolo .frm.onestep label select,
.container-miolo .frm.onestep label .texto{
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    float: left;
    border:2px solid #890f5f;
    background: #f1f1f1;
}
.container-miolo .frm.onestep .hh{
    float: right;
}
.container-miolo .frm.onestep label.int{
    width: 100%;
}
.container-miolo .frm.onestep h4{
    float: left;
    width: 100%;
    border-bottom: 1px solid #322c2e;
    background: url(dados-pagamento.jpg) no-repeat left center;
    border-bottom: 1px solid #322c2e;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #322c2e;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    margin: 15px 0 0;
}
.container-miolo .frm.onestep h4.info{
    background: transparent;
    padding-left: 0;
}
.container-miolo .frm.onestep .results{
    float: left;
    width: 100%;
    color: #322c2e;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 10px;
}
.container-miolo .frm.onestep .results span{
    float: left;
    width: 100%;
    font-size: 14px;

}
.container-miolo .frm.onestep .results span i{
    font-size: 22px;
    font-style: normal;
}
.container-miolo .frm.onestep button.actn-btn{
    background: url(btn-actn-4.png) no-repeat;
    width: 417px;
    height: 80px;
    color: #fff;
    position: absolute;
    left:-10px;
    bottom: 70px;
    cursor: pointer;
    border:0;

}
.container-miolo .frm.onestep button.actn-btn strong{
    font-size: 28px;
    padding-right: 60px;
    padding-left: 0;
    float: left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 10px 0 0 0;
}

.container-miolo .frm.onestep .cert{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.container-miolo .white-bg{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.container-miolo h3{
    width: 730px;
    float: left;
    border-bottom: 1px solid #322c2e;
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #322c2e;
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    padding: 0;
    margin-top: 15px;
}
.container-miolo .colunas{
    width: 1000px;
    float: left;
    margin: 0 40px;
    margin-top: 45px;
}
.container-miolo .colunas .col{
    width: 332px;
    float: left;
    margin-left: 2px;
}
.container-miolo .colunas .col:first-child{
    margin-left: 0;
}
.container-miolo .colunas .col strong{
    float: left;width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a02b8a+0,ce3ab2+100 */
    background: #a02b8a; /* Old browsers */
    background: -moz-linear-gradient(top,  #a02b8a 0%, #ce3ab2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a02b8a 0%,#ce3ab2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a02b8a 0%,#ce3ab2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a02b8a', endColorstr='#ce3ab2',GradientType=0 ); /* IE6-9 */

}
.container-miolo .colunas .col span{
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    color: #1f282c;
    line-height: 150px;
    height: 150px;
    background: #e5d7e5;

}
.container-miolo .colunas .col span img{
    margin-top: 20px;
    width: 280px;
}
.container-miolo .colunas{
    margin-bottom: 20px;
}
.container-miolo .warning,
.container-miolo .warning span{
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;

}
.container-miolo .warning span i{
    color: #dd0000;
    font-style: normal;
}

.container-miolo .warning span small{
    font-size: 18px;
}
.timer{
    width: 225px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    float: left;
    margin: 0 427.5px;
    background: url(timer.png);
    color: #fff;
    margin-top: 25px;
}
.timer span{
    width: 100px;
    float: left;font-size: 50px;
}
.timer span:last-child{
    width: 100px;
    float: right;
}
.interna h4{
    float: left;
    width: 1000px;
    border-bottom: 1px solid #322c2e;
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #bd1886;
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
    padding: 0;
    margin-top: 15px;

}
.ico-pagamento{
    background: url(dados-pagamento-ico.jpg) no-repeat left center;
    padding-left: 40px !important;
}
.ico-pessoais{
    background: url(dados-pessoais-ico.jpg) no-repeat left center;
    padding-left: 40px !important;
}
.col-form{
    float: left;
    width: 100%;
    padding: 0 45px;
}
.col-form:last-child{
    float: right;
}





.container-miolo .frm .col-form label,
.container-miolo .frm .col-form .hh{
    float: left;
    width: 475px;
    margin-top: 10px;
}
.container-miolo .frm .col-form label:nth-child(even),
.container-miolo .frm .col-form .hh ,
.container-miolo .frm .col-form .hh label:last-child{
    float: right;
}
.container-miolo .frm .col-form .hh label{
    width: 220px;
}
.container-miolo .frm .col-form .hh label:first-child{
    float: left;
}
.container-miolo .frm .col-form label span{
    float: left;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #322c2e;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;

}
.container-miolo .frm.onestep label.double select{
    width:70px;
}
.container-miolo .frm.onestep label.double select:last-child{
    float: right;
}
.container-miolo .frm .col-form label input,
.container-miolo .frm .col-form label select{
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    border:2px solid #890f5f;
    background: #f1f1f1;
}
.container-miolo .frm .col-form label.double select{
    width: 80px;
}
.container-miolo .frm .col-form label.double select:last-child{
    float: right;
}
.container-miolo .frm .col-form .hh input,
.container-miolo .frm .col-form .hh label{
    margin:0;
}
.container-miolo .frm .col-form .hh{
    float: right;
}
.container-miolo .frm .col-form label.int{
    width: 100%;
}
.container-miolo .frm .col-form.pag{
    width: 475px;
    float: left;
    margin:0 302.5px;
}
.container-miolo .frm .col-form.pag label.int{
    width: 100%;
}
.container-miolo .frm .col-form.pag label{
    width: 180px;
}
.container-miolo .frm .col-form.pag label input{
    width: 100%;
}




.container-miolo  .frm .col-form.pag .results{
    float: left;
    width: 100%;
    color: #322c2e;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    margin: 20px 0;
}
.container-miolo  .frm .col-form.pag .results span{
    float: left;
    width: 100%;
    font-size: 14px;

}
.container-miolo  .frm .col-form.pag .results span i{
    font-size: 22px;
    font-style: normal;
}
.container-miolo  .frm .col-form.pag button.actn-btn{
    background: url(btn-actn-5.png) no-repeat;
    width: 527px;
    height: 88px;
    line-height: 88px;
    color: #fff;
    float: left;
    cursor: pointer;
    border:0;
    margin-left: -15px;

}
.container-miolo  .frm .col-form.pag button.actn-btn strong{
    font-size: 34px;
    margin: 0;
    padding-right: 60px;
    padding-left: 0;
    float: left;
    width: 100%;
    height: 88px;
    line-height: 88px;
}

.container-miolo  .frm .col-form.pag .cert{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-left: -10px;
    margin-bottom: 45px
}
.container-miolo  .middle{
    width: 550px;
    float: left;
    text-align: center;
    margin: 0 265px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.container-miolo  .middle h4{
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}
.container-miolo  .middle h4.pedido{
    margin-top: 30px;
    font-size: 36px;
    margin-bottom: 15px;
}
.container-miolo  .middle >img{
    margin: 20px 0 0;
}
.container-miolo  .middle .client{
    float: left;
    width: 100%;
    background: #bd1886;
    border-radius: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.container-miolo  .middle .client strong{
    font-family: 'Roboto Condensed', sans-serif;

}
.container-miolo  .middle > span{
    float: left;
    width: 100%;border:2px solid #760963;
    border-radius: 6px;
    padding: 0 10px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    text-align: left;
    color: #1f282c;
    font-size: 18px;

    }
.container-miolo  .middle p{
    float: left;
    width: 100%;
    line-height: 22px;
    margin:10px 0;
    text-align: center;
    font-size: 18px;
}
.container-miolo  .middle p.first{
    margin-top: 40px;
}
.container-miolo  .middle p strong{

font-family: 'Abel', sans-serif;
}
.container-miolo  .middle p a,
.container-miolo  .middle p span{
    color: #bd1886;
}

.mobile .wrapper{
    width: 100%;
    padding: 0 15px;
}
.mobile .wrapper h1{
    float: left;
    margin:10px 0;
}
.mobile header img.form{
    position: absolute;
    right:0px;
    top: 0;
}
.container-1mob .line{
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
.container-1mob .line.margin-10{
    margin-top: 10px;
}
.container-1mob h2{
    color: #eb2288;
    font-size: 22px;
    float: left;
    padding:0;
    line-height: 30px;
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.container-1mob h2 strong{
    float: left;
    width: 100%;
    color: #dedede;
    font-weight: 400;
}
.container-1mob .line h6{
    float: left;width: 100%;
    margin:0;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
.container-1mob .line h6 strong{
    float: left;width: 100%;
    margin:0;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #ffff00;
}
.container-2mob {
    margin-top: 30px;
    text-align: center;
}
.container-2mob img{
    max-width: 100%;
    margin-top: -20px;
    margin-bottom: -25px;
}
.container-3mob h2{
    padding: 0;
    margin: 0;
    color: #ffff00;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;margin-top: 10px;

}
.container-3mob p{
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    font-size: 15px;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}
.container-3mob p strong{
    color: #cc1d84;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
}

.container-3mob p strong.s2{
    color: #fcff00;
}
.container-4mob {
    margin-top: 25px;
}
.container-4mob h2{
    padding: 0;
    margin:0;
    float: left;
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
    color: #31282a;
    font-family: 'Oswald', sans-serif;
}
.container-4mob h2 strong{
    float: left;
    width: 100%;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #eb2288;font-size: 32px;
line-height: 36px;

}
.container-4mob.container-06 ul li{
    width: 100%;
    text-align: center;
    margin:0;
    margin-bottom: 25px;
    padding: 0;
}
.container-4mob.container-06 ul li img{
    width: auto;
    max-width: 100%;float: none;
}
.container-4mob.container-06 ul li > strong{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    color: #31282a;

}
.container-4mob.container-06 ul li > p{
    color: #31282a;
    font-size:14px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin:0;
    padding: 0;
font-family: 'Abel', sans-serif;
font-weight: normal;

}


.container-5mob{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 62px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008600+0,00a00b+50,008600+100 */
background: left top  #008600 ; /* Old browsers */
background: -moz-linear-gradient(top,  #008600 0%, #00a00b 50%, #008600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #008600 0%,#00a00b 50%,#008600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #008600 0%,#00a00b 50%,#008600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008600', endColorstr='#008600',GradientType=0 ); /* IE6-9 */

}


.container-5mob:after{
    position: absolute;
    content: '';
    background: url(arrow-actn.png) no-repeat;
    width: 35px;
    height: 62px;
    left: 0;
    top: 0;
}

.container-5mob .actn-btn{
    float: left;
    width: 100%;
    height: auto;
    padding-left: 25px;
}
.container-5mob .actn-btn > strong{
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
    color:#fff;
    font-size: 22px;
    margin-top: 7px;
    line-height: 26px;
}
.container-5mob .actn-btn > strong span{
    color: #fbfd00;
}
.container-5mob .actn-btn > span{
    float: left;
    width: 100%;
    color:#fff;
    line-height: 26px;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.container-6mob {
    background: #eb2288;
    padding-top: 30px;
    padding-bottom: 10px;
}
.container-6mob h2{
   text-shadow: 2px 2px 1px rgba(163,12,85,0.5);
   color: #fefefe;
   text-transform: uppercase;
   font-size:26px;
   float: left;
   width: 100%;
   padding:0;
   text-align: center;
   margin: 0;
   line-height: 39px;
}
.container-6mob h2 strong{
    color: #fbfd00;
    font-size: 41px;
   float: left;
   width: 100%;
   padding:0;
   text-align: center;
   margin: 0;
}
.container-6mob ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border:1px solid #000;
    border-left:0;
    border-right: 0;
    margin-top: 20px;
    height: 285px;
}
.container-6mob ul li{
    float: left;
    width: 100%;
    text-align: center;

}
.container-6mob ul li strong{
    color: #eb2288;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 21px;
    padding: 10px 0;
    text-transform: uppercase;
}
.container-6mob ul li img{
    max-width: 100%;
}
.container-6mob ul li .label{
    float: left;
    width: 100%;
    background: url(label-desc.jpg) no-repeat center;
    height: 36px;
    padding-top: 10px;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;


}
.container-6mob ul li .label strong{
    color: #fbfd00;
    width: auto;
    float: none;
    line-height: 26px;
    font-size: 16px;
}
.container-6mob ul li > span{
    float: left;
    width: 100%;
    font-size: 17px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
}
.container-6mob ul li > span small{
    color: #eb2288;
    font-size: 17px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.container-6mob ul li > strong.price{
    float: left;
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    color: #31282a;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.container-6mob ul li > strong.price span{
    color: #eb2288;
}
.container-7mob h2{
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #dedede;
    font-size: 23px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin: 25px 0;
    text-align: center;
    line-height: 26px;
}
.container-7mob h2 strong{
    float: left;
    font-size: 41px;
    line-height: 41px;
    width: 100%;
    font-weight: 700;
}
.container-7mob h2 strong span{
    color: #eb2288;
}


.container-8mob{
    padding: 20px 0 0;
}
.container-8mob .frm,
.container-8mob .frm label,
.container-8mob .frm label input[type="text"],
.container-8mob .frm label select{
    float: left;
    width: 100%;
}
.container-8mob .frm label input[type="text"],
.container-8mob .frm label select,
.container-8mob .frm label .texto{
    padding: 0 10px;
    height: 34px;
    margin: 0 0 7px 0;
    line-height: 34px;
    border:0;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 300;
font-size: 14px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}
.container-8mob .frm label span{
    font-size: 13px;
    float: left;
    font-family: 'Abel', sans-serif;
    font-weight: normal;
    line-height: 14px;
    width: 100%;
    padding-left: 80px;
    text-align: center;
    margin-bottom: 7px;
}
.container-8mob .frm label strong{
    font-size: 13px;
    position: absolute;
    float: left;
    width:70px;
    left: 15px;
    font-family: 'Abel', sans-serif;
    font-weight: bold;
}
.container-8mob .frm input[type="button"],
.container-8mob .frm input[type="submit"]{
    float: left;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffef00+0,fbcf08+50,fabb00+51,f7b50e+100 */
background: #ffef00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffef00 0%, #fbcf08 50%, #fabb00 51%, #f7b50e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffef00 0%,#fbcf08 50%,#fabb00 51%,#f7b50e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffef00 0%,#fbcf08 50%,#fabb00 51%,#f7b50e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffef00', endColorstr='#f7b50e',GradientType=0 ); /* IE6-9 */

border-radius: 10px;
border:1px solid #d2990b;
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;font-style: italic;
font-size: 24px;
line-height: 35px;
height: 35px;
margin:3px 0 10px;

}
.container-8mob .line{
    float: left;
    width: 100%;
    text-align: center;
}

.mobile .container-footer{
    background:#fff;
}

.mobile .container-footer ul li a,
.mobile .container-footer ul li,
.mobile .container-footer span{
    color:#75d4fd;
    font-size: 14px;
    line-height: 16px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
padding: 0;
}

.mobile .container-footer ul li{
    border:0;
    position: relative;
}
.mobile .container-footer ul li:after{
    content: ' / ';
    color: #000;
}
.mobile .container-footer ul li:last-child::after{
    display: none;
}
.mobile .container-footer span{
    color: #000;
    float: left;
    width: 100%;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0 !important;
    top: 124px;
}

.owl-theme .owl-controls .owl-buttons div{
    width: 37px !important;
    height: 37px !important;
    position: absolute;
    top: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
    background: url(ant-arrow.png) no-repeat;
    left: -10px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
    background: url(prox-arrow.png) no-repeat;
    right:-10px;
}

.check_mobile {
    margin: 0;
    padding: 0;
    left: 9px;
    top: 15px;
    width: 22px;
    height: 22px;
    position: absolute;
}

#loader{

	position: fixed;
	background:#000 url("loading.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 150px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top: 0;
	left: 0;
	display: none;	
	opacity:0.8;
}


.wrapper2{
    width: 990px;
    margin: 0 auto;
}
.container-warning{
    background: #4F0E58;
    position: absolute;
    top: 0;
    height: 15px;
    left: 0;
}
.container-warning:after{
    content: '';
    position: absolute;
    bottom: -14px;
    background: url(flag-bottom-bg.png) repeat-x;
    height: 14px;
    left: 0;
    width: 100%;
}
.container-warning i.exclamacao-icon{
    width: 79px;
    height: 79px;
    background: url(exclamacao.png) no-repeat;
    float: left;
    margin: 18px 0;
}
.container-warning p{
    font-weight: 700;
    font-size: 20px;
    color: white;
    line-height: 24px;
    float: left;
    width: 880px;
    margin: 35px 0 35px 30px;
}
.container-warning p span{
    color: #fdff00;
}
.error{border: solid red 2px!important;}
.valid{border:none;}
.container-escolha{margin-top:0px;background:#fbfbfb;}
.container-escolha h2{border-bottom:0;text-align:center;width:100%;float:none;margin:25px 0 20px;}
.container-escolha ul{margin:0 auto;height:370px;width:976px;float:none;margin-bottom:30px;}
.container-escolha ul li{width:230px;margin:0 7px;float:left;background:#fff;text-align:center;border:2px #cc1d84 solid;}/* #322C2E */
.container-escolha ul li h4{text-shadow:0 1px 1px rgba(185,109,0,0.5);float:left;width:100%;height:35px;line-height:35px;color:#fff;font-weight:600;font-size:21px;text-transform:uppercase;letter-spacing:0.6px;font-style:italic;background: #cc1d84; /* Old browsers */background: -moz-linear-gradient(top,  #cc1d84 0%, #941862 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #cc1d84 0%,#941862 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #cc1d84 0%,#941862 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d84', endColorstr='#941862',GradientType=0 ); /* IE6-9 */}
.container-escolha ul li h5{color:#000;line-height:35px;font-size:21px;text-transform:uppercase;letter-spacing:0.6px;font-style:italic;}
.container-escolha ul li div{width:190px;margin:0 20px;padding-top:15px;border-top:1px solid #000;}
.container-escolha ul li div h5{font-size:16px;line-height:16px;letter-spacing:0px;margin-bottom:5px;}
.container-escolha ul li div strong{color:#941862;font-size:25px;float:left;font-weight:700;width:100%;text-transform:uppercase;font-style:italic;}
.container-escolha ul li div span{font-size:15px;float:left;width:100%;color:#7e8289;text-transform:uppercase;font-style:italic;font-weight:700;margin:5px 0 0;}
.container-escolha ul li div strong.sec{color:#CC1D84;font-size:22px;}
.container-escolha ul li div a.selecionar{width:100%;height:35px;line-height:35px;color:#fff;font-weight:700;font-style:italic;text-transform:uppercase;color:#fff;background:#45b519;float:left;font-size:21px;margin:10px 0;}
.container-escolha ul li img{width: 200px;}
.container-escolha ul li div a.selecionar.active{background:#cc1d84;}
.container-escolha ul li div a.selecionar.active i{float:left;width:27px;height:35px;background:url(check.png) no-repeat center;margin-left:3px;display:inline-block;margin-right:-3px;}
.container-formulario h2{border-bottom:0;text-align:center;float:none;width:100%;height:87px;padding-top:12px;margin-top: 15px;}
.container-formulario .frm{position:relative;margin:0 auto;float:none;width:976px;margin-top:10px;height:253px;text-align: center;}
.container-formulario .frm .col{float:left;width:350px;margin-left:80px;}
.container-formulario .frm .col label{width:100%;color:#fff;font-size:15px;height:30px;float:left;line-height:30px;margin:7px 0;}/* 30363c */
.container-formulario .frm .col label span{width:100px;font-weight:700;text-align:right;float:left;margin-right:15px;font-style:italic;}
.container-formulario .frm .col label input[type="text"],
.container-formulario .frm .col label select{width:230px;height:28px;border:1px solid #b1b1b1;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,0.3);box-shadow:2px 2px 2px 0 rgba(0,0,0,0.3);float:left;}
.container-formulario .frm .col .lock{margin-left:115px;float:left;height:30px;line-height:30px;font-weight:400;font-size:13px;color:#fff;}
.container-formulario .frm .col .lock i{float:left;width:20px;height:30px}
.container-formulario .frm .col label.check span{font-size:10.5px;line-height:12px;width:230px;margin-left:10px;margin-right:0;float:right;}
.container-formulario .frm .col label.check input{float:right;margin-left:80px;}
.container-formulario .frm button{float:none;margin:0 auto;position:relative;border:0;cursor:pointer;background:transparent;margin-top:5px;margin-bottom:40px;background: url(../images/btn-actn-2.png) top center no-repeat;}
.container-formulario .frm button .arrow{width:337px;height:118px;background-repeat:no-repeat;position:absolute;top:-25px;}
/*.container-formulario .frm button .arrow:first-child{left:-25px;background-image:url(../images/arrow-form-left.png);}
.container-formulario .frm button .arrow:last-child{right:-25px;background-image:url(../images/arrow-form-right.png);}*/
.container-formulario .frm button span{height:80px;width:659px;line-height:80px;color:#fff;font-weight:700;font-style:italic;font-size:34px;text-align:center;padding:0 15px;text-shadow:0 3px 1px rgba(45,111,19,0.5);text-transform:uppercase;display:inline-block;border-radius:15px;/* background:#45b519;background:-moz-linear-gradient(top, #45b519 0%, #2c6d13 100%);background:-webkit-linear-gradient(top, #45b519 0%,#2c6d13 100%);background:linear-gradient(to bottom, #45b519 0%,#2c6d13 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b519', endColorstr='#2c6d13',GradientType=0); */}
.alterar{top:15px;position: absolute;font-size:15px;right: 0;color:#fff;}