.contato {
  display: none;
}
html {
	height: 100%;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>conteudo página*/
.desc-curriculo{
	width: 100%;
	height: auto;
	display: inline-block;
	color: rgb(34, 34, 34);
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	margin: 0px auto 50px auto;
}
.desc-curriculo p{
	margin: 0px auto 5px auto;
}
.desc-curriculo a{
	color: #353535;
	text-decoration: underline;
}
.desc-curriculo ul{
	padding: 0px 0px 0px 20px;
	margin: 0px auto 15px auto;
}
.desc-curriculo ul li {
  list-style: square;
  line-height: 1.4;
  padding-bottom: 3px;
  font-size: 14px;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.2;
	text-align: left;
	margin:0px 0px 15px 0px;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.desc-curriculo b{
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.banner {
	height: 270px;
	float: left;
	display:block;
	margin-right: 2%;
}
.alert {
    position:fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>colaboradores*/
.wrapper-conteudo{
	width: 100%;
	/* max-width: 1330px; */
	height: auto;
	display: flex;
	/* margin: auto; */
	text-align: center;
	position: relative;
}
.coluna-1{
	width: 59%;
	height: auto;
	display: table;
	float: left;
	margin: 0px auto 45px;
	padding: 45px 20px 45px 0px;
}
.coluna-1:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: -45px;
	bottom: 0px;
	width: 3000px;
	height: 100%;
	background-color: #f8f8f8;
}
.coluna-2{
	width: 34%;
	height: auto;
	display: table;
	float: right;
	margin: 0px auto 45px;
	padding: 0px;
	margin-right: 9px;
}
.infBox {
	padding: 7%;
}
.tit-coluna{
	font-size: 32px;
  line-height: 1;
  color: #222222;
  text-align: left;
  margin: 0px auto 30px auto;
}
.desc-coluna{
	width: 100%;
	height: auto;
	display: table;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	margin: 0px auto 15px auto;
}
.desc-coluna p{
	margin: 0px auto 5px auto;
}
.desc-coluna a{
	color: #353535;
	text-decoration: underline;
}
.desc-coluna ul{
	padding: 0px 0px 0px 20px;
	margin: 0px auto 15px auto;
}
.desc-coluna ul li {
  list-style: square;
  line-height: 1.4;
  padding-bottom: 3px;
  font-size: 14px;
}
.desc-coluna h1, .desc-coluna h2, .desc-coluna h3, .desc-coluna h4, .desc-coluna h5, .desc-coluna h6{
	font-size: 14px;
	color: #3d3d3d;
	line-height: 1.2;
	text-align: left;
	margin:30px 0px 15px 0px;
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.desc-coluna b{
  font-family: 'open_sansbold';
  font-weight: normal;
  font-style: normal;
}
.form-1{
	width: 100%;
	height: auto;
	display: table;
	margin: 0px auto;
	padding-top: 30px;
}
.form-2{
	width: 100%;
	height: auto;
	display: table;
	margin: 0px auto 30px;
	padding: 30px;
	background-color: #f8f8f8;
	padding: 14px 9px 10px;
}
.input-curriculo{
	width: 100%;
	height: 57px;
	display: block;
	background-color: #fff;
	font-size: 16px;
	color: #929292;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	padding: 0px 15px;
	float: left;
	margin: 0px auto 15px;
}
.div-file{
	width: 100%;
	height: 57px;
	display: block;
	float: left;
	margin: 0px auto 15px;
}
.input-file{
	width: 100%;
	height: 57px;
	display: block;
	opacity: 0;
	cursor: pointer;
}
.span-file{
	width: 100%;
	height: 57px;
	display: block;
	background-color: #fff;
	font-size: 16px;
	color: #929292;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	padding: 17px 15px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}
.span-file span{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-left: 8px;
	font-size: 20px;
}
.input-curriculo::-webkit-input-placeholder{
	color: #929292;
}
.input-curriculo:-moz-placeholder{
	color: #929292;
}
.input-curriculo::-moz-placeholder{
	color: #929292;
}
.input-curriculo:-ms-input-placeholder{
	color: #929292;
}
.envia-form1{
	width: 265px;
	height: 50px;
	border: none;
	border-radius: 4px;
	display: block;
	margin: 25px 0px 0px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	float: right;
	background-color: #6094c8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.envia-form1:hover{
	background-color: #00b3e8;
}
.envia-form2{
	width: 100%;
	height: 57px;
	border: none;
	border-radius: 6px;
	display: block;
	margin: 0px 0px 15px;
	color: #fff;
	font-size: 16px;
	float: right;
	background-color: #6094c8;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.envia-form2:hover{
	background-color: #00b3e8;
}
.tam-1{
	width: 100%;
}
.tam-2{
	width: 49%;
}
.m-right{
	margin-right: 2%;
}
.quadro-aviso{
	width: 100%;
	height: 100%;
	display: table;
	padding: 25px 5% 20px;
	background-color: #6093c8;
	margin: 0px auto 0 13px;
	position: absolute;
}
.quadro-aviso:before{
	content: '';
	width: 96%;
	height: 91%;
	display: block;
	position: absolute;
	top: 4%;
	left: 2%;
	bottom: 4%;
	/* border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}
.tit-aviso{
	font-size: 50px;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 0px auto 18px auto;
  font-weight: bold;
  transform: scale(0.9,0.9);
  left: -6%;
}
.desc-aviso{
	width: 100%;
	height: auto;
	display: table;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	margin: 0px auto 10px auto;
}
.desc-aviso p{
	margin: 0px auto 5px auto;
}.desc-aviso a{    color: #fff;}
.txt-aviso{
	margin: 0px auto !important;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	font-size: 14px;
}
.txt-aviso a{
	color: #fff;
}
.txt-aviso a:hover{
	text-decoration: underline;
}
.plusIcon {
	display: flex;
    align-items: center;
}
@media only screen and (max-width: 320px){
.wrapper-conteudo {
  overflow: hidden;
  display: block;
}
.coluna-1{
	width: 100%;
	padding: 25px 9px;
}
.coluna-1:before{
	right: -300px;
}
.coluna-2{
	width: 100%;
}
.envia-form1 {
  width: 100%;
}
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 100%;
	float: right;
	border-radius: 4px;
	height: 50px;
	text-transform: uppercase;
}
.tam-2{
	width: 100%;
}
.m-right{
	margin-right: 2%;
}
.quadro-aviso {
  padding: 25px 4% 20px;
}
.banner {
	width: 100%;
}
.quadro-aviso{
	position: relative;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 6vw;
}
}
@media only screen and (min-width: 321px) and (max-width: 480px){
.wrapper-conteudo {
  overflow: hidden;
  display: block;
}
.coluna-1{
	width: 100%;
	padding: 25px 9px;
}
.coluna-1:before{
	right: -300px;
}
.coluna-2{
	width: 100%;
}
.envia-form1 {
  width: 100%;
}
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 100%;
	float: right;
	border-radius: 4px;
	height: 50px;
	text-transform: uppercase;
}
.tam-2{
	width: 100%;
}
.m-right{
	margin-right: 2%;
}
.quadro-aviso {
  padding: 25px 4% 20px;
}
.banner {
	width: 100%;
}
.quadro-aviso{
	position: relative;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 6vw;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px){
.wrapper-conteudo {
  overflow: hidden;
  display: block;
}
.coluna-1{
	width: 100%;
	padding: 25px 9px;
}
.coluna-1:before{
	right: -300px;
}
.coluna-2{
	width: 100%;
}
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 256px;
	float: right;
	border-radius: 4px;
	height: 50px;
	text-transform: uppercase;
}
.tam-2{
	width: 100%;
}
.m-right{
	margin-right: 2%;
}
.quadro-aviso {
  padding: 25px 4% 20px;
}
.banner {
	width: 100%;
}
.quadro-aviso{
	position: relative;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 6vw;
}
}
@media only screen and (min-width: 601px) and (max-width: 767px){
.wrapper-conteudo {
  overflow: hidden;
  display: block;
}
.coluna-1{
	width: 100%;
	padding: 25px 9px;
}
.coluna-1:before{
	right: -300px;
}
.coluna-2{
	width: 100%;
}
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 256px;
	float: right;
	border-radius: 4px;
	height: 50px;
	text-transform: uppercase;
}
.quadro-aviso {
  padding: 25px 3% 20px;
}
.banner {
	width: 100%;
}
.quadro-aviso{
	position: relative;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 6vw;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.wrapper-conteudo {
  overflow: hidden;
  display: block;
}
.coluna-1{
	width: 100%;
	padding: 25px 9px;
}
.coluna-1:before{
	right: -300px;
}
.coluna-2{
	width: 100%;
}
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 256px;
	float: right;
	border-radius: 4px;
	height: 50px;
	text-transform: uppercase;
}

.quadro-aviso {
  padding: 25px 3% 20px;
}
.banner {
	width: 100%;
}
.quadro-aviso{
	position: relative;
}
.desc-curriculo h1, .desc-curriculo h2, .desc-curriculo h3, .desc-curriculo h4, .desc-curriculo h5, .desc-curriculo h6{
	font-size: 6vw;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1140px){
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 100%;
}

}
@media only screen and (min-width: 1141px) and (max-width: 1460px){
.form-2 .div-file.tam-2{
	width: 100%;
	margin-right: 0px
}
.envia-form2.tam-2{
	width: 100%;
}


}
@media only screen and (min-width: 1461px){



}
@media only screen and (min-width: 1025px){



}
