/*telas menores */
@media screen and (max-width: 1399px) {
	nav#menu1{
		width: 60%;
		margin-left: 30px;
}

	.jqueryslidemenu{	
		font-size:16px;
	}
	.jqueryslidemenu ul li a{
		padding-right: 8px;
		padding-left: 8px;
	}
	#idiomas{
		margin-left: 30px;
	}
	#seta{
		background-size: 100px 200px;
		position: absolute;
		right: 0;
		margin-top: -100px;
		width: 100px;
		height: 200px;
		z-index: 200;
	}
	#seta2{
		background-size: 100px 200px;
		position: absolute;
		left: 0;
		margin-top: -110px;
		width: 100px;
		height: 200px;
		z-index: 200;
	}
	
}
@media screen and (max-width: 1100px) {

header{
	width:100%;
	height:100px;
	background-color:#110C53;
	z-index: 1000;
	padding-bottom: 20px;
	padding-top: 30px;
	position: relative;
}
nav#menu1, #idiomas{
	display:none;
}
nav#menu2{
	display:none;
}
header{
	width:100%;
	height:auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
#topo{
	width:100%;
	height:auto;
	padding:0;
}
#logo {
	height: 47px;
	width: 140px;
	cursor:pointer;
	margin:0;
}
#idiomas_mob{
	height: auto;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#idiomas_mob a{
	display: inline-table;
	vertical-align: middle;
	color: #110C53;
	border: 2px solid #828282;
	border-radius: 5px;
	padding: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
#idiomas_mob a:hover{
	background-color: #110C53;
	color: #FFFFFF;
}
.btn_idioma_active{
	background-color: #110C53;
	color: #FFFFFF !important;
}
#menuSec{
	display: none;	
}
nav#menumobile{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	right:0;
}
#btnMobile{
	cursor:pointer;
	position:absolute;
	top: 25px;
	width:40px;
	right:30px;
}
#hamb {
  width: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamb span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamb span:nth-child(1) {
  top: 0px;
}

#hamb span:nth-child(2),#hamb span:nth-child(3) {
  top: 16px;
}

#hamb span:nth-child(4) {
  top: 32px;
}

#hamb.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamb.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamb.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamb.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobilemenu{
	width:100%;
	height:auto;
	padding:0;
	display:none;
	clear:both;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
#mobilemenu ul{
	margin:0;
	padding:0px;
	margin-top: 20px;
	background-image:url(../resources/geral/right_cinza.png);
	background-repeat:no-repeat;
	background-position: left 0px;
	background-size: 15%;
}
#mobilemenu ul li{
	list-style:none;
	padding:15px;
}
#mobilemenu ul li.more{
	background-image:url(../resources/geral/down2.png);
	background-repeat:no-repeat;
	background-size: 15px 15px;
	background-position: 95% 22px;
}
#mobilemenu ul li a{
	display:block;
	color: #110C53;
	font-size:18px;
	font-weight:700;
}
#mobilemenu ul li a:hover{
	color: #828282;
}

#mobilemenu ul li ul{
	display:none;
	padding: 0;
	background: none;
	
	
}
#mobilemenu ul li ul li{
	list-style:none;
	border:none;
	padding:0;
	padding-top:5px;
	padding-left:15px;
	margin-bottom: 0px;
}
#mobilemenu ul li ul li a{
	display:block;
	color:#666;
	font-size:16px;
	font-weight:600;
	padding-top:10px;
	padding-bottom: 10px;
}
.boxF1.linha1{
	display: block;
	width: 100%;
}
.boxF2.linha1{
	display: block;
	width: 100%;
	text-align: center;
	padding-left: 0;
	border: none;
	margin-top: 40px;
}
.boxF3.linha1{
	width: 90%;
	text-align: center;
	padding-left: 0;
	border: none;
	margin-top: 40px;
}
.boxF3.linha1 a{
	display: block;
	width: 100%;
	font-size: 14px;
	margin-right: 0;
	text-align: center;
}
.boxF1.linha2, .boxF2.linha2{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.boxF3.linha2{
	width: 90%;
	text-align: center;
	margin-left: 0;
}
#sobreFooter{
	text-align: center;
	width: 90%;
	font-size: 14px;
}
#redesFooter{
	text-align: center;
	width: 90%;
	margin-top: 40px;
}
.titBanner{
	
	top:27%;
	left: 8%;
	width: 45%;
}
.titBanner h1{
	font-size: 3vw;
	font-weight: 400;
	color: #FFFFFF;
}
.titBanner h1 span{
	font-size: 2.5vw;
	font-weight: 400;
}
#homeAtuacoes{
	width: 96%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	clear: left;
}
#homeAtuacoes h2{
	font-size: 30px;
	margin-bottom: 40px;
}
#seta{
	background-size: 50px 100px;
	position: absolute;
	right: 0;
	margin-top: -80px;
	width: 50px;
	height: 100px;
	z-index: 200;
}
.cadaAtuacao{
	width:45%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0;
	display: inline-table;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-bottom: 4%;
}
.cadaAtuacaoTag h3{
	font-size: 18px;
}
#homeContatos h2{
	font-size: 30px;
}
.cadaContato p{
	font-size: 20px;
}
#seta2{
	background-size: 50px 100px;
	position: absolute;
	left: 0;
	margin-top: -80px;
	width: 50px;
	height: 100px;
	z-index: 200;
}
#homeProfissionais h2{
	font-size: 30px;
	margin-bottom: 40px;
}
#profissionais{
	text-align: center;
}
.cadaProfissional{
	width: 90%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}
p.top{
	margin-top: 20px;
	
}
.btnCinza{
	font-size: 18px;
	padding: 10px;
}
section#conteudo{
	width:90%;
}
#geralLeft{
	display: block;
	width: 90%;
	padding: 5%;
}
#geralLeft img{
	width: 45%;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 50px;
}
#geralRight{
	display: none;
}
#imagemAdv{
	display: block;
	margin-bottom: 30px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}
#textoAdv{
	display: block;
	width: 80%;
	margin-left: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 60px;
}
#textoAdv h2{
	font-size: 25px !important;
}
.cadaNoticia{
	display: block;
	width: 90%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
img.imagemTexto{
	float: none;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-bottom: 50px;
	border-radius: 10px;
}
#contatoLeft{
	
	width: 94%;
	padding: 3%;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background-color: #828282;
	
}
#curriculoLeft{
	
	display: inline-table;
	vertical-align: top;
	width: 90%;
	padding: 2%;
	padding-top: 40px;
	margin-top: 70px;
	margin-left: 3%;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	background-color: #E5E5E5;
	
}
#contatoRight{
	width: 96%;
	padding: 2%;
	margin-top: 40px;
	margin-bottom: 70px;
	margin-left: 2%;
	text-align: center;
}
#form_baixar{
	text-align: center;
	background-color: #e5e5e5;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	border-radius: 20px;
}
.cadaVaga{
	display: block;
	width: 94%;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


}