html{
	webki
}
@font-face {
    font-family: 'AzoftSansRegular';
    src: url('azoft-sans-webfont.eot');
    src: url('azoft-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('azoft-sans-webfont.woff') format('woff'),
         url('azoft-sans-webfont.ttf') format('truetype'),
         url('azoft-sans-webfont.svg#AzoftSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AzoftSansBold';
    src: url('azoft-sans-bold-webfont.eot');
    src: url('azoft-sans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('azoft-sans-bold-webfont.woff') format('woff'),
         url('azoft-sans-bold-webfont.ttf') format('truetype'),
         url('azoft-sans-bold-webfont.svg#AzoftSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #000;
	margin: 0px;
}
a {
	text-decoration: none;
	color:#900;
	opacity: 1;
	transition: .6s ease;
}
a:hover {
	color: #600;
}
.clear{
	clear: both;
}
h1,h2{
	font-family: 'AzoftSansBold',Arial;
	font-weight:normal;
}
h1{
	font-size:20px;
	margin-top:0px;
	-webkit-font-size: 20px;
	color:#900;
}
h1 span{
	color:#ccc;
}
h2{
	margin:0px;
	font-size:25px;
}
h3{
	margin:0px;
	font-size:20px;
}
.clear{
	clear:both;
}
header{
	width:100%;
	height:130px;
	background-color:#f7f7f7;
	position: fixed;
	z-index: 1000;
	font-family: 'AzoftSansBold',Arial;
}
#logo {
	height: 100px;
	width: 276px;
	cursor:pointer;
	position:absolute;
	left:50%;
	margin-top:10px;
	margin-left: -138px;
}
#logo img{
	width: 100%;
}
nav#menu1{
	height: 35px;
	width: 360px;
	position:absolute;
	right: 50%;
	margin-right: 160px;
	margin-top:80px;
	text-align: center;
	z-index:1000;
}
nav#menu2{
	height: 35px;
	width: 330px;
	position:absolute;
	margin-top:80px;
	z-index:10;
	left:50%;
	margin-left:160px;
	text-align: center;

}
nav#menumobile{
	display:none;
}
/*menu desktop*/
.jqueryslidemenu{

	height: 30px;
	font-size:15px;
	text-transform:uppercase;
}

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

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline-table;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	margin-top:1px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	height: 17px;
}

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

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
/*color: #FFF;*/
}

.jqueryslidemenu ul li a:hover{
	/*background-image: url(../imagens/menuHover.png);
	background-repeat: repeat-x;*/
	text-decoration:none;
	color:#666;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

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

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

}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li{
	text-align: left;
}
.jqueryslidemenu ul li ul li a{
	font-family: 'AzoftSansRegular',Arial;
	width: 180px;
	margin: 0;
	border-bottom-width: 1px;
	height:auto;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight:normal;
	background-color:#454545;
	margin-left:8px;
	padding:12px;
	font-size:15px;
	color:#fff;
}

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


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

.downarrowclass{
position: absolute;
top: 12px;
right: 8px;
width: 12px;
}
.rightarrowclass{
position: absolute;
top: 14px;
right: 5px;
width: 5px;
}
/*fim menu desktop*/

.paddingAll{
	padding: 30px;
}
.paddingBanner{
	
}
main{
	width:100%
	height:auto;
	min-height:400px;
}
footer{
	width:100%;
	background-color:#444444;
	color:#fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.boxFooter{
	display: inline-table;
	vertical-align: top;
}
.boxFooter p{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxFooter.redes img,
.boxFooter.redes svg{
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.boxFooter.redes svg{
	fill: currentColor;
}
.boxFooter.redes{
	text-align: left;
	width: 300px;
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
}
.boxFooter.redes a{
	color: #fff;
}
.icone_rede {
  opacity: 1;
  transition: .6s ease;
}
.icone_rede:hover {
  opacity: 0.4;
}
.boxFooter.endereco{
	background-image: url(../imagens/pin.png);
	background-repeat: no-repeat;
	background-size: 24px 35px;
	background-position: 0 10px;
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	width: 600px;
	margin-top: 10px;
	
}
.boxFooter.endereco span{
	font-size: 17px;
	font-weight: 400;
}
#chat_wp{
	position:fixed;
	bottom:0;
	right:100px;
	bottom: 20px;
	text-align:center;
	color:#fff;
	padding: 10px;
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	cursor: pointer;
	border-radius: 30px;
	background-color: #24D366;
	z-index:1000;
}

#chat_wp a{
	color: #fff;
	font-weight: 600;
}
#chat_wp a:hover{
	text-decoration: none;
}
#chat_wp img{
	vertical-align: middle;
	width: 40px;
	margin-right:10px;
	margin-top: 0px;
}
#by {
	font-size: 11px;
	display: block;
	margin-top:20px;
	text-align: center;
	width: 100%;
}
#by a{
	color:#666;
}
#by a:hover{
	color:#ccc;
	text-decoration:none;
}
#rslides_container{
	padding-top: 130px;
	position: relative;
}


.bannerslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 10;
  
 
  }

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

.bannerslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.bannerslides img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
}

.txtBanner{
	position: absolute;
	z-index: 100;
	width: 60%;
	left: 0;
	bottom: 0;
	margin-left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
	padding-bottom: 40px;
	padding-left: 6%;
}
.txtBanner h1{
	font-size: 35px;
	font-weight: 700;
	color:#fff;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0;
}
.txtBanner h1 span{
	font-size: 20px;
	font-weight: 400;
}


#homeSobre{
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#resumoHome{
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#resumoHome h2{
	margin-bottom: 20px;
}
#homeSobre img{
	width: 180px;
	border-radius: 90px;
	float: right;
	margin-left: 50px;
	margin-top: -30px;
}
.btnRed{
	background-color: #940100;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	border-radius: 10px;
}
.btnRed:hover{
	background-color: #600;
	color: #f7f7f7;
}
#homeAtuacoes{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;

}
.atuacaoHome{
	margin: 18px;
	display: inline-table;
	vertical-align: top;
	width:20%;
	border-bottom: 1px solid #600;
	padding-bottom: 20px;
	font-size: 20px;
}
.atuacaoHome a{
	color: #000;
}
.atuacaoHome img{
	width: 100%;
	margin-bottom: 20px;
}
.efeitohover {
  opacity: 1;
  transition: .7s ease;
}
.efeitohover:hover {
  opacity: 0.7;
}
#noticiasHome{
	width: 100%;
	background-color: #f7f7f7;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}
.cadaNoticia{
	width: 25%;
	margin: 35px;
	padding: 0;
	display: inline-table;
	vertical-align: top;
	text-align: left;
	position: relative;
}
.cadaNoticia a img {
	width: 100%;
	margin: 0;
	padding: 0;
}

.cadaNoticiaTag{
	left: 0;
	right: 0;
	bottom:5px;
	position: absolute;
	background: rgba(148,1,0,0.3);
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cadaNoticiaTag h3{     
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}
.cadaNoticiaTag h3 a{
	color: #fff;
}
section#titulos{
	width: 100%;
	background-color: #e5e5e5;
	padding-top: 130px;
	text-align: center;
	text-transform:uppercase;
}
section#titulos h1{
	margin: 0;
	color: #454545;
	font-family: 'AzoftSansRegular';
	font-size: 25px;
}
section#atuacoes{
	text-align: center;
	padding-bottom: 30px;
}
section#atuacoes h3{
	margin-top: 30px;
}
section#dados_atuacao{
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}
section#dados_atuacao img{
	float: right;
	max-width: 30%;
	margin-left: 30px;
	margin-bottom: 30px;
}
section#informativos{
	text-align: center;
	padding-bottom: 30px;
}
section#dados_informativo{
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
}
section#dados_informativo h2{
	font-family: 'Lato', sans-serif;
	color: #600;
	margin-bottom: 30px;
}
section#dados_informativo img{
	float: right;
	max-width: 30%;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
section#mais_informativos{
	text-align: center;
	padding-bottom: 30px;
	background-color: #e5e5e5;
	padding-top: 30px;
}
section#advogados{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}
.cadaAdv{
	display: inline-table;
	vertical-align: top;
	width: 15%;
	margin: 30px;
}
.cadaAdv img{
	width: 100%;
	border-radius: 50%;
	margin-bottom: 20px;
}
section#dados_advogado{
	padding-top: 20px;
	padding-bottom: 30px;
}
section#dados_advogado img{
	float: right;
	max-width: 45%;
	margin-left: 30px;
	margin-bottom: 30px;
}
section#dados_advogado ul li{
	margin-top:10px;
}
section#dados_advogado h3{
	margin-top: 20px;
}
section#sobre{
	background-color: #f7f7f7;
	padding-top: 30px;
	line-height: 1.5em;
	width: 100%;
}

section#sobre iframe{
	width: 100%;
	height: 500px;
	margin-top:30px;
	border: 1px solid #ccc;
}

#txtSobre{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#fotosSobre{
	text-align: center;
	margin-top: 40px;
}
#fotosSobre img{
	
	max-width: 20%;
	margin: 20px;
	margin-top: 0;
	border-radius:10px;
}
#leftFale{
	display:inline-table;
	vertical-align: top;
	width:65%;
}
#leftFale label{
	font-weight:700;
}
#leftFale .campos{
	margin-bottom:10px;
}
#rightFale{
	display:inline-table;
	vertical-align: top;
	width:30%;
	margin-left:30px;
	text-align: center;
}
#rightFale img{
	width: 60%;
}
#status{
	color:#F00;
	font-weight:700;	
}
.campos{
	background-color:#e5e5e5;
	border: 1px solid #999;
	border-radius: 5px;
	font-size:16px;
	padding: 10px;
	width:95%;
	margin-top:5px;
}
button{
	border: none;
}

/*telas menores */
@media screen and (max-width: 999px) {


nav#menu1{
	display:none;
}
nav#menu2{
	display:none;
}
header{
	position: relative;
	height:85px;
}
#logo {
	width: 170px;
	height: 62px;
	cursor:pointer;
	margin:0;
	margin-left: -85px;
	position:relative;
	padding-top: 10px;
	padding-bottom: 13px;
}
.paddingAll{
	padding: 30px;
}
nav#menumobile{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	right:0;
	background-color: #444;
}
#btnMobile{
	cursor:pointer;
	position:absolute;
	margin-top:-55px;
	width:30px;
	right:20px;
	
}
.linhaBtn1, .linhaBtn2, .linhaBtn3{
	width:30px;
	height:2px;
	background-color:#600;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.linhaBtn2{
	margin-top:7px;
	margin-bottom:7px;
}
#mobilemenu{
	max-width:100%;	
	height:auto;
	padding:0;
	display:none;
	clear:both;
}
#mobilemenu ul{
	margin:0;
	padding:0;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 10px;
}
#mobilemenu ul li{
	list-style:none;
	text-transform:uppercase;
	padding:10px;
	padding-right:20px;
	border-radius:1px;
	margin-bottom:5px;
	background-color: #444;
}
#mobilemenu ul li.more{
	background-image:url(../imagens/down_bco.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-size: 12px 7px;
}
	
#mobilemenu ul li a{
	display:block;
	color:#fff;
	font-size:17px;
	font-weight:400;
}
#mobilemenu ul li a:hover{
	color:#e5e5e5;
	text-decoration:none;
}

#mobilemenu ul li ul{
	display:none;
	width:100%;
	padding-left:15px;
	padding:0;
	margin-top: 10px;
}
#mobilemenu ul li ul li{
	font-family: 'AzoftSansRegular';
	list-style:none;
	border:none;
	text-transform:uppercase;
	padding:0;

	padding-left:20px;
	border: 1px solid #666;
	border-radius:4px;
	margin-bottom: 10px;
}
#mobilemenu ul li ul li a{
	display:block;
	color:#fff;
	font-size:15px;
	font-weight:400;
	padding-top:8px;
	padding-bottom:8px;

}


#mobilemenu ul li ul li ul{
	display:block;
	width:100%;
	padding-left:0;
}
#mobilemenu ul li ul li ul li{
	list-style:none;
	border:none;
	text-transform:none;
	padding:0;
	padding-top:6px;
	padding-left:15px;
}
#mobilemenu ul li ul li ul li a{
	display:block;
	color:#e5e5e5;
	font-size:13px;
	font-weight:400;
	padding:0;
	padding-top:4px;
	padding-bottom:4px;
}


footer{
	padding-top: 30px;
	padding-bottom: 30px;
}
.boxFooter{
	display: inline-block;
}
.boxFooter p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.boxFooter.redes img,
.boxFooter.redes svg{
	width: 30px;
	height: 30px;
}
.boxFooter.redes{
	font-weight: 700;
	width: 90%;
	font-size: 18px;
	text-align: center;
}
.boxFooter.endereco{
	background-image: url(../imagens/pin.png);
	background-repeat: no-repeat;
	background-size: 24px 35px;
	background-position: center top;
	padding-left: 0px;
	padding-top: 35px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	width: 70%;
	margin-top: 30px;
	
}
.boxFooter.endereco span{
	font-size: 16px;
	font-weight: 400;
}
#chat_wp{
	
	right:20px;
	bottom: 20px;
	padding: 15px;
	font-size:20px;
	cursor: pointer;
	border-radius: 40px;
	background-color: #24D366;
	z-index:1000;
}
#chat_wp span{
	display: none;
}

#chat_wp img{
	margin-right:0px;
}

#rslides_container{
	padding-top: 0px;

}
.txtBanner{
	
	width: 100%;
	padding: 0;
	margin-top: 9%;
}
.txtBanner h1{
	font-size: 3.5vw;
	font-weight: 700;
	color:#fff;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0;
}
.txtBanner .paddingBanner{
	padding: 15px;
	padding-left: 30px;
}
.txtBanner h1 span{
	font-size: 2.2vw;

}

#homeSobre{
	width: 100%;
	text-align: center;
}
#resumoHome{
	text-align: left;
	width: 100%;
}
#resumoHome h2, #resumoHome p{
	text-align: center;
}
#homeSobre img{
	width: 100px;
	border-radius: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#homeAtuacoes{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;

}
.atuacaoHome{
	margin: 15px;
	display: inline-table;
	vertical-align: top;
	width:40%;
	padding-bottom: 20px;
	font-size: 16px;
}
#noticiasHome{
	padding-top: 50px;
	padding-bottom: 30px;

}
.cadaNoticia{
	width: 79%;
	margin: 20px;
	display: inline-block;

}
section#titulos{	
	padding-top: 0px;

}
section#dados_informativo img{
	float: none;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
}
.cadaAdv{
	display: inline-table;
	vertical-align: top;
	width: 30%;
	margin: 20px;
}
section#dados_advogado img{
	float: none;
	display: block;
	max-width: 100%;
	margin-left:0px;
	margin-bottom: 30px;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}
#txtSobre{
	width: 100%;

}
section#sobre img{
	float: none;
	display: block;
	max-width: 50%;
	margin-left: 0px;
	margin-bottom: 30px;
	border-radius:10px;
	margin-left: auto;
	margin-right: auto;
}
section#sobre iframe{
	width: 100%;
	height: 400px;
}
#leftFale{
	float:none;
	display:block;
	width:100%;
}
#rightFale{
	float:none;
	display:block;
	width:100%;
	margin:0;
	margin-top:20px;
}
#rightFale img{
	max-width:60%;
}

}
