* {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Titillium Web', sans-serif,sans-serif,"Trebuchet MS",Arial,Geneva,Helvetica;
	z-index: 0;
	outline: none;
	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
}
html,
button,
input,
select,
textarea,
label{
    font-family: sans-serif;
}
input[type="submit"] {
	-webkit-appearance: none;
}
body {
	background: #FFF;
	color: #555;
	font-size: 0.9em;
}
a {
	border: none;
	color: #235CA3;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
}
.test{
	margin: 0 auto;
	width: 125px;
}
h1 {
	color: #4CB07F;
	display: block;
	font-size: 1.6em;
	padding: 10px 0;
}

h2 {
	color:#979FAC;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
}

.titulo-padrao-capa{
	float: left;
	margin-right: 20px;
	
}
h2 a {
	color:#979FAC;
	font-weight: normal;
}

h3 {
	color: #225BA3;
	font-size: 2.3em;
	font-family: 'Titillium Web', sans-serif, "Trebuchet MS", Arial, Geneva, Helvetica;
	margin: 0 0 15px 0;
	height: 30px;
	line-height: 30px;
}
h3 a {
	color: #235CA3;
}
h3 a:hover {
}

h4 {
	color: #225BA3;
	float: left;
	font-size: 1.6em;
	height:22px;
	line-height:16px;
	margin: 0px 0 30px 0;
}

img {
	border: none;
}

em{
	font-style: italic;	
}

label {
	color: #8C9398;
	font-family: 'Titillium Web',Arial, Geneva, Helvetica;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: top;
}
label.error{
	color: #FF2F22;
}
p {
	font-size: 1.05em;
	font-family: Arial, Geneva, Helvetica;
	line-height: 1.8em;
	color: #777;
	margin: 20px 0px;
}
p a{
	font-family: Arial, Geneva, Helvetica;
}

ul {
	list-style: none;
}

li {
	color: #333;
}

hr {
	color: #EEE;
	background-color: #EEE;
	border: none;
	margin: 20px 0px;
	height: 1px;
}

input,textarea,select {
	border: 1px solid #ccc;
	font-family: 'Titillium Web',Arial, Geneva, Helvetica;
	margin:0px;
	outline: none;
	font-weight: normal;
	outline: none;
}

select {
	padding: 5px 6px;
}
input, select {
    height: 34px;
    line-height: 34px;
}
textarea {
	font-size: 1em;
}
.botao,.link-botao {
	background: #00A156;
    color: #FFF;
    cursor: pointer;
	display: table;
	float:right;
    font-size: 1.28em;
    font-weight: normal;
    min-height: 26px;
    margin: 0;
    text-align: center;
    position:relative;
    padding: 0 20px;
    
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	behavior: url(css/pie.htc);
	max-width: 315px;
    
}
.texto-botao{
	background:url("../imagens/seta_botao.png") no-repeat center right;
	padding-right: 18px;
	display: table-cell;
	line-height:20px;
	vertical-align: middle;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sem-seta{
	background: none;
	padding: 0;
}
.botao:hover{
	background:#00CA6A
}
.botao:active .seta-botao{
	background:#00954F;
}

.tamanho-01{
	height: 26px;
	line-height: 26px;
}
.tamanho-02{
	height: 54px;
	line-height: 54px;
}
.tamanho-03{
	height: 58px;
	line-height: 58px;
}
.tamanho-04{
	height: 59px;
	line-height: 59px;
}
.tamanho-05{
	height: 74px;
	line-height: 74px;
}
.tamanho-06{
	height: 85px;
	line-height: 85px;
}
.fonte-01{
	font-size: 1.1em;
}
.fonte-02{
	font-size: 2.2em;
}
.btn-grande{
	padding: 0 30px;
	max-width: 315px;
	width: 315px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.botao2,.link-botao2 {
	background: #FFF;
    color: #00A156;
    cursor: pointer;
	display: table;
	border:1px solid #00A156;
	float:right;
    font-size: 1.3em;
    font-weight: normal;
    min-height: 59px;
    margin: 0;
    text-align: center;
    position:relative;
    padding: 0 20px;
    
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	behavior: url(css/pie.htc);
	max-width: 331px;
    
}
.texto-botao2{
	background:url("../imagens/seta_botao_verde.png") no-repeat center right;
	padding-right: 15px;
	display: table-cell;
	line-height:20px;
	vertical-align: middle;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.botao2:hover{
	background:#00CA6A;
	color:#FFF;
}
.botao2:hover .texto-botao2{
	background:url("../imagens/seta_botao.png") no-repeat center right;
}
.botao2:active{
	background:#00954F;
}

.link-botao.botao-responsive{
	display: none;
}

.icone-seta{
	background: url("../imagens/icone_arrow.png") no-repeat center;
	float: right;
	margin: 4px 0;
	height: 15px;
	width: 21px;
}
input.botao,input.link-botao {
	padding: 0;
}
span.botao-download {
	background: url(../imagens/icon_download.png) 0 center no-repeat;
	padding: 0 0 0 25px;
}
.inputLimpo {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

.validMsg {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	margin-top: -2px;
	display: none;
}

.clear {
	clear: both;
}
.espacamento-padrao,.content-padrao.espacamento-padrao{
	margin: 80px auto;
}
div.msg_erro {
	padding: 15px;
	background-color: #ffdbdb;
	background-image: url(../images/erro.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #ff5a5a;
	color: #000;
	text-align: left;
	padding-left: 68px;
	margin: 10px auto;
	font-weight: normal;
}

div.msg_ok {
	padding: 15px;
	background-color: #e8ffeb;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #006c0f;
	color: #000;
	text-align: left;
	padding-left: 68px;
	margin: 10px auto;
	font-weight: normal;
}

div.msg_info {
	padding: 15px;
	float: left;
	background-color: #D4F3E7;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #288FC6;
	color: #000;
	text-align: left;
	padding-left: 68px;
	margin: 10px auto;
	width: 80%;
	font-weight: normal;
}
.hidden {
	display: none;
}

.negrito {
	font-weight: bold;
}

div.text-center {
	text-align: center;
}
.box-01 {
	display: table;
	overflow: hidden;
    position: relative !ie;
}
.box-02 {
     #position: absolute;
     #top: 50%;
     display: table-cell;
     vertical-align: middle;
}

.box-03 {
#position: relative;
     #top: -50%
}
.bwWrapper {
	display: inline-block;
	*display: inline;
    position: relative;
    margin: 0 10px;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
/* TEXTO */
.texto {
	color: #667076;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	text-align: justify;
}
.texto p{
	font-family: Arial,Geneva,Helvetica;
	line-height: 1.8em;
}
div#lightbox-image-details span {
	color: #666;
}
div#resultados-pesquisa {
	float: left;
	line-height: 1.5em;
	margin: 50px 0 10px;
	text-align: justify;
	width: 100%;
}
div#resultados-pesquisa ul li a {
	color: #235CA3;
}
/* TOPO */
.fundo-topo2 {
	background: url("../imagens/fundo_topo.png") repeat-x center top;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fundo-topo.content-padrao{
	position:inherit;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	margin: 0 auto;
}
.topo01{
	float: left;
    margin-left: 8%;
    width: 34%;
}
.sombra-topo{
	background: url("../imagens/sombra_topo.png") repeat-x center;
	position: absolute;
	height: 4px;
	width: 100%;
	bottom: -4px;
	display: none;
}

.topo-bottom{
	background: url("../imagens/efeito_imagem.png") repeat-x;
	height: 8px;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 900;
}
.sombra-clientes{
	background: url("../imagens/sombra_clientes.png") repeat-x;
	height: 8px;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 900;
}
.topo {
	padding-top:19px;
	padding-bottom:22px;
	z-index: 998;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.spc-topo{
	background: url("../imagens/consulta_spc_topo.gif") no-repeat;
	text-indent: -99999em;
	float:right;
	margin-top:9px;
	height:62px;
	width: 297px;
}
.spc-topo:hover{
	background-position: 0 -74px;
}
.spc-topo:active{
	background-position: 0 -149px;
}
.responsive-atendimento{
	display: none;
}
.spc-responsive{
	background:#EEEFE9;
	float: right;
	font-size: 1.6em;
	text-align:center;
	color:#274C92;
	height:52px;
	line-height:52px;
	width: 60%;
	
}
.spc-responsive b{
	color:#00A357;
}
.logo {
	float: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin:0;
	width: 24.2%;
}
.logo a{
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.logo a img{
	display: block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	max-width: 100%;
}
div#fundo-topo.interna div#busca-conteudo {
	margin-left: 220px;
}
#busca-conteudo-topo, .busca-reponsive{
	float:right;
	position:relative;
	margin-top: 17px;
	width: 100%;
		-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.busca{
	float: left;
	margin: 0;
    width: 269px;
}
.busca input {
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	behavior: url(css/pie.htc);
}

.busca-reponsive.busca input.buscar {
	background:#FFF;
	color:#999;
	border:1px solid #DDD;
	height:36px;
	line-height:36px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.busca-reponsive.busca input.buscar:focus {
	color:#000;
}
.busca-reponsive{
	display: none;
	float: none;
	margin:15px auto;
	width: 96%;
}

.busca input.buscar {
	background:#FFF;
	color:#999;
	border:1px solid #DDD;
    height: 20px;
    height:36px;
    line-height:36px;
    line-height: 20px;
    font-size: 1em;
    margin: 0px 0 0 0px;
    padding: 6px;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fundo-topo.fixed .busca input.buscar {
	height: 0;
}
.busca input.buscar:focus {
	color:#000;
}
input.botao-buscar {
	background:url(../imagens/bg_botao_buscar.png) no-repeat 0 0;
	border: none;
	color: #FFF;
	cursor: pointer;
	position:absolute;
	right:5px;
	top:4px;
	height: 25px;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	text-indent: -9999px;
	width: 25px;
	
}
input.botao-buscar:hover {
	background-position: 0 -27px;
}

input.botao-buscar:active {
	background-position: 0 -53px;;
}
.comercial-topo-reponsive{
	background:#FFF;
	border-bottom: 2px solid #EEEFE9;
	height:50px;
	float: left;
	width: 40%;
}
.titulo-comercial-topo-responsive{
	display: block;
	text-align:center;
	font-size: 1em;
	color: #284C91;
}
.telefone-comercial-topo-responsive{
 	color:#666;
 	display: block;
	text-align:center;
    font-size: 1.1em;
	height:20px;
	line-height:20px;
}
.comercial-topo{
	display:block;
	text-align: center;
	width: 100%;
	
			-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.titulo-comercial-topo{
	margin-right:8px;
	font-size: 1em;
	height:20px;
	line-height:20px;
	color: #274C91;
}
.telefone-comercial-topo{
 	color:#666;
    font-size: 1.1em;
	height:20px;
	line-height:20px;
}
.imprimindo-qualidade{
	float: left;
	color:#215AA3;
	height:33px;
	line-height:30px;
	width: 22%;
	
		-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fundo-topo.fixed .imprimindo-qualidade{
	height: 0;
}
.imprimindo-qualidade b{
	font-size:1.12em;
	color:#0092D8;
}
.area-cliente-topo{
	background: url("../imagens/icone_area_cliente.png") no-repeat 20px center #0093D9;
	color:#FFF; 
	height: 33px;
	line-height: 33px;
	padding-left: 55px;
	font-size:1.1em;
	padding-right: 10px;
	float:right;
	min-width:123px;
	width: 16%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;            
}
.fundo-topo.fixed .area-cliente-topo{
	height: 0;
}
.area-cliente-topo:hover{
	background: url("../imagens/icone_area_cliente.png") no-repeat 20px center #009FEC; 
}
.area-cliente-topo:active{
	background: url("../imagens/icone_area_cliente.png") no-repeat 20px center #0086C6; 
}
#area-cliente-capa{
	height: 50px;
}
/* MENU */
.menu-busca{
	float: left;
    margin-left: 10px;
    position: relative;
    z-index: 9999;
}
.fundo-menu{
	background:none;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.fundo-menu2{
	margin: 0 auto;
    max-width: 1150px;
    padding: 0 2%;
    width: 96%;
}
.fundo-menu2 .botao{
	float:left;
	padding: 0 15px;
	width: 16%;
}
/* MENU FIXED */
/* FIM MENU FIXED */
.menu {
	background:#265E95;
	float:left;
	display:block;
	width: 84%;

}
.menu ul.menu-principal > li > a{
	text-align: left;
	float: left;
	width: 12.5%;
}
.menu ul.menu-principal > li.inicio > a{
	text-align:center;
	width: 17%;
}
.menu ul.menu-principal > li.inicio .nome-item-menu{
	padding: 0;
}
.menu ul.menu-principal > li.quem-somos > a{
    width: 16%;
}
.menu ul.menu-principal > li.quem-somos  .nome-item-menu{
	padding-right: 11px;
}
.menu ul.menu-principal > li.servicos > a{
    width:13%;
}
.menu ul.menu-principal > li.servicos  .nome-item-menu{
	padding-right: 11px;
}
.menu ul.menu-principal > li.associados > a{
    width: 13%;
}
.menu ul.menu-principal > li.empregos > a{
    width: 14%;
}
.menu ul.menu-principal > li.empregos  .nome-item-menu{
	padding-right: 11px;
}
.menu ul.menu-principal > li.novidades > a{
	width: 10%;
}
.menu ul.menu-principal > li.contato > a{
	width: 16%;
}
.menu ul.menu-principal > li.contato  .nome-item-menu{
	padding-right: 11px;
}
.menu ul.menu-principal > li.last {
	padding-right: 0;
}
.menu ul.menu-principal > li.first a{
	padding-left: 0;
}

.menu ul.menu-principal > li.last {
	border-bottom: 2px solid #00A156;
	float:left;
	height: 52px;
	background: none;
	width: 1%;
}
.menu ul.menu-principal > li > a , .menu ul.menu-principal > li > span {
	color: #0565AF;
	display: block;
	border-bottom: 2px solid #00A156;
	cursor: pointer;
	font-weight: normal;
	text-align:center;
	font-size: 16px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
		
}
.menu ul.menu-principal > li a.quebra {
}
.menu ul.menu-principal > li:hover > a,.menu ul.menu-principal > li >  a.menu-selecionado{
	border-bottom: 2px solid #3276AF;
	background: #3276AF;
	color: #fff;
}
.menu ul.menu-principal > li > a:active,.menu ul.menu-principal > li > span:active,.menu ul.menu-principal li:hover > span,
.menu ul.menu-principal > li >  a.menu-selecionado,
.menu ul.menu-principal > li >  a.menu-selecionado .nome-item-menu,
.menu ul.menu-principal > li:hover >  a .nome-item-menu,
.menu ul.menu-principal > li >  a.menu-selecionado:hover {
	color: #fff;
}
li.lista-todas span {
	border: none;
	color: #0565AF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-indent: -999em;
	padding: 0;
	width: 106px;
}
.snap-drawer .botao{
	margin: 10px auto;
	width: 100%;
	
}
.snap-drawer .texto-botao{
	font-size: 1.5em;
}
.snap-drawer .nome-item-menu{
	height: 30px;
	line-height: 30px;
	display: block;
}
.snap-drawer .nome-item-menu .seta-menu{
	right: 0;
}
.snap-drawer .nome-item-menu .seta-menu.branco{
	right: 0;
	display: none;
}
.nome-item-menu{
	color: #FFF;
	display: inline;
	height: 52px;
	line-height: 52px;
	position: relative;
	font-weight: normal;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.nome-item-menu-before{
	color: #0565AF;
	height: 84px;
	line-height: 84px;
	display: none;
}
.complemento-menu{
	color: #0565AF;
	display: none;
	font-size: 0.7em;
	height: 25px;
	line-height: 20px;
}
.seta-menu.branco{
	top: -200%;
	display: none;
}
.seta-menu{
	margin-left: 5px;
	position: absolute;
	top: 44%;
}
.seta-menu.none{
	display: none;
}
.menu ul.menu-principal > li:hover .seta-menu{
}
.menu ul.menu-principal > li:hover .seta-menu.branco, .menu ul.menu-principal > li a.menu-selecionado .seta-menu.branco{
}
/* menu drop */
.menu-drop {
	display: none;
	font-size: 0.9em;
	left: 0;
	top:54px;
	margin: auto;
	min-height: 310px;
	position: absolute;
	left:0;
	right:0;
	max-width: 1150px;
	width: 100%;
	z-index: 9999;
	
}
.menu-drop .item-vaga-tab:hover{
	background: #3276AF;
}
.quem-somos .menu-drop .content-menu,
.servicos .menu-drop  .content-menu{
	padding: 20px 2%;
	background: url("../imagens/fundo_menu_drop_quemsomos.jpg") no-repeat 40% bottom #3276AF;
	min-height: 301px;
}
.content-02-servicos{
	float: right;
	margin-top: 10%;
  	margin-right: 6%;
	width: 27%;
}
.content-02-servicos .spc-topo{
	text-indent: 0;
	font-size:0;
	width: 100%;
	
}
.content-01menu-institucional{
	float: left;
	width: 90%;
}
.content-02-institucional{
	float: right;
	width: 33%;
}
.content-02-institucional .botao2{
	height: 59px;
	line-height: 59px;
	font-size: 1.8em;
	float: left;
	width: 100%;
	
}
.texto-menu-institucional{
		display: block;
		color:#FFF;
		font-size: 1.6em;
	
}
.contato .menu-drop  .content-menu{
	padding: 44px 2%;
	background: url("../imagens/fundo_menu_drop_contato.jpg") no-repeat center bottom #3276AF;
	min-height: 253px;
	
}
.empregos .menu-drop .content-menu{
	padding: 39px 2%;
	background: url("../imagens/fundo_menu_drop_empregos.jpg") no-repeat 40% 77% #3276AF;
}
.content-menu-empregos{
	float: left;
	width: 49%;
}
.content-titulo-menu{
	background: url("../imagens/seta_titulo_oportunidade.png") no-repeat right bottom;
	padding-right: 10%;
	width: 75%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titulo-oportunidade-emprego{
	font-size: 2em;
	line-height:45px;
	color:#FFF;
}
.titulo-oportunidade-emprego b{
	font-size: 2.2em;
}
.foto-menu-produto{
	float: right;
	width: 35%;
}
.foto-menu-produto a{
	display: block;
}
.lista-menu-drop-empresa{
	float:left;
	width: 40%;
}
.foto-menu-empresa{
	position:relative;
	float: right;
	width: 55%;
}
.texto-empresa-menu{
	background:url("../imagens/fundo_texto_empresa_menu.png") repeat;
	min-height: 22px;
	position:absolute;
	right:0;
	bottom:0;
	font-size: 1.2em;
	padding: 9px 10px;
	text-align:center;
	min-width: 310px;
	width: 40%;
	color:#FFF; 
}
.item-menu-empresa{
	height: 69px;
	line-height: 69px;
	margin: 7px 0;
}
.item-menu-empresa .link-menu-drop{
	background: #2060A7;
	text-align:left;
	font-size: 1.2em;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
			-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.item-menu-empresa .link-menu-drop:hover{
	background: #1474BA;
}
.lista-menu-drop{
	float: left;
	width: 60%;
}
.item-menu-drop-produtos{
	float: left;
	display:table;
	margin: 3px 0;
	width: 49%;
}
.item-menu-drop-produtos.first{
	margin-right: 2%;
}
.fundo-img-menu-drop2{
	display: inline-block;	
	vertical-align: middle;
}
.fundo-img-menu-drop{
	background: #1D65AC;
	padding: 11px;
	min-height:69px;
	min-height:47px\9;
	float: left;
	position:relative;
	width:30%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-menu-drop-produtos:hover .fundo-img-menu-drop{
	background:#1277BD;
}
.fundo-img-menu-drop img{
	display: block;
	max-height: 47px;
	max-width: 70px;
	margin: 0 auto;
	
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	
	behavior: url(css/pie.htc);
}
.item-menu-drop-produtos:hover .fundo-img-menu-drop img{
	opacity:1;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	behavior: url(css/pie.htc);
}
.nome-item-menu-drop-produto{
	background:#2060A7;
	height:69px;
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	padding: 0 10px;
	font-size: 1.2em;
	width:30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.item-menu-drop-produtos:hover .nome-item-menu-drop-produto{
	background:#1474BA;
}
.link-menu-drop{
	display: block;
	color: #FFF;
}
.img-responsive{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.content-localizacao-menu{
	float: left;
	width: 70%; 
}
.endereco-menu{
	background: url("../imagens/icone_local_menu.gif") no-repeat center left;
	color:#FFF;
	display: block;
	font-size: 1.28em;
	height: 51px;
	line-height: 51px;
	padding-left: 60px;
}
.email-menu{
	background: url("../imagens/icone_mail_menu.gif") no-repeat center left;
	color:#FFF;
	display: block;
	font-size: 1.3em;
	height: 51px;
	line-height: 51px;
	padding-left: 60px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 26px;
}
.redes-sociais-menu{
	float: left;
	
}
.sociais-menu{
	background:#2B69A8;
	float: left;
	height:51px;
	line-height:67px;
	text-align:center;
	width: 46px;
	
		-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sociais-menu:hover{
	background: #225486;
}
.sociais-menu:active{
	background:#1A3F64;
}
.face-menu{
	margin-top: 6px;
}
.telefone-menu{
	float: left;
	width: 54%;
	margin-left: 5%;
}
.icone-telefone{
	float: left;
}
.numero-telefone-menu{
	background:#2B69A8;
	display:block;
	float:left;
	color:#FFF;
	padding:17px 34px;
	margin-left: 5px;
	line-height:34px;
	font-size: 2.0em;
	height: 108px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.lista-menu-drop-local{
	float: right;
	width: 30%;
}
.lista-menu-drop-empregos{
	float: left;
	width: 54%;
}
.content-01menu-empregos{
	float: left;
	margin-top:43px;
	width: 90%;
}
.content-01menu-empregos .botao{
	float:right;
	font-size:1.9em;
	width: 44%;
}
.contato .menu-geral .botao{
	margin-top:50px;
	float: left;
}
.barra-lateral .botao{
	margin-top:27px;
	padding: 0 20%;
	width: 100%;
}
.fale-conosco button.botao{
	float: left;
	padding: 0 60px;
	
}
.item-menu-local{
	display: block;
	min-height: 36.5px;
	line-height: 36px;
	border-top: 1px dotted #5B91BF;
}
.item-menu-local.last{
	border-bottom: 1px dotted #5B91BF;
}
.item-menu-local .link-menu-drop{
	background: url("../imagens/icone_link_menu_drop.gif") no-repeat 3px center;
	padding-left: 20px;
	text-align:left;
	font-size: 1.2em;
	
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.item-menu-local .link-menu-drop:hover{
	background: #1474BA;
}
/*FIM MENU*/
/*BANNER*/
.rslides .efeito-banner{
	float: none;
}
.rslides img.img-banner-responsive{
	display: none;
}
.efeito-banner{
	position: relative;
	margin: 0 auto;
	display: block;
	bottom:0;
	max-width: 100%;
	z-index: 1;
	max-height: 496px;
	width: 100%;
}
.foto-banner{
	position: absolute;
	display:block;
	height: 100%;
	top: 0;
	width: 100%;
	
}
/* FIM BANNER */

/* BANNERS PROPAGANDA */
.content-banners01.content-padrao{
	margin: 42px auto;
}
.content-banner-02{
	float:right;
	width: 26%;
}
.content-banner-03{
	background:#F3F4EF;
	display: block;
	padding: 35px;
	margin-top: 110px;
	margin-bottom: 50px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-banner-03.interna{
	margin-top: 45px;	
}
.content-banner-04{

}
.banner-01{
	float: left;
	width: 63%;
}
.banner-02{
	float: right;
	width: 34%;
}
.banner-03{
	float: right;
	margin-bottom:62px;
	width: 100%;
}
.banner-04{
	float: right;
	margin-bottom:62px;
	width: 100%;
}
.banner-05{
	float: right;
	width: 100%;
}
.banner-06{
	float: left;
	margin-left: 6.7%;
	width: 41%;
}
.banner-07{
	float: right;
	margin-right: 6.7%;
	width: 41%;
}
.banner-08{
	float: left;
	margin-right: 10.55%;
	width: 26.3%;
}
.banner-09{
	float: left;
	margin-right: 10.55%;
	width: 26.3%;
}
.banner-10{
	float: right;
	width: 26.3%;
}
.banner-11{
	float:left;
	margin: 99px auto;
	width: 100%;
}
/* FIM BANNERS PROPAGANDA */

/* NOVIDADES CAPA */
.contetn-novidades-dicas-capa h3{
	float: left;
}
.noticia-principal-capa{
	float: left;
	width: 29.6%;
	max-width: 320px;
}
.link-foto-noticia-principal{
	display: block;
	position: relative;
}
.link-foto-noticia-principal img {
	margin: 0 auto 0 0;
}
.data-noticia-principal{
	background:#265E95;
	display: block;
	color:#FFF;
	font-size:1em;
	height: 28px;
	position:absolute;
	bottom:0;
	line-height: 28px;
	text-align:center;
	width: 109px;
}
.link-texto-noticia{
	color:#666;
	display: block;
	font-size: 1.2em;
	font-family: Arial;
	margin-top: 14px;
}
.noticia-principal-capa:hover .link-texto-noticia{
	text-decoration: underline;
}
.content-noticias-anteriores-capa{
	float: right;
	width: 66%;
}
.item-noticia{
	float: left;
	margin-right:7%;
	width: 28.6%;
}
.item-noticia.last{
	margin-right: 0;
}
.noticia-principal-capa:hover .barra-noticia{
	width: 100%;
}
.barra-noticia{
	background:#265E95;
	display:block;
	height:5px;
	position:absolute;
	bottom:0;
	width: 0;
		-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.item-noticia:hover .barra-noticia{
	width: 100%;
}
.link-foto-listagem-noticia{
	display: block;
	position: relative;
}
.data-noticia-listagem{
	background:#265E95;
	float:left;
	color:#FFF;
	font-size:1em;
	height: 28px;
	bottom:0;
	line-height: 28px;
	text-align:center;
	width: 109px;
}
.link-texto-listagem-noticia{
	color:#666;
	display: block;
	font-size: 1em;
	font-family: Arial;
	margin-top: 14px;
}
.item-noticia:hover .link-texto-listagem-noticia{
	text-decoration: underline;
}

/* FIM NOVIDADES CAPA */

/* EMPREGOS CAPA */
.content-empregos-capa.content-padrao{
	margin: 60px auto;
}
.parte01-empregos-capa{
	float: left;
	width: 68.26%;
}
.banner-empregos-capa{
	float: left;
	position:relative;
	width: 28.53%;
	z-index: 2;
}
.banner-empregos-capa .botao{
	position: absolute;
	font-size: 1.8em;
	bottom: 0;
	width: 100%;
}
.seta-empregos-capa{
	position: absolute;
	top:87px;
	right: -39px;
}
.titulo-oportunidade-emprego-responsive{
	display: none;
	color:#274C91;
	font-size: 1.6em;
}
.titulo-oportunidade-emprego-responsive b{
	color:#009F54;
	font-size: 1.2em;
}
.abas-empregos-capa{
	float: right;
	position:relative;
	width: 70.5%;
	z-index: 1;
}
#tabs2{
	float: right;
}
#tabs2 .item-tab{
	background:#F0EFED;
	margin:0;
	height:43px;
	line-height:43px;
	width: 50%;
}
#tabs2 .item-tab.ativado{
	background: #FFF;
}
#tabs2 .link-tab{
	background:none;
	text-align:center;
	padding: 0 0 0 0;
	color:#FFF;
	margin: 0 auto;
}
#tabs2 .link-tab .nome-link-tab{
	background:url("../imagens/seta_azul.png") no-repeat center right;
	font-size: 1.4em;
	text-align:center;
	padding: 0 13px 0 0;
	color:#7E92B9;
	display: table;
	margin: 0 auto;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs2 .tabulous-active{
	color:#284C91;
	margin: 0 auto;
}
#tabs2 .tabulous-active .nome-link-tab{
	background:url("../imagens/seta_azul.png") no-repeat center right;
	color:#284C91;
	display: table;
	margin: 0 auto;
}
#tabs2 > ul{
	border:1px solid #DDD;
	border-bottom: none;
}
#tabs2 .tabs-container {
	float: left;
	width: 100%;
	background: #FFF;
	border:1px solid #DDD;
	border-top: none;
	color:#777;
	padding: 0;
	height: auto !important;
	min-height: 380px !important;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs2 .tabs-container p{
	color:#777777;
}
.tabs2 .lista-vaga-tab{
	width: 100%;
}
.tabs2 .lista-vaga-tab li:nth-child(odd) {
	background: #F4F4F4;
}
#tabs2 .botao.ver-todas{
	float: none;
	display: block;
	margin: 20px auto 0;
	height:26px;
	line-height:26px;
	font-size: 1.1em;
	width: 172px;
	
}
.tabs2 .item-vaga-tab{
	float: left;
	width: 100%;
	margin: 0 auto 3px;
	padding: 9px 0;
	position: relative;
}
.item-vaga-tab.last {
	border-bottom: 1px solid #F4F4F4;
}
.tabs2 .item-vaga-tab:before {
	content: "";
	visibility: visible;
	position: absolute;
	top: 0;
	right: 31%;
	height: 100%;
	width: 1%;
	background: #FFF;
}
.nome-vaga-tab:hover{
	color:#00A156;
}
.tabs2 .nome-vaga-tab{
	display: inline-block;
	vertical-align: middle;
	color:#777777;
	text-align:left;
	font-size: 1.2em;
	padding: 0px 16px 0px 15px;
	width:69%;
	word-wrap: break-word;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nome-vaga-tab .icone {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: url("../imagens/icone_link_menu_drop.gif") no-repeat;
	margin-right: 5px;
}
.nome-vaga-tab .nome {
	display: inline-block;
	vertical-align: middle;
}
.ver-detalhes-vaga-tab:hover{
	color:#00A156;
	
}
.tabs2 .ver-detalhes-vaga-tab{
	color:#6B83B3;
	padding-left: 20px;
	text-align:center;
	font-size: 0.9em;
	padding: 0px 16px 0px 15px;
	width:30%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ver-detalhes-vaga-tab .icone {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: url("../imagens/icone_detalhes_tab.png") no-repeat;
	margin-right: 5px;
}
.ver-detalhes-vaga-tab .descricao {
	display: inline-block;
	vertical-align: middle;
}
.link-vaga-tab{
	display:block;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/* FIM EMPREGOS CAPA */

/* BENEFICIOS CAPA */

.fundo-beneficios-capa{
	margin:0 auto;
	min-height: 733px;
	overflow:hidden;
	max-width: 1920px;
	position:relative;
	width: 100%;
}
.fundo-beneficios-capa .content-padrao{
	z-index: 2;
}
.frase-associado{
	float: right;
	padding-right:10%;
	width: 45%;
}
.botao-logo{
	float: right;
	width: 55%;
	padding-bottom: 98px;
}
.botao-logo .botao{
	float: left;
}
.botao-logo .img-responsive{
	float: right;
}
.frase-associado p {
	color:#FFF;
	font-size: 3.5em;
	margin-bottom: 70px;
	font-family: 'Titillium Web',Arial, Geneva, Helvetica;
}
.frase-associado b {
	font-size: 1.5em;
	display: block;
	margin: 45px 0;
}
.lente-beneficios{
	position: absolute;
	display: block;
	bottom: 0;
	z-index: 1;
}
/* FIM BENEFICIOS CAPA */

/* SOBRE A CDL CAPA */
.sobre-cdl{
	display:block;
	position:relative;
	top:-70px;
	width: 100%;
}
.foto-cdl{
	float: left;
	width: 50%;
}
.sobre-cdl img{
	float: left;
}
.content-texto-sobre-cdl-capa{
	float: left;
	margin-top:171px;
	margin-left: 3%;
	width: 43%;
}
.texto-sobre-cdl-capa{
	color:#265E94;
	display: block;
	font-size: 1.9em;
	line-height: 33px;
}
.content-texto-sobre-cdl-capa .botao2{
	float:left;
	height: 59px;
	margin-top:40px;
	line-height: 59px;
	max-width:331px;
	font-size:1.5em;
	max-width: 331px;
	width: 100%;
}
/* FIM SOBRE A CDL CAPA */

/* PARCEIROS CAPA */
.content-parceiros{
	background:#F3F4EF;
	float:left;
	min-height:278px;
	padding: 8px 30px;
	margin-top:80px;
	width: 70%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titulo-parceiros{
	color:#265E93;
	display: block;
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 20px;
}
.item-parceiro{
	background:#FFF;
	border-right:1px solid #E0E1DC;
	border-bottom:1px solid #E0E1DC;
	margin-right: 2.75%;
	margin-bottom: 2.75%;
	float:left;
	display:table;
	width: 31.5%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.item-parceiro:hover{
	background: #E0E2D6;
}
.item-parceiro:active{
	background: #CCCFBC;
}
.item-parceiro.last{
	margin-right: 0;
}
.item-parceiro.ver-todos{
	border-right:1px solid #C2C3BF;
	border-bottom:1px solid #C2C3BF;
	background: #E0E2D6;
	margin-right: 0;
}
.item-parceiro.ver-todos:hover{
	background: #CCCFBC;
	color:#FFF;
}
.link-parceiro{
	display: table;
	position: relative;
	text-align:center;
	height:47px;
	font-size:1.1em;
	color:#265E93;
	float: left;
	width: 100%;
}
.texto-item-parceiro{
	display: table-cell;
	vertical-align: middle;	
}

/* FIM PARCEIROS  CAPA */

/* LINKS UTEIS */
.content-links{
	background:#F3F4EF;
	float:right;
	padding: 25px 30px;
	min-height:278px;
	margin-top:80px;
	width: 25%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titulo-links-uteis{
	float: left;
	color:#265E93;
	text-align: left;
	font-size: 1.7em;
	margin-bottom: 20px;
}
.ver-todos-itens{
	background:#DDE0D1;
	color:#265E92;
	float: left;
	text-align:center;
	margin-left:20px;
	margin-top:8px;
	height:22px;
	line-height:22px;
	width: 74px;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.ver-todos-itens:hover{
	background: #EBEDE4;
}
.ver-todos-itens:active{
	background: #CED2BD;
}
.lista-capa-links-uteis{
	margin: 4px 0;
}
.item-links-uteis-capa{
	display: block;
	margin: 5px 0;
}
.link-links-uteis-capa:hover{
	text-decoration: underline;
}
.link-links-uteis-capa{
	display: block;
	font-size: 1.1em;
}
/* FIM LINKS UTEIS */

/* FACEBOOK CAPA */
.content-face-capa{
	margin-top: 80px;
	float:left;
	width: 43.47%;
}
.link-face{
	display: block;
}
.link-face img{
	float: left;
}
.link-face .texto-face{
	float: left;
	margin-left: 23px;
	line-height:20px;
	font-size:1.3em;
	width: 54%;
}
.facebook-capa{
	margin-top:45px;
	width: 100%;
}
/* FIM FACEBOOK CAPA */

/* INSTAGRAM CAPA */
.content-insta-capa{
	margin-top: 80px;
	float:right;
	width: 49%;
}
.link-insta{
	display: block;
}
.link-insta img{
	float: left;
}
.link-insta .texto-insta{
	float: left;
	margin-left: 30px;
	color:#9A6850;
	line-height:20px;
	font-size:1.3em;
	width: 54%;
}
.instagram-capa{
	margin-top:38px;
	width: 100%;
}
.item-instagram{
	float: left;
}
.link-foto-instagram{
	display: block;
	position:relative;
	height:112px;
	width: 112px;
}
.lente-instagram{
	position: absolute;
	display: block;
	top:0;
	height:100%;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.foto-insta{
	position: relative;
	z-index: 1;
}
.lente-instagram.azul{
	background: rgba(0, 109, 217,0.3);
	-pie-background: rgba(0, 109, 217,0.3);
	behavior: url(/pie/PIE.htc);
}
.item-instagram:hover .lente-instagram.azul{
	background: rgba(0, 109, 217,0.9);
	-pie-background: rgba(0, 109, 217,0.9);
	behavior: url(/pie/PIE.htc);
}
.lente-instagram.verde{
	background: rgba(0, 161, 86,0.3);
	-pie-background: rgba(0, 161, 86,0.3);
	behavior: url(/pie/PIE.htc);
}
.item-instagram:hover .lente-instagram.verde{
	background: rgba(0, 161, 86,0.9);
	-pie-background: rgba(0, 161, 86,0.9);
	behavior: url(/pie/PIE.htc);
}
.lente-instagram.amarelo{
	background: rgba(253, 201, 40,0.3);
	-pie-background: rgba(253, 201, 40,0.3);
	behavior: url(/pie/PIE.htc);
}
.item-instagram:hover .lente-instagram.amarelo{
	background: rgba(253, 201, 40,0.9);
	-pie-background: rgba(253, 201, 40,0.9);
	behavior: url(/pie/PIE.htc);
}

.item-instagram:hover .ver-noinsta{
	opacity:1;
	behavior: url(/pie/PIE.htc);
}
.ver-noinsta{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	opacity:0;
	behavior: url(/pie/PIE.htc);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/* FIM INSTAGRAM CAPA */


/* CONTEUDO */
.conteudo-site{
	padding-top: 0;
}
#meio.interna.area-de-atuacao #conteudo{
	max-width: 1150px;
	width: 100%;
}
#meio.interna.area-de-atuacao #conteudo .titulo-pagina,
#meio.interna.area-de-atuacao #conteudo .texto{
	margin: 0 auto;
	float: none;
	width: 940px;
}
.fundo-conteudo.capa{
}
.foto-area-atuacao{
	float: left;
	min-height: 175px;
	margin: 0px;
	width: 210px;
}
.foto-area-atuacao.first{
	margin-left: 0;
}
.foto-area-atuacao.last{
	margin-right: 0;
}
.content-padrao{
	max-width: 1150px;
	margin: 0px auto;
	position: relative;
	padding: 0 2%;
	width: 96%;
}
#conteudo {
	min-height: 665px;
	position: relative;
	z-index: 0;
}
#conteudo.interna {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	top: 0px;
	padding: 0;
	width: 100%;
}
#meio.capa #conteudo {
}
#meio.interna #conteudo{
	padding-top:0px;
}
#conteudo2 {
}

.box-interna{
	background:#FFF;
}
#fundo-meio.interna #meio 
#conteudo .social-buttons {
	display: block;
	margin: 10px 0 0 367px;
	padding: 0px 0 10px;
	position: absolute;
	vertical-align: middle;
	z-index: 1;
}
#fundo-meio.interna #meio.area_de_atuacao_detalhes 
#conteudo .social-buttons {
	float: left;
	margin:10px 0 0 1px;
	padding: 0px;
	position: inherit;
}
#fundo-meio.interna #meio.interna.area-de-atuacao #conteudo .social-buttons{
	margin: -27px 0 0 730px;
}
#fundo-meio.interna #meio.bg-servico_detalhes #conteudo .social-buttons,
#fundo-meio.interna #meio.bg-trabalhos-realizados-detalhes #conteudo .social-buttons {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	position: static;
	vertical-align: middle;
	z-index: 1;
}
/* RODAPE */
.fundo-area-cliente-rodape{
	background: #235CA3;
	padding: 12px 0;
	margin-top:60px;
	height: 63px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-titulo-area-cliente-rodape{
	float: left;
	margin: 0 0 0 5%;
}
.content-titulo-area-cliente-rodape img{
	float: left;
}
.logo-arae-cliente-rodape{
	float: left;
}
.titulo-area-cliente-rodape{
	float: left;
	height:33px;
	line-height:33px;
	font-size: 1.2em;
	margin-left: 11px;
	color:#FFF;
}
.fundo-rodape{
	background: url("../imagens/fundo_rodape.jpg") no-repeat 65.5% 39% #265E95;
	padding-bottom:25px;
	position: relative;
	margin-top: 50px;
}
.logo-rodape{
	float: left;
	margin-right: 5.5%;
}
.content-rodape .botao{
	float: left;
	padding: 0 48px;
	font-size: 1.6em;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 284px;
	width: 284px;
}
.fundo-menu-rodape{
	background: url("../imagens/fundo_menu_rodape.png") repeat-x center top;
}
.content-menu-rodape{
	float:left;
	min-height: 54px;
	margin-right:3.2%;
	width: 14%;
	margin-bottom: 60px;
}
.content-menu-rodape.institucional{
	width: 15%;
}
.content-menu-rodape.servicos{
	width: 15%;
	
}
.content-menu-rodape.associados{
	width: 15%;
	
}
.content-menu-rodape.empregos{
	width: 15%;
	
}
.content-menu-rodape.noticia{
	width: 11%;
	
}
.content-menu-rodape.last{
	margin-right: 0;
	width: 13%;
}
.link-menu-principal-rodape{
	color:#FFF;
	height: 54px;
	display:block;
	font-size: 1.1em;
	line-height: 54px;
	padding: 0 18px;
	text-align:left;
	margin-bottom: 24px;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.link-menu-principal-rodape:hover{
	background: #3279C0;
}
.link-menu-rodape{
	display: block;
	color:#FFF;
	font-weight:normal;
	font-size:0.96em;
	margin: 3px 0;
	padding-left: 18px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.link-menu-rodape:hover{
	color:#FFF112;
}
.content-localizacao-rodape{
	margin-top: 115px;
	width: 100%;
}
.content-endereco-email{
	float: left;
}
.content-endereco-email{
	margin-right: 5%;
}
.content-telefone{
	float: right;
	width: 44%;
}
.endereco-rodape{
	background: url("../imagens/icone_local_menu.gif") no-repeat center left;
	color:#FFF;
	display: block;
	font-size: 1.28em;
	height: 51px;
	line-height: 51px;
	padding-left: 60px;
}
.email-rodape{
	background: url("../imagens/icone_mail_menu.gif") no-repeat center left;
	color:#FFF;
	display: block;
	font-size: 1.3em;
	height: 51px;
	line-height: 51px;
	padding-left: 60px;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 26px;
}
.redes-sociais-rodape{
	float: left;
}
.clear.responsive{
	display: none;
}
.sociais-rodape{
	background:#2B69A8;
	float: left;
	height:51px;
	line-height:67px;
	text-align:center;
	width: 46px;
	
		-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sociais-rodape:hover{
	background: #225486;
}
.sociais-rodape:active{
	background:#1A3F64;
}
.face-rodape{
	margin-top: 6px;
}
.telefone-rodape{
	float: right;
	width: 75%;
	margin-left: 14%;
}
.icone-telefone{
	float: left;
}
.numero-telefone-rodape{
	background:#2B69A8;
	display:block;
	float:left;
	color:#FFF;
	padding:17px 29px;
	margin-left: 5px;
	line-height:34px;
	font-size: 2.1em;
	height: 108px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#copyright{
	color:#FFF;
	float:left;
	margin-top:45px;
	margin-bottom:0;
	font-size: 0.85em;
}
#copyright.copy-responsive{
	display: none;
}
#logo-idealize-rodape{
	float: right;
	margin-top: 9px;
}
.barra-fim-rodape{
	display: block;
	width: 100%;
}
/********************* FIM CAPA ********************/
/********************* PAGINAS ********************/
	/* Black and White JS */


/* LIKE BUTTONS */
.topo-padrao div.social-buttons {
	display: block;
    position: relative;
    top:auto;
    vertical-align: middle;
    z-index: 1;
    text-align: right;
    float: right;
    margin-left:0px;
    margin-top: 20px;
    padding: 0;
    width: 285px;
}
.topo-padrao div.social-buttons ul {
	display: inline-block;
}
div.social-buttons{
	display: block;
    padding: 0 0 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    z-index: 1;
}

div.social-buttons ul li {
	display: inline;
	float: left;
	width: 95px;
	_width: 95px;
}

/* PAGINAÇÃO GENERICA */
div.paginacao {
	text-align: center;
	margin: 10px 0px;
	padding: 5px;
	font-size: 0.8em;
	color: #FFF;
}

div.paginacao ul li {
	display: inline;
}
/*PAGINAÇÃO*/
div.paginacao ul li a {
	background: #E5E5E5;
	color: #666;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-weight: normal;
	margin: 5px 1px;
	padding: 6px 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(css/pie.htc);
}

div.paginacao ul li a:hover,div.paginacao ul li a.current:hover,
div.paginacao ul li a.selected,div.paginacao ul li a:ACTIVE {
	background: #3276AF;
	color: #FFF;
}
div#quem-somos{
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.clearfix:before,
.clearfix:after,
.banner-fixos:before,
.banner-fixos:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.banner-fixos:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

/* LISTAR FOTOS */
ul.lista-fotos {
	text-align: center;
	margin: 45px 0;
}

li.item-listagem-foto {
	border: none;
	float:left;
	margin-right: 2.93%;
	margin-bottom: 15px;
	width: 22.8%;
}
li.item-listagem-foto.first {
    margin-left: 0;
}
li.item-listagem-foto.last {
    margin-right: 0;
}
li.item-listagem-foto a {
	display: inline-block;
}
ul.lista-fotos li.item-listagem-foto a img{
	border: 2px solid #FFF;
	max-height: 175px;
	max-width:264px;
	width: 100%;
}
img.foto-listagem {
	border: 2px solid #FFF;
	display: block;
	vertical-align: top;
	width:100%;
	
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
ul.lista-fotos li.item-listagem-foto a:hover img{
	border: 2px solid #5D9D3D;
}
.foto-listagem:hover{
	border: 2px solid #5D9D3D;
}

/*TEXTOS*/
strong {
	font-weight: bold;	
}
div.texto em {
	font-style: italic;	
}
div.texto h1 {
	color: #777777;
	font-size: 3.0em;
}
div.texto h2 {
	color: #777777;	
	font-size: 2.5em;
}
div.texto h3 {
	color: #666;
	font-size: 1.3em;	
}
div.texto .texto-medio {
	color: #666;
	font-size: 1.3em;	
	display: block;
}
div.texto .texto-medio p{
	font-size: 1em;	
}
div.texto h4 {
	color: #777777;	
	font-size: 1.8em; 
}
div.texto h5 {
	color: #777777;	
	font-size: 1.5em; 
}
div.texto ul {
	list-style: disc;
}

/*Form Validation*/
.form-group .help-block{
	color: red;
}

/* PADROES CKEDITOR */

p.ckeditor-css {
}

.ckeditor-css em {
	font-style: italic;
}
.ckeditor-css strong {
	font-weight: bolder;
}
blockquote p.ckeditor-css {
	float: none;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
sup { 
	vertical-align: super;
	font-size: smaller;
}
sub { 
	vertical-align: sub;
	font-size: smaller;
}
table.ckeditor-css {
	float: left;
	border: 1px solid #CCC;
}
table.ckeditor-css * {
	border: 1px solid #CCC;
}
blockquote:after {
	content: close-quote;
	color: #CCC;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.55em;
}
/* FIM PADROES CKEDITOR */
/* TABS */
#tabs1{
	float: right;
	max-width: none;
	width: 51%;
}
#tabs1 .item-tab{
	background:#3276AF;
	margin:0;
	height:43px;
	line-height:43px;
	width: 50%;
}
#tabs1 .item-tab.ativado{
	background: #265E95;
}
#tabs1 .link-tab{
	background:none;
	text-align:center;
	padding: 0 0 0 0;
	color:#FFF;
	margin: 0 auto;
}
#tabs1 .link-tab .nome-link-tab{
	background:url("../imagens/seta_branca.png") no-repeat center right;
	font-size: 1.6em;
	text-align:center;
	padding: 0 13px 0 0;
	color:#FFF;
	display: table;
	margin: 0 auto;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs1 .tabulous-active{
	color:#FFF;
	margin: 0 auto;
}
#tabs1 .tabulous-active .nome-link-tab{
	background:url("../imagens/seta_branca.png") no-repeat center right #265E95;
	color:#FFF;
	display: table;
	margin: 0 auto;
}
#tabs1 .tabs-container{
	background: #265E95;
	color:#FFF;
	height:220px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs1 .tabs-container p{
	color:#FFF;
}
.lista-vaga-tab{
	width: 100%;
}
.empregos .botao.ver-todas{
	float: none;
	display: block;
	margin: 5px auto 0;
	height:26px;
	line-height:24px;
	font-size: 1.1em;
	width: 172px;
	
}
.item-vaga-tab{
	float: left;
	margin: 15px auto;
	padding: 0 1%;
	width: 98%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.nome-vaga-tab{
	color:#FFF;
	text-align:left;
	font-size: 1.2em;
}
.ver-detalhes-vaga-tab{
	display: inline-block;
	color:#FFF;
	padding-left: 20px;
	text-align:left;
	font-size: 0.9em;
}
.link-vaga-tab{
	display:block;
	
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
/*PADRAO TABS*/
.tabs{
	margin: 0 auto;
	max-width: 560px;
	width: 100%;
}

.item-tab {
	float: left;
	margin-right: 2px;
}

.link-tab {
	display: block;
	padding: 17px 30px;
	background: #544f6b;
	text-decoration: none;
	color: #8478B3;
}

.link-tab:hover{
	background: rgb(78, 74, 99);
}

.tabs-container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background: white;
}

.tabs-container div {
	float: left;
	width: 100%;
	padding: 20px 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make-transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.showscaleup {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	display:block;
	
		-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}
.hidescaleup.showscaleup {
	display: block;
	opacity: 1;
}
.hidescaleup {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous-active {
	color: #655c89
}

.tabulousclear {
	display: block;
	clear: both;
}

.menu-geral .tabs-container div {
	padding: 0;
}
.menu-geral .item-vaga-tab {
	margin: 5px auto;
}
.menu-geral .nome-vaga-tab {
	float: left;
}
.menu-geral .ver-detalhes-vaga-tab {
	float: right;
}
.menu-geral .nome-vaga-tab:hover,
.menu-geral .ver-detalhes-vaga-tab:hover {
	color: #FFF;
}