@font-face {
    font-family: 'GothamNarrow-Medium';
    src: url('../fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-Medium.woff') format('woff'),
        url('../fonts/GothamNarrow-Medium.ttf')  format('truetype'),
        url('../fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-XLight';
    src: url('../fonts/GothamNarrow-XLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-XLight.otf')  format('opentype'),
        url('../fonts/GothamNarrow-XLight.woff') format('woff'),
        url('../fonts/GothamNarrow-XLight.ttf')  format('truetype'),
        url('../fonts/GothamNarrow-XLight.svg#GothamNarrow-XLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-Bold';
    src: url('../fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-Bold.otf')  format('opentype'),
        url('../fonts/GothamNarrow-Bold.woff') format('woff'),
        url('../fonts/GothamNarrow-Bold.ttf')  format('truetype'),
        url('../fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-Black';
    src: url('../fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-Black.otf')  format('opentype'),
        url('../fonts/GothamNarrow-Black.woff') format('woff'),
        url('../fonts/GothamNarrow-Black.ttf')  format('truetype'),
        url('../fonts/GothamNarrow-Black.svg#GothamNarrow-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-Book';
    src: url('../fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamNarrow-Book.woff') format('woff'),
        url('../fonts/GothamNarrow-Book.ttf')  format('truetype'),
        url('../fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DOCK11-Heavy';
    src: url('../fonts/DOCK11-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DOCK11-Heavy.otf')  format('opentype'),
        url('../fonts/DOCK11-Heavy.woff') format('woff'),
        url('../fonts/DOCK11-Heavy.ttf')  format('truetype'),
        url('../fonts/DOCK11-Heavy.svg#DOCK11-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

div:after, section:after, nav:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100%;
    position: relative;
}

*{
    outline: none;
}

.bgType{
    width: 100%;
    height: 100%;
    position: relative;
}

.bgType body{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e7e7e7;
}

.mb0px{
    margin-bottom: 0px !important;
}

.mb20px{
    margin-bottom: 20px !important;
}

.padSelectIco {
    padding-right: 40px !important;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.contentAll{
    width: 95%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.contentPag{
    width: 100%;
    min-height: 100%;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}

.expanded{
    padding-left: 252px;
}

.rightBarCont{
    display: none;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.supBarCont{
    display: none;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.leftBarCont{
    width: 280px;
    height: 100%;
    position: absolute;
    top: -40px;
    left: -280px;
    z-index: 5;
    background-color: #333333;
    box-sizing: border-box;
}

.leftBarCont .showAll{
    display: none;
}

.leftBarCont .btnCont{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.leftBarCont .btnCont .linkAll{
    width: 100%;
    float: left;
}

.leftBarCont .btnCont:before{
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #262626;
    content: "";
}

.leftBarCont .btnCont .btn{
    width: 100%;
    margin-bottom: 1px;
    float: left;
    overflow: hidden;
    position: relative;
    border-right: 4px solid #4e4d4d;
    background-color: #3f3f3f;
    cursor: pointer;
    box-sizing: border-box;
}

.leftBarCont .btnCont .btn:hover{
    fill: #cccccc;
}

.leftBarCont .btnCont .btn .ico{
    width: 50px;
    height: 50px;
    float: left;
    fill: #FFFFFF;
}

.leftBarCont .btnCont .btn .ico svg{
    width: 28px;
    height: 50px;
    display: block;
    margin: auto;
}

.leftBarCont .btnCont .btn .descBtn{
    height: 50px;
    padding: 0px 10px;
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
    opacity: 0;
}

.leftBarCont .btnCont .btn:hover .descBtn{
    color: #cccccc;
}

.leftExpanded{
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.leftExpanded .btnCont .btn .ico{
    border-right: 1px solid #333333;
}

.leftExpanded .btnCont .btn .descBtn{
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    opacity: 1;
}

.leftBarCont .btnCont .btn .subBtn{
    width: 100%;
    height: 36px;
    float: left;
    position: relative;
    background-color: #4e4d4d;
}

.leftBarCont .btnCont .btn .subBtn .icoSub{
    width: 33px;
    height: 36px;
    float: left;
    fill: #999999;
}

.leftBarCont .btnCont .btn .subBtn .icoSub svg{
    width: 4px;
    height: 36px;
    display: block;
    margin: auto;
}

.leftBarCont .btnCont .btn .subBtn .descSubBtn{
    height: 36px;
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #cccccc;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.contIn{
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.contIn .titlePP{
    width: 100%;
    height: 64px;
    float: left;
    background-color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
}

.contIn .titlePP .textTitlePP{
    height: 64px;
    padding: 0px 0px 0px 20px;
    float: left;
    line-height: 64px;
    font-size: 40px;
    color: #666666;
    font-family: 'GothamNarrow-XLight';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.contIn .titlePP .descTitle{
    height: 64px;
    padding-left: 10px;
    float: left;
    line-height: 64px;
    color: #cccccc;
    font-size: 20px;
    text-transform: lowercase;
    font-family: 'GothamNarrow-XLight';
}

.contIn .titlePP .btnContAbs{
    height: 40px;
    position: absolute;
    top: 12px;
    right: 20px;
    fill: #666666;
}

.contIn .titlePP .btnContAbs .btnTitle{
    width: 40px;
    height: 40px;
    margin-right: 1px;
    float: left;
    background-color: #f9f9f9;
    border-bottom: 4px solid #f2f2f2;
    fill: #6d6d6d;
    box-sizing: border-box;
}

.contIn .titlePP .btnContAbs .btnTitle svg{
    width: 16px;
    height: 40px;
    margin: auto;
    display: block;
}

.contIn .titlePP .btnContAbs .btnTitle:hover{
    border-bottom: 0px;
    border-top: 4px solid #f2f2f2;
}

.contIn .titlePP .btnContAbs .active{
    background-color: #006699;
    border-bottom: 4px solid #009EE2;
    fill: #FFF;
}

.contIn .titlePP .btnContAbs .active:hover{
    border-bottom: 0px;
    border-top: 4px solid #009EE2;
}

.contIn .navPagPP{
    width: 100%;
    height: 30px;
    padding: 0px 20px;
    float: left;
    background-color: #e7e7e7;
    box-sizing: border-box;
}

.contIn .navPagPP .linkNavPag{
    height: 30px;
    padding-right: 5px;
    float: left;
    line-height: 30px;
    font-size: 11px;
    color: #999999;
}

.contIn .navPagPP .linkNavPag:hover{
    text-decoration: underline;
}

.contIn .warningType1{
    width: 100%;
    height: 40px;
    padding: 0px 50px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    background-color: red;
    box-sizing: border-box;
}

.contIn .warningType1 .ico{
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 7px;
    fill: #666666;
}

.contIn .warningType1 .ico svg{
    width: 22px;
    height: 40px;
    margin: auto;
    display: block;
}

.contIn .warningType1 .contText{
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.contIn .warningType1 .contText .titleWarning{
    font-size: 20px;
    color: #666666;
    font-family: 'GothamNarrow-Bold';
}

.contIn .warningType1 .contText .descWarning{
    font-size: 12px;
    color: #666666;
}

.contIn .warningType1 .icoClose{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    fill: #666666;
}

.contIn .warningType1 .icoClose svg{
    width: 30px;
    height: 40px;
    margin: auto;
    display: block;
}

.contIn .warningType2{
    width: 100%;
    height: 30px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.contIn .warningType2 .hold{
    width: 100%;
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    position: relative;
    background: red;
    box-sizing: border-box;
}

.contIn .warningType2 .ico{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    fill: #666666;
}

.contIn .warningType2 .ico svg{
    width: 12px;
    height: 30px;
    margin: auto;
    display: block;
}

.contIn .warningType2 .icoClose{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    fill: #666666;
}

.contIn .warningType2 .icoClose svg{
    width: 16px;
    height: 30px;
    margin: auto;
    display: block;
}

.contIn .warningType2 .descWarn{
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}

.contIn .warnNeutral{
    background-color: #f2f2f2 !important;
}

.contIn .warnSuccess{
    background-color: #b6e489 !important;
}

.contIn .warnError{
    background-color: #fca5a4 !important;
}

.contIn .warnNeutral .icoClose:hover{
    background-color: #e9e9e9 !important;
}

.contIn .warnSuccess .icoClose:hover{
    background-color: #a7d17e !important;
}

.contIn .warnError .icoClose:hover{
    background-color: #ee9796 !important;
}

.contIn .easyWarn{
    background-color: #f2f2f2;
}

.contIn .easyWarn .ico{
    left: 0px;
    fill: #006699;
}

.contIn .easyWarn .icoClose{
    right: 0px;
}

.contIn .easyWarn .icoClose:hover {
    background-color: #e9e9e9 !important;
}

.contIn .easyWarn .contText .titleWarning{
    color: #006699;
}

.contIn .btnPLine{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    box-sizing: border-box;
}

.contIn .btnPLine .btnColLeft{
    float: left;
}

.contIn .btnPLine .btnColRight{
    float: right;
}

.contIn .btnPLine .btnPgrey,
.contIn .btnPLine .btnPblue{
    width: 40px;
    height: 40px;
    float: left;
    border-bottom: 4px solid red;
    line-height: 40px;
    font-size: 16px;
    font-family: 'GothamNarrow-Bold';
}

.contIn .btnPLine .btnIco{
    width: 40px;
    padding: 0px;
    margin-right: 1px;
}

.contIn .btnPLine .btnIco svg{
    width: 16px;
    height: 40px;
    margin: auto;
    display: block;
    fill: #737373;
}

.contIn .btnPLine .btnOFF svg{
    fill: #e7e7e7;
}

.contIn .btnPLine .btnPgrey{
    background-color: #f9f9f9;
    color: #666666;
    border-bottom: 4px solid #f0eeee;
}

.contIn .btnPLine .btnPblue{
    background-color: #006699;
    color: #FFFFFF;
    border-bottom: 4px solid #009EE2;
}

.contIn .btnPLine .btnPgrey:hover{
    border-bottom: 0px;
    border-top: 4px solid #f0eeee;
}

.contIn .btnPLine .btnPblue:hover{
    border-bottom: 0px;
    border-top: 4px solid #009EE2;
}

.contIn .btnPLine .contPagination{
    padding: 10px 10px 10px 0px;
    height: 40px;
    float: left;
    box-sizing: border-box;
}

.contIn .btnPLine .contPagination .center{
    width: 100%;
    float: left;
    text-align: center;
}

.contIn .btnPLine .contPagination .numbers{
    margin-left: 10px;
    float: left;
    font-size: 18px;
    color: #666666;
    font-family: 'GothamNarrow-Black';
}

.contIn .btnPLine .contPagination .numbers:hover{
    color: #006699;
}

.contIn .btnPLine .contPagination .active{
    color: #006699;
}

.contIn .btnPLine .qtdItens{
    padding-top: 10px;
    display: block;
    color: #666666;
    font-size: 11px;
}

.contIn .btnPLine .botQtdItem{
    padding-top: 0px;
    padding-bottom: 10px;
}

.contIn .btnPLine .alignMidle{
    height: 40px;
    padding: 15px 0px;
    box-sizing: border-box;
}

.contIn .btnPLine .btnPgrey .text,
.contIn .btnPLine .btnPblue .text{
    display: none;
}

.contIn .btnPLine .btnPgrey .icoMob,
.contIn .btnPLine .btnPblue .icoMob{
    width: 100%;
    height: 40px;
    float: left;
}

.contIn .btnPLine .btnPgrey .icoMob svg,
.contIn .btnPLine .btnPblue .icoMob svg{
    width: 16px;
    height: 40px;
    margin: auto;
    display: block;
}

.contIn .btnPLine .btnPgrey .icoMob{
    fill: #666666;
}

.contIn .btnPLine .btnPblue .icoMob{
    fill: #FFFFFF;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.subTitleP{
    width: 100%;
    padding-left: 34px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.subTitleP:before{
    width: calc(100% - 34px);
    height: 1px;
    position: absolute;
    top: 7.5px;
    right: 0px;
    background-color: #e7e7e7;
    content: "";
}

.subTitleP .icoContHide{
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 20px;
    border: 1px solid #009EE2;
    cursor: pointer;
    box-sizing: border-box;
}

.subTitleP .icoContHide .stripe{
    width: 6px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 1px;
    background-color: #009EE2;
}

.subTitleP .icoContHide .stripe:before{
    width: 2px;
    height: 6px;
    position: absolute;
    top: -2px;
    left: 2px;
    background-color: #009EE2;
    content: "";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.subTitleP .icoContHide:hover .stripe:before{
    width: 2px;
    height: 6px;
    position: absolute;
    top: -2px;
    left: 2px;
    background-color: #009EE2;
    content: "";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.subTitleP .opened .stripe:before{
    width: 2px;
    height: 6px;
    position: absolute;
    top: -2px;
    left: 2px;
    background-color: #009EE2;
    content: "";
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.subTitleP .opened:hover .stripe:before{
    width: 2px;
    height: 6px;
    position: absolute;
    top: -2px;
    left: 2px;
    background-color: #009EE2;
    content: "";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.subTitleP .subTitleText{
    padding-right: 10px;
    float: left;
    position: relative;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #009EE2;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Black';
}

.subTitleP .titleAction{
    padding-left: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #009EE2;
}

.subTitleP .titleAction:hover{
    text-decoration: underline;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.holdCont20R{
    width: 100%;
    padding-right: 20px;
    float: left;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.formAll{
    width: 100%;
    float: left;
    position: relative;
}

.formAll .inputTxt{
    width: 100%;
    height: 36px;
    padding: 0px 10px;
    float: left;
    font-size: 12px;
    color: #666666;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    outline: none;
}

.formAll .inputTxt:focus {
    border-color: #006699;
}

.formAll .selectTxt{
    width: 100%;
    height: 36px;
    padding: 0px 0px 0px 10px;
    float: left;
    font-size: 12px;
    color: #666666;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.formAll .txtArea{
    width: 100%;
    height: 86px;
    padding: 10px;
    float: left;
    font-size: 12px;
    color: #666666;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    resize: none;
    box-sizing: border-box;
}

.formAll .label{
    width: 100%;
    margin-bottom: 5px;
    float: left;
    font-size: 11px;
    color: #999999;
}

.formAll .chkOrRadioInpt{
    float: left;
    line-height: 36px;
    color: #666666;
    font-size: 11px;
}

.formAll .chkOrRadioInpt input{
    margin-top: 12px;
    margin-right: 5px;
    float: left;
}

.formAll .chkOrRadioInpt2{
    float: left;
    color: #666666;
    font-size: 16px;
    font-family: 'GothamNarrow-Bold';
}

.formAll .chkOrRadioInpt2 input{
    margin-top: 12px;
    margin-right: 5px;
    float: left;
}

.formAll .desc2{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #666666;
    font-style: italic;
}

.formAll .colInpt1{
    width: 100%;
}

.formAll .colInpt2e5{
    width: 75%;
}

.formAll .colInpt2{
    width: 50%;
}

.formAll .colInpt3{
    width: 33.33%;
}

.formAll .colInpt4{
    width: 25%;
}

.formAll .colInpt5{
    width: 20%;
}

.formAll .colInpt6{
    width: 16.66%;
}

.formAll .colInpt7{
    width: 14.28%;
}

.formAll .colInpt8{
    width: 12.5%;
}

.formAll .colInpt9{
    width: 11.11%;
}

.formAll .colInpt10{
    width: 10%;
}

.formAll .colInpt1, .formAll .colInpt2e5, .formAll .colInpt2,
.formAll .colInpt3, .formAll .colInpt4, .formAll .colInpt5,
.formAll .colInpt6, .formAll .colInpt7, .formAll .colInpt8,
.formAll .colInpt9, .formAll .colInpt10{
    padding-left: 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.formAll .btnLine1{
    padding-right: 47px;
}

.formAll .btnLine2{
    padding-right: 83px;
}

.formAll .btnLine3{
    padding-right: 119px;
}

.formAll .btnLine4{
    padding-right: 155px;
}

.formAll .btnLine5{
    padding-right: 191px;
}

.formAll .chkOrRadio{
    width: 100%;
    float: left;
    position: relative;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

/* --------------------------------- */

.formAll .crCol1, .formAll .crCol2e5, .formAll .crCol2,
.formAll .crCol3, .formAll .crCol4, .formAll .crCol5,
.formAll .crCol6, .formAll .crCol7, .formAll .crCol8,
.formAll .crCol9, .formAll .crCol10{
    padding-left: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.formAll .crCol1{
    width: 100%;
}

.formAll .crCol2e5{
    width: 75%;
}

.formAll .crCol2{
    width: 50%;
}

.formAll .crCol3{
    width: 33.33%;
}

.formAll .crCol4{
    width: 25%;
}

.formAll .crCol5{
    width: 20%;
}

.formAll .crCol6{
    width: 16.66%;
}

.formAll .crCol7{
    width: 14.28%;
}

.formAll .crCol8{
    width: 12.5%;
}

.formAll .crCol9{
    width: 11.11%;
}

.formAll .crCol10{
    width: 10%;
}

/* --------------------------------- */

.formAll .crCol1Less,
.formAll .crCol2e5Less,
.formAll .crCol2Less,
.formAll .crCol3Less,
.formAll .crCol4Less,
.formAll .crCol5Less,
.formAll .crCol6Less,
.formAll .crCol7Less,
.formAll .crCol8Less,
.formAll .crCol9Less,
.formAll .crCol10Less{
    min-height: 68px;
    padding-left: 60px;
    padding-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}


.formAll .crCol1Less{
    width: 100%;
}

.formAll .crCol2e5Less{
    width: 75%;
}

.formAll .crCol2Less{
    width: 50%;
}

.formAll .crCol3Less{
    width: 33.33%;
}

.formAll .crCol4Less{
    width: 25%;
}

.formAll .crCol5Less{
    width: 20%;
}

.formAll .crCol6Less{
    width: 16.66%;
}

.formAll .crCol7Less{
    width: 14.28%;
}

.formAll .crCol8Less{
    width: 12.5%;
}

.formAll .crCol9Less{
    width: 11.11%;
}

.formAll .crCol10Less{
    width: 10%;
}

.formAll .icoEtq{
    width: 50px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.formAll .icoEtq svg{
    width: 40px;
    height: 66px;
    margin: auto;
    display: block;
    fill: #e7e7e7;
}

/* --------------------------------- */

.formAll .btnHoldT1{
    height: 36px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.formAll .btnHoldT1 .btnIn{
    width: 36px;
    height: 36px;
    margin-left: 1px;
    float: left;
    background-color: #006699;
    border-bottom: 4px solid #009EE2;
    fill: #FFFFFF;
    box-sizing: border-box;
}

.formAll .btnHoldT1 .btnIn svg{
    width: 16px;
    height: 36px;
    margin: auto;
    display: block;
}

.formAll .btnHoldT1 .btnIn:hover{
    border-top: 4px solid #009EE2;
    border-bottom: 0px;
}

.formAll .imgMini{
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.formAll .imgMini img{
    width: 100%;
}

.formAll .btnLine1 .imgMini{
    right: 44px;
}

.formAll .btnLine2 .imgMini{
    right: 80px;
}

.formAll .btnLine3 .imgMini{
    right: 116px;
}

.formAll .btnLine4 .imgMini{
    right: 152px;
}

.formAll .btnLine5 .imgMini{
    right: 188px;
}

.formAll .boxBorderForm{
    width: 100%;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
}

.formAll .boxBorderForm .holdBorder{
    width: 100%;
    padding: 10px 20px 10px 0px;
    float: left;
    border: 1px solid #e7e7e7;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.galleryHold{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.galleryHold .selectAll{
    width: 60px;
    height: 60px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 11px;
    box-sizing: border-box;
}

.galleryHold .selectAll:hover{
    background-color: #e7e7e7;
}

.galleryHold .selectAll .text{
    width: 100%;
    height: 58px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.galleryHold .itemGalery{
    width: 60px;
    height: 60px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    position: relative;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    color: #666666;
    font-size: 11px;
    box-sizing: border-box;
    overflow: hidden;
}

.galleryHold .itemGalery img{
    width: 100%;
}

.galleryHold .zoomItem .hoverIco{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    fill: #FFFFFF;
    background-color: rgba(51, 172, 253, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.galleryHold .zoomItem:hover .hoverIco{
    opacity: 1;
}

.galleryHold .zoomItem .hoverIco svg{
    width: 26px;
    height: 58px;
    margin: auto;
    display: block;
}

.galleryHold .selectItem .hoverIco{
    display: none;
}

.galleryHold .selectItem:before{
    width: 100%;
    height: 100%;
    border: 5px solid #006699;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.galleryHold .selectItem:hover:before{
    opacity: 1;
}

.galleryHold .activeItem:before{
    width: 100%;
    height: 100%;
    border: 5px solid #006699;
    content: "";
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.galleryHold .btnGallery{
    width: 60px;
    height: 60px;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
    background-color: #006699;
    border-bottom: 4px solid #009EE2;
    fill: #FFFFFF;
    box-sizing: border-box;
}

.galleryHold .btnGallery svg{
    width: 26px;
    height: 60px;
    margin: auto;
    display: block;
}

.galleryHold .btnGallery:hover{
    border-bottom: 0px;
    border-top: 4px solid #009EE2;
}

.galleryHold .btnGrey{
    fill: #666666;
    background-color: #f9f9f9;
    border-bottom: 4px solid #f2f2f2;
}

.galleryHold .btnGrey:hover{
    border-top: 4px solid #f2f2f2;
    border-bottom: 0px;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.subCadLineTitle{
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    float: left;
    position: relative;
    background-color: #31d3fb;
    box-sizing: border-box;
}

.subCadLineTitle .text{
    height: 30px;
    float: left;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: lowercase;
}

.subCadLineTitle .linkSubCad{
    height: 30px;
    float: right;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: lowercase;
}

.subCadLineTitle .linkSubCad:hover{
    text-decoration: underline;
}

.subCadLineTitle .chkBoxTitle{
    margin-top: 8px;
    margin-right: 5px;
    float: left;
}

.greyBoxForm{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
}

.greyBoxForm .holdGreyBox{
    width: 100%;
    padding: 10px 20px 10px 0px;
    float: left;
    position: relative;
    background-color: #f9f9f9;
    border-bottom: 1px solid #31d3fb;
    box-sizing: border-box;
}

.greyBoxForm .holdGreyBox .chckFloat{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 10px;
    float: left;
    height: 26px;
    border: 1px solid #e7e7e7;
    color: #666666;
    font-size: 11px;
    box-sizing: border-box;
}

.greyBoxForm .holdGreyBox .chckFloat input{
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.greyBoxForm .holdGreyBox .chckFloat .txtChk{
    line-height: 22px;
}

.greyBoxForm input{
    background-color: #FFFFFF !important;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.gridList{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.gridList .headerGrid{
    width: 100%;
    height: 40px;
    margin-bottom: 2px;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.gridList .colFix1{
    padding-left: 41px;
}

.gridList .colFix2{
    padding-left: 82px;
}

.gridList .colFix3{
    padding: 0px 40px 0px 82px;
}

.gridList .colFix4{
    padding: 0px 40px 0px 122px;
}

.gridList .colFix1Last{
    padding: 0px 40px 0px 0px;
}

.gridList .colFix2Last{
    padding: 0px 40px 0px 41px;
}

.gridList .col1{
    width: 100%;
}

.gridList .col2{
    width: 50%;
}

.gridList .col3{
    width: 33.33%;
}

.gridList .col4{
    width: 25%;
}

.gridList .col5{
    width: 20%;
}

.gridList .col6{
    width: 16.66%;
}

.gridList .col7{
    width: 14.28%;
}

.gridList .col8{
    width: 12.5%;
}

.gridList .col9{
    width: 11.11%;
}

.gridList .col10{
    width: 10%;
}

.gridList .col1,
.gridList .col2,
.gridList .col3,
.gridList .col4,
.gridList .col5,
.gridList .col6,
.gridList .col7,
.gridList .col8,
.gridList .col9,
.gridList .col10 {
    height: 40px;
    padding: 0px 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.gridList .headerGrid .col1,
.gridList .headerGrid .col2,
.gridList .headerGrid .col3,
.gridList .headerGrid .col4,
.gridList .headerGrid .col5,
.gridList .headerGrid .col6,
.gridList .headerGrid .col7,
.gridList .headerGrid .col8,
.gridList .headerGrid .col9,
.gridList .headerGrid .col10{
    border-right: 1px solid #e7e7e7;
}

.gridList .colFix{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
}

.gridList .fix1{
    left: 0px;
}

.gridList .headerGrid .fix1,
.gridList .headerGrid .fix2,
.gridList .headerGrid .fix3{
    border-right: 1px solid #e7e7e7;
}

.gridList .fix2{
    left: 41px;
}

.gridList .fix3{
    left: 81px;
}

.gridList .fixLast{
    right: 0px;
}

.gridList .fixLast .btnHoldAbs{
    width: 287px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.gridList .fixLast .btnHoldActive{
    display: block;
}

.gridList .fixLast .btnHoldAbs .btnsInAbs{
    width: 40px;
    height: 40px;
    float: left;
    background-color: #f9f9f9;
    border-left: 1px solid #e7e7e7;
}

.gridList .fixLast .btnHoldAbs .btnsInAbs svg{
    width: 22px;
    height: 40px;
    margin: auto;
    display: block;
}

.gridList .fixLast .btnHoldAbs .btnsInAbs:hover{
    background-color: #efeeee;
}

.greyColorIco{
    fill: #999999 !important;
}

.redColorIco{
    fill: #ed1c24 !important;
}

.greenColorIco{
    fill: #006837 !important;
}

.lGreenColorIco{
    fill: #00a651 !important;
}

.orangeColorIco{
    fill: #f58220 !important;
}

.yellowColorIco{
    fill: #ffc00f !important;
}

.blueColorIco{
    fill: #00aeef !important;
}

.gridList .fixLast:hover .btnHoldAbs{}

.gridList .icoStar{
    width: 18px;
    height: 40px;
    margin: auto;
    display: block;
    fill: #ffcc00;
}

.gridList .icoCheck{
    width: 16px;
    height: 40px;
    margin: auto;
    display: block;
    fill: #009EE2;
}

.gridList .icoDisabled{
    fill: #cccccc !important;
}

.gridList .lineDisabled .txtLine{
    color: #cccccc !important;
}

.gridList .checkBox{
    position: absolute;
    top: 13.5px;
    left: 13.5px;
}

.gridList .titleText{
    width: 100%;
    height: 40px;
    float: left;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    line-height: 40px;
    font-family: 'GothamNarrow-Bold';
    box-sizing: border-box;
}

.gridList .titleText:hover{
    color: #006699;
}

.gridList .txtLine{
    width: 100%;
    height: 40px;
    float: left;
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.gridList .txtLine1{
    width: 100%;
    margin-top: 6.5px;
    float: left;
    font-size: 13px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.gridList .txtLine2{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.gridList .rowGrid{
    width: 100%;
    height: 40px;
    margin-bottom: 1px;
    float: left;
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.gridList .rowGrid:hover{
    background-color: #f9f9f9;
}

.gridList .selectedRow{
    background-color: #ffc;
}

.gridList .selectedRow:hover{
    background-color: #ffc;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.greyBg{
    width: 100%;
    float: left;
    position: relative;
    background-color: #e7e7e7;
    box-sizing: border-box;
}

.greyBg .navPagPP{
    border-bottom: 1px solid #FFFFFF;
}

.greyBg .holdCont20R{
    background-color: #e7e7e7;
}

.fillGrey{
    background-color: #e7e7e7;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.btnOrder{
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 40px 0px 20px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.btnOrder .col1{
    width: 100%;
}

.btnOrder .col2{
    width: 100%;
}

.btnOrder .col3{
    width: 100%;
}

.btnOrder .col4{
    width: 100%;
}

.btnOrder .col5{
    width: 100%;
}

.btnOrder .col6{
    width: 100%;
}

.btnOrder .btn{
    height: 40px;
    padding: 0px 20px 0px 0px;
    float: left;
    position: relative;
    border-right: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    border-bottom: 4px solid #f2f2f2;
    box-sizing: border-box;
}

.btnOrder .btn:hover{
    border-bottom: 0px;
    border-top: 4px solid #f2f2f2;
}

.btnOrder .btn .ico{
    width: 40px;
    height: 40px;
    float: left;
}

.btnOrder .btn .ico svg{
    width: 22px;
    height: 40px;
    margin: auto;
    display: block;
}

.btnOrder .btn .desc{
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Black';
}

.btnOrder .btnCloseAbs{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f9f9f9;
    border-bottom: 4px solid #f2f2f2;
    box-sizing: border-box;
}

.btnOrder .btnCloseAbs svg{
    width: 16px;
    height: 40px;
    margin: auto;
    display: block;
    fill: #999999;
}

.btnOrder .btnCloseAbs:hover{
    border-bottom: 0px;
    border-top: 4px solid #f2f2f2;
}

.btnOrder .activeBlue{
    border-bottom: 4px solid #00aeef;
}

.btnOrder .activeYellow{
    border-bottom: 4px solid #ffc00f;
}

.btnOrder .activeOrange{
    border-bottom: 4px solid #f58221;
}

.btnOrder .activeLGreen{
    border-bottom: 4px solid #00a651;
}

.btnOrder .activeGreen{
    border-bottom: 4px solid #006837;
}

.btnOrder .activeRed{
    border-bottom: 4px solid #ed1c24;
}

.btnOrder .activeBlue:hover{
    border-top: 4px solid #00aeef;
    border-bottom: 0px;
}

.btnOrder .activeYellow:hover{
    border-top: 4px solid #ffc00f;
    border-bottom: 0px;
}

.btnOrder .activeOrange:hover{
    border-top: 4px solid #f58221;
    border-bottom: 0px;
}

.btnOrder .activeLGreen:hover{
    border-top: 4px solid #00a651;
    border-bottom: 0px;
}

.btnOrder .activeGreen:hover{
    border-top: 4px solid #006837;
    border-bottom: 0px;
}

.btnOrder .activeRed:hover{
    border-top: 4px solid #ed1c24;
    border-bottom: 0px;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.impressao{}

.impressao .titleText{
    color: #000000;
}

.impressao .icoStar{
    fill: #000000;
}

.impressao .txtLine1{
    color: #000000;
}

.impressao .txtLine2{
    color: #000000;
}

.impressao .txtLine{
    color: #000000;
}

.impressao .icoCheck{
    fill: #000000;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.topbar{
    width: 100%;
    position: relative;
    z-index: 5;
    background: #006699;
}

.shadowTop{
    -webkit-box-shadow: 0px 1px 24px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 1px 24px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 1px 24px 0px rgba(50, 50, 50, 0.2);
}

.topbar .topBarContent{
    width: 100%;
    height: 50px;
    margin: auto;
    padding-left: 100px;
    position: relative;
    box-sizing: border-box;
}

.topbar .topBarContent .logo{
    width: 32px;
    height: 38px;
    position: absolute;
    top: 5px;
    left: 60px;
    fill: #FFFFFF;
    overflow: hidden;
}

.topbar .topBarContent .logo svg{
    width: 120px;
    height: 35px;
}

.topbar .topBarContent .busca{
    display: none;
}

.topbar .topBarContent .busca .campo{
    width: 100%;
    height: 100%;
    float: left;
    border: none;
    font-size: 18px;
    color: #FFFFFF;
    background: #009EE2;
    text-indent: 40px;
    font-family: 'GothamNarrow-Medium';
    box-sizing: border-box;
}

.topbar .topBarContent .busca .campo::-webkit-input-placeholder {
    color: #31d3fb;
}

.topbar .topBarContent .busca .campo:-moz-placeholder {
    color: #31d3fb;
}

.topbar .topBarContent .busca .campo::-moz-placeholder {
    color: #31d3fb;
}

.topbar .topBarContent .busca .campo:-ms-input-placeholder {
    color: #31d3fb;
}

.topbar .topBarContent .busca .btnBusca{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    left: 15px;
    fill: #FFFFFF;
}

.topbar .topBarContent .busca .btnBusca:hover svg{
    fill: #666666;
}

.topbar .topBarContent .colRightTop{
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.topbar .topBarContent .colRightTop .icoSVG{
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
}

.topbar .topBarContent .colRightTop .icoSVG .icoStripes{
    width: 24px;
    height: 4px;
    position: absolute;
    top: 13px;
    left: 13px;
    background-color: #FFFFFF;
}

.topbar .topBarContent .colRightTop .icoSVG .icoStripes:before{
    width: 24px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #FFFFFF;
    content: "";
}

.topbar .topBarContent .colRightTop .icoSVG .icoStripes:after{
    width: 24px;
    height: 4px;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #FFFFFF;
    content: "";
    visibility: visible;
}

.topbar .topBarContent .colRightTop .icoSVG:hover .icoStripes{
    background-color: #006699;
}

.topbar .topBarContent .colRightTop .icoSVG:hover .icoStripes:before{
    background-color: #006699;
}

.topbar .topBarContent .colRightTop .icoSVG:hover .icoStripes:after{
    background-color: #006699;
}

.topbar .topBarContent .colRightTop .icoSVG:hover{
    background-color: #FFFFFF;
    z-index: 5;
}

.topbar .topBarContent .colRightTop .icoSVG:hover .count{
    background-color: #009EE2;
    color: #FFFFFF;
}

.topbar .topBarContent .colRightTop .icoSVG .count{
    width: 17px;
    height: 17px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 11px;
    line-height: 17px;
    color: #009EE2;
    background-color: #FFFFFF;
    border-radius: 2px;
    text-align: center;
    z-index: 1;
    font-family: "Lucida Grande", sans-serif;
    box-sizing: border-box;
}

.topbar .topBarContent .colRightTop .ativo{
    background-color: #FFFFFF;
    z-index: 5;
}

.topbar .topBarContent .colRightTop .tNotifc svg{
    fill: #FFFFFF;
}

.topbar .topBarContent .colRightTop .tNotifc:hover svg{
    fill: #009EE2;
}

.topbar .topBarContent .colRightTop .icoSVG a{
    width: 100%;
    float: left;
    line-height: 50px;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.topbar .topBarContent .colRightTop .nomePessoa{
    width: 115px;
    height: 50px;
    padding: 0px 10px;
    float: left;
    line-height: 50px;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.topbar .topBarContent .colRightTop .nomePessoa:hover{
    background-color: inherit;
}

.topbar .topBarContent .colRightTop .fotoPessoa{
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.topbar .topBarContent .colRightTop .fotoPessoa img{
    width: 100%;
}

.icoControlTop{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14px;
    left: 14px;
    fill: #31d3fb;
}

.hambIco{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
}

.hambIco .stripe{
    width: 24px;
    height: 4px;
    position: absolute;
    top: 13px;
    left: 13px;
    background-color: #FFFFFF;
}

.hambIco .stripe:before {
    width: 24px;
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #FFFFFF;
    content: "";
}

.hambIco .stripe:after {
    width: 24px;
    height: 4px;
    position: absolute;
    top: 20px;
    left: 0px;
    background-color: #FFFFFF;
    content: "";
    visibility: visible;
}

/* --------------------------- */

.btnDots{
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    background-color: #006699;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnDots .dot1{
    width: 4px;
    height: 4px;
    margin-right: -2px;
    position: absolute;
    top: 13px;
    right: 50%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnDots .dot2{
    width: 4px;
    height: 4px;
    margin-right: -2px;
    position: absolute;
    top: 23px;
    right: 50%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnDots .dot3{
    width: 4px;
    height: 4px;
    margin-right: -2px;
    position: absolute;
    top: 33px;
    right: 50%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.closeDots{
    background-color: #009EE2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.closeDots .dot1{
    width: 27px;
    height: 4px;
    margin: 0px;
    right: 12px;
    top: 23px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.closeDots .dot3{
    width: 27px;
    height: 4px;
    margin: 0px;
    right: 12px;
    top: 23px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ----------------------------- */

/* ----------------------------------------- */

.formBuscaMob{
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
}

.formBuscaMob .campo{
    width: 100%;
    height: 40px;
    float: left;
    border: none;
    font-size: 22px;
    color: #31d3fb;
    background: #f2f2f2;
    text-indent: 40px;
    font-family: 'GothamNarrow-XLight';
    box-sizing: border-box;
}

.formBuscaMob .btnBusca{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 15px;
    fill: #31d3fb;
}

/* ----------------------------------------- */

/* --------------- --------------- */

.loaderCont{
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
}

.loaderCont .loaderBox{
    width: 104px;
    height: 104px;
    margin: -52px 0px 0px -52px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.loaderCont .loaderBox .ico{
    width: 60px;
    height: 60px;
    position: absolute;
    fill: #006699;
}


@keyframes animateIco{
    0%{
        left: 22px;
        opacity: 1;
    }

    100%{ left: 110px; }
}

@-webkit-keyframes animateIco{
    0%{
        left: 22px;
        opacity: 1;
    }

    100%{ left: 110px; }
}

@keyframes animateIco2{
    0%{ left: -60px; }

    100%{ left: 22px; }
}

@-webkit-keyframes animateIco2{
    0%{ left: -60px; }

    100%{ left: 22px; }
}

.loaderCont .loaderBox .animate1{
    top: 22px;
    left: 22px;
    -webkit-transition: all 2s;
    -moz-transition:    all 2s;
    -o-transition:      all 2s;
    transition:         all 2s;
    -webkit-animation:  animateIco 0.7s infinite ease-in-out;
    -moz-animation:     animateIco 0.7s infinite ease-in-out;
    -o-animation:       animateIco 0.7s infinite ease-in-out;
    animation:          animateIco 0.7s infinite ease-in-out;
}

.loaderCont .loaderBox .animate2{
    top: 22px;
    left: -60px;
    -webkit-transition: all 2s;
    -moz-transition:    all 2s;
    -o-transition:      all 2s;
    transition:         all 2s;
    -webkit-animation:  animateIco2 0.7s infinite ease-in-out;
    -moz-animation:     animateIco2 0.7s infinite ease-in-out;
    -o-animation:       animateIco2 0.7s infinite ease-in-out;
    animation:          animateIco2 0.7s infinite ease-in-out;
}

.shadowBox{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(213, 213, 213, 1);
    -moz-box-shadow:    2px 2px 5px 0px rgba(213, 213, 213, 1);
    box-shadow:         2px 2px 5px 0px rgba(213, 213, 213, 1);
}

/* --------------- --------------- */

/* ----------------------- LOGIN ----------------------- */

.login{
    padding-top: 70px;
    background-color: #e7e7e7;
}

.heightB{
    height: 100%;
    box-sizing: border-box;
}

.login .loginBox{
    width: 320px;
    min-height: 640px;
    float: right;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.login .loginBox .logo{
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    float: left;
    fill: #009EE2;
}

.login .loginBox .logo svg{
    width: 176px;
    height: 51px;
}

.login .loginBox .logo .slogan{
    width: 100%;
    float: left;
    color: #666666;
    font-size: 13px;
}

.login .boxLog{
    width: 265px;
    height: 50px;
    padding-left: 50px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    color: #FFFFFF;
    box-sizing: border-box;
}

.login .logFB{
    background-color: #3b5998;
}

.login .logGoogle{
    float: right;
    background-color: #d34836;
}

.login .boxLog .ico{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.login .boxLog .all{
    width: 90px;
    margin-top: 13px;
    margin-left: 10px;
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'gothamnarrow-medium';
}

.login .loginBox .error{
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 42px;
    float: left;
    position: relative;
    box-sizing: border-box;
    background-color: #009EE2;
}

.login .loginBox .error .ico{
    width: 42px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 36px;
    font-family: 'gothamnarrow-medium';
}

.login .loginBox .error .text{
    width: 100%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'GothamNarrow-Medium';
}

.login .loginBox .error .icoClose{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.login .loginBox .error .icoClose svg{
    width: 16px;
    height: 50px;
    margin: auto;
    display: block;
    fill: #FFFFFF;
}

.login .loginBox .formLogin{
    width: 100%;
    padding: 0px 20px 10px 0px;
    float: left;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.login .loginBox .formLogin .selectTxt{
    height: 40px;
}

.login .paddingAjuda{
    padding: 0px 0px 0px 20px;
}

.login .campoTxtLog{
    width: 100%;
    height: 40px;
    float: left;
    text-indent: 10px;
    color: #666;
    font-size: 16px;
    border: 0px;
    background-color: #f9f9f9;
    outline: 0;
    font-family: 'GothamNarrow-Medium';
    box-sizing: border-box;
}

.login .campoTxtLog:focus{
    border: 1px solid #009EE2;
}

.login .newUser{
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    float: left;
    background-color: #f2f2f2;
    color: #009EE2;
    font-size: 20px;
    line-height: 50px;
    font-family: 'gothamnarrow-medium';
}

.login .newUser span{
    width: 100%;
    padding-left: 10px;
    float: left;
    text-transform: uppercase;
    box-sizing: border-box;
}

.login .footerLogin{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.login .footerLogin .text{
    width: 195px;
    margin-bottom: 20px;
    float: left;
    color: #666666;
    font-size: 11px;
}

.login .footerLogin .social{
    width: 100%;
    float: left;
}

.login .footerLogin .social .ico{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    float: left;
}

.login .passaroSVGmob{
    display: none;
}

.login .gatoSVGmob{
    display: none;
}

/*ainda dentro de login a página embreve utiliza*/
/* --------------------- EM BREVE --------------------- */

.soon{
    min-height: 100%;
}

.soon .catBg{
    width: 756px;
    height: 488px;
    margin-left: -448px;
    position: absolute;
    top: -45px;
    left: 50%;
    background: url(../img/embreveCat.jpg) no-repeat center center;
}

.soon .dogTablet{
    display: none;
}

.soon .dogTabletMob{
    width: 116px;
    height: 132px;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.soon .birdMob2{
    width: 96px;
    height: 85px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.soon .passaroSVG2{
    display: none;
}

.soon .tituloAjuda{
    height: auto;
}

.soon .tituloAjuda .title{
    margin: 10px 0px;
    line-height: normal !important;
}

.soon .textAbs{
    display: none;
}

.soon .boxSucess{
    width: 100%;
    padding: 20px;
    float: left;
    background-color: #f2f2f2;
    box-sizing: border-box;
    display: none;
}

.soon .boxSucess .thx{
    width: 100%;
    margin-bottom: 5px;
    float: left;
    text-transform: uppercase;
    color: #8e3f03;
    font-size: 40px;
    font-family: 'GothamNarrow-Medium';
}

.soon .boxSucess .descText{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #999999;
    font-family: 'gothamnarrow-medium';
}

/* ----------------------- ----- ----------------------- */

/* --------------------- CADASTRO --------------------- */

.cadastro{
    margin-bottom: 0px !important;
}

.cadastro .dogBg{
    margin: auto;
    position: absolute;
    top: 0px;
    left: -122px;
}

.cadastro .peixeSVG{
    display: none;
}

.cadastro .loginBox{
    width: 550px;
    padding: 0px 0px;
}

.cadastro .detail{
    width: 104%;
    height: 1px;
    margin: 10px 0px 15px 0px;
    float: left;
    background-color: #e7e7e7;
}

.cadastro .gatoSVG{
    width: 140px;
    height: 142px;
    top: 618px;
    right: 0px;
    display: none;
}

.cadastro .passaroSVG{
    width: 120px;
    height: 96px;
    top: -24px;
    right: 0px;
}

.cadastro .footerLogin .text{
    width: 100%;
    margin-bottom: 10px;
}

.cadastro .textCadConfirm{
    width: 364px;
    height: 34px;
    position: absolute;
    bottom: 115px;
    left: 0px;
    font-size: 11px;
    color: #333333;
}

.cadastro .sucessSVG{
    width: 40px;
    height: 40px;
    border-left: 1px solid #f2f2f2;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cadastro .sucessSVG svg{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    left: 9px;
    fill: #21bc0c;
}

/* ----------------------- ----- ----------------------- */

/* -------------------- TITULO AJUDA --------------------*/

.contentAll .tituloAjuda{
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.contentAll .tituloAjuda .title {
    float: left;
    color: #999999;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'gothamnarrow-medium';
}

.contentAll .tituloAjuda a.ajuda {
    width: 16px;
    height: 16px;
    margin: 12px 10px;
    float: left;
}

.contentAll .paddingAjuda{
    padding: 0px 20px;
}

.ajuda .icoAjuda{
    width: 16px;
    height: 16px;
    fill: #006699;
    float: left;
}

/* ----------------------- ----- -----------------------*/

/* ----------------------- FORMS ----------------------- */

.formAll .btnBackForm{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 0px;
    fill: #999999;
}

.formAll .btnBackForm svg{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.forms .formAll .mBottomF{
    margin-bottom: 20px;
}

.forms .tCol150C:after{
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f9f9f9;
    content: "";
    visibility: visible;
    z-index: 1;
}

.forms .formBoxPadrao{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px 10px 0px;
    float: left;
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
}

.forms .formBoxPadrao .textPBox{
    width: 100%;
    padding-left: 20px;
    float: left;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
}

.forms .col1{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col2e5{
    width: 75%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col2{
    width: 50%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col3{
    width: 33.33%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col4{
    width: 25%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col5{
    width: 20%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col5 .col2{
    padding-left: 0px;
    padding-right: 5px;
}

.forms .col5 .pLeft{
    padding-left: 5px;
    padding-right: 0px;
}

.forms .col5 .botoesConfirm{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0px;
    float: left;
}

.forms .col5 .botoesConfirm a{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.forms .col6{
    width: 50%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col15{
    width: 15%;
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .col85{
    width: 85%;
    padding: 0px 0px 0px 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.forms .forceFull{
    width: 100% !important;
}

.forms .forceHalf{
    width: 50% !important;
}

.forms .label{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #999;
    display: block;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forms .linkMid{
    width: 100%;
    height: 40px;
    margin-top: 16px;
    float: left;
    line-height: 40px;
    font-size: 12px;
    color: #666666;
}

.forms .campoTxt{
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
    text-indent: 10px;
    font-family: 'GothamNarrow-Medium';
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
}

.forms .areaTxt{
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
    text-indent: 10px;
    font-family: 'GothamNarrow-Medium';
    color: #666;
    font-size: 14px;
    resize: vertical;
    box-sizing: border-box;
}

.forms .height90{
    height: 90px;
}

.forms .ajuda{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #999999;
}

.forms .contCat{
    font-size: 11px;
    color: #999999;
    position: absolute;
    bottom: -14px;
    right: 0px;
}

.forms .btnPLine{
    width: 100%;
    height: 40px;
    margin-top: 16px;
    float: left;
    background-color: #f58220;
    color: #FFFFFF;
    font-family: 'GothamNarrow-Medium';
}

.forms .btnPLine .icoMob{
    display: none;
}

.forms .btnPLine span{
    width: 100%;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.forms .formAll .zIndex3W{
    z-index: 3;
}

.forms .formAll .zIndex3W .campoTxt{
    background-color: #FFFFFF;
    border: 2px solid #cccccc;
}

.forms .formAll .withIco{
    padding-right: 40px;
}

.forms .formAll .successIco{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 26px;
    right: 10px;
    fill: #FFFFFF;
    background-color: #02f023;
    border-radius: 100px;
}

.forms .formAll .successIco svg{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.forms .erro{
    border: 2px solid #f58220;
}

.forms .greyBoxF70{
    width: 100%;
    height: 140px;
    float: left;
}

.forms .greyBoxF70 .hold{
    width: 100%;
    height: 150px;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.forms .whiteBG{
    background-color: #FFFFFF;
}

.forms .greyBoxF70 .col4{
    width: 50%;
    height: 56px;
}

.formAll .campoBuscaP{
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.formAll .campoBuscaP .buscaInpt{
    width: 100%;
    height: 40px;
    padding: 0px 60px 0px 20px;
    float: left;
    border: none;
    font-size: 22px;
    background-color: #f9f9f9;
    color: #cccccc;
    font-family: 'GothamNarrow-Light';
    box-sizing: border-box;
}

.formAll .campoBuscaP .btnBusca{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f58220;
    fill: #FFFFFF;
}

.formAll .campoBuscaP .btnBusca svg{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
}

/* ----------------------------------------- */

/*------------------------------------------------------*/

.btn20less{
    margin-top: -20px;
}

.botoesConfirm {
    float: right;
    margin-bottom: 20px;
    position: relative;
}

.botoesConfirm a{
    padding: 0px 10px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    font-family: 'GothamNarrow-Medium';
}

.botoesConfirm .btnCinza {
    color: #666666;
}

.botoesConfirm .btnLaranja {
    color: #fff;
    background-color: #009EE2;
}

.botoesConfirm .btnEsqueci{
    font-size: 11px;
    color: #999999;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
}

.botoesConfirm .btnLaranja2{
    color: #fff;
    background-color: #006699;
    text-transform: lowercase;
}

/* ----------------------- ----- ----------------------- */

.hideMob{
    display: none;
}

.colFullAll{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
}

.colFullAll2{
    width: 100%;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
}

.align .alignType{
    width: 14px;
    height: 6px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    fill: #006699;
}

.align .titleText{
    line-height: 38px;
    color: #006699;
}

/* ----------------------------------------- */

/* ----------------------------------------- */

.colForceFull{
    width: 100% !important;
}

.colForceHalf{
    width: 50% !important;
}

/* ----------------------------------------- */

/* ----------------------- ----- ----------------------- */

.emptyGrid{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0px;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    color: #cccccc;
    fill: #cccccc;
    box-sizing: border-box;
}

.emptyGrid .ico{
    width: 100px;
    height: 100px;
    display: table;
    margin: 0px auto 20px;
}

.emptyGrid .text{
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'GothamNarrow-Black';
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.stpWithIco{
    padding-left: 55px;
}

.stpWithIco .icoRef{
    width: 14px;
    height: 14px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: 35px;
    fill: #009EE2;
    background-color: #FFFFFF;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.addIcosLine{}

.addIcosLine .label{
    padding-top: 10px;
    padding-left: 10px;
}

.addIcosLine .lineOpt{}


.addIcosLine .chkOrRadioInpt input{
    margin-right: 29px;
}

.addIcosLine .icoIn{
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 10px;
    left: 29px;
    fill: #009EE2;
}

.btop1px{
    border-top: 2px solid #FFFFFF;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.disableStp{}

.disableStp .icoContHide{
    border: 1px solid #cccccc;
}

.disableStp .icoContHide .stripe{
    background-color: #cccccc
}

.disableStp .icoContHide .stripe:before{
    background-color: #cccccc
}

.disableStp .icoRef{
    fill: #cccccc;
}

.disableStp .subTitleText{
    color: #cccccc;
}

.disabledForm .icoIn{
    fill: #cccccc;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.galleryArrows{
    width: 100%;
    height: 80px;
    padding: 0px 30px;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.galleryArrows .arrowLeft,
.galleryArrows .arrowRight{
    width: 30px;
    height: 58px;
    position: absolute;
    top: 0px;
    fill: #cccccc;
}

.galleryArrows .arrowLeft:hover,
.galleryArrows .arrowRight:hover{
    fill: #999999;
}

.galleryArrows .arrowLeft svg,
.galleryArrows .arrowRight svg{
    width: 100%;
    height: 58px;
    display: block;
    margin: auto;
}

.galleryArrows .arrowLeft{
    left: 0px;
}

.galleryArrows .arrowRight{
    right: 0px;
}

.galleryArrows .galleryHold{
    padding-left: 0px;
}

.gArrowLess{
    padding: 0px;
}

.gArrowLess .arrowLeft,
.gArrowLess .arrowRight{
    display: none;
}

.galleryArrows .gLabel{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 11px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.galleryArrows .galleryHold .itemGalery{
    height: auto;
    border: 0px;
    background-color: inherit;
}

.galleryArrows .galleryHold .itemGalery img{
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.galleryArrows .galleryHold .zoomItem .hoverIco{
    height: calc(100% - 14px);
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.listInfoForm{}

.listInfoForm .result{
    width: 100%;
    height: 36px;
    float: left;
    line-height: 36px;
    color: #009EE2;
    border-bottom: 1px solid #c6f4ff;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.subTBtnDot{
    width: 7px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.subTBtnDot .dots{
    width: 2px;
    height: 2px;
    position: absolute;
    top: 6px;
    right: 0px;
    background-color: #009EE2;
}

.subTBtnDot .dots:after,
.subTBtnDot .dots:before{
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0px;
    background-color: #009EE2;
    content: "";
    visibility: visible;
}

.subTBtnDot .dots:before{
    bottom: 4px;
}

.subTBtnDot .dots:after{
    top: 4px;
}

.subTBtnDot .listOpts{
    overflow: hidden;
    position: absolute;
    top: 16px;
    right: 0px;
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF;
    z-index: 3;
    display: none;
}

.subTBtnDot .listOpts .text{
    width: 100%;
    padding: 0px 10px;
    height: 24px;
    float: left;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

.subTBtnDot .listOpts .text:hover{
    background-color: #f2f2f2;
    color: #666666;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.rShow{
    width: 100%;
    margin-bottom: 20px;
    float: left;
    box-sizing: border-box;
}

.rShow .qntBar{
    width: 100%;
    height: 30px;
    float: left;
    overflow: hidden;
    background-color: #31d3fb;
}

.rShow .qntBar .text{
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    float: left;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.rShow .searchBar{
    width: 100%;
    padding: 20px;
    float: left;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.rShow .searchBar .labelS{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #999999;
}

.rShow .searchBar .boxInpt{
    width: 100%;
    padding-right: 110px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.rShow .searchBar .boxInpt .inptText{
    width: 100%;
    height: 36px;
    padding: 0px 10px;
    float: left;
    border: 1px solid #e7e7e7;
    background-color: #FFFFFF;
    color: #666666;
    box-sizing: border-box;
}

.rShow .searchBar .boxInpt .btnSend{
    height: 36px;
    padding-right: 34px;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: 4px solid #009EE2;
    background-color: #006699;
    color: #FFFFFF;
    fill: #FFFFFF;
    box-sizing: border-box;
}

.rShow .searchBar .boxInpt .btnSend .text{
    float: left;
    line-height: 32px;
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'GothamNarrow-Bold';
}

.rShow .searchBar .boxInpt .btnSend .ico{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.rShow .searchBar .boxInpt .btnSend .ico svg{
    width: 16px;
    height: 34px;
    display: block;
    margin: auto;
}

.rShow .searchBar .boxInpt .btnSend:hover{
    border-bottom: 0px;
    border-top: 4px solid #009EE2;
}

.rShow .results{
    width: 100%;
    padding: 20px 20px 0px 20px;
    float: left;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.rShow .results .headR{
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.rShow .results .headR .ico{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    fill: #666666;
}

.rShow .results .headR .text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
}

.rShow .results .descR{
    width: 100%;
    padding-bottom: 20px;
    float: left;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.rShow .listResult{
    width: 100%;
    float: left;
    border-bottom: 1px solid #31d3fb;
}

.rShow .listResult .result:last-child .descR{
    border-bottom: 0px;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.bgType .firstBg{
    padding-bottom: 20px;
    background: url(../img/bg.jpg) center bottom no-repeat;
    background-color: #e7e7e7;
    background-position: center;
    background-size: contain;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.fixedProgress{
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(231, 231, 231, 0.8);
    z-index: 9;
}

.fixedProgress .progressBar{
    width: 33.33%;
    height: 30px;
    float: left;
    border-bottom: 2px solid #cccccc;
    color: #cccccc;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'GothamNarrow-Bold';
    box-sizing: border-box;
}

.fixedProgress .onIt{
    border-bottom: 3px solid #006699;
    color: #006699;
}

.fixedProgress .pass{
    border-color: #29d3fe;
    color: #29d3fe;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.plans{
    margin-top: 20px;
}

.withFixedTop{
    margin-top: 65px;
}

.plans .icoPlan{
    width: 80px;
    height: 80px;
    /*display: table;*/
    margin: auto;
    position: relative;
    fill: #006699;
}

.plans .icoPlan > img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.plans .icoPlan.-hide-before:before {
    display: none;
}

.plans .icoPlan:before{
    width: 59px;
    height: 59px;
    margin: -30px 0px 0px -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    content: "";
    z-index: 2;
    border-radius: 100%;
}

.plans .icoPlan svg{
    position: relative;
    z-index: 3;
}

.plans .titleT2{
    width: 100%;
    margin: 5px 0px 5px 0px;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #006699;
    text-transform: uppercase;
    font-family: 'DOCK11-Heavy';
}

.plans .descT2{
    width: 100%;
    margin-bottom: 30px;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #006699;
    font-family: 'GothamNarrow-XLight';
}

.plans .plansHolder{
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.plans .plansHolder .plan{
    width: 33.33%;
    padding-left: 20px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.plans .plansHolder .plan .box{
    width: 100%;
    padding: 10px;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
}

.plans .plansHolder .plan .box:hover{
    background-color: #FFFFFF;
    border-color: #006699;
}

.plans .plan .descType{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
}

.plans .plan .namePlan{
    width: 100%;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #006699;
    text-transform: uppercase;
    font-family: 'GothamNarrow-Black';
}

.plans .plan .addInfoHold{
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}

.plans .plan .addInfoHold .line{
    padding-left: 20px;
    position: relative;
}

.plans .plan .addInfoHold .line .ico{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    fill: #21bc0c;
}

.plans .plan .addInfoHold .line .textLine{
    width: 100%;
    height: 16px;
    float: left;
    font-size: 11px;
    color: #999999;
    line-height: 16px;
    font-family: 'GothamNarrow-Medium';
}

.plans .plan .value{
    display: table;
    margin: auto;
    margin-top: 10px;
    text-transform: uppercase;
    color: #666666;
    font-size: 30px;
    font-family: 'GothamNarrow-Black';
}

.plans .plan .value .value1{
    float: left;
}

.plans .plan .value .value2{
    float: left;
    font-size: 19px;
    line-height: 29px;
}

.plans .plan .tutText{
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
    background-color: #f2f2f2;
    color: #666666;
    font-size: 12px;
    line-height: 30px;
}

.plans .plan .btnHire{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    background-color: #006699;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: lowercase;
    font-family: 'GothamNarrow-Bold';
}

.plans .plan .marginAuto{
    width: 200px;
    margin: auto;
    overflow: hidden;
}

.plans .plan:nth-last-child(2) .namePlan{
    color: #1b84ca;
}

.plans .plan:nth-last-child(1) .namePlan{
    color: #136ba7;
}

.plans .loginBox .formAll .formLogin .btnEntrarSys{
    height: 40px;
    padding: 0px 20px;
    position: absolute;
    background-color: #006699;
    color: #FFF;
    line-height: 40px;
    right: 0px;
    top: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.plans .loginBox .formAll .formLogin .btnEntrarSys:hover {
    background-color: #009EE2;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.boxLogin{
    width: 550px;
    margin: auto;
}

.cOld .login{
    padding-top: 0px;
    background-color: initial;
}

.cOld .login .loginBox{
    width: 600px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.boxLogin .alreadyUser{
    width: 100%;
    height: 61px;
    padding: 0px 20px 0px 270px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.boxLogin .alreadyUser .info{
    width: 230px;
    height: 36px;
    position: absolute;
    top: 12px;
    left: 20px;
    color: #006699;
    font-size: 11px;
}

.boxLogin .alreadyUser .inptAU{
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    margin-top: 10px;
    float: left;
    color: #666666;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.boxLogin .addInfoLogBar{
    width: 100%;
    height: 30px;
    padding: 0px 20px;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    font-size: 11px;
    color: #999999;
    line-height: 30px;
    box-sizing: border-box;
}

.boxLogin .addInfoLogBar .txtP{
    float: left;
}

.boxLogin .addInfoLogBar .link{
    margin-left: 10px;
    float: left;
    color: #006699;
}

.boxLogin .addInfoLogBar .link:hover{
    text-decoration: underline;
}

.boxLogin .fixedInpt{
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    float: left;
    border: 1px solid #009EE2;
    font-size: 14px;
    color: #999999;
    line-height: 38px;
    font-family: 'GothamNarrow-Bold';
    box-sizing: border-box;
}

.textCadConfirmAbs{
    width: 350px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-size: 11px;
    color: #333333;
}

.pClear{
    padding: 0px !important;
}

.boxLogin .newUser{
    color: #FFFFFF;
    background-color: #006699;
}

.boxLogin .newUser:hover{
    background-color: #009EE2;
}

/* ----------------------- ----- ----------------------- */

.boxLogin .linkP2{
    width: 100%;
    float: left;
    font-size: 12px;
    color: #006699;
}

.boxLogin .linkP2:hover{
    text-decoration: underline;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.plans .btnTTHold{
    width: 100%;
    position: relative;
    float: left;
}

.plans .btnTTHold:after{
    content: "";
}

.plans .btnTT1{
    width: 287px;
    height: 50px;
    margin-right: 10px;
    float: left;
    line-height: 44px;
    border: 3px solid #006699;
    color: #006699;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-family: 'GothamNarrow-Bold';
    box-sizing: border-box;
}

.plans .btnTT1:hover{
    border: 3px solid #006699;
    color: #FFFFFF;
    background-color: #006699;
}

.plans .btnTT2{
    width: 287px;
    height: 50px;
    margin-left: 10px;
    float: right;
    line-height: 44px;
    border: 3px solid #006699;
    color: #FFFFFF;
    background-color: #006699;
    text-align: center;
    font-size: 14px;
    font-family: 'GothamNarrow-Bold';
    box-sizing: border-box;
}

.plans .btnTT2:hover{
    border: 3px solid #006699;
    color: #006699;
    background-color: #FFFFFF;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.secondBg{
    width: 100%;
    height: 1015px;
    position: relative;
    background-color: #FFFFFF;
}

.whyUse{}

.whyUse .title1{
    width: 100%;
    margin-top: 95px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    font-size: 60px;
    color: #333333;
    font-family: 'GothamNarrow-XLight';
}

.whyUse .descTitle1{
    width: 100%;
    margin-bottom: 80px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #006699;
    font-family: 'GothamNarrow-Medium';
}

.whyUse .advantagesHold{
    width: calc(100% + 35px);
    margin-left: -35px;
    float: left;
    position: relative;
}

.whyUse .advantagesHold .col{
    width: 25%;
    padding-left: 35px;
    margin-bottom: 90px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.whyUse .advantagesHold .hold{
    width: 100%;
    float: left;
    position: relative;
}

.whyUse .advantagesHold .ico{
    width: 100px;
    height: 100px;
    margin: auto;
    border: 3px solid #006699;
    fill: #333333;
    border-radius: 100%;
}

.whyUse .advantagesHold .ico svg{
    width: 64px;
    height: 94px;
    display: block;
    margin: auto;
}

.whyUse .advantagesHold .titleAdv{
    width: 100%;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-family: 'GothamNarrow-Bold';
}

.whyUse .advantagesHold .descAdv{
    width: 100%;
    height: 114px;
    float: left;
    overflow: hidden;
    font-size: 12px;
    color: #999999;
}

/* ----------------------- ----- ----------------------- */

/* ----------------------- ----- ----------------------- */

.colLinksRight{
    position: absolute;
    top: 0px;
    right: -10px;
}

.colLinksRight .linkIn{
    margin-right: 10px;
    float: left;
    font-size: 11px;
    color: #999999;
}

.colLinksRight .linkIn:hover{
    color: #000000;
}

/* ----------------------- ----- ----------------------- */
/* ----------------------- ----- ----------------------- */

.queroCad {
    width: 220px;
    position: relative;
    float: left;
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #666666;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 10px;
    background: #e7e7e7;
    outline: none;
    font-family: 'GothamNarrow-Bold';
}

.queroCad .queTipo{
    font-size: 11px;
    color: #666666;
    font-family: Arial;
    text-transform: none; 
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lineLogin {
    width: 100%;
    height: 2px;
    position: relative;
    background: #CCCCCC;
    z-index: -1;
    float: left;
    top: -35px;
}

.sys .btnTTHold .cxLoginSub{
    width: calc(50% - 10px);
    height: 50px;
    position: relative;
    float: left;
    padding-left: 50px;
    border: 3px solid #009EE2;
    box-sizing: border-box;
    background-color: #FFF;
}

.sys .btnTTHold .cxLoginSub:hover{
    background-color: #009EE2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sys .btnTTHold .cxLoginSub:first-child{
    margin-right: 20px;
}

.sys .btnTTHold .cxLoginSub .txtBtnSys{
    width: 100%;
    position: relative;
    float: left;
    color: #009EE2;
    font-size: 18px;
    font-family: 'GothamNarrow-Bold';
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
}

.sys .btnTTHold .cxLoginSub .descLoginNew{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Arial;
    color: #999999;
    font-size: 11px;
    position: relative;
    float: left;
    top: -6px;
}

.sys .btnTTHold .cxLoginSub:hover .txtBtnSys,
.sys .btnTTHold .cxLoginSub:hover .descLoginNew{
    color:#FFF;
}

.sys .btnTTHold .cxLoginSub:hover svg{
    fill: #FFF;
}

.sys .btnTTHold .cxLoginSub svg{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    fill: #006699;
}

.sys .div_mant{
    position: absolute;
    right: 0px;
    top: -3px;
}

.sys .div_mant .txtMantLog{
    font-family: Arial;
    font-size: 12px;
    color: #999;
}

.sys .div_mant .posCheck{
    position: relative;
    top: 3px;
}

.sys .formLogin .fakeEsqDesk{
    display: none;
}

/* ----------------------------------------- */

.topSys{
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #FFF;
    border-bottom: 2px solid #cccccc;
    box-sizing: border-box;
}

.topSys .cxTop{
    width: 100%;
    position: relative;
    float: left;
}

.topSys .cxTop .itemPlano{
    width: 33.33%;
    height: 50px;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.topSys .cxTop .half{
    width: 50%;
}

.topSys .cxTop .half .descPlanoTop .check1{
    right: 185px;
}

.topSys .cxTop .half .descPlanoTop .check2{
    right: 173px;
}

.topSys .cxTop .half{
    padding-left: 0px;
    padding-right: 40px;
}


.topSys .cxTop .itemPlano:last-child{
    padding-left: 2px;
}

.topSys .cxTop .itemPlano .descPlanoTop{
    width: 100%;
    position: relative;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GothamNarrow-Bold';
    font-size: 12px;
    color: #cccccc;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}

.topSys .cxTop .cadComp{
    border-bottom: 2px solid #009EE2;
    background-color: #FFF;
}

.topSys .cxTop .cadComp .descPlanoTop{
    color: #009EE2;
}

.topSys .cxTop .cadComp .descPlanoTop .icoCheckSys{
    fill: #006699 !important;
}

.topSys .cxTop .active{
    border-bottom: 4px solid #006699;
}

.topSys .cxTop .active .descPlanoTop{
    color: #009EE2;
}

.topSys .cxTop .itemPlano .descPlanoTop .icoCheckSys{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 93px;
    top: 50%;
    transform: translateY(-50%);
    fill: #FFF;
}

@media screen and (max-width: 1199px) {
    .topSys .cxTop .itemPlano .descPlanoTop .icoCheckSys{
        right: 0px;
    }
}

.topSys .cxTop .active .descPlanoTop .rightPlano2{
    right: 83px !important;
}


.topSys .cxTop .active .descPlanoTop .rightPlano3{
    right: 57px !important;
}

.topSys .cxTop .active .descPlanoTop .icoCheckSys{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 93px;
    top: 50%;
    transform: translateY(-50%);
    fill: #009EE2;
    display: none;
}

@media screen and (max-width: 1199px) {
    .topSys .cxTop .active .descPlanoTop .icoCheckSys{
        right: 0px;
    }

    .topSys .cxTop .active .descPlanoTop .rightPlano2{
        right: 0px !important;
    }

    .topSys .cxTop .active .descPlanoTop .rightPlano3{
        right: 0px !important;
    }
}
/* ----------------------------------------- */
.sysPlan{}

.sysPlan .descT2{
    font-size: 30px;
    margin-bottom: -3px;
}

.sysPlan .cxPlanos{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
}

.sysPlan .cxPlanos .itemPrecoP{
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 20px 200px 20px 20px;
    border: 2px solid #f2f2f2;
    box-sizing: border-box;
}

.sysPlan .cxPlanos .itemPrecoP:hover{
    background-color: #FFF;
    border: 2px solid #006699;
}

.sysPlan .cxPlanos .itemPrecoP .titlePlano{
    width: 100%;
    color: #666666;
    font-family: 'GothamNarrow-Bold';
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    float: left;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sysPlan .cxPlanos .itemPrecoP .descSubPlano{
    width: 100%;
    color: #006699;
    font-family: 'GothamNarrow-Bold';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    float: left;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
}

.sysPlan .cxPlanos .itemPrecoP .descSubPlano .icoCheckSys{
    width: 20px;
    height: 20px;
    fill: #006699;
    position: relative;
    top: 5px;
}

.sysPlan .cxPlanos .itemPrecoP .txtPlano{
    width: 100%;
    position: relative;
    float: left;
    font-size: 11px;
    overflow: hidden;
    color: #999999;
}

.sysPlan .cxPlanos .itemPrecoP .btnContrata{
    padding: 0px 20px;
    height: 40px;
    background-color: #006699;
    color: #FFF;
    text-transform: lowercase;
    position: absolute;
    right: 20px;
    top: 20px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 18px;
    font-family: 'GothamNarrow-Bold';
}

.sysPlan .cxPlanos .itemPrecoP .btnContrata:hover{
    background-color: #009EE2;
}

.sysPlan .cxPlanos .itemPrecoP .precoP{
    color: #999999;
    font-family: 'GothamNarrow-Bold';
    font-size: 30px;
    position: absolute;
    right: 20px;
    bottom: 8px;
}

.sysPlan .cxPlanos .itemPrecoP .precoP .cif{
    font-family: 'GothamNarrow-Medium';
    font-size: 12px;
    color: #999999;
}

.sysPlan .cxPlanos .itemPrecoP .precoP:before{
    content: "mensais";
    font-family: 'GothamNarrow-Medium';
    font-size: 12px;
    color: #999999;
    position: absolute;
    left: -29px;
    top: 5px;
}

/*-----------------------------------------------*/

/*-------------------------------------------*/

.cadEmp{
    margin-top: 30px;
}

.cadEmp .formAll .alreadyUser{
    padding: 0px 20px 0px 350px;
}

.cadEmp .formAll .alreadyUser .info{
    width: 300px;
}

.cadEmp .formAll .addInfoLogBar .link{
    float: right;
    margin: 0px;
}

.cadEmp .formAll .addInfoLogBar .mLink{
    margin-left: 69px;
}

/*-----------------------------------------------*/


.footerSys{
    width: 100%;
    position: relative;
    margin: auto;
    top: 10px;
    float: left;
}

.footerSys .colLF,
.footerSys .colRF{
    width: 50%;
    height: 50px;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.footerSys .colLF .centerSocial{
    width: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.footerSys .colLF .linkSocial{
    position: relative;
    float: left;
    box-sizing: border-box;
}

.footerSys .colLF svg{
    margin-right: 10px;
}

.footerSys .colLF .ico_face{
    width: 50px;
    height: 50px;
    fill: #3b5998;
    position: relative;
    top: -2px;
}

.footerSys .colLF .ico_youtube{
    width: 45px;
    height: 49px;
    fill: #bf221f;
    position: relative;
    top: -1px;
}

.footerSys .colLF .ico_insta{
    width: 50px;
    height: 50px;
    fill: #cd5959;
    position: relative;
    top: -2px;
}

.footerSys .colRF .store{
    /*width: 250px;*/
    height: 50px;
    border-radius: 45px;
    background-color: #FFF;
    padding: 10px 10px 10px 53px;
    box-sizing: border-box;
    position: relative;
    float: right;
}

.footerSys .colRF .store .bgStore{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f27720;
    border-radius: 100%;
    box-sizing: border-box;
}

.footerSys .colRF .store .bgStore svg{
    width: 18px; 
    height: 18px;
    position: absolute;
    top: 9px;
    left: 9px;
    fill: #FFF;
}

.footerSys .colRF .store .txtStore{
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    color: #f27720;
    font-size: 32px;
    font-family: 'DOCK11-Heavy';
    text-transform: uppercase;
    line-height: 30px;
}

.footerSys .colRF .store:hover{
    background-color: #f27720;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footerSys .colRF .store:hover .txtStore{
    color: #FFF;
}

.footerSys .colRF .store:hover .bgStore{
    background-color: #FFF;
}

.footerSys .colRF .store:hover .bgStore svg{
    fill: #f27720;
}

.footerSys .txtCopy{
    width: 100%;
    position: relative;
    float: left;
    color: #666;
    font-family: Arial;
    font-size: 11px;
    margin-top: 20px;
    padding-left: 2px;
}

.footerSys .txtCopy:last-child{
    margin-bottom: 20px;
    margin-top: 8px;
}

/*--------------------------------------------------*/



/*--------------------------------------------------*/

.cadEmp .footerSys{
    margin-top: 0px;
}

/*--------------------------------------------------*/

.cad_empC{
    margin-top: 30px;
}

.cad_empC .descT2{
    margin-bottom: 5px;
    font-size: 25px;
}

.auxFooterSys{
    width: 600px !important;
    margin-left: 0px !important;
}

/*----------------------------------------------*/

.lastLess{
    width: calc(100% + 20px);
    margin-left: -20px;
    float: left;
    position: relative;
}

.lastLess .c1,
.lastLess .c2,
.lastLess .c3,
.lastLess .c4,
.lastLess .c5,
.lastLess .c6{
    padding-left: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.lastLess .c1{ width: 100%;	}
.lastLess .c2{ width: 50%;	}
.lastLess .c3{ width: 33.33%;	}
.lastLess .c4{ width: 25%;	}
.lastLess .c5{ width: 20%;	}
.lastLess .c6{ width: 16.66%;	}

.lastLess .itemDescP{
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0px 10px;

} 

/*----------------------------------------*/

.dPlan{
    width: 100%;
    position: relative;
    float: left;
    background-color: #FFF;
    box-sizing: border-box;
}

.dPlan .titleAnunc{
    width: 100%;
    position: relative;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
    font-family: 'GothamNarrow-Book';
}

.dPlan .txtSubT{
    width: 100%;
    position: relative;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #006699;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'GothamNarrow-Bold';
    margin-bottom: 65px;
}

.dPlan .itemDescP .boxPlan{
    width: 103px;
    height: 103px;
    position: relative;
    float: left;
    border-radius: 100%;
    border: 4px solid #006699;
    left: 50%;
    transform: translateX(-50%);
}

.dPlan .itemDescP .boxPlan svg{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #333333;
}

.dPlan .itemDescP .titleVant {
    width: 100%;
    height: 45px;
    position: relative;
    float: left;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-family: 'GothamNarrow-Bold';
    text-transform: uppercase;
    margin-top: 5px;
}
.dPlan .itemDescP .txtFull{
    width: 100%;
    height: 115px;
    position: relative;
    float: left;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    text-align: justify;
    font-family: Arial;
}

.dPlan .c4{
    width: 33.33%;
}

@media screen and (max-width: 810px){
    .dPlan .c4{
        width: 50%;
    }
}

/*--------------------------------------*/

.conheca{
    background-color: #e7e7e7;
    height: 100vh;
}

.conheca .titleAnunc{
    color: #33ace7;
}

.conheca .pqUse{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #009EE2;
    padding: 0px 20px;
    height: 40px;
    box-sizing: border-box;
    font-family: 'GothamNarrow-Bold';
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    line-height: 41px;
}

/*-------------------------------------------*/

.boxSubC{
    width: 100%;
    position: relative;
    float: left;
    box-sizing: border-box;
} 

.boxSubC .subC{
    width: 100%;
    height: 40px;
    position: relative;
    float: left;
    background-color: #666666;
    padding-left: 50px;
    padding-right: 200px;
    box-sizing: border-box;
}

.boxSubC .subC .imgSubC{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
}

.boxSubC .subC .imgSubC img{
    width: 100%;
}

.boxSubC .subC .nameSubC{
    position: relative;
    float: left;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    font-family: 'GothamNarrow-Black';
    text-transform: uppercase;
}

.boxSubC .subC .comboSub{
    width: 190px;
    height: 40px;
    position: absolute;
    right: 0px;
    background-color: #666;
    color: #FFF;
    border: none;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 12px;
}

/*-----------------------------------------------*/

.formAll .control-iframe {
    height: 53px;
    overflow: hidden;
}

.formAll .control-iframe iframe {
    width: 100%;
    float: left;
}

/*-----------------------------------------------*/

.hold-valid {
    height: 34px;
    padding: 0 10px;
    background-color: #006699;
    border-bottom: 4px solid #009EE2;
    color: #fff;
    font-family: 'GothamNarrow-Bold';
    line-height: 32px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 1px;
    box-sizing: border-box;
}

.hold-valid:hover {
    border-top: 4px solid #009EE2;
    border-bottom: none;
}

.hold-valid.check {
    background-color: #f9f9f9;
    height: 33px;
    top: 19px;
    right: 1px;
    border: none;
    padding-left: 0;
    padding-right: 5px;
}

.hold-valid svg {
    width: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    fill: #21bc0c;
    display: block;
}

/* button gray */

.hold-valid.gray {
    background-color: #f9f9f9;
    color: #666;
    border-color: #f0eeee;
}

.hold-valid.gray svg {
    width: 16px;
    fill: #666;
}

/* style => 13/05/16 */
/* ----------------------------------------- */

.formAll .colTwoInp {
    padding-left: 160px;
    width: 100%;
}

.formAll .colTwoInp .inputTxt {
    /*background-color: #fff;*/
}

.formAll .colFixInp {
    width: 120px;
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 20px;
}

.formAll .colFixInp:before {
    content: "-";
    position: absolute;
    top: 24px;
    right: -12px;
    color: #999;
}

/* ----------------------------------------- */

/* caption default */
/* ----------------------------------------- */

.caption-base {
    padding: 0 5px;
    height: 18px;
    white-space: nowrap;
    background-color: rgba(0,0,0, .7);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -25px);
    z-index: 5;
    color: #fff;
    line-height: 18px;
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: none;
}

.caption-base:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: rgba(0,0,0, .7) transparent transparent transparent;
    position: absolute;
    margin: auto;
    left: 0; right: 0; bottom: -5px;

}

.hover-caption:hover .caption-base {
    display: block;
}

/* modal default */
/* ----------------------------------------- */

.modal-default {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0, .8);
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
    padding: 10px 0;
}

.modal-default .cont {
    width: 100%;
    max-height: 100%;
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);

    overflow-y: auto;
}

.modal-default .modal {
    width: 600px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}

.modal-default .title-modal {
    width: 100%;
    font-family: 'GothamNarrow-XLight';
    font-size: 40px;
    color: #666;
    display: block;
    box-sizing: border-box;
    padding-right: 30px;
}

.modal-default .formAll {
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
    margin-top: 10px;
}

.modal-default .formAll .inputTxt {
    background-color: #fff;
}

.modal-default .contIn .btnPLine {
    margin-bottom: 0;
}

.modal-default .contIn .btnPLine .icoMob {
    display: none;
}

.modal-default .contIn .btnPLine .text {
    display: block !important;
}

.modal-default .contIn .btnPLine .btnPgrey,
.modal-default .contIn .btnPLine .btnPblue {
    width: auto;
    padding: 0px 10px;
}

/* ----------------------------------------- */

.modal-default .contIn .warningType1 {
    margin-top: 10px;
    padding-right: 40px;
}

.modal-default .contIn .warningType1 .ico {
    left: 0;
}

.modal-default .contIn .warningType1 .icoClose {
    right: 0;
}

.modal-default .contIn .warningType1 .icoClose svg {
    width: 20px;
}

/* button close */
/* ----------------------------------------- */

.btn-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: table;
}

.btn-close .ico {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btn-close .ico svg {
    width: 16px;
    fill: #ccc;
}

.btn-close:hover .ico svg {
    fill: #006699;
}

/* ----------------------------------------- */
/* ----------------------------------------- */

/* 31/05/16 */
/* ----------------------------------------- */

.cont-pad {
    width: 100%;
    position: relative;
    display: inline-block;
}

.pos-no-label {
    top: 1px;
}

/* Grid System Bruno Rafael */
/* ----------------------------------------- */
.make-row {
    width: 100%;
    position: relative;
    display: block;
}

.make-row .row {
    margin: 0 -10px;
    position: relative;
    *zoom: 1;
}

.make-row .row:before,
.make-row .row:after {
    content: "";
    display: table;
    line-height: 1;
}

.make-row .row:after {
    clear: both;
}

.make-row .col {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    min-height: 1px;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.make-row .col-1 { width: 100%;   }
.make-row .col-2 { width: 50%;    }
.make-row .col-3 { width: 33.33%; }
.make-row .col-4 { width: 25%;    }
.make-row .col-5 { width: 20%;   }
.make-row .col-6 { width: 16.66%;    }
.make-row .col-7 { width: 14.28%; }
.make-row .col-8 { width: 12.5%;    }
.make-row .col-60 { width: 60%;    }
.make-row .col-40 { width: 40%;    }

/* ----------------------------------------- */
/* ----------------------------------------- */

.txt-default {
    font-size: 12px;
    color: #666;
    display: block;
}

/* ----------------------------------------- */

.img-up-box {
    padding: 0 20px;
    margin: 5px 0 10px 0;
    float: left;
    box-sizing: border-box;
}

.img-up-box .cont-pad {
    padding-left: 44px;
    box-sizing: border-box;
    min-height: 36px;
    padding-top: 5px;
}

.img-up-box .cont-pad .photo {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}

.img-up-box .cont-pad .photo img {
    width: 100%;
    float: left;
}

.img-up-box .txt-default.gray {
    color: #999;
    margin-top: 2px;
}

/* ----------------------------------------- */

.img-up-box .col {
    width: 50%;
}

/* ----------------------------------------- */

.formAll .inputTxt.inp-div:disabled {
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ----------------------------------------- */

/* 06/06/2016 */
/* ----------------------------------------- */

.list-thumb-big {}

.list-thumb-big .cont-pad .photo {
    width: 100px;
    height: 100px;
}

.list-thumb-big .cont-pad {
    min-height: 100px;
    padding-left: 110px;
}

/* ----------------------------------------- */
/* ----------------------------------------- */
/* 17/06/2016 */
/* ----------------------------------------- */

.colH > .inputTxt {
    border: none;
    background-color: #fff;
    padding: 0;
}

.colH .make-row .row {
    margin: 0 -15px;
}

.colH .make-row .col {
    margin-bottom: 0;
    padding: 0 15px;
}

.txt-H {
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.day {
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: 'GothamNarrow-Bold';
    color: #666;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------------- */
.redColortxt {
    color: #ed1c24 !important;
}

.greenColortxt {
    color: #00a651 !important;
}

.gridList .lineDisabled .txtLine1{
    color: #cccccc !important;
}
.gridList .lineDisabled .txtLine2{
    color: #cccccc !important;
}

/* ------------------------------ */

.gridList .txtLine1,
.gridList .txtLine2,
.gridList .titleText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ------------------------------ */

.cont-pad.novo-pet {
    padding-left: 0;
}

.novo-pet .hold-valid {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
}

.novo-pet .hold-valid  svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: inline-block;
    top: 10px;
    margin-left: 2px;
}

/* 28/06/2016 */
/* ----------------------------------------- */
.rcp {
    width: 100%;
    position: relative;
    display: block;
}

.novaVenda {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
}

.make-venda .item {}

.make-venda .greyBoxForm {
    padding-left: 0;
}

.subCadLineTitle .t-nv {
    text-transform: none;
    font-family: 'GothamNarrow-Book';
    font-size: 16px;
}

.make-venda .subTitleP .subTitleText {
    background-color: #f9f9f9;
}

.make-venda .subTitleP {
    padding-left: 20px;
}

.contIn .make-venda .btnPLine {
    margin-top: 10px;
}

.contIn .make-venda .btnPLine .btnPgrey {
    background-color: #f2f2f2;
}

/* ----------------------------------------- */

.inputTVenda {
    display: none;
}

.box-type-orc {
    height: 36px;
    display: inline-block;
    background-color: #e5e5e5;
}

.labelTvenda {
    cursor: pointer;
    height: inherit;
    display: inline-table;
    box-sizing: border-box;
    padding: 0 12px;
    margin-right: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.labelTvenda  > .tx {
    color: #333;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

.box-type-orc .labelTvenda:first-of-type {
    border-right: 1px solid #f9f9f9;
}

/* checked */

.inputTVenda:checked + .labelTvenda {
    background-color: #1d943b;
}

.inputTVenda:checked + .labelTvenda > .tx {
    color: #fff;
}

/* ----------------------------------------- */

.box-increment {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 150px;
}

.boxC {
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 20px;
    border: 2px solid #006699;
    box-sizing: border-box;
    background-color: #e5e5e5;
}

.boxC .btnI {
    width: 36px;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-table;
}

.boxC .btnI.qtd {
    width: 50px;
    background-color: #fff;
}

.boxC .btnI .txQtd {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.boxC .btnI svg {
    width: 21px;
    height: 32px;
    display: block;
    margin: auto;
    fill: #009EE2;
}

.box-increment > .label {
    width: auto;
    position: absolute;
    top: 0;
    left: 20px;
}

/* ----------------------------------------- */
.box-padD {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    display: inline-block;
}

.box-padD .row {
    margin: 0 -5px;
}

.box-padD .col {
    padding: 0 5px;
    margin-bottom: 10px;
}

.itemD {
    height: 36px;
    background-color: #e5e5e5;
    display: table;
    transition: all .2s linear;
}

.itemD .txD {
    color: #333;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.itemD .txD svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    fill: #666;
    vertical-align: middle;
}

.itemD:hover {
    background-color: #006699;
}

.itemD:hover .txD {
    color: #fff;
}

.itemD:hover svg {
    fill: #fff;
}

.greyBoxForm .holdGD {
    padding: 0;
}

.txM {
    vertical-align: middle;
}

.tabGray .subCadLineTitle {
    background-color: #888;
}

.tabGray .holdGreyBox {
    border-color: #888;
}

/* ----------------------------------------- */

.table-venda {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.table-venda .s-t {
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: top;
}

.table-venda .line {
    box-sizing: border-box;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.table-venda .s-t .inter-st {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
}

.table-venda .s-t .inter-st.bold {
    font-weight: bold;
    font-size: 14px;
}

.table-venda .s-t.prod {
    width: 60%;
}

.table-venda .s-t.tip {
    width: 10%;
}

.table-venda .s-t.qtd {
    width: 15%;
}

.table-venda .s-t.vlr {
    width: 15%;
}

.table-venda .tbody .line:last-of-type {
    border: none;
}

.table-venda .tbody .line .vlr .inter-st {
    font-weight: bold;
    color: #333;
}

.table-venda .tbody .line:hover {
    background-color: #f2f2f2;
}

/* ----------------------------------------- */

.make-venda .cCol {
    width: 100%;
}

/* ------------------------------------ */

.gridList.borderList .rowGrid {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

/* style 21/07/16 */
/* ----------------------------- */

.group-input {
    width: 100%;
    position: relative;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.group-input .inter {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}

.group-input .col {
    margin-bottom: 0;
}

/* btn link */

.rcp-pad {
    padding-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.linkGrayBase.link:hover {
    color: #009EE2;
    text-decoration: underline;
}

/* bg transparent */

.bg-reset {
    background-color: transparent !important;
}

/* ----------------------------------------- */

.gridList.grid-modal {
    padding-left: 0;
}

.gridList.grid-modal .rowGrid {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

/* new avisos */
/* ----------------------------------------- */
.aviso-small {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
    display: block;
}

.aviso-small.info {
    background-color: #d9edf7;
    color: #31708f;
}

.fill-white { fill: #fff !important; }

/* error input */

.error-input { border-color: #f00 !important; }

/* ----------------------------------------- */
.subTitleP .titleAction.ico {
    width: 20px;
    height: 20px;
    top: -2px;
}

.subTitleP .titleAction.ico svg {
    width: 16px;
    height: 100%;
    display: block;
    margin: auto;
    fill: #009EE2;
}

/* style 04/08/2016 */
.contIn .btnPLine .btnPgrey.showTxt,
.contIn .btnPLine .btnPblue.showTxt {
    width: auto;
    padding: 0 10px;
}

.contIn .btnPLine .btnPgrey.showTxt .text,
.contIn .btnPLine .btnPblue.showTxt .text {
    display: block;
}

/* style 09/08/2016 */
/* ----------------------------------------------- */
.d_f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.al_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.fg_1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* ------------------------------ */

.rcp-subtot {
    padding-left: 20px;
    height: 40px;
    box-sizing: border-box;
}

.rcp-subtot .valP {
    color: #333;
}

.txtSubT {
    color: #666;
    font-family: 'GothamNarrow-Bold';
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.txtSubT.color-success {
    color: #5cb85c;
}

.txtSubT.color-danger {
    color: #d9534f;
}

/* style 22/0/2016 */
/* ----------------------------------------- */
.englob-inp {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
}

.englob-inp .make-row {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    background: #f2f2f2;
    margin-bottom: 20px;
    position: relative;
}

.englob-inp .make-row .col {
    margin-bottom: 10px;
}

.formAll .englob-inp .colInpt1,
.formAll .englob-inp .colInpt2 {
    padding-left: 0;
}

/* logo home */
.logo-home {
    max-width: 250px;
    display: block;
    margin: 20px auto;
}

.logo-home > img {
    display: block;
    max-width: 100%;
}

/*
font-family: 'GothamNarrow-Medium';
font-family: 'GothamNarrow-XLight';
font-family: 'GothamNarrow-Bold';
font-family: 'GothamNarrow-Black';
*/

/* ----------------------------------------- */