/*
    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    criacao2@artwebdigital.com.br
*/

#carregando{
	background:url(../img/loader-grande.png) no-repeat center #002615;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1000;
}

#bgMensagemEnviada{
	background:url(../img/fancybox/fancybox_overlay.png) repeat;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:500;
}

.imagemEquipeIndividual:hover {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  border: 5px solid #c28e00;
  width: 208px;
  height: 208px;
  overflow: hidden;
  display: block;
}

#mensagemEnviada{
	background:url(../img/bg-mensagem-enviada.png) no-repeat center;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

@font-face {
    font-family: 'slaberlinregular';
    src: url('../fontes/slaberlin/slaberlin-webfont.eot');
    src: url('../fontes/slaberlin/slaberlin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/slaberlin/slaberlin-webfont.woff2') format('woff2'),
         url('../fontes/slaberlin/slaberlin-webfont.woff') format('woff'),
         url('../fontes/slaberlin/slaberlin-webfont.ttf') format('truetype'),
         url('../fontes/slaberlin/slaberlin-webfont.svg#slaberlinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family:'asapregular';
		src:url('../fontes/asapRegular/asap-regular-webfont-webfont.eot');
		src:url('../fontes/asapRegular/asap-regular-webfont-webfont.eot?#iefix') format("embedded-opentype"),
			url('../fontes/asapRegular/asap-regular-webfont-webfont.woff') format("woff"),
			url('../fontes/asapRegular/asap-regular-webfont-webfont.ttf') format("truetype"),
			url('../fontes/asapRegular/asap-regular-webfont-webfont.svg#asapregular') format("svg");
		font-weight:400;
		font-style:normal;
}

@font-face {
    font-family: 'vijaya';
    src: url('../fontes/vijaya/vijaya-webfont.eot');
    src: url('../fontes/vijaya/vijaya-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/vijaya/vijaya-webfont.woff2') format('woff2'),
         url('../fontes/vijaya/vijaya-webfont.woff') format('woff'),
         url('../fontes/vijaya/vijaya-webfont.ttf') format('truetype'),
         url('../fontes/vijaya/vijaya-webfont.svg#vijayaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight:normal;
} 

body{
    font-family: 'slaberlinregular', tahoma;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

a{
	color:#C28E00;
	text-decoration: none;
}

a:hover{
	text-decoration:none;
}

img{
	max-width:100%;
	border:none;
}

button{
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height:20px;}
.limpa40{clear:both; height:40px;}

input, select, textarea{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-family: 'asapregular', tahoma;
	font-size:14px;
	color:#FFF;
	background:url(../img/fundo-input.png) repeat;
	border:none;
}

/* header */
#headerCelular, #espacoMenuCelular{
	display:none;
}

#header{
	z-index:100;
	width:100%;
    height:157px;
    margin:0 auto;
	background:#c28e00;
}

.menuBaixo{
	position:relative;
}

.iconeWhats i{
	color: #;
}

#logo{
	z-index:10;
	position:absolute;
	left:50%;
	margin-left:-117px;
	bottom:13px;
}

.menuFixo{
	position:fixed;
	top:-63px;
	left:0;
}

.menuFixo #logo{
    bottom: 18px;
    height: 60px;
    overflow: hidden;
}

.menuFixo #logo img{
	margin-top:-85px;
}

#headerCima{
	height:63px;
	width:100%;
	background: #002615;
}

#headerBaixo{
	height:94px;
	width:100%;
	position:relative;
}

#separaMenu{
	width:390px;
	margin:0 auto;
	background:#002615;
	height:94px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-195px;
}

#fundoMenuEsquerda{
	background:url(../img/logo-esquerda.png) no-repeat;
	width:29px;
	height:94px;
	float:left;
}

#fundoMenuDireita{
	background:url(../img/logo-direita.png) no-repeat;
	width:30px;
	height:94px;
	float:right;
}


.btn-restrita{
	float: right;
	margin: 21px 10px 0 0;
	line-height: 26px;
	font-size: 14px;
}

.mostra-mobile{
	display: none;
}

#redesSociais{
	float:right;
	margin:21px 48px 0 0;
}

#redesSociais a{
	padding: 5px; 
	display:block;
	float:left;
	margin: 10px 0 0 0px;
}

#redesSociais a.iconeYoutube{background-position:0 0;}
#redesSociais a.iconeTwitter{background-position:-27px 0;}
#redesSociais a.iconeFacebook{background-position:-54px 0;}
#redesSociais a.iconeInstagram{background-position:-81px 0;}

.caixaMenu{
	height:300px;
	width:100%;
	display:none;
}

/* menu */
#menuEsquerda{
	float:left;
	margin-top:37px;
	margin-left:50px;
}

#menuDireita{
	margin-right:60px;
	float:right;
	margin-top:37px;
}

#headerBaixo ul li{
	list-style:none;
	float:left;
}

#headerBaixo a{
	margin:0 8px;
	padding:0 12px;
    color:#000000;
	font-size:16px;
	height:30px;
	line-height:30px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#headerBaixo a:hover{
	font-weight:bold;
	font-size:15.5px;
}

#headerBaixo a.nav-active{
	-webkit-box-shadow:inset 1px 1px 2px 2px #786509;
	box-shadow:inset 1px 1px 2px 2px #786509;
	background:#8a760b;
	color:#FFF;
}

/* BANNER */
#banner{
	width:100%;
	height:100%;
	position:relative;
}

.navBanner{
	float:left;
	margin-left:34px;
	margin-top:26px;
}

.navBanner a{
	background:url(../img/bt-banner.png) no-repeat;
	width:11px;
	height:11px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin-right:8px;
}

.navBanner a.activeSlide{
	background:url(../img/bt-banner-ativo.png) no-repeat;
}

.limpaBanner{
	clear:both;
}

#bannerSuperior{
	width:100%;
	height:100%;
	margin:0 auto;
}

.bannerIndividual{
	width:100%;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.mascaraBanner{
	background:url(../img/mascara-banner.png) repeat;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.alinhaTextos{
	width:100%;
	position:absolute;
	left:0;
	height:486px;
	margin-top:-243px;
	top:50%;
}

.textoBanner{
	float:left;
}

.show-mobile{
	display: none;
}

.fundoTextoBanner{
	background:url(../img/fundo-frase.png) repeat;
	width:auto;
	float:left;
	height:112px;
	position:relative;
}

.fundoTextobannerDireita{
	background:url(../img/frase-direita.png) no-repeat;
	width:45px;
	height:112px;
	float:left;
}

.fundoTextoBanner h2{
	padding-left:100px;
	height:76px;
	overflow:hidden;
	color:#FFF;
	line-height:38px;
	font-size:36px;
	padding-top: 20px;
	font-family:'vijaya';
	float:right;
}

.fundoTextoBanner p{
	font-family:'vijaya';
	color:#fff;
	font-size:18px;
	float:right;
	margin-right:60px;
}

.w-100{
	width: 100% !important;
}

.separaTextoBanner{
	background:#c28e00;
	width:auto;
	height:2px;
	margin:8px 53px 0 0;
}

.textoBannerDireita{
	background:url(../img/frase-esquerda.png) no-repeat center left;
	height:41px;
	float:right;
	margin-top:329px;
	padding-left:23px;
	color:#FFF;
	font-family:'asapregular';
	font-size:18px;
	line-height:36px;
	width:600px;
}

.textoBannerDireita p{
	padding-right:100px;
}

.alinhaBotoesBanner{
	width:968px;
	z-index:80;
	height:32px;
	position:absolute;
	left:50%;
	margin-left:-484px;
	bottom:50px;
}

.prevBanner{
	background:url(../img/prev-banner.png) no-repeat;
	width:20px;
	height:32px;
	float:right;
}

.nextBanner{
	background:url(../img/next-banner.png) no-repeat;
	width:20px;
	height:32px;
	float:right;
	margin-left:23px;
}

/* content */
.textoSimples, .textoSimples p{
	font-size:16px;
	color:#242424;
	line-height:20px;
}

.textoSimples a{
	color:#c28e00;
}

.textoSimples a:hover{
	color:#a7a6a6;
}

.textoSimples strong{
	color:#000;
	font-weight:normal;
}

.caixaTitulo{
	position:relative;
	width:1108px;
	height:41px;
	margin:0 auto 20px;
}

.iconeDireitaTitulo{
	background:url(../img/icone-titulo-direita.png) no-repeat;
	width:65px;
	height:56px;
	position:absolute;
	right:0;
	bottom:0;
}

.iconeDireitaTituloBranco{
	background:url(../img/icone-titulo-direita-branco.png) no-repeat;
	width:65px;
	height:56px;
	position:absolute;
	right:0;
	bottom:0;
}

.caixaTitulo h2{
	line-height:40px;
	float:left;
	border-bottom:1px solid #c28e00;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:left;
}

.caixaTitulo h2.tituloBranco{
	color:#ffffff;
}

.tracoTitulo{
	width:50%;
	left:-50%;
	position:absolute;
	bottom:0;
	background:#c28e00;
	height:1px;
}

h2.tituloDireita{
	line-height:40px;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:10px;
}

/* quem somos quem somos */
#quemSomos{
	padding:60px 0 50px;
	overflow:hidden;
}

#quemSomosEsquerda{
	width:530px;
	float:left;
	margin-left:55px;
}

#quemSomosEsquerda strong{
	line-height:56px;
	margin-left:-10px;
	font-size:18px;
	font-weight:normal;
}

#quemSomosEsquerda img{
	display:block;
	margin:50px auto 20px;
	height:auto !important;
}

#quemSomosDireita{
	position:relative;
	width:490px;
	float:right;
	margin-right:23px;
}

#quemSomosDireita iframe{
	margin-left:10px;
}

/*.tituloVideo{
	color:#000;
	padding:0 0 15px 70px;
	margin:23px 0 10px -78px;
	border-bottom:1px solid #c28e00;
	height:51px;
}*/

.tituloValores{
	border-bottom:1px solid #c28e00;	
	margin-top: 49px;
}

.tracoTituloVideo{
	width:100%;
	right:-100%;
	position:absolute;
	top:359px;
	background:#c28e00;
	height:1px;
}

#quemSomosDireita .textoVisao{
	padding-left:18px;
}

#quemSomosDireita strong{
	padding-left: 19px;
  line-height: 26px;
  margin-left: -18px;
  background: url(../img/bolinhas-visao.jpg) no-repeat center left;
  font-size: 23px;
}

/* expertises */
#expertises{
	position:relative;
	background:url(../img/bg-expertises.jpg) repeat center top;
	width:100%;
	padding:90px 0;
}

.mascaraExpertises{
	position:absolute;
	left:0;
	top:0;
	background:url(../img/mascara-expertises.png) repeat;
	width:100%;
	height:100%;
}

#alinhaExpertises{
	width:1085px;
/*	height:534px;*/
	margin:28px auto 0;
	position:relative;
	text-align: center;
	font-size: 0;
}

.expertiseIndividual{
	box-sizing: border-box;
	padding: 20px 30px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	cursor:pointer;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.equipeIndividual2{
	box-sizing: border-box;
	padding: 20px 30px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.iconeExpertiseIndividual{
	border-radius: 50%;
	border: 8px solid #002615;
	background: #C28E00;
	height:100px;
	width: 100px;
	text-align: center;
	display:block;
	margin:0 auto 15px;
	position: relative;
}

.iconeExpertiseIndividual img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tituloExpertise{
	color:#FFFFFF;
	font-size:18px;
	line-height:19px;
	/*width: 212px;*/
}

.bg-expertise{
	z-index: 1000;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.expertiseIndividualAberto{
	max-width: 100%;
	text-align: left;
	width: 500px;
	position: fixed;
	cursor: pointer;
	display: none;
	z-index: 10;
	left: 50%;
	top: 50%;
	background-color: #FFF;
	z-index: 1010;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 25px;
	box-sizing: border-box;
}

.separaDescricaoTituloExpertise{
	background:#9f8918;
	width:222px;
	height:1px;
	margin: 12px 0 15px;
}

.descricaoExpertise, .descricaoExpertise p, .expertiseIndividualAberto .tituloExpertise{
	color:#000;
}

/* equipe equipe */
#equipe{
	padding:90px 0 50px;
}

.limpaEquipeIpad{
	display:none;
}

#equipe, #equipe p{
	color:#242424;
}

#textoEquipeBaixo, #textoEquipeBaixo p{
	line-height:20px;
	padding:10px;
}

#equipe strong{
	color:#000;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
}

.equipeIndividual{
	width:288px;
	/*height:450px;*/
	float:left;
	margin:50px 55px 0;
	text-align:center;
	position:relative;
}

.imagemEquipeIndividual{
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border:3px solid #c28e00;
	width:212px;
	height:212px;
	overflow:hidden;
	display:block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 800px;
}

#myBtn, #myBtn2{
	background: transparent !important;
}

.myBtn{
	cursor: pointer !important;
	background: transparent !important;
}
/* The Close Button */
.close {
  color: #000;
  /*float: right;*/
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px !important;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 16px;
}

.cvCompleto{
	font-size: 15px !important;
	line-height: 40px;
}

/* Tooltip text */
.tooltip .tooltiptext-toparrow {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext-toparrow {
  visibility: visible;
}

.tooltip .tooltiptext-toparrow {
  visibility: hidden;
  width: 600px;
  background-color: #002615;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -400px;
  font-size: 14px !important;
}


.tooltip .tooltiptext-toparrow::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip .tooltiptext-toparrow {
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext-toparrow {
  opacity: 1;
}

.equipeIndividual:hover .imagemEquipeIndividual{
	border:6px solid #c28e00;
	margin:-3px;
}


h3.nomeEquipe{
	font-size:24px;
	color:#000;
	line-height:22px;
	margin:30px auto 10px;
}

.textoMenor{
	font-size:12px;
	display:block;
}

.conteudoEquipeIndividual{
	padding:0 10px;
	height:85px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:372px;
}

.exibeConteudoIndividual{
	background:#FFF;
	z-index:10;
	display:none;
	position:relative;
	padding:0 10px 40px; 
}

.botaoEquipe{
	width:100%;
	height:20px;
	position:absolute;
	left:0;
}

.fechaEquipe{
	background:url(../img/fecha-equipe.png) no-repeat center #FFFFFF;
	bottom:10px;
}

.abreEquipe{
	background:url(../img/abre-equipe.png) no-repeat center #FFFFFF;
	bottom:-30px;
}

.alinhaEquipe2{
	margin:50px -96px 0 240px;
}

.alinhaEquipe1{
	margin:50px 455px 0;
}

/* Estrutura estrutura */
.galeria-estrutura{
	text-align: center;
	font-size: 0;
}

.estrutura-individual{
	width: 14%;
	padding-bottom: 14%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.estrutura-individual img{
	border-radius: 50%;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	left: 10px;
	top: 10px;
	object-fit: cover;
}

#estrutura{
	background:url(../img/fundo-estrutura.jpg) no-repeat top;
	position:relative;
	width:100%;
	min-height: 300px;
	padding:90px 0 50px;
}

.mascaraEstrutura{
	position:absolute;
	left:0;
	top:0;
	background:url(../img/mascara-estrutura.png) repeat;
	width:100%;
	height:100%;
}

.textoEstrutura{
	padding:45px 0;
	position:relative;
	z-index:10;
}

.textoEstrutura, .textoEstrutura p{
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:22px;
}

#alinhaEstrutura{
	margin:0 auto;
	width:980px;
	height:300px;
	position:relative;
}

.estruturaIndividual{
	background:#b4b3b2;
	border:2px solid #b4b3b2;
	width:150px;
	height:150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor:pointer;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	overflow:hidden;
	-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.40);
	box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.40);
	position:absolute;
}

.estruturaIndividual:hover{
	border:2px solid #c28e00;
}

.estruturaIndividualDentro{
	margin-left:-45px;
	width:150px;
	height:150px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align:center;
	-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.40);
	box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.40);
}

.estruturaIndividualDentro img{
	max-width:320px;
}

#estruturaIndividua1{left:158px; top:28px;}
#estruturaIndividua2{left:414px; top:28px;}
#estruturaIndividua3{left:670px; top:28px;}
#estruturaIndividua4{left:30px; top:156px;}
#estruturaIndividua5{left:286px; top:156px;}
#estruturaIndividua6{left:542px; top:156px;}
#estruturaIndividua7{left:798px; top:156px;}
#estruturaIndividua8{left:158px; top:284px;}
#estruturaIndividua9{left:414px; top:284px;}
#estruturaIndividua10{left:670px; top:284px;}
#estruturaIndividua11{left:286px; top:412px;}
#estruturaIndividua12{left:542px; top:412px;}

/* footer */
#rodapeBaixo{
	line-height:38px;
	background:#151515;
}

#rodapeBaixo .tamanhoTela{
	position:relative;
}

#rodapeBaixo p{
	float:left;
	color:#515151;
	font-size:12px;
	margin-left:56px;
}

.btTopo{
	height:38px;
	background:url(../img/seta-topo.png) no-repeat center right;
	width:40px;
	cursor:pointer;
	color:#515151;
	font-size:12px;
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:0;
}

#alinhaAssintura{
	color:#515151;
	font-size:12px;
	float:right;
	line-height:38px;
}

.artweb{
	margin-top:11px;
	margin-left:10px;
    background:url("../img/criacao-sites-artweb.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display:block;
    float:right;
    height:13px;
    overflow:hidden;
    text-align:left;
    text-indent:-99999px;
    width:50px;
}

/* presscenter Presscenter*/
#presscenter{
	position:relative;
	padding:90px 0 50px;
}

#caixaExibeNoticia{
	display:none;
	background:url(../img/carregando-noticias.gif) no-repeat center #f6f6f6;
	min-height:550px;
	width:1180px;
	margin-left:-590px;
	position:absolute;
	left:50%;
	top:150px;
	z-index:90;
}

#exibeNoticia{
	background:#f6f6f6;
	padding:40px;
	width:auto;
	min-height:300px;
	text-align:center;
}

#exibeNoticia h3{
	color:#c28d00;
	font-size:20px;
	margin-bottom:20px;
}

.imagemNoticia{
	max-width:100%;
	max-height:250px;
	margin-bottom:10px;
}

#exibeNoticia, #exibeNoticia p{
	color:#242424;
	font-size:15px;
	line-height:22px;
}

.fecharNoticia{
	cursor:pointer;
	line-height:34px;
	padding:0 10px;
	background:#c28d00;
	color:#FFF;
	letter-spacing:1px;
	font-size:16px;
	float:right;
}

.menuPresscenter{
	position:relative;
	width:1108px;
	height:41px;
	margin:20px auto 42px;
}

.alinhaMenusPresscenter{
	height:40px;
	border-bottom:1px solid #ededed;
	float:left;
}

.menuPresscenter .menuPresscenterIndividual{
	cursor:pointer;
	line-height:39px;
	float:left;
	font-size:18px;
	color:#9a9a9a;
	text-align:left;
	padding:0 10px;
	margin-right: 10px;
}

.menuPresscenter .menuPresscenterIndividual a{
	color:#9a9a9a;
}

.menuPresscenter .menuPresscenterAtivo{
	border-bottom:3px solid #c8b031;
	color:#c8b031;
}

.tracoMenuPresscenter{
	width:50%;
	left:-50%;
	position:absolute;
	bottom:0;
	background:#ededed;
	height:1px;
}

#caixaHomenagens,
#caixaRepresentacao,
#caixaCompetencias,
#caixaArtigos,
#caixaNoticias{
	display:none;
	
	
}

/*#caixaPublicacoes, #caixaHomenagens, #caixaRepresentacao, #caixaCompetencias, #caixaNoticias, #caixaArtigos{
height: 300px;
}*/

/*#slidePublicacoes, #slideHomenagens, #slideRepresentacao, #slideCompetencias, #slideNoticias, #slideArtigos{
	height:740px; 

}*/

#slideArtigos{
	height:740px; 
}

.noticiaIndividual{
	margin: 20px 40px;
	width: 520px;
	min-height: 220px;
	float: left;
	position: relative;
	text-align: center;
}

.noticiaIndividual img{
/*	position:absolute;
	left:50%;
	margin-left:-75px;
	top:0;*/
	margin: 0 auto 10px;
	width:180px;
	background:#f6f6f6;
}

.bolaNoticia{
	position:absolute;
	left:50%;
	margin-left:-82px;
	top:0;
	width:164px;
	height:164px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	background:#f6f6f6;
}

.texto-noticia{
/*	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;*/
}

.noticiaIndividual h3{
	position: relative;
	z-index: 2;
	color:#c28d00;
	font-size:18px;
	line-height:22px;
	margin-bottom: 10px;
}

.noticiaIndividual p{
	position:relative;
	color:#242424;
	font-size:14px;
	line-height:17px;
}

.linkVerNoticia{
/*	position:absolute;*/
	font-size:12px;
	letter-spacing:1px;
	background:#c28e00;
	display: block;
	margin: 10px auto 0;
	width:74px;
	height:16px;
	color:#FFF;
/*	bottom:0;*/
/*	left:50%;*/
	cursor:pointer;
/*	margin-left:-37px;*/
}

.prevPublicacoes, .prevHomenagens, .prevRepresentacao, .prevCompetencias, .prevNoticias, .prevArtigos{
	background:url(../img/prev-noticia.png) no-repeat;
	width:13px;
	height:24px;
	float:right;
	margin-right:30px;
	position:relative;
	z-index:10;
}

.nextPublicacoes, .nextHomenagens, .nextRepresentacao, .nextCompetencias, .nextNoticias, .nextArtigos{
	background:url(../img/next-noticia.png) no-repeat;
	width:13px;
	height:24px;
	float:right;
	margin-right:60px;
	position:relative;
	z-index:10;
}

/* contato */
#contato{
	background:url(../img/fundo-contato.jpg) no-repeat center;
	width:100%;
	height:630px;
	position:relative;
	padding:90px 0 0;
	margin-bottom: -27px;
}

.mascaraContato{
	position:absolute;
	left:0;
	top:0;
	background:url(../img/mascara-banner.png) repeat;
	width:100%;
	height:100%;
}

#contatoEsquerda{
	position:relative;
	width:284px;
	float:left;
	margin:4px 0 0 8px;
	text-align:center;
}

#contatoEsquerda img{
	margin-bottom:12px;
}

#contatoEsquerda, #contatoEsquerda p, #contatoEsquerda a{
	color:#e7e7e7;
	font-size:18px;
	line-height:20px;
}

#contatoEsquerda p.enderecoContato{
	margin-top:26px;
	font-size:14px;
	line-height:18px;
}

#contatoDireita{
	float:right;
	width:468px;
	position:relative;
}

.logoContato{
	float:right;
	margin-bottom:20px;
}

.divBox{
	width:100%;
	height:52px;
	position:relative;
	margin:0 0 5px;
}

.divBoxErro{
    color:#ff0000;
    font-size:10px;
	letter-spacing:1px;
	font-family:'asapregular';
    height:20px;
    line-height:20px;
    position:absolute;
    right:10px;
    text-align:right;
    top:27px;
	display:none;
}

.divBoxNome{
	color:#FFF;
	font-size:14px;
	line-height:22px;
	height:22px;
	margin-left:12px;
}

#formContato input{
	width:96%;
	height:20px;
	padding:5px 2%;
}

#formContato textarea{
	width:96%;
	height:112px;
	padding:5px 2%;
	resize:none;
}

#formContato button{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:100%;
	color:#FFF;
	height:28px;
	float:right;
	margin-top:10px;
	cursor:pointer;
	background:url(../img/fundo-button.png) repeat-x;
}

#formContato button:hover{
	color:#000;
}

/* tamanhos tamanhos */
.tamanhoTela{
	width:1200px;
	margin:0 auto;
}

@media(max-height: 700px) {
	.alinhaTextos{height:300px; margin-top:-150px;}
	.textoBannerDireita{margin-top:130px;}
}

@media(max-width: 1230px) {
	.tamanhoTela{width:980px;}
	
	.alinhaTextos{height:300px; margin-top:-150px;}
	.textoBannerDireita{margin-top:130px;}
	.alinhaBotoesBanner{bottom:30px;}

	/* header */
	#logo{width:180px; bottom:28px; margin-left:-90px;}
	#separaMenu{width:300px; margin-left:-150px;}
	#headerBaixo a{padding:0 10px; margin:0 5px;}
	#menuEsquerda{margin-left:20px;}
	#menuDireita{margin-right:25px;}
	.menuFixo #logo img{margin-top:-60px;}
	
	/* quem somos */
	.caixaTitulo{width:960px;}
	#quemSomosEsquerda{width:450px; margin-left:20px;}
	#quemSomosDireita{width:440px; margin-right:20px;}
	
	/* expertises */
	#alinhaExpertises{width:980px;}
	
	/* equipe */
	.equipeIndividual{margin:50px 18px 0;}
	.alinhaEquipe2{margin:50px -108px 0 170px;}
	.alinhaEquipe1{margin:50px 345px 0;}
	
	/* presscenter presscenter */
	.menuPresscenter{width:960px;}
	.noticiaIndividual{width:460px; margin:0 15px 50px;}
	#caixaExibeNoticia{width:980px; margin-left:-490px;}
	
	/* contato */
	#contatoDireita{width:400px;}
}

@media(max-width: 1000px) {
	#carregando{background:url(../img/loader.png) no-repeat center #002615;}
	.tamanhoTela{width:740px;}
/*	.fundoTextoBanner{background: none;}*/
	.fundoTextoBanner p {font-size: 14px;
				text-shadow: 2px 2px 2px #000;
				font-weight: 300;
				font-family: arial;
				padding-top: 4px;}
/*	.fundoTextobannerDireita{background: none;}*/
	/* banner banner */
	.alinhaTextos{height:112px; margin-top:-56px;}
	.fundoTextoBanner h2{padding:5px 0 0 20px; height:71px; font-size:22px; line-height:30px; text-shadow: 2px 2px 4px #000;
font-weight: 600; letter-spacing: -0.2px;}
	.fundoTextoBannerDireita{display:none;}

	.alinhaBotoesBanner{width:720px; margin-left:-360px;}

	/* header */
	#logo{width:160px; margin-left:-80px; bottom:40px;}
	.menuFixo #logo{height:50px;}
	#separaMenu{width:240px; margin-left:-120px;}
	#menuEsquerda{margin-left:0;}
	#menuDireita{margin-right:0;}
	#headerBaixo a{padding:0 8px; margin:0 5px 0 0; font-size:14px;}
	
	/* quem somos */
	.caixaTitulo{width:720px;}
	#quemSomosEsquerda{margin-left:0; width:350px;}
	#quemSomosDireita{margin-right:0; width:350px;}
	#quemSomosDireita iframe{width:340px; height:250px;}
	.tituloVideo{margin:30px 0 10px -38px; padding-left:30px;}
	.tracoTituloVideo{top:329px;}
	.tituloValores{margin-top: 39px;}

	/* expertises */
	#alinhaExpertises{width:754px;}

	/* equipe */
	.equipeIndividual{width:350px; margin:50px 10px 0;}

	.imagemEquipeIndividual{border:3px solid #c28e00; width:160px; height:160px; margin:0 auto;}
	.equipeIndividual2 {padding: 15px 10px;}
	.cvCompleto { font-size: 14px !important;  line-height: 35px;}
	#equipe strong, .tooltip {font-size: 16px;  line-height: 20px;}
	/*.tituloExpertise {width:160px;}*/

	.limpaEquipeIpad{display:block; clear:both;}
	.equipeIndividual:hover .imagemEquipeIndividual{margin:-3px auto;}
	
	/* estrutura */
	.estrutura-individual{width: 20%; padding-bottom: 20%;}
	#alinhaEstrutura{width:740px; height:500px;}

	#estruturaIndividua1{left:138px; top:28px;}
	#estruturaIndividua2{left:354px; top:28px;}
	#estruturaIndividua3{left:570px; top:28px;}
	#estruturaIndividua4{left:30px; top:136px;}
	#estruturaIndividua5{left:246px; top:136px;}
	#estruturaIndividua6{left:464px; top:136px;}
	#estruturaIndividua7{left:246px; top:354px;}
	#estruturaIndividua8{left:138px; top:245px;}
	#estruturaIndividua9{left:354px; top:245px;}
	#estruturaIndividua10{left:570px; top:245px;}
	#estruturaIndividua11{left:30px; top:354px;}
	#estruturaIndividua12{left:464px; top:354px;}

	/* presscenter presscenter */
	.menuPresscenter{width:720px;}
	.noticiaIndividual{width:360px; margin:0 5px 50px;}
	.noticiaIndividual h3{font-size:16px;} /*margin-top:60px;*/
	#caixaExibeNoticia{width:740px; margin-left:-370px;}

	/* contato */
	#contatoEsquerda{margin-left:0;}
	#contatoDireita{width:360px;}
}

@media(max-width: 767px){

	.modal-content {  padding: 20px 20px 120px 20px;  width: 90%;}

	.tamanhoTela{width:auto; padding:0 20px;}
	#quemSomos, #expertises, #equipe, #estrutura, #presscenter{padding:50px 0;
	margin-top: 180px;}

	/* header */
	.mostra-mobile{display: block;}
	#header{display:none;}
	#headerCelular{width:100%; padding:10px 0; position:fixed; background: repeat; z-index:100; border-bottom:1px solid #002615; display:block; background: #002615; top: 0;}
	#logoCeluar{float:left; margin-left:10px;}
	#logoCeluar img{max-height:auto; width:300px;}
	.botaoAbreMenu{background:url(../img/botao-abre-menu.png) no-repeat center; width:25px; height:60px; float:right; margin-right:20px; cursor:pointer;}
	#menuAbertoCeular{width:100%; height:auto; padding:20px 0 10px; display:none;}
	#menuAbertoCeular a{display:block; height:30px; line-height:30px; padding:0 20px;}
	.fundoTextobannerDireita{background: none;}

	.allinone_contentSlider .contentHolderVisibleWrapper {
  margin-top: 80px;
}
	.alinhaTextoBannerDireita{display: none;}

	.caixaMenu{display:none; height:0;}
	
	/* banner */
	#banner{height:240px;}
/*	.textoBanner{display:none;}*/
	.mascaraBanner{-moz-opacity: 0.30; -khtml-opacity: 0.30; opacity: 0.30; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); filter:alpha(opacity=30);}
	.iconeDireitaTitulo, .iconeDireitaTituloBranco{display:none;}
	.fundoTextoBanner{height: 78px;}
	.fundoTextobannerDireita{height: 78px;}
	.fundoTextoBanner h2{height: auto; float: none;}
	.show-mobile{display: block;}
	.fundoTextoBanner p{float: none; margin-left: 20px;}
	
	/* quem somos */
	.tracoTituloVideo{display:none;}
	#quemSomosEsquerda{width:auto; float:none; margin-bottom:20px;}
	#quemSomosDireita{width:auto; float:none;}
	.tracoTitulo{display:none;}
	.caixaTitulo{width:auto; padding:0 20px;}
	#quemSomosEsquerda img{max-width:60%; margin:30px auto 0;}
	#quemSomosDireita iframe{max-width:100%;}
	.tituloVideo{margin:30px 0 40px -38px;}
	
	/* expertises */
	#expertises{background:#333333; overflow:hidden;}
	#alinhaExpertises{width:auto; padding: 0 15px;}
	.expertiseIndividual{width: auto; display: block; margin: 0 0 30px;}
	
	/* equipe */
	.equipeIndividual{width:100%; margin:50px 0 0; /*height:375px;*/}

	.imagemEquipeIndividual{width:150px; height:150px;}
	.equipeIndividual2 {width: 50%;}
	 #equipe, #estrutura {    margin-top: 10px;  }
	.conteudoEquipeIndividual{top:290px;}
	
	/* estrutura */
	#estrutura{background:#333333;}
	#alinhaEstrutura{width:auto; height:auto; padding:40px;}
	.estruturaIndividual{float:none; position:relative;}
	#estruturaIndividua1, #estruturaIndividua2, #estruturaIndividua3, #estruturaIndividua4, #estruturaIndividua5, #estruturaIndividua6, #estruturaIndividua7, #estruturaIndividua8, #estruturaIndividua9, #estruturaIndividua10, #estruturaIndividua11, #estruturaIndividua12{left:auto; top:auto; margin:20px auto 70px;}
	.estrutura-individual{width: 33.333%; padding-bottom: 33.333%;}
	
	/* presscenter */
	.tracoMenuPresscenter{display:none;}
	.menuPresscenter{width:auto; padding:0 20px;}
	.menuPresscenter .menuPresscenterIndividual{width:auto; margin:0 10px; font-size:14px;}
	#caixaPublicacoes, #caixaHomenagens, #caixaRepresentacao, #caixaCompetencias, #caixaNoticias, #caixaArtigos{height:auto; width:100%;}
	#slidePublicacoes, #slideHomenagens, #slideRepresentacao, #slideCompetencias, #slideNoticias, #slideArtigos{width:100%; height: auto;} /*	height: 100px;*/
	.slidePublicacoesIndividual, .slideHomenagensIndividual, .slideRepresentacaoIndividual, .slideCompetenciasIndividual, .slideArtigosIndividual, .slideNoticiasIndividual{height: auto;}
	.noticiaIndividual{width:100%; height:auto; min-height:100px; margin:0 auto 20px;}
	.noticiaIndividual h3{width:100%; text-align:center;} /* margin-top:20px; */
	.bolaNoticia{width:100px; height:100px; margin-left:-50px;}
	.linkVerNoticia{position:relative; left:auto; bottom:auto; margin:10px auto 0; }
	.slidePublicacoesIndividual, .slideHomenagensIndividual, .slideRepresentacaoIndividual, .slideCompetenciasIndividual, .slideArtigosIndividual, .slideNoticiasIndividual{width:100%; height:640px;}
	.noticiaIndividual p{width:100%;}
	#caixaExibeNoticia{width:100%; left:0; margin:0;}
	.alinhaMenusPresscenter{height: auto; float: none;}
	.alinhaMenusPresscenter:after{clear: both; display: block; content: '';}
	.menuPresscenter{height: auto;}
	.menuPresscenter .menuPresscenterIndividual{border-bottom: 3px solid #FFFFFF;}
	.menuPresscenter .menuPresscenterAtivo{border-bottom-color: #c8b031;}

	/* contato */
	#contato{background:#333; padding:50px 0; height:auto;}
	#contatoEsquerda{width:auto; margin:0 auto; float:none; margin-bottom:20px;}
	#contatoDireita{width:auto; float:none;}
	.logoContato{float:none; display:block; margin:0 auto 20px;}
	
	/* footer */
	#rodapeBaixo p{float:none; margin:0; text-align:center;}
	.btTopo{display:none;}
	body{padding-top: 90px;}
}

@media(max-width: 430px){
	/*#alinhaExpertises{margin-left:-50px;}*/
}