*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*color: #aaa9a9;*/
    color: #333;
    font-family: Verdana, Geneva, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
}

body{
    background-color: #29292a;
}

hr{
    border-top: 1px solid #ccc;
}
input.maiuscula {
    text-transform: uppercase;
}
input.erro, select.erro{
    border-color: rgb(255, 0, 0);
}
input.erro:focus, select.erro:focus{
    border-color: rgb(255, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(255, 0, 0, 0.6) 0px 0px 8px;
}
/*--------------------*/
/*     Breadcrumb     */
/*--------------------*/
.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.steps .step-item {
    list-style: none;
    display: inline-block;
    width: 50%;
}
.steps .step-item .step-item-link {
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 15px;
    line-height: 16px;
    cursor: default;
    color: #ccc;
    /*background-color: #ededed;*/
    background-color: #414142;
    position: relative;
}
.steps .step-item .step-item-link.active {
    color: #639bd0;
    cursor: default;
    background: #fff;
    background: -o-linear-gradient(left,#fff 0,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,right top,from(#fff),to(#f5f5f5));
    background: linear-gradient(90deg,#fff 0,#f5f5f5);
}
.steps .step-item .step-item-link.active:after, .steps .step-item .step-item-link.active:before {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-right: 0;
}
.steps .step-item .step-item-link.active:before {
    /*border-top-color: #ededed;*/
    border-top-color: #414142;
    border-top-width: 33px;
    /*border-bottom-color: #ededed;*/
    border-bottom-color: #414142;
    border-bottom-width: 33px;
    top: 0;
    right: 0;
}
.steps .step-item .step-item-link.active .step-number {
    border-color: #468ccd;
    background-color: #639bd0;
    font-size: 28px;
}
.steps .step-item .step-item-link .step-number {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    -o-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    margin-right: 6px;
    border: 1px solid #ccc;
    background-color: #ccc;
}
.rounded {
    border-radius: 50%;
}
.steps .step-item .step-item-link.active:after {
    border-top-color: #fff;
    border-top-width: 33px;
    border-bottom-color: #fff;
    border-bottom-width: 33px;
    top: 0;
    left: -15px;
}
.steps .step-item .step-item-link.complete .step-number {
    border-color: #7cd063;
    background-color: #7cd063;
}
.steps .step-item .step-item-link.complete {
    cursor: pointer;
    color: #50b232;
    border-bottom-color: #7cd063;
}
/*------------------*/
/*     Conteúdo     */
/*------------------*/
#conteudo{
    margin-top: 20px;
    margin-bottom: 20px;
}
.flex{
    display: flex;
}
.principal{
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0px;
    background: #fff;
}
.lateral{
    padding-right: 0px;
}
.lateral #resumo{
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0px;
    background: #fff;
}
.lateral .quadrohead{
    padding-top: 9px;
    padding-bottom: 8px;
    padding-right: 10px;
    margin: 0;
    text-align: center;
    background-color: #414142;
    font-size: 14px;
}
.lateral .quadrohead .ieb{
    /*margin-left: 10px;
    float: left;*/
}
.lateral .quadrohead img{
    height: 50px;
}
.lateral .quadrohead img.curso {
    height: 34px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.lateral .quadrobody{
    padding: 15px 20px 15px 20px;
}
.lateral .quadrofooter{
    background-color: #f1f1f1;
    padding: 10px 80px;
    text-align: center;
}
.lateral .quadrofooter img{
    height: 42px;
}
#nomeCurso, #valorCurso{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
}
#termoCompromisso #terms{
    float: left;
    margin-right: 5px;
}
#termoCompromisso label{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    margin-top: 2px;
}
#ParcelaCurso{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

#quadroTermos, #quadroPessoal, #quadroEndereco, #quadroPagamento{
    padding: 0px 20px 20px 20px;
    display: none;
}
#confirmacao{
    display: none;
}
.quadros.active{
    display: block !important;
}
.quadroBotao{
    text-align: right;
}
.quadroBotao input{
    width: 130px;
    height: 40px;
    border: none;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #0096aa ), to( #60c6d4 ) );
    background-image: -webkit-linear-gradient( bottom, #0096aa, #60c6d4 );
    background-image: -moz-linear-gradient( bottom, #0096aa, #60c6d4);
    background-image: -o-linear-gradient( bottom, #0096aa, #60c6d4 );
    background-image: linear-gradient( to top, #0096aa, #60c6d4 );
}
.quadroBotao input:hover {
    background-image: -webkit-gradient( linear, left bottom, left top, from( ), to( #0096aa ) );
    background-image: -webkit-linear-gradient( bottom, #60c6d4, #0096aa );
    background-image: -moz-linear-gradient( bottom, #60c6d4, #0096aa );
    background-image: -o-linear-gradient( bottom, #60c6d4, #0096aa );
    background-image: linear-gradient( to top, #60c6d4, #0096aa );
}
#dialogTerms p{
    text-align: justify;
}

#dialogTerms p span{
    font-style: italic;
}
.ui-dialog .ui-dialog-titlebar-close{
    display: none;
}

.ui-dialog .ui-button{
    background: transparent !important;
    border: none !important;
    outline: none !important; 
}
#termoTitulo{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
#termoItens{
    text-align: justify;
    padding-left: 0px;
}
#termoItens li{
    margin-bottom: 40px;
    list-style: none;
    position: relative;
    padding-left: 40px;
    line-height: 1.2;
}
#termoItens li:before {
    content: url(../imagens/checkListAzul.png);
    position: absolute;
    top: 3px;
    left: 0;
}
.labelCartao{
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px #ccc solid;
}
.labelCartao.active{
    background: #bbb;
}
.oculto{
    display: none;
}
#dadosPrimeiroCartao, #dadosSegundoCartao, #dadosTerceiroCartao{
    margin-bottom: 15px;
}
.passos{
    font-size: 15px;
    font-weight: bold;
}
.tituloPasso{
    margin-top: 10px;
    margin-bottom: 10px;
}
#valordeposito{
    font-weight: 700;
}
.descPasso.ultimo{
    margin-bottom: 10px;
}
.tituloConfirma{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
}
.descConfirma1{
    color: red;
    margin-bottom: 15px;
}
.descConfirma2{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #0096aa;
    margin-bottom: 15px;
}
#formPgto, #formPgto strong {
    font-size: 15px;
}
#formPgto{
    margin-bottom: 15px;
}
#confirmacao .quadroConteudo {
    display: table;
    margin-bottom: 15px;
}
.g-recaptcha{
    margin-bottom: 15px;
}
.g-recaptcha div{
    margin-left: auto;
    margin-right: auto;
    
}
#confirmacao .quadroBotao {
    text-align: center;
}
#confirmacao .quadroBotao input{
    width: 180px;
}

/*----------------*/
/*     Rodapé     */
/*----------------*/
#rodape1 {
    border-top: 1px solid #4b4c4d;
}

#rodape1{
    padding-top: 20px;
    padding-bottom: 20px;
}

#rodape1 .links{
    text-align: right;
}

#rodape1 .col1 div, #rodape1 .col2 div, #rodape1 .col3 div{
    color:#aaa9a9;
}

#rodape1 .links a:link, #rodape1 .links a:visited{
    color:#aaa9a9;
    text-decoration:none;
}

#rodape1 .links a:hover, #rodape1 .links a:active{
    color:#0096aa;
    text-decoration:none;
}

#rodape1 .col2, #rodape1 .col3{
    text-align: center;
}

/*---------------------------------*/
/*     Responsividade Conteúdo     */
/*---------------------------------*/
@media screen and (max-width: 991px) {
    .flex{
        flex-direction: column;
    }
    #conteudo .principal{
        width: 96%;
        order: 2;
        margin-right: 2%;
        margin-left: 2%;
        margin-top: 20px;
    }
    #conteudo .lateral{
        width: 96%;
        order: 1;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 2%;
        margin-left: 2%;
    }
}

/*---------------------------------*/
/*     Responsividade breadcrumb     */
/*---------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .steps .step-item .step-item-link{
        font-size: 11px;
    }
}
@media screen and (max-width: 735px) {
    .steps .step-item .step-item-link{
        font-size: 10px;
    }
}
@media screen and (max-width: 627px) {
    .steps .step-item .step-item-link{
        padding: 15px 5px;
    }
    .steps .step-item .step-item-link.active:before{
        border-top-width: 27px;
    }
    .steps .step-item .step-item-link.active:after{
        border-top-width: 27px;
    }
}
@media screen and (min-width: 545px) and (max-width: 669px) {
    .steps .step-item .step-item-link .step-number{
        width: 25px;
        height: 25px;
        line-height: 21px;
    }
    .steps .step-item .step-item-link.active .step-number{
        font-size: 18px;
    }
    .steps .step-item .step-item-link .step-number{
        font-size: 15px;
    }
}
@media screen and (max-width: 544px) {
    .steps .step-item .step-item-link .step-number {
        width: 15px;
        height: 15px;
        line-height: 14px;
        margin-right: 1px;
    }
    .steps .step-item .step-item-link.active .step-number {
        font-size: 12px;
    }
    .steps .step-item .step-item-link .step-number {
        font-size: 10px;
    }
    .steps .step-item .step-item-link.active:before {
        border-top-width: 22px;
    }
    .steps .step-item .step-item-link.active:after{
        border-top-width: 27px;
    }
}

/*-------------------------------*/
/*     Responsividade Rodapé     */
/*-------------------------------*/
@media screen and (max-width: 991px) {
    #rodape1 .links{
        text-align: left;
        padding-top: 0px;
    }
    #rodape1 .col2, #rodape1 .col3{
        text-align: left;
    }

    #rodape1 .col1, #rodape1 .col2, #rodape1 .col3{
        margin-bottom: 10px;
    }
}