header .banner{
  display: none!important
}
header{
  background-size: cover;
}
.conteudo-header{
  height: 140px
}
.conteudo-header nav .menu-total {
    margin: -3px 0;
}
.total-trabalhe-conosco{
  width: 100%;
  min-height: 10px;
  height: auto;
  padding-bottom: 88px;
}
.titulo-pagina-padrao{
  height: 120px;
  width: 100%;
  margin-top: 50px;
}
.display-titulo-padrao{
  height: 130px;
  width: 1920px;
  display: table-cell;
  vertical-align: middle;
}
.display-titulo-padrao h1 {
  color: #777;
  font-size: 2em;
  font-weight: 400;
}
.display-titulo-padrao p{
  font-size: 1.2em;
  color: #777;
}
#formulario-trabalhe-conosco{
  width: 100%;
  margin-top: 5px;
  color: #777
}
#formulario-trabalhe-conosco input[type="text"],input[type="email"],input[type="tel"],input[type="date"],input[type="number"], select{
  color: #999;
  border-radius: 5px;
  height:39px;
  width:100%;
  border:0;
  outline:none;
  margin-bottom: 0;
  padding-left:15px;
  font-size:13px;
  background: #FFF;
  border: 1px solid #C9C9C9;
}
#formulario-trabalhe-conosco select{
  cursor:pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
  color: #777;
  background: url(../imagens/big-select.jpg) no-repeat;
  background-position: 100% center;
}
#formulario-trabalhe-conosco select:hover{
  background: url(../imagens/hover-big-select.jpg) no-repeat;
  background-position: 100% center;
}
#formulario-trabalhe-conosco textarea{
  width:100%;
  padding-left:15px;
  padding-top:15px;
  outline:none;
  border:0px;
  height:105px;
  font-size:13px;
  resize: none;
  background: #FFF;
  border: 1px solid #C9C9C9;
}
#formulario-trabalhe-conosco .label{
  color: #999;
  font-weight: 300
}
#formulario-trabalhe-conosco .label-rad{
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 8px;
  width: 100px;
  float: left;
}
#formulario-trabalhe-conosco .label-rad:last-of-type{
  margin-left: 15px;
}
#formulario-trabalhe-conosco .opcao{
  margin: 0px;
  width: 100%
}
.input-select{
  background: url(../imagens/select-drop.jpg) 100% 0 no-repeat #FFF;
  background-position: 100% center;
  width: 100%;
}
.hidden-select{
  width: 100%;
  height:39px;
  overflow: hidden;
}
.contorno-input-t-c{
  width: 25%;
  float: left;
  padding: 5px 6px;
}
.contorno-input-t-c-20{
  width: 20%;
}
.contorno-input-t-c-15{
  width: 15%;
}
.c-outros{
  width: 50%;
}
.row-input-t-c{
  margin-left: -6px;
  margin-right: -6px;
}
.titulo-t-c{
  margin-bottom: 7px;
  font-size: 16.555555px;
  font-weight: 500;
}
.titulo-setor-t-c{
  color: #777;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #777;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.botao-tabalhe-conosco{
  width: 108px;
  height: 38px;
  display: table;
  border: 0px;
  float: left;
  font-weight: bold;
  margin-top: 14px;
}
.botao-tabalhe-conosco.btn-secundario{
  border-radius: 30px;
  font-size: 16px;
  padding: 10px!important;
  outline: none;
  font-weight: 200;
  min-width: 140px;
}
.upload-file{
  padding: 20px 8px 11px;
}
.upload-file span{
  color: #000
}
.upload-file button{
  margin: 1px 10px;
}
/* RADIO BTN */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #777;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #01355C;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.anti-bot{
  position:absolute !important;
  left:-500000000px !important;
  top:-5000000000px !important; 
}
.contorno-total{
  width: 100%!important
}
.contorno-total input, .contorno-total select{
  width: 60%
}
.contorno-total textarea{
  width: 75%!important;
  min-width: 10%;
}
.textarea{
  border-radius: 5px;
}
/* PLACEHOLDER */
.total-trabalhe-conosco ::-webkit-input-placeholder{
    font-weight: 500;
}
.total-trabalhe-conosco :-moz-placeholder{
    font-weight: 500;
}
.total-trabalhe-conosco ::-moz-placeholder{
    font-weight: 500;
}
.total-trabalhe-conosco :-ms-input-placeholder{
    font-weight: 500;
}
@media (max-width: 991px) {  
  .contorno-input-t-c{
    width: 33.33%   
  }
  .contorno-input-t-c-20{
    width: 33.33%
  }
  .c-outros{
    width: 50%
  }
  .titulo-pagina-padrao{
    margin-top: 5px
  }
  .display-titulo-padrao, .titulo-pagina-padrao{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .display-titulo-padrao, .titulo-pagina-padrao{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contorno-input-t-c,
  .contorno-input-t-c-20{
    width: 100%    
  }
  .contorno-total input, .contorno-total select, .contorno-total textarea{
    width: 100%!important
  }
}
@media (max-width: 500px) {
  .contorno-input-t-c{
    width: 100%   
  }
  .contorno-input-t-c-20{
    width: 100%
  }
  .contorno-total input, .contorno-total select, .contorno-total textarea{
    width: 100%!important
  }
}
@media (max-width: 767px){
    .titulo h1 {
        float: none;  
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        line-height: auto;
        height: auto;
        padding-top: 0;
        margin-top: 0;
    }
    .titulo .sub-titulo{
        text-align: center;
        line-height: 22px
    }
    .titulo h1 img{
        display: block;
        margin: auto
    }
}
@media (max-width: 426px){
    .upload-file input{
        margin: 15px 0px 1px
    }
}