html, body{
    margin:0;
    padding:0;
    font-family: Verdana;
    color:#666;
    font-size: 14px;
    line-height: 26px;
    height: 100%;
    background-color: #EFEFEF;
}

img, a{
    border:none;
}

a{
    color:#18C65E;
    text-decoration: none;
}

a:hover{
    color:#F90;
}


h2 a, h2 span{
    font-size: 14px;
}


.material-icons {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.final{
    text-align: center;
}


h1{
    line-height: 46px;
}


/*=-=-=-=-=-=-=-=-=-=-=- LIGHTBOX =-=-=-=-=-==-=-=-=-=-=-=-==-=-*/



.myLightbox{
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    font-weight: bolder;
    display: none;
    color:#666;
    box-sizing: border-box;
    padding: 15px;
}

.myLightbox .lightBody{
    max-height: 100%;
}

.myLightbox .lightBody .contentArea{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFF;
    border:2px solid #CCC;
    max-height: 95vh;
    padding:10px;
    overflow-y: auto;
    box-sizing: border-box;
}

.myLightbox .lightNavArea{
    position: absolute;
    right: 0;
    text-align: right;
}

.myLightbox .lightNavArea .btnClose{
    background-color: #900;
    padding: 10px 20px;
    color: #FFF;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    cursor: pointer;
}

.myLightbox .lightNavArea .btnClose:hover{
    background-color: #DC2F2F;
}

.myLightbox .lightNavArea .btnClose .material-icons{
    vertical-align: middle;
    font-size: 16px;
}


/*=-=-=-=-=-=-=-=-=- FINAL LIGHTBOX =-=-=-=-=-==-=-=-=-=-=-=-==-=-*/


/*=-=-=-=-=-=-=-=-=-=-=- LOGIN AREA =-=-=-=-=-=-=-=-=-=-=-=-=*/

#loginArea {
    background-image: url("/imagens/bg-login.jpg");
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    background-repeat: no-repeat;
    background-size: cover;
}

#loginArea main{
    margin: 0 2%;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding: 30px;
    max-width: 600px;
}

#loginArea main .logo{
    text-align: center;
}

#loginArea main .logo img{
    width: 150px;
}

#loginArea main h1{
    text-align: center;
}

#loginArea main p{
    text-align: center;
}

#loginArea main h1 .material-icons{
    font-size: 36px;
    margin-right: 10px;
}

#loginArea main .first {
    border-top:1px dashed #FFF;
    margin-top: 25px;
}

#loginArea main .noRobot {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}


/*=-=-=-=-=-=-=-=-=-=-=- FINAL LOGIN AREA =-=-=-=-=-=-=-=-=-=-=-=-=*/

/*=-=-=-=-=-=-=-=-=-=-=- CAMPOS FORM =-=-=-=-=-=-=-=-=-=-=-=-=*/

.linha{
    display: flex;
    width: 100%;
    align-items: stretch;
}

.linha .campo{
    padding:10px;
    width:100%;
    box-sizing: border-box;
}

.linha .campo label{
    display: block;
    color:#666;
    font-size: 12px;
    font-weight: bolder;
    margin: 10px 0;
    margin-bottom: 5px;
}

.linha .campo .exemplo{
    font-style:italic;
    font-size: 10px
}





.linha .one{
    width: 90%
}

.linha .two{
    width: 80%
}

.linha .three{
    width: 70%
}

.linha .four{
    width: 60%
}

.linha .five{
    width: 50%
}

.linha .six{
    width: 40%
}

.linha .seven{
    width: 30%
}

.linha .eight{
    width: 20%
}

.linha .nine{
    width: 10%
}


.linha .campo .text, .linha .campo input[type="text"], .linha .campo select, .linha .campo input[type="number"]{
    box-sizing: border-box;
    width:100%;
    padding: 10px 2%;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
    width: 100%;
}

.linha .campo .select{
    box-sizing: border-box;
    width:100%;
    padding: 10px 2%;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
}

.linha .campo textarea{
    width:100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
    line-height: 28px;
    resize: vertical;
    height: 200px;
}

/*=-=-=-=-=-=-=-=-=-=-=- FINAL CAMPOS FORM  =-=-=-=-=-=-=-=-=-=-=-=-=*/


/*=-=-=-=-=-=-=--=-=-=-=-= MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/


.contentMessage{
    padding: 15px;
    font: bolder 20px verdana;
    line-height: 25px;
    text-align: center;
    background-color: #FFF;
    color:#666;
}

.messageError{
    background-color: rgba(255, 234, 234, 0.9) !important;
    color: #900 !important;
    border-color: #900;
}

.messageDone{
    background-color: rgba(236, 255, 230, 0.9) !important;
    color: #008C00 !important;
    border-color: #008C00;
}

#targetJson{
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
    z-index: 950;
}

#targetJson .contentMessage{
    background-color: rgba(0,0,0,0.9);
}

#targetJson .messageError{
    border-color: none;
}

#targetJson .messageDone{
    border-color: none;
}

#targetJson .material-icons{
    vertical-align: middle;
    margin-right: 10px;
}

/*=-=-=-=-=-=-=--=-=- FINAL MESSAGE SEND -=-=-=-=-=-=-=-=-=-=-=-=-=-==*/





/*=-=-=-=-=-=-=-=-=-=-=- LOADING BAR =-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.contentLoad{
    margin:30px;
}

.contentLoad h1{
    text-align: center;
}

.contentLoad .loadBar{
    border: 2px solid #70AB08;
    padding: 3px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
}

.contentLoad .loadingBar{
    background-color: #70AB08;
    width: 0;
    height: 100%;
    transition: width 1s;
}

/*=-=-=-=-=-=-=-=-=-=-=- FINAL LOADING BAR =-=-=-=-=-=-=-=-=-=-=-=-=-=*/


.bloco .content {
    max-width: 1200px;
    margin: 10px auto;
    box-sizing: border-box;
}

.bloco .fill {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 0 10px;
}


.alert{
    margin: 10px;
    padding: 10px;
    background-color: #FFF6E5;
    color:#A86B00;
    text-align: center;
}

.alert .material-icons{
    vertical-align: -11px;
    margin-right: 8px;
    font-size: 32px;
}

.wellcome {
    background-color: #777;
    padding: 0.1px;
    color:#FFF;
    text-align: center;
}

.wellcome .pendencia{
    border:1px solid #FACC2E;
    padding: 10px;
    margin: 10px;
    color: #F90;
    background-color: #FBFBEF;
}

.avisoFinanceiro{
    padding: 10px;
    border:1px solid #00BFFF;
    background-color: #EFF5FB;
    font-style: italic;
    color: #00BFFF;
    margin: 15px 0;
}

.groupInfo {
    background-color: #EFEFEF;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    padding: 0.1px;
}

.groupInfo .info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap;
}

.groupInfo .info .itemInfo{
    margin: 10px;
}

.groupInfo .info .itemInfo label{
    font-weight: bolder;
    margin-right: 5px;
}

.groupInfo .nav{
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.groupInfo .nav a{
    padding: 5px 10px;
    margin: 5px 0;
    margin-right: 5px;
    color:#FFF;
    font-weight: bolder;
    background-image: linear-gradient(#58ACFA, #0080FF);
    border:1px solid #0080FF;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
}

.groupInfo .nav a:hover{
    background-image: linear-gradient(#0080FF, #58ACFA);
}

.plano{
    padding:20px 10px;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    background-color: #666;
    color:#FFF;
    margin-bottom: 15px;
    box-shadow: inset 0 -3px 8px rgba(0,0,0,0.2);
}

.plano a{
    font-size: 14px;
    font-style: italic;
}

.plano .aviso{
    padding: 10px;
    margin: 10px auto;
    max-width: 1100px;
    font-size: 14px;
}

.displayFone {
    white-space: nowrap; 
}

.btnCart{
    display: inline-block;
    background-image: linear-gradient(#00FF40, #04B404);
    border:1px solid #04B404;
    padding: 10px;
    color:#FFF;
    text-align: center;
    font-weight: bolder;
    font-size: 12px;
    color:#FFF;
}

.btnCart:hover{
    color:#FFF;
    background-image: linear-gradient(#04B404, #00FF40);
}

.btnCart .material-icons{
    vertical-align: middle;
}

.btnEmitirBoleto{
    background-image: linear-gradient(#01DF01, #088A08);
    color: #FFF;
    padding: 20px;
    font-weight: bolder;
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #088A08;
}

.btnEmitirBoleto:hover{
    background-image: linear-gradient(#088A08, #01DF01);
    color: #FFF;
}


.contentArea .groupInfo{
    display: block;
    background-color: #F6F6F6;
    padding: 10px;
    border: none;
}

.contentArea .groupInfo .itemInfo{
    display: inline-block;
    font-weight: normal;
    margin-right: 30px;
    line-height: 30px;
}

.contentArea .groupInfo .itemInfo label{
    font-weight: bolder;
    margin-right: 10px;
}

.resumoValores {
    margin: 15px;
}

.resumoValores .total {
    color: #04B486;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    font-weight: normal;
}

.resumoValores .total label{
    font-weight: bolder;
    margin-right: 10px;
    font-size: 14px;
}

.contentArea .blocoDetalhes{
    padding-top: 0.1px;
    margin-bottom: 20px;
}


.btns {
    margin: 10px;
}

.btns button{
    padding: 10px;
    margin: 5px 0;
    margin-right: 5px;
    color:#FFF;
    font-weight: bolder;
    background-image: linear-gradient(#58ACFA, #0080FF);
    border:1px solid #0080FF;
    cursor: pointer;
    font-size: 14px;
}

.btns button:hover{
    background-image: linear-gradient(#0080FF, #58ACFA);
}


.btns .btn{
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.btns .green{
    background-image: linear-gradient(#18C65E, #088A29);
    border:1px solid #088A29;
    color:#FFF;
}

.btns .green:hover{
    background-image: linear-gradient(#088A29, #18C65E);
}

.btns .blue{
    background-image: linear-gradient(#58ACFA, #0080FF);
    border:1px solid #0080FF;
    color:#FFF;
}

.btns .blue:hover{
    background-image: linear-gradient(#0080FF, #58ACFA);
}



.contatos{
    border:1px solid #CCC;
    margin: 10px;
    margin-bottom: 20px;
}

.contatos .contato{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.contatos .contato:nth-child(2n+0) {
    background-color: #EFEFEF;
}

.contatos .contato .info{
    margin-right: 30px;
    white-space: nowrap;
}

.contatos .contato .info .material-icons{
    vertical-align: middle;
    font-size: 18px;
}

.contatos .contato .nav{
    display: flex
}

.contatos .contato .nav a{
    margin: 0 15px;
}


.formaPgto label{
    display: inline-block;
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    margin: 10px;
    padding: 5px 10px;
}

.formaPgto label input[type="radio"]{
    vertical-align: text-top;
    margin-right: 10px;
}

#blocoCartao{
    display: none;
}


.status{
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
}

.statusNormal{
    background-color: #FFF;
    color:#333;
}

.statusCancelado{
    background-color: #000;
    color:#FFF;
}

.statusQuitado{
    background-color: #008C00;
    color:#FFF;
}

.statusCongelado{
    background-color: #E0ECF8;
    color:#0174DF;
}

.statusVencido{
    background-color: #900;
    color:#FFF;
}




@media screen and (max-width: 1200px) {
    .bloco .content {
        max-width: none;
        margin: 10px 25px;
    }
}

@media screen and (max-width: 750px) {
    .bloco .content {
        max-width: none;
        margin: 10px 25px;
    }

    .groupInfo {
        display: block;
    }

    .groupInfo .nav{
        margin: 10px;
        align-items: flex-start;
        justify-content: flex-start;
    }

}

@media screen and (max-width: 700px) {

    .contatos .contato{
        display: block;
    }

    .contatos .contato .info{
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contatos .contato .nav a{
        margin: 0;
        margin-right: 20px;
    }

}

@media screen and (max-width: 600px) {

    .linha{
        display: block;
    }


    .linha .one, .linha .two, .linha .three, .linha .four, .linha .five, .linha .six, .linha .seven, .linha .eight, .linha .nine{
        width: auto;
    }

}