@import url("reset.css");
@import url("fontes.css");
/*    font-family: 'Source Sans Pro';

    font-family: 'Plantin MT Pro';
body {
}
 Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {
	color: #000000;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}
a {
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #3D3D3D;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
background: #ffba8e;
color: #ffffff;
text-shadow: none;
}
::selection {
	background: #ffba8e;
	color: #ffffff;
	text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #ffba8e;
}
ins {
	background-color: #ffba8e;
	color: #ffffff;
	text-decoration: none;
}
mark {
	background-color: #ffba8e;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.img-resp img{
	width: 100%;
	height: auto;
	display: inline-block;
}
 
.legenda{
	font-size: 0.8em;
	display: block;
	color: #414141;
	max-width: 600px;
	margin: 0px auto;
	text-align: center;
}

.txt-p{
	font-size: 0.95em;
	display: block;
	max-width: 400px;
	margin: 0px auto;
}

.imgdepoimento{
	width: 130px;
	height: 140px;
	display: block;
	margin: 0px auto 15px;
	border: 4px solid #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Mozilla dosen't style place holders by default */
/* Mozilla dosen't style place holders by default */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
 color: #000000;
}
.cor-salmao {
	color: #ffba8e;
}
.cor-branco {
	color: #ffffff;
}
.cor-preto {
	color: #000000;
}

.cor-vermelho {
	color: #ed1c24;
}

#overlayLoad {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.95;
	text-align: center;
}
#overlayLoad img {
	display: block;
	margin: 50px auto 10px;;
}

header#desk {
	position: fixed;
	width: 100%;
	z-index: 100;
	font-family: 'Plantin MT Pro';
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	background-color: #ffffff;
}
.cssload-loader{
	position: relative;
	width: 146px;
	height: 19px;
	left: 25%;
	left: calc(50% - 73px);
		left: -o-calc(50% - 73px);
		left: -ms-calc(50% - 73px);
		left: -webkit-calc(50% - 73px);
		left: -moz-calc(50% - 73px);
	background-color: rgb(255,186,142);
}

.cssload-loader:before{
	content: "";
	position: absolute;
	background-color: rgb(0,0,0);
	top: 0px;
	left: 0px;
	height: 19px;
	width: 0px;
	z-index: 0;
	opacity: 1;
	transform-origin:	100% 0%;
		-o-transform-origin:	100% 0%;
		-ms-transform-origin:	100% 0%;
		-webkit-transform-origin:	100% 0%;
		-moz-transform-origin:	100% 0%;
	animation: cssload-loader 3.5s ease-in-out infinite;
		-o-animation: cssload-loader 3.5s ease-in-out infinite;
		-ms-animation: cssload-loader 3.5s ease-in-out infinite;
		-webkit-animation: cssload-loader 3.5s ease-in-out infinite;
		-moz-animation: cssload-loader 3.5s ease-in-out infinite;
}

.cssload-loader:after{
	content: "Carregando...";
	text-transform: uppercase;
	color: rgb(0,0,0);
	font-family:	Lato,"Helvetica Neue" ;
	font-weight: 200;
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 19px;
	line-height: 19px;
	left: 0;
	top: 0;
}



@keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-o-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-ms-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-webkit-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}

@-moz-keyframes cssload-loader{
		0%{width: 0px;}
		70%{width: 100%; opacity: 1;}
		90%{opacity: 0; width: 100%;}
		100%{opacity: 0;width: 0px;}
}
h1 {
	font-family: 'Plantin MT Pro';
	font-size: 55px;
	line-height: 66px;
	font-weight: normal;
}
h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
}

h3 {
	font-family: 'Plantin MT Pro';
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-family: 'Plantin MT Pro';
	font-size: 25px;
	font-weight: normal;
}
.texto-corrido p{
	display: block;
	padding-bottom: 8px;
}
.hidden{
	opacity: 0;
}
.spacer30 {
	width: 100%;
	display: block;
	height: 30px;
}
.spacer8 {
	width: 100%;
	display: block;
	height: 8px;
}
.conteudo {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0px auto;
	display: block;
	max-width: 1190px;
	position: relative;
}
#logoPrin {
	width: 293px;
	height: 130px;
	position: relative;
	float: left;
	overflow: hidden;
}
#logoPrin a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat url(../lib/img/logo-header.png) center top;
	background-size: contain;
	left: 0px;
	top: 0px;
}
#logoPrin a:hover {
	position: absolute;
	width: 104%;
	height: 104%;
	left: -2%;
	top: -2%;
}
#desk nav ul {
	float: right;
	padding-top: 47px;
}
#desk nav ul li {
	float: right;
	margin-left: 50px;
}
#desk nav ul li:last-child {
	margin-left: 0px !important;
}
#desk nav ul li a {
	display: block;
}
#desk nav ul li a:hover {
	color: #ffba8e;
}
#bannerPrin {
	background: #000000;
	display: block;
	width: 100%;
}
#spacerMenu {
	width: 100%;
	display: block;
	height: 130px;
}
.showDesk {
	display: block;
}
.showMob {
	display: none;
}
#boxConsulta {
	width: 290px;
	position: absolute;
	bottom: 100px;
	left: 20%;
	z-index: 11;
}
#boxConsulta form {
	width: 240px;
	height: 160px;
	padding: 40px 25px;
	background: url(../lib/img/bgbranco.png) repeat;
}
/*  FORMULARIO */
footer .formulario{
	padding-top: 127px;
}
.formulario{
	overflow: hidden;
}
.formulario input, .formulario select, .formulario textarea, .formulario file {
	padding: 0px 4%;
	width: 91%;
	border: 1px solid #000000;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #000000;
	height: 32px;
	float: left;
	border-radius: 5px;
}
.formulario input, .formulario select, .formulario textarea {
	margin-bottom: 10px;
}
.formulario select {
	width: 100%;
	height: 34px;
}
.formulario textarea {
	height: 70px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.formulario input:hover, .formulario select:hover, .formulario textarea:hover, .formulario input:focus, .formulario select:focus, .formulario textarea:focus {
	border: 1px solid #6B6C6D;
	color: #000000;
}
.formulario input.inputPP {
	padding: 0px 4%;
	width: 11%;
}
.formulario select.inputPP {
	width: 19%;
}
.formulario input.inputGG {
	padding: 0px 4%;
	width: 71%;
}
.formulario input.inputM {
	padding: 0px 4%;
	width: 50%;
}
.formulario input.inputMM {
	padding: 0px 4%;
	width: 40%;
}
.formulario label {
	padding: 0px 4% 5px;
	width: 91%;
	float: left;
}
.formulario input[type=submit] {
	width: 130px;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	background: #000000;
	color: #ffffff;
	height: 34px;
	border: 0px;
}
.formulario input[type=submit]:hover {
	background-color: #4B4B4B;
}
.formulario input.inputMargin {
	margin-right: 2%;
}
/* form branco */

.formulario.formbranco input, .formulario.formbranco select, .formulario.formbranco textarea, .formulario.formbranco file {
	padding: 0px 4%;
	width: 91%;
	border: 1px solid #ffffff;
	font-family: 'Source Sans Pro';
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
	height: 32px;
	float: left;
	border-radius: 5px;
}
 .formulario.formbranco input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #ffffff;
}
.formulario.formbranco input::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff;
}
.formulario.formbranco input:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff;
}
.formulario.formbranco input:-moz-placeholder { /* Firefox 18- */
 color: #ffffff;
}
.formulario.formbranco input[type=submit] {
	padding: 0px 0%;
	width: 100%;
	text-align: center;
	margin: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #ffffff;
	height: 34px;
	border: 2px solid #ffffff;
	;
}
.formulario.formbranco input[type=submit]:hover {
	background-color: #ffba8e;
}

/* FIM FORMULARIO */


#btMenu {
	float: right;
	display: none;
	width: 25px;
	height: 25px;
	margin-top: 25px;
	background: no-repeat center;
	background-size: contain;
	background-image: url(../lib/img/bt-menu-branco.png);
}
#btMenu.BtFecha {
	background-image: url(../lib/img/bt-fecha-branco.png);
}
#menuMob {
	width: 100%;
	padding: 30px 0px 10px;
	float: left;
	clear: both;
	display: none;
	font-size: 1.3em;
	overflow: hidden;
	text-align: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#menuMob.MobFechado {
	width: 100%;
	padding: 0px 0px 0px;
	height: 0px;
}
#menuMob li {
	width: 100%;
	padding: 8px 0px;
	display: block;
}
#menuMob a {
	color: #000000;
	padding-left: 10px;
}
#menuMob a:hover {
	color: #ffba8e;
}


#Sobre {
	width: 100%;
	padding: 0px 0px;
	background: url(../lib/img/bg-marmore-repeat.jpg) 50% 0 repeat-y fixed;
	min-height: 350px;
}
#video {
	width: 100%;
	padding: 0px 0px;
	background: url(../lib/img/bg-advogado.jpg) 50% 0 repeat-y fixed;
}
#video .conteudo {
	padding-top: 30px;
	padding-bottom: 30px;
}

#video video{
	width: 100%;
	max-width: 848px;
	margin: 0px auto;
	
}

#oab {
	width: 100%;
	padding: 0px 0px;
	background: url(../lib/img/bg-advogado.jpg) 50% 0 repeat-y fixed;
}
#oab .conteudo {
	padding-top: 30px;
	padding-bottom: 30px;
}
#oab video{
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	
}
#Sobre .conteudo {
	padding-top: 100px;
	padding-bottom: 100px;
}
#Sobre .tituloLateral {
	float: left;
	color: #000000;
	border-color: #ffba8e;
}

.tituloLateral{
	padding: 40px 3% 40px 0px;
	margin-right: 0.8%;
	border-right: 2px solid;
	float: left;
	width: 30%;
}

#Praticas {
	width: 100%;
	padding: 100px 0px;
	background: #ffba8e;
	min-height: 350px;
}
#Praticas .tituloLateral {
	color: #ffffff;
	border-color: #ffffff;
}
#Praticas .tituloLateral span, #Sobre .tituloLateral span {
	max-width: 300px;
}

#consulta {
	width: 100%;
	padding: 50px 0px;
	background: url(../lib/img/bg-advogado.jpg) 50% 0 repeat-y fixed;
	display: none;
}
#consulta form {
	width: 80%;
	padding: 0px 10%;
}


.textoSobre {
	width: 60%;
	float: right;
}

#Advogados {
	width: 100%;
	padding: 0px 0px;
	
	min-height: 350px;
	color: #ffffff;
}
#Advogados h1{
	color: #ffffff;
}
#Advogados .conteudo {
	padding-top: 30px;
	padding-bottom: 50px;
}

.div1-1{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	float:  left;
}
.div1-2{
	width: 48%;
	padding-left: 1%;
	padding-right: 1%;
	float:  left;
}

.div1-3{
	width: 29%;
	padding-left: 2%;
	padding-right: 2%;
	float:  left;
}
.div2-3{
	width: 64.66%;
	padding-left: 1%;
	padding-right: 1%;
	float:  left;
}
.div1-4{
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	float:  left;
}
.div1-5{
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
	float:  left;
}

.btadvogado{
	display: block;
	color: #ffffff;
	font-size: 16px;
	width: 90%;
	padding: 0px 5%;
	margin-bottom: 20px;
}
.btadvogado:hover{
	color: #ffffff;
}

.btadvogado .avatar{
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 120%;	
	overflow: hidden;
	margin-bottom: 10px;
}
.btadvogado .avatar span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
}
.btadvogado:hover .avatar span{
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}

#logoadvogado img{
	width: 100%;
	max-width: 270px;
	height: auto;
	margin: 0px auto;
}

#item1{
	background: url(../lib/img/bg-advogado.jpg) 50% 0 repeat-y fixed;
}

.imgadvogado {
	min-height: 800px;
	background: no-repeat right bottom;
	background-size: contain;
	width: 60%;
	float: left;
}

.texto-advogado{
	margin-top: 50px;
	width: 35%;
	float: left;
}

.wparcial{
	width: 70%;	
}

#noticias .conteudo{
	padding-top: 50px;
	padding-bottom: 50px;
}

.titulo-icone{
	background: no-repeat top left;
	padding-left: 55px;
	display: block;
	min-height: 35px;
	padding-top: 15px;
	padding-bottom: 10px;
}

a.indice{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
a.vermais{
	height: 17px;
	line-height: 17px;
	padding-left: 50px;
	display: block;
	background: url(../lib/img/icone-seta.png) no-repeat left top;
}


footer{
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .conteudo{
	border-top: 1px dotted #000000;
	padding-top: 40px;
	padding-bottom: 40px;
}

#logoFooter img{
	width: 100%;
	max-width: 290px;
	height: auto;
}

#Depoimentos {
	width: 100%;
	padding: 0px 0px;
	min-height: 350px;
	color: #ffffff;
	background: url(../lib/img/bg-advogado.jpg) 50% 0 repeat-y fixed;
}
#Depoimentos h1{
	color: #ffffff;
}
#Depoimentos .conteudo {
	padding-top: 30px;
	padding-bottom: 50px;
	min-height: 530px;
}

#slider3-pager{
	display: block;
	text-align: center;
}
#slider3-pager li, #slider3-pager li a
{
	border-radius: 15px;
	width: 15px;
	height: 15px;
	background: #ffffff;
	display: inline-block
}
#slider3-pager li{
	margin: 0px 5px;
}
#slider3-pager .rslides_here a {
	background: #ffba8e;
}
.depoimentoUno{
	width: 100%;
	max-width: 700px;
	margin: 0px auto;
	display: block;
}
.depoimento{
	display: block;
	text-align: center;
}

.aspasEsq{
	padding-left: 100px;
	background: url(../lib/img/abre-aspas.png) no-repeat left top;
	display: block;
}
.aspasDir{
	padding-right: 100px;
	background: url(../lib/img/fecha-aspas.png) no-repeat right bottom;
	display: block;
}

.div1central{
	width: 25%;
	display: block;
	margin: 0px 37.5%;
}

.div2central{
	width: 50%;
	display: block;
	margin: 0px 25%;
}
.div3central{
	width: 75%;
	display: block;
	margin: 0px 12.5%;
}
.div4central{
	width: 75%;
	display: block;
	margin: 0px 12.5%;
}

.w80{
	width: 80%;
}

#assinatura{
	width: 90px;
	height: 20px;
	position: absolute;
	left: 5%;
	bottom: 20px;
	display: block;
	z-index: 0px;
}

@media screen and (max-width: 1145px) {
#logoPrin {
	width: 203px;
	height: 90px;
	position: relative;
	float: left;
	overflow: hidden;
}
header#desk {
}
#desk nav ul {
	padding-top: 24px;
	font-size: 13px;
}
#desk nav ul li {
	margin-left: 30px;
}
#spacerMenu {
	height: 70px;
}
#boxConsulta {
	bottom: 20px;
	left: 0px;
}
h1 {
	font-size: 45px;
	line-height: 50px;
}
.textoSobre {
	width: 60%;
}
h3 br {
	display: none;
}
	
}
#holderface{
	display: block;
}
#holderface iframe{
	width: 100% !important;
	overflow-x: hidden;
}


#IndiceNoticias .w80{
	padding-bottom: 30px;
}


/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	.hidden{
	opacity: 1 !important;
}
	.div1-2{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#Advogados .div1-2{
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
	}
	
#Praticas .tituloLateral span, #Sobre .tituloLateral span {
	max-width: 800px;
}
.clearfix780:before, .clearfix780:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix780:after, .clearfix780 {
	clear: both;
}
.clearfix780 {
	zoom: 1;
}
.showDesk {
	display: none !important;
}
.showMob {
	display: block !important;
}
h1 {
	border: 0px;
	font-size: 35px;
	line-height: 40px;
}
h1 br {
	display: none;
}
.textoSobre {
	width: 100%;
}
#menuMob {
	display: block;
}
header#desk nav {
	display: none;
}
#btMenu {
	display: block;
}
#logoPrin {
	width: 203px;
	height: 70px;
	background-size: cover;
	position: relative;
	float: left;
	overflow: hidden;
}
#Sobre .conteudo {
	padding-top: 40px;
	padding-bottom: 40px;
}
.textoSobre, .tituloLateral{
	padding: 0px 0px 15px 0px;
	margin-right: 0px;
	border-right: 0px;
	float: left;
	width: 100%;
	text-align: left;
}
	.tituloLateral .float-dir{
		float: left !important;
		width: 100%;
		text-align: center !important;
	}
	#boxConsulta p{
		display: none;
	}
	
	.div1-3, .div2-3, .div1-5{
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
		margin-bottom: 25px;
	}
	.div1central{
		width: 50%;
		display: block;
		margin: 0px 25%;
	}

	.div2central{
		width: 100%;
		display: block;
		margin: 0px 0%;
	}
	.div3central{
		width: 100%;
		display: block;
		margin: 0px 0%;
	}
	.div4central{
		width: 100%;
		display: block;
		margin: 0px 0%;
	}
	.w80{
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.w80{
		width: 100%;
	}
	#consulta{
		display: block;
	}
	.div1central{
		width: 100%;
		display: block;
		margin: 0px 0%;
	}
	.wparcial{
	width: 100%;	
}
.clearfix480:before, .clearfix480:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix480:after, .clearfix480 {
	clear: both;
}
.clearfix480 {
	zoom: 1;
}
	
	.div1-4{
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
		float:  left;
	}
	.div1-3, .div2-3{
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		float:  left;
	}

	.div1-1{
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		float:  left;
	}
	
	.texto-advogado{
		width: 100%;
	}
.imgadvogado{
	display: none;
}
	#boxConsulta {
	position: relative;
		margin: 0px auto;
		display: none;
}
#boxConsulta {
	width: 290px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
}
#boxConsulta form {
	width: 240px;
	height: 160px;
	padding: 40px 25px;
	background: url(../lib/img/bgbranco.png) repeat;
}
	
.aspasEsq{
	padding-left: 0px;
	background: none;
	display: block;
}
.aspasDir{
	padding-right: 0px;
	background: none;
	display: block;
}
	#logoFooter{
		display: none;
	}
	footer .div1-2{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	footer .formulario{
		padding-top: 10px;
	}

}

h1 {

	font-size: 35px !important;
	line-height: 30px !important;
}
h2 {
	font-size: 27px !important;
	line-height: 30px !important;
}

h3 {
	font-size: 16px !important;
}

h4 {
	font-size: 20px !important;
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}
