/*COMEÃ‡O CONTEUDO*/

section.vagas-cad {
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
}

section.vagas-cad .conteudo {
    width: 980px;
    display: block;
    margin: 0 auto;
}

section.vagas-cad .conteudo h2.titulo {
    font-family: 'gotham_mediumregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #20663a;
    padding: 10px 30px 12px 0px;
    min-height: 10px;
    display: block;
    width: auto;
    text-align: left;
    margin: 30px 0px 0px;
    border-bottom: 3px solid rgba(0, 77, 102, 0.2);
}

section.vagas-cad div.top {
    width: 980px;
    float: left;
    height: 45px;
    display: block;
    position: relative;
}

section.vagas-cad div.top div.menu {
    width: 300px;
    height: 22px;
    display: block;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

section.vagas-cad div.top div.menu i {
    color: #727e81;
    display: block;
    float: left;
    width: 15px;
    height: 22px;
    margin: 12px 0 0 0px;
}

section.vagas-cad div.top div.menu a, section.vagas-cad div.top div.menu span {
    font-family: 'gotham_mediumregular';
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 5px;
    color: #727e81;
    margin: 15px 0 15px 5px;
    height: 10px;
    display: block;
    float: left;
    width: auto;
    text-align: center;
}

/*COMEÃ‡O ESQ*/

section.vagas-cad .conteudo div.esq {
    width: 100%;
    min-height: 600px;
    display: block;
    float: left;
}

section.vagas-cad .conteudo div.esq a.mini-links:hover {
    opacity: 0.6;
}

section.vagas-cad .conteudo div.esq a.mini-links.last {
    margin-right: 0px;
}

section.vagas-cad .conteudo div.esq a.mini-links {
    width: 32%;
    margin-right: 13px;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.vagas-cad .conteudo div.esq div.texto {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

section.vagas-cad .conteudo div.esq div.texto p {
    font-family: 'Gotham-Book';
    font-size: 13px;
    height: auto;
    line-height: 20px;
    display: block;
    width: auto;
    text-align: justify;
    color: #566375;
    padding-bottom: 15px;
}

section.vagas-cad .conteudo div.esq form {
    width: calc(100% + 20px);
    padding: 0px;
    display: inline-block;
    margin-bottom: 40px;
}

section.vagas-cad .conteudo div.esq form h2 {
    font-family: 'gotham_mediumregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
    padding: 10px 0px;
    min-height: 10px;
    display: block;
    width: auto;
    width: 100%;
    float: left;
    text-align: left;
}

section.vagas-cad .conteudo div.esq div.box-select i {
    position: absolute;
    top: 30px;
    right: 14px;
    color: #20663D;
}

section.vagas-cad .conteudo div.esq div.box-select span, section.vagas-cad .conteudo div.esq div.box-input label, section.vagas-cad .conteudo div.esq div.box-input label {
    width: 100%;
    display: inline-block;
    font-family: 'gotham_mediumregular';
    font-size: 13px;
    text-transform: inherit;
    height: auto;
    line-height: 13px;
    text-align: left;
    color: #999999;
    margin-bottom: 5px;
}

section.vagas-cad .conteudo div.esq div.box-select label {
    width: calc(100% - 35px);
    border-radius: 30px;
    font-family: 'gotham_mediumregular';
    font-size: 13px;
    text-transform: uppercase;
    height: auto;
    display: block;
    line-height: 10px;
    color: #999999;
    border: 1px solid rgba(32, 102, 58, 0.45);
    outline: none;
    padding: 10px 25px 10px 15px;
    background: rgba(255, 255, 255, 0.45);
}

section.vagas-cad .conteudo div.esq div.box-select select {
    width: calc(100% - 5px);
    height: 34px;
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    opacity: 0;
}

section.vagas-cad .conteudo div.esq div.box-input, section.vagas-cad .conteudo div.esq div.box-select {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

section.vagas-cad .conteudo div.esq div.box-label {
    width: calc(18% - 20px);
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

section.vagas-cad .conteudo div.esq div.box-label label {
    font-family: 'Gotham-Book';
    font-size: 14px;
    line-height: 23px;
    text-transform: inherit;
    color: #7a7a7a;
    display: inline-block;
    text-align: left;
    margin: 0px;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: auto;
}

section.vagas-cad .conteudo div.esq div.box-label label input[type=checkbox] {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 12px;
    opacity: 0;
}

section.vagas-cad .conteudo div.esq div.box-label label.active:before {
    background: url(../images/assets/icon/bt-checked-big.png) center center no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -6px;
    left: 2px;
}

section.vagas-cad .conteudo div.esq div.box-label label:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: -6px;
    left: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.vagas-cad .conteudo div.esq div.box-label label.active:after {
    border: 2px solid #20663a;
}

section.vagas-cad .conteudo div.esq div.box-label label:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid rgba(32, 102, 58, 0.45);
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.vagas-cad .conteudo div.esq div.box-input input, section.vagas-cad .conteudo div.esq div.box-input textarea {
    width: calc(100% - 40px);
    border-radius: 20px;
    font-family: 'gotham_mediumregular';
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    color: #20663a;
    border: 1px solid rgba(32, 102, 58, 0.45);
    outline: none;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.45);
}

section.vagas-cad .conteudo div.esq div.box-input input:focus, section.vagas-cad .conteudo div.esq div.box-input textarea:focus {
    border: 1px solid rgba(32, 102, 58, 1);
}

section.vagas-cad .conteudo div.esq div.box-input textarea {
    resize: none;
    width: calc(100% - 20px);
    height: 278px;
}

section.vagas-cad .conteudo div.esq div.box-input input:focus, section.vagas-cad .conteudo div.esq div.box-input textarea:focus {
    background: #fff;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(2) {
    width: 50%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(3) {
    width: 20%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(4) {
    width: 30%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(5) {
    width: 30%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(6) {
    width: 40%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) {
    width: 30%;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) input:active < section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) {
    border: 1px solid rgba(32, 102, 58, 1);
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) input {
    /*opacity: 0;*/
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.box-input select {
    border-radius: 20px;
    font-family: 'gotham';
    font-size: 13px;
    font-weight: 300;
    width: 94%;
    line-height: 20px;
    color: #20663a;
    border: 1px solid rgba(32, 102, 58, 0.45);
    outline: none;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.45);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) span {
    display: block;
    border: 1px solid rgba(32, 102, 58, 0.45);
    width: calc(100% - 40px);
    height: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 10px;
    border-radius: 30px;
    font-family: 'gotham_mediumregular';
    color: #20663a;
    font-size: 13px;
}

section.vagas-cad .conteudo div.esq div.box-input:nth-child(7) span:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    opacity: 1;
    background: url(../images/assets/icon/bg_arquivo_icon.png) right center no-repeat;
}

section.vagas-cad .conteudo div.esq div.box-input.cnh {
    width: 30%;
}

section.vagas-cad .conteudo div.esq div.box-input.cat_cnh {
    width: 30%;
}

section.vagas-cad .conteudo div.esq div.box-input.pri_habi {
    width: 40%;
}

section.vagas-cad .conteudo div.esq form a.cadastrar {
    font-family: 'gotham_mediumregular';
    font-size: 14px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    float: right;
    width: 140px;
    background: #20663a;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 30px;
    vertical-align: middle;
    padding: 0 10px;
    margin-top: 15px;
    margin-right: 20px;
}

section.vagas-cad .conteudo div.esq form a.cadastrar:hover {
    background: #fff;
    color: #20663a;
    border: 1px solid #20663a;
}

section.vagas-cad .conteudo div.esq form div.linha {
    width: 100%;
    height: 2px;
    background: #e3e4e8;
    display: inline-block;
    margin: 10px 0px;
}

/*FIM ESQ*/

.box-deficiencia {
    padding-top: 15px;
    border-left: 1px solid #d2dad3;
    padding-left: 20px;
    position: absolute;
    display: none;
    z-index: 10;
    background: white;
    top: 24px;
    left: 4px;
    width: 202px;
    box-shadow: 0 0 14px -8px rgba(0, 0, 0, 0.5);
}

.box-input:nth-child(8), .box-input:nth-child(10) {
    width: 30% !important;
}

.box-input:nth-child(9) {
    width: 40% !important;
}

.box-input.check-listaDef input {
    width: auto !important;
    margin-top: 0 !important;
}

.box-input:nth-child(11) {
    width: 40% !important;
}

.box-input.check-listaDef {
    width: 23% !important;
    margin-top: 27px;
    display: flex !important;
    -webkit-align-items: end;
    align-items: end;
}

.box-deficiencia label {
    display: flex !important;
    align-items: center;
}

.box-input.lista-cursos input {
    margin-bottom: 14px;
}

.box-input:nth-child(14), .box-input:nth-child(15), .box-input:nth-child(16), .box-input:nth-child(17) {
    width: 50% !important;
}

.box-input.lista-cursos {
    width: 100% !important;
}

/*FIM CONTEUDO*/

/*RESPONSIVO*/

@media only screen and (max-width: 414px) {
    section.vagas-cad .conteudo div.esq div.box-input textarea {
        width: calc(100% - 42px);
    }
    section.vagas-cad .conteudo div.esq div.box-input {
        width: 100%!important;
    }
    section.vagas-cad .conteudo div.esq div.box-select {
        width: calc(100% - 25px)!important;
    }
    section.vagas-cad .conteudo div.esq a.mini-links img {
        margin-top: -30px;
    }
    section.vagas-cad .conteudo div.esq a.mini-links {
        height: 90px;
        overflow-y: hidden;
        width: 213px;
        margin: 10px auto!important;
        background-size: cover;
        float: none;
        display: block;
    }
    section.vagas-cad .conteudo div.esq div.box-input, section.vagas-cad .conteudo div.esq div.box-select {
        margin-bottom: 15px;
    }
    section.vagas-cad .conteudo div.esq div.box-label {
        width: 50%!important;
    }
}

@media only screen and (min-width: 415px) and (max-width: 650px) {
    section.vagas-cad .conteudo div.esq a.mini-links img {
        margin-top: -30px;
    }
    section.vagas-cad .conteudo div.esq a.mini-links {
        height: 90px;
        overflow-y: hidden;
        width: 33%;
        margin: 10px auto!important;
        background-size: cover;
        float: left;
        display: block;
    }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    section.vagas-cad .conteudo {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
    section.vagas-cad .conteudo h2.titulo {
        padding: 10px 30px 12px;
    }
    section.vagas-cad .conteudo div.dir {
        width: calc(100% - 0px);
        padding-left: 0px!important;
        padding: 0px 0px!important;
    }
    section.vagas-cad div.dir div.facebook {
        width: auto;
        margin: 0 auto;
    }
    section.vagas-cad div.dir div.box {}
    section.vagas-cad .conteudo div.esq, section.vagas-cad .conteudo img.img_titulo {
        width: 100%;
    }
    section.vagas-cad .conteudo div.esq div.box-label {
        width: 30%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
    section.vagas-cad .conteudo {
        width: calc(100% - 40px);
        padding: 0px 20px;
    }
}

.motorista {
    display: none;
}

@media screen and (min-width:320px){
    .wrap{
        flex-direction: column;
    }
    .option-funcao{
        width: 100% !important;
    }
}
@media screen and (min-width:640px){
    .wrap{
        flex-direction: row;
    }
    .option-funcao{
        width: 30% !important;
    }
}
.wrap {
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.option-funcao {
    margin-right: 10px !important;    
    margin-bottom: 7px !important;
    margin: 4px !important;
    display: flex;
    align-items: center;
    color: #20663a;
    font-size: 13px;
}
.box-input.check-listaDef input {
    position: relative;
    margin-right: 10px !important;
    top: -2px;
}
.check-funcao {
    width: 12px !important;
}

.check-cc {
    width: 12px !important;
}