body {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 0px;
	background-color:#fff;
}
a {
	text-decoration: none;
	color:#828282;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	color:#999;
}
h1,h2,h3{
	margin:0;
	padding:0;
	font-weight:300;
	color: #110C53;
}
h1{
	font-size:35px;
	margin-bottom:20px;
}
h2{
	margin:0;
	margin-bottom:20px;
	font-size:25px;
}
.clear{
	clear:both;
}
header{
	width:100%;
	height:100px;
	/*background-color:#110C53;*/
	z-index: 1000;
	padding-bottom: 20px;
	padding-top: 0px;
	position: absolute;
}
#topo{
	width:100%;
	max-width: 1500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#logo {
	height: 60px;
	width: 181px;
	cursor:pointer;
	display: inline-table;
	vertical-align: middle;
	padding-left: 20px;
}
#logo img{
	width: 100%;
	display: block;
}
nav#menu1{
	height: 35px;
	width: 60%;
	display: inline-table;
	vertical-align: middle;
	z-index:1000;
	margin-left: 60px;
	text-align: center;
}
#idiomas{
	height: auto;
	width: 160px;
	display: inline-table;
	vertical-align: middle;
	margin-left: 60px;
	font-size: 16px;
	font-weight: 700;
}
#idiomas a{
	display: inline-table;
	vertical-align: middle;
	color: #FFFFFF;
	border: 2px solid #828282;
	border-radius: 5px;
	padding: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
#idiomas a:hover{
	background-color: #110C53;
	color: #e5e5e5;
	border: 2px solid #FFFFFF;
}
.btn_idioma_active{
	background-color: #110C53;
	color: #e5e5e5;
	border: 2px solid #FFFFFF !important;
}
#menuSec{
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menuSec a{
	color: #ffffff;
	margin-right: 20px;
	padding-bottom: 5px;
}
#menuSec a:hover{
	border-bottom: 1px solid #828282;
	transition: 0.3s;
}
nav#menumobile{
	display:none;
}
/*menu desktop*/
.jqueryslidemenu{
	width: 100%;
	height: 35px;
	font-size:18px;
	font-weight:400;

}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline-block;
	font-weight: 400;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-top:1px;
	padding-top: 7px;
	padding-bottom:14px;
	padding-right: 30px;
	padding-left: 30px;
	height: 18px;
	
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:hover{
	text-decoration:none;
	color:#828282;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
	padding-top:0px;

}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 250px;
	margin: 0;
	height:auto;
	font-weight:600;
	background: rgba(255,255,255,0.8);
	margin-left:0px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#110C53;
	text-align: left;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	background-color:#110C53;
	background-image:none;
	color:#fff;
}
.jqueryslidemenu ul li ul li ul li a{
	width: 150px; /*width of sub menus*/
	border-left:solid 3px #fff;
	margin-left:0px;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 16px;
right: 9px;
width: 10px;
height: 5px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}
/*fim menu desktop*/


footer{
	max-width:100%;
	height:auto;
	text-align:center;
	padding-bottom: 0;
	color: #fff;
}
.inFooter{
	width:100%;
	max-width: 1500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#boxFooter1{
	max-width:100%;
	background-color: #110C53;
}
#boxFooter2{
	max-width:100%;
	background-color: #0F0C3C;
}
#boxFooter3{
	max-width:100%;
	background-color: #828282;
}

.boxF1.linha1{
	display: inline-table;
	vertical-align: middle;
	width: 20%;
	text-align: center;
}
.boxF1 img{
	width: 240px;
	display: inline-table;
	
}
.boxF2.linha1{
	display: inline-table;
	vertical-align: middle;
	width: 20%;
	text-align: left;
	padding-left: 2%;
	border-left: 1px solid #828282;
}
.boxF2.linha1 a, .boxF3.linha1 a{
	display: block;	
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boxF2.linha1 a:hover, .boxF3.linha1 a:hover{
	color: #828282;	
}
.boxF3.linha1{
	display: inline-table;
	vertical-align: top;
	width: 50%;
	text-align: left;
	padding-left: 2%;
	border-left: 1px solid #828282;
}
.boxF3.linha1 h2{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
}
.boxF3.linha1 a{
	display: inline-table;
	vertical-align: top;
	width: 45%;
	margin-right: 3%;
	font-size: 16px;
	margin-bottom: 20px;
}

.boxF1.linha2, .boxF2.linha2{
	display: inline-table;
	vertical-align: middle;
	width: 20%;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
}
.boxF1.linha2 h3, .boxF2.linha2 h3, .boxF3.linha2 h3{
	font-size: 16px;	
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.boxF3.linha2{
	display: inline-table;
	vertical-align: top;
	width: 47%;
	text-align: left;
	margin-left: 3%;
}
.boxF3.linha2 span{
	display: inline-table;
	vertical-align: top;
	width: 25%;
	margin-right: 3%;
	font-size: 16px;
	margin-bottom: 10px;
}
.inFooter2{
	width:100%;
	max-width: 1500px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
#sobreFooter{
	text-align: left;
	display: inline-table;
	vertical-align: middle;
	width: 70%;
}
#redesFooter{
	text-align: center;
	display: inline-table;
	vertical-align: middle;
	width: 20%;
}
#redesFooter img{
	display: inline-table;
	vertical-align: middle;
	width: 35px;
	margin-right: 10px;
}


#by {
	width: 130px;
	font-size: 11px;
	position: absolute;
	right: 0;
	margin-top: 10px;
}
#by a{
	color:#999;
}
#by a:hover{
	color:#f7f7f7;
	text-decoration:none;
}
#chat_wp{
	position:fixed;
	bottom: 60px;
	right:25px;
	text-align:center;
	color:#fff;
	padding: 15px;
	font-size:16px;
	cursor: pointer;
	border-radius: 50px;
	background-color: #31BA39;
	border: none;
	z-index:1000;
}
#chat_wp a{
	color: #fff;
	font-weight: 500;
}
#chat_wp a:hover{
	text-decoration: none;
}
#chat_wp img{
	width: 40px;
	display: block;
	
}
#bannersLivres{
	width: 100%;
	padding: 0;
	margin: 0;
}
.bannerslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 }

.bannerslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
  .bannerslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides img {
  display: block;
  height: auto;
  
  width: 100%;
  border: 0;
}
.titBanner{
	position: absolute;
	top:40%;
	left: 11%;
	z-index:100;
	width: 40%;
}
.titBanner h1{
	font-size: 2.2vw;
	font-weight: 400;
	color: #FFFFFF;
}
.titBanner h1 span{
	font-size: 1.4vw;
	font-weight: 400;
}
.fullWidth{
	width: 100%;
}
#fullAtuacoesHome{
	position: relative;
}
#seta{
	background-image: url("../resources/geral/seta_left_azul.png");
	background-repeat: no-repeat;
	background-size: 200px 400px;
	position: absolute;
	right: 0;
	margin-top: -170px;
	width: 200px;
	height: 400px;
	z-index: 200;
}
#homeAtuacoes{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	clear: left;
}
#homeAtuacoes h2{
	font-size: 40px;
	font-weight: 400;
	color: #110C53;
	margin-bottom: 40px;
}
#homeAtuacoes h2 span{
	color: #828282;
	font-style: italic;
}
.cadaAtuacao{
	width:21%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0;
	display: inline-table;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-bottom: 4%;
}
.cadaAtuacao img{
	width: 100%;
	display: block;
}
.cadaAtuacaoTag{
	left: 0;
	right: 0;
	bottom:0;
	position: absolute;
	background: rgba(17, 12, 83, 0.7);
	padding: 20px;
}
.cadaAtuacaoTag h3{
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
}
.cadaAtuacaoTag h3 a{
	color: #FFFFFF;
}
.cadaAtuacaoTag h3 a:hover{
	color: #CCC;
}
#fullContatosHome{
	background-color: #110C53;
}
#homeContatos{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}
#homeContatos h2{
	font-size: 35px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 40px;
}
#homeContatos h2 span{
	font-weight: 400;
}
.cadaContato{
	display: inline-table;
	vertical-align: top;
	color: #FFFFFF;
	margin-left: 5%;
	margin-right: 5%;
}
.cadaContato p{
	font-size: 25px;
	text-align: left;
}
.cadaContato p img{
	vertical-align: middle;
	height: 30px;
	margin-right: 20px;
}
#fullProfissionaisHome{
	background-color: #f7f7f7;
}
#homeProfissionais{
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#homeProfissionais h2{
	font-size: 35px;
	font-weight: 300;
	color: #110C53;
	margin-bottom: 60px;
}
.cadaProfissional{
	width: 29%;
	display: inline-table;
	vertical-align: top;
	color: #666666;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 60px;
}
.cadaProfissional h3{
	font-size: 25px;
	font-weight: 700;
}
.cadaProfissional h3 a{
	color: #666666;
}
.cadaProfissional h3 a:hover{
	color: #999999;
}
.cadaProfissional h3 span{
	font-size: 20px;
	font-weight: 300;
}
.cadaProfissional img{
	width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	margin-bottom: 15px;
}
.cadaProfissional a:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	transition: 0.8s;
}
#seta2{
	background-image: url("../resources/geral/seta_right_cinza.png");
	background-repeat: no-repeat;
	background-size: 200px 400px;
	position: absolute;
	left: 0;
	margin-top: -170px;
	width: 200px;
	height: 400px;
	z-index: 200;
}
p.top{
	margin-top: 20px;
	
}
.btnCinza{
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	border: 2px solid #666666;
	border-radius: 10px;
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}
.btnCinza:hover{
	border: 2px solid #999999;
}

.btnLaranja{
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	border: 2px solid #828282;
	border-radius: 10px;
	color: #828282;
	padding-left: 100px;
	padding-right: 100px;
}
.btnLaranja:hover{
	border: 2px solid #999999;
}

section#conteudo{
	width:100%;
	max-width: 1500px;
	min-height:400px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 50px; /*dvd fixed menu*/
	clear: both;
}
#geralLeft{
	display: inline-table;
	vertical-align: top;
	width: 68%;
	line-height: 1.5;
	padding-left: 2%;
}
#geralLeft img{
	display: inline-table;
	vertical-align: middle;
	width: 22%;
	margin-right: 2%;
	margin-top: 50px;
	border-radius: 10px;
}
#geralRight{
	display: inline-table;
	vertical-align: top;
	width: 22%;
	margin-left: 5%;
	text-align: center;
}
#profissionais{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.fullWidth{
	width: 100%;
}
section#conteudo h2{
	font-size: 35px;
	font-weight: 400;	
	margin-bottom: 40px;
}
#imagemAdv{
	display: inline-table;
	vertical-align: top;
	text-align:center;
	margin-bottom: 0;
	width: 35%;
}
#imagemAdv img{
	width: 100%;
	display: block;
}
#textoAdv{
	display: inline-table;
	vertical-align: top;
	width: 55%;
	margin-left: 5%;
	padding-right: 5%;
	padding-top: 100px;
	padding-bottom: 100px;
}
#textoAdv h2{
	font-weight: 500;
	font-size: 35px;
}
#textoAdv h2 img{
	display: inline-table;
	vertical-align: middle;
	width: 40px;
	margin-left: 20px;
}
#textoAdv h3{
	color: #110C53;
	font-weight: 700;
	margin-top:40px;
}
#textoAdv ul li a{
	color: #666;
}
#textoAdv ul li a:hover{
	color: #828282;
}
.cadaNoticia{
	display: inline-table;
	vertical-align: top;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	text-align: left;
}
.cadaNoticia img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.cadaNoticia h3 a{
	font-size: 25px;
	text-align: left;
	font-weight: 400;
	color: #666;
}
.paginacao{
	text-align: center;
	font-size: 18px;
}
.paginacao span{
	background-color: #110C53;
	padding: 5px;
	color: #FFFFFF;
}
img.imagemTexto{
	float: right;
	width: 35%;
	margin-left: 50px;
	margin-bottom: 50px;
	border-radius: 10px;
}
#contatoLeft{
	display: inline-table;
	vertical-align: top;
	width: 60%;
	padding: 3%;
	margin-top: 70px;
	margin-bottom: 70px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #E5E5E5;
	
}
#curriculoLeft{
	display: inline-table;
	vertical-align: top;
	width: 50%;
	padding: 3%;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-left: 10%;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	background-color: #E5E5E5;
	
}
#curriculoLeft h2{
	font-size: 30px;
	font-weight: 400;
}
#contatoRight{
	display: inline-table;
	vertical-align: top;
	width: 25%;
	padding: 2%;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-left: 2%;
	text-align: center;
}
#geralRight img, #contatoRight img{
	width: 100%;
	margin-bottom: 50px;
	border-radius: 10px;
}
.campos{
	border:none;
	background-color:#ffffff;
	font-size: 18px;
	padding-left:1%;
	padding-right:1%;
	padding-top:10px;
	padding-bottom:10px;
	width:98%;
	margin-top:5px;
	margin-bottom:15px;
	border-radius: 10px;
}
.g-recaptcha{
	display: inline-table;
}

.btnAcao{
	padding:10px 40px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	background:#110C53;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}
.btnAcao:hover {
	background-color: #0055C7;
}
#status{
	color: #828282;
}
#status2{
	color: #828282;
}
#fale_conosco{
	text-align: center;
}
#form_baixar{
	text-align: center;
	background-color: #e5e5e5;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
	border-radius: 20px;
}
#vagas{
	width: 80%;
	display: block;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	clear: both;
	padding-top: 50px;
}
#vagas h2{
	font-size: 30px;
	font-weight: 400;
}
.cadaVaga{
	display: inline-table;
	vertical-align: top;
	width: 43%;
	margin: 2%;
	padding: 1%;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
}
.cadaVaga h3{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}
.uptop{
	position:fixed;
	bottom:0;
	right:28px;
	text-align:center;
	color:#000000;
	display:none;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:10px;
	width:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background: rgba(0,0,0,0.7);
	z-index:50;
	cursor:pointer;
	z-index:1000;
	color: #FFFFFF;
}
.uptop img{
	 width:100%;
	margin-bottom:3px;
}
.uptop:hover{
	color:#e5e5e5;
}

