@charset "utf-8";

body{
	background-color:#e7ead8;
	background-image:url(img/bg01.png);
	background-position:center;
	background-repeat:repeat-y;
}
@keyframes fade {
    from { background-color:#c0c3ae;}
    to {  background-color:#899259;}
}



/* CLEAR FLOAT */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/* PAGINACAO */
.paginacao{
	padding-top:50px;
	text-align:center;
}
.paginacao-numeros{
	font-family: 'zurich_btbold';
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	color:#748142;
	background-color:#bfc3ad;
	text-decoration:none;
	font-size:13px;
	margin-top:-10px;
	transition: background-color .2s;
}
.paginacao-numeros:hover{
	color:#FFFFFF;
	background-color:#748142;
	transition: background-color .4s;
}
.paginacao i{
	color:#bfc3ad;
	font-size:25px;
	padding:10px;
	vertical-align:middle;
	transition: color .4s;
}

.paginacao i:hover{
	color:#748142;
	transition: color .4s;
}


/* SLIDER HOME */
.slidesjs-pagination {
  width: inherit;
  list-style: none;
  position:absolute;
  z-index:3000;
  margin-top:20px;
  margin-left:-80px;
}


.slidesjs-pagination li {
	display:inline;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display:inline-block;
  width: 16px;
  height: 0;
  padding-top: 14px;
  margin-right:1px;
  background-image: url(img/pagination.png);
  background-position: 0 0;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -15px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -30px
}

.navbar {
  overflow: hidden
}
	
	
	
	
	
	
	
/* TOPO */
header{
	height:160px;
	background-color:#FFFFFF;
}
header .faixa-01{
	position:relative;
	width:960px;
	margin:auto;
	height:120px;
}
header .faixa-01 .logo{
	position:relative;
	width:209px;
	height:78px;
	position:relative;
	top:28px;
	left:36px;
}
header .faixa-01 i{
	position:absolute;
	left:895px;
	top:35px;
	text-align:center;
	line-height:18px;
	width:18px;
	color:#748142;
	padding:8px;
	font-size:20px;
	border:2px solid #748142;
	border-radius:100%;
}
header .faixa-01 i span{
	position:absolute;
	top:38px;
	left:-2px;
	font-family: 'zurich_cn_btregular';
	font-size:12px;
}
header .faixa-01 i:hover{
	background-color:#748142;
	color:#FFFFFF;
	transition: background-color .4s;
}
header .faixa-01 i:hover > span{
	color:#748142;
}
header .faixa-02{
	height:120px;
	background-color:#748142;
}
nav{
	position:relative;
	width:960px;
	margin:auto;
}
nav .menuPrincipal{
	position:relative;
}
nav .menuPrincipal li{
	display:inline-block;
	*zoom: 1;
    *display: inline;
	position: relative;
	}
nav .menuPrincipal li:hover{
	background-color:#899259;
	}
nav .menuPrincipal li:hover > ul{
	display:block;
}

nav .menuPrincipal a{
	font-family: 'zurich_cn_btregular';
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:40px;
	display:block;
	padding-left:45px;
	padding-right:45px;
	}
nav .menuPrincipal a:hover{
	animation-name: fade;
    animation-duration: .8s;
	}

	
nav .menuSub{
	position:absolute;
	z-index:10000;
	width:inherit;
	padding:0;
	background-color:#ccccb4;
	display:none;
}
nav .menuSub li{
	display:inline-block;
	width:100%;
	text-align:center;
}

nav .menuSub a{
	font-family: 'zurich_cn_btregular';
	font-size:15px;
	text-decoration:none;
	color:#748142;
	line-height:35px;
	display:block;
	padding-left:0;
	padding-right:0;
	}
nav .menuSub a:hover{
	color:#FFFFFF;
	}






/* RODAPE */
footer{
	height:230px;
}
footer .faixa-01{
	height:115px;
	background-color:#717d18;
}
footer .faixa-01 div{
	position:relative;
	width:960px;
	height:115px;
	margin:auto;
	box-shadow: 0 30px 35px -20px rgba(0,0,0,0.82);
}
footer .faixa-01 img{
	width:283px;
	height:115px;
}

footer .faixa-01{
	height:115px;
	background-color:#748142;
}
footer .faixa-02{
	position:relative;
	width:960px;
	margin:auto;
	text-align:center;
	padding-top:70px;
	height:45px;
	font-family: 'zurich_cn_btregular';
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
footer .faixa-02 a{
	position:absolute;
	right:20px;
	font-family: 'zurich_cn_btregular';
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}
footer .faixa-02 a:hover{
	text-decoration:underline;
	}

/* HOME */
.home-section{
	height:390px;
	background-color:#c0c4ae;
}
.home-section-banner{
	width:940px;
	margin:auto;
	height:370px;
	border:10px solid #FFFFFF;
	background-color:#FFFFFF;
	text-align:center;
	overflow:hidden;
}
.home-section-banner img{
	width:940px;
	height:370px;
}




/* TEMPLATE PADRAO */
.template01{
	background-color:#c0c4ae;
	min-height:200px;
}
.template01 .area{
	width:850px;
	min-height:200px;
	margin:auto;
	background-color:#FFFFFF;
	padding-top:105px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:45px;
	font-family: 'zurich_cn_btregular';
	font-size:16px;
	line-height:18px;
}
.template01 .btVoltar{
	position:absolute;
	margin-left:845px;
	text-align:center;
	margin-top:-80px;
	color:#989898;
	font-size:12px;
	border:2px solid #989898;
	padding:2px;
	width:15px;
	line-height:15px;
	border-radius:100%;
	z-index:10
}
.template01 .btVoltar span{
	position:absolute;
	top:23px;
	left:-4px;
	font-family: 'zurich_cn_btregular';
	font-size:12px;
	z-index:10
}
.template01 .btVoltar:hover{
	background-color:#989898;
	color:#FFFFFF;
	transition: background-color .4s;
}
.template01 .btVoltar:hover > span{
	color:#748142;
}
.template01 .titulo{
	font-family: 'zurich_cn_btregular';
	font-size:25px;
	color:#748142;
	padding-bottom:45px;
	display:block;
}
.template01 .titulo i{
	color:#748142;
	font-size:24px;
	margin-right:5px;
}




/* APRESENTACAO */

.apresentacao-txt{
	width:410px;
	margin-left:15px;
	float:left;
	text-align:justify;
}
.apresentacao-txt p{
	margin-bottom:15px;
}
.apresentacao-galeria{
	width:405px;
	float:left;
	margin-left:20px;
}

.apresentacao-galeria div{
	width:197px;
	height:120px;
	overflow:hidden;
	margin-right:1px;
	position:relative;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background-size:cover;
	background-position:center center
}


.apresentacao-galeria div:nth-child(1){
	width:398px;
	height:241px;
}

.apresentacao-galeria a:nth-child(1)::before {
  content: "";
  position:absolute;
  z-index:1000;
  width:398px;
  height:241px;
  background-color:#000000;
  opacity:0
}
.apresentacao-galeria a::before {
  content: "";
  position:absolute;
  z-index:1000;
  width:197px;
  height:120px;
  background-color:#000000;
  opacity:0;
  transition:opacity .4s;
}
.apresentacao-galeria a:hover::before {
  opacity:.4;
  transition:opacity .4s;
}



/* ADVOGADOS */
.advogados-item{
	margin-bottom:60px;
}
.advogados-item-img{
	border: solid #c0c4ae 10px;
	width:167px;
	height:168px;
	float:left;
	margin-right:20px;
	background-size:cover;
	background-position:center center;
}

.advogados-item-txt01{
	float:left;
	padding-right:10px;
	border-right:solid 1px #000000;
	margin-right:10px;
	margin-top:20px;
	font-family: 'zurich_btbold';
	font-size:20px;
}
.advogados-item-txt02{
	float:left;
	margin-bottom:15px;
	margin-top:20px;
}
.advogados-item-txt03{
	padding-top:60px;
	}

.advogados-item-txt04{
	padding-top:25px;
	float:left;
	}
.advogados-item-txt04 i{
	color:#748142;
	font-size:18px;
	margin-right:5px;
}
.advogados-item-txt04 a{
	color:#748142;
	text-decoration:none;
	font-family: 'zurich_cn_btregular';
}
.advogados-item-txt04 a:hover{
	text-decoration:underline;
}


/* AREAS DO DIREITO */
.areaAtuacao-header{
	margin-left:3px;
	background-image:url(img/img-01.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}
.areaAtuacao-header p{
	width:580px;
	text-align:center;
	margin-left:250px;
	line-height:150px;
	color:#FFFFFF
}
.areaAtuacao-list{
	list-style-image:url(img/marcador01.png);
	list-style-position:ouside;
	width:365px;
	float:left;
	margin-left:55px;
	margin-top:40px;
	font-family: 'zurich_cn_btregular';
	font-size:24px;
	line-height:30px;
	color:#748142;
}
.areaAtuacao-list li{
	margin-bottom:25px;
}


/* SETORES DA ECONOMIA */
.setores-economia-header{
	margin-left:3px;
	background-image:url(img/img-02.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}
.setores-economia-header p{
	width:540px;
	text-align:center;
	margin-left:270px;
	padding-top:45px;
	line-height:18px;
	text-align:justify;
	color:#FFFFFF
}


/* DEMANDAS ESPECIFICAS */
.demandas-especificas-header{
	margin-left:3px;
	background-image:url(img/img-03.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}
.demandas-especificas-header p{
	width:580px;
	text-align:center;
	margin-left:250px;
	line-height:150px;
	color:#FFFFFF
}


/* INFOTMATIVO */
.informativo-header{
	margin-left:3px;
	background-image:url(img/img-04.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}

.informativo-item{
	width:800px;
	margin-left:5px;
	margin-top:60px;
	font-family: 'zurich_cn_btregular';
	font-size:24px;
	line-height:30px;
	color:#748142;
	}
.informativo-item-data{
	color:#696b6d;
	font-size:13px;
	}

.informativo-item-titulo{
	font-size:24px;
	color:#000000;
	}
.informativo-item-autor{
	color:#696b6d;
	font-size:18px;
	line-height:normal;
	margin-top:5px;
	}
.informativo-item-subtitulo{
	color:#65732d;
	font-size:18px;
	line-height:normal;
	margin-top:5px;
	}
.informativo-item-texto{
	color:#000000;
	font-size:18px;
	line-height:normal;
	text-align:justify;
	margin-top:10px;
	}
.informativo-item-bt{
	color:#000000;
	font-size:16px;
	line-height:normal;
	text-align:justify;
	margin-top:15px;
	display:inline-block;

	}
.informativo-item-bt a{
	display:block;
	width:100px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#748142;
	text-decoration:none;
	line-height:20px;
	float:right;
	margin-left:6px;
	border-radius:3px;
	transition: background-color .4s;
	}
.informativo-item-bt a:hover{
	background-color:#4a5a27;
	transition: background-color .4s;
	}
	
	
/* PRODUCAO LITERARIA */
.producao-literaria-header{
	margin-left:3px;
	background-image:url(img/img-05.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}

.eventos-header{
	margin-left:3px;
	background-image:url(img/img-07.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}

.artigos-header{
	margin-left:3px;
	background-image:url(img/img-08.jpg);
	width:842px;
	height:434px;
	margin-top:-10px;
}

.producao-literaria-item{
	width:800px;
	margin-left:5px;
	margin-top:60px;
	font-family: 'zurich_cn_btregular';
	font-size:24px;
	line-height:30px;
	color:#748142;
	border-bottom:2px solid #e7e9e1;

	}
.producao-literaria-item-img{
	float:left;
	margin-right:20px;
	border: 8px solid #c0c4ae;
	width:267px;
	height:168px;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	margin-bottom:60px;
	}
	
.producao-literaria-item-data{
	color:#696b6d;
	font-size:13px;
	}

.producao-literaria-item-titulo{
	font-size:24px;
	color:#000000;
	}
.producao-literaria-item-autor{
	color:#696b6d;
	font-size:18px;
	line-height:normal;
	margin-top:5px;
	}
.producao-literaria-item-subtitulo{
	color:#65732d;
	font-size:18px;
	line-height:normal;
	margin-top:5px;
	}

.producao-literaria-item-bt{
	color:#000000;
	font-size:16px;
	line-height:normal;
	text-align:justify;
	margin-top:15px;
	display:inline-block;

	}
.producao-literaria-item-bt a{
	display:block;
	width:100px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#748142;
	text-decoration:none;
	line-height:20px;
	float:right;
	border-radius:3px;
	transition: background-color .4s;
	}
.producao-literaria-item-bt a:hover{
	background-color:#4a5a27;
	transition: background-color .4s;
	}



/* PRODUCAO LITERARIA INTERNO */
.producao-literaria-2-header{
	margin-left:3px;
	background-image:url(img/img-06.jpg);
	width:842px;
	height:162px;
	margin-top:-10px;
}
.producao-literaria-2-txt{
	width:405px;
	margin-left:20px;
	margin-top:40px;
	font-family: 'zurich_cn_btregular';
	font-size:24px;
	line-height:30px;
	color:#748142;
	float:left;
	}
.producao-literaria-2-bt{
	color:#000000;
	font-size:16px;
	line-height:normal;
	text-align:justify;
	margin-top:35px;
	display:inline-block;
	margin-left: 150px;
	}
.producao-literaria-2-bt a{
	display:block;
	width:100px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	background-color:#748142;
	text-decoration:none;
	line-height:20px;
	float:right;
	border-radius:3px;
	transition: background-color .4s;
	}
.producao-literaria-2-bt a:hover{
	background-color:#4a5a27;
	transition: background-color .4s;
	}


.producao-literaria-2-img{
	margin-top:40px;
	}
	
.painel-galeria{
	width:405px;
	float:left;
	margin-left:20px;
}

.painel-galeria div{
	width:129px;
	height:94px;
	overflow:hidden;
	margin-right:1px;
	position:relative;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background-size:cover;
	background-position:center center
}


.painel-galeria div:nth-child(1){
	width:398px;
	height:241px;
}

.painel-galeria a:nth-child(1)::before {
  content: "";
  position:absolute;
  z-index:1000;
  width:398px;
  height:241px;
  background-color:#000000;
  opacity:0
}
.painel-galeria a::before {
  content: "";
  position:absolute;
  z-index:1000;
  width:129px;
  height:94px;
  background-color:#000000;
  opacity:0;
  transition:opacity .4s;
}
.painel-galeria a:hover::before {
  opacity:.4;
  transition:opacity .4s;
}


/* CONTATO */
.contato{
	width:310px;
	text-align:right;
	margin-top:20px;
	float:left;
	}
.contato img{
	margin-bottom:30px;
	 width:209px;
	 height:78px;
	}
.contato p{
	margin-right:20px;
	font-family: 'zurich_btroman';
	font-size:16px;
	font-weight:800;
	line-height:24px;
	color:#748142;
	}
.contato a{
	font-family: 'zurich_btroman';
	font-size:16px;
	text-decoration:none;
	color:#748142;
	font-weight:400;
	margin-bottom:10px;
	display:block;
	}
.contato a:hover{
	text-decoration:underline;
	}

.contato-form{
	width:400px;
	float:left;
	margin-left:55px;
	margin-top:20px;
	margin-bottom:40px;
		font-family: 'zurich_cn_btregular';
}
.contato-form p{
	margin-left:10px;
	margin-bottom:0px;
	color:#748142;
	clear:both;
	font-size:13px;
	}
.contato-form input{
	width:380px;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	background-color:#c8c9ae;
	border:none;
	outline:none;
	border-radius:4px;
	margin-bottom:15px;
	font-family: 'zurich_cn_btregular';
	font-size:14px;
}
.contato-form textarea{
	width:380px;
	height:125px;
	padding-left:10px;
	padding-right:10px;
	background-color:#c8c9ae;
	border:none;
	outline:none;
	border-radius:4px;
	margin-bottom:15px;
	overflow:auto;
	padding-top:5px;
	font-family: 'zurich_cn_btregular';
	font-size:14px;
}
.contato-form-ddd{
	width:45px !important;
	float:left;
}
.contato-form-telefone{
	width:150px !important;
	float:left;
	margin-left:15px;
	
}
.contato-form-telefone-txt{
	margin-left:50px;
	
}
.contato-form-cidade{
	width:300px !important;
	float:left;
}
.contato-form-uf{
	width:45px !important;
	float:right;
	
}
.contato-form-uf-txt{
	margin-left:295px;
	
}
.contato-form-bt{
	width:85px !important;
	height:30px !important;
	color:#FFFFFF;
	background-color:#748142 !important;
	margin-left:157px;
	}
.contato-form-bt:hover{
	color:#000000;
	background-color:#c8c9ae !important;
	cursor:pointer;
		transition: background-color .4s;
}
.contato-msg{
	font-size:26px;
	margin-bottom:-10px;
	display:block;
	padding-top:32px;
}