body {
	background:#fff;
	font-size: 15px;
	color: #616161;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	text-align:center; /* hack para o IE */
}
a {
	color:#666;
	text-decoration:none;
	outline:0;
}
a:hover {
	color:#000;
}
a img {
	border: none;
}

hr{ border:none; border-bottom:1px dotted #ccc;}
.left {
	float:left;
	margin-top:3px;
	margin-right:8px;
}
.right {
	float:right;
}

.main {
	width: 490px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	overflow: hidden;
}
#mestre, .centro {
	width: 1000px;
	margin:0px auto;
text-align:lefts; /* "remédio" para o hack do IE */ 
	overflow: hidden;
}
/*==================================================
MAIN
====================================================*/
#main {
	float: left;
	width: 650px;
	font-size:13px;
	color:#333;
	line-height:160%;
	padding-bottom:40px;

}
#conteudo ul {
	margin-left:0px;
	padding-left:15px;
	list-style:square;
}
#conteudo ul li {
	list-style:square;
	line-height:150%;
}
#conteudo ul.sembullets, #main ul.sembullets li {
	list-style:none;
	padding:0px;
	margin:0px;
}
#conteudo{ margin:30px 0; 	text-align:left;}
/*==================================================
TOPO
====================================================*/
#topo{ height:80px; border-bottom:4px solid #4f9cc9; padding:15px 0;}
#logo{ position:absolute; float:left; padding:12px 0;}
#menu{ float:right;}
/*==================================================
HOME
====================================================*/
#hothome{ margin:0 0 5px 0;}
#homeoffice{
	height:273px;	
	width:1000px;
	background:url(img/homeoffice.jpg) no-repeat center top;
	margin:10px 0;
}
#homeoffice *{
		color:#fff !important;
}
#homeoffice h1{
		font-family: 'Roboto Condensed', sans-serif;
		font-size:28px;
		font-weight:500;
}
#homeoffice p {
	text-align:justify;
	font-size:14px;
}
#homeAreas td{ vertical-align:top;}
#homeAreas td div{display:block; position:relative; text-align:center;display: table-cell;
vertical-align: middle; }
#homeAreas td div span{
	 margin:0px auto; 
	 	font-family: 'Roboto Condensed', sans-serif;
		text-transform:uppercase;
		font-size:30px;
		font-weight:700;
		line-height:30px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);

}
#homeAreas td div span, .B h2, .B p{
			opacity:0;
		-webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
}
#homeAreas td div span:hover, #homeAreas td div:hover span, .B:hover h2, .B:hover p{
	opacity:1;
}
#homeAreas td div span a{ 
color:#fff !important; 
 text-align:center; 
		
}
#homeAreas td div.I span a{ background:none; color:#aed4ec !important;}
#homeAreas td div p{
		 margin:0px auto;
		 text-align:justify;
		 padding:0 10%;
		 color:#fff;
		 font-size:12px;
		 text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.8);

}
#homeAreas td div h2{
		 margin:0px auto;
		 text-align:center !important;
		 font-size:25px;
		 color:#fff;
}
#homeAreas td div h3{
			 padding:0 10% ;
			 margin:0px auto;
	text-align:left !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:18px;
}
#homeAreas td div h3, #homeAreas td div h3 a{

	color:#fff !important;

}
/*==================================================
MENU
====================================================*/
#menu{
	font-family: 'Roboto Condensed', sans-serif;
	padding-top:25px;
}
#menu ul li{
	display:inline;
	float:left;
	font-size:17px;
	font-weight:300;
}
#menu ul li a{
	color:#333;
	display:block;
	padding:4px 10px;
	text-transform:uppercase;
}
#menu ul li a:hover{
color:#4f9cc9 !important;
}
/*==================================================
3COL
====================================================*/

.colls ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

}

.colls li {
    width: 33.3%;
	
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.colls img {
    display: block;
	width:100%;
    max-width: 100%;
    height: auto !important;
}
.colls div{
	 position:relative;
	 background-color:#108ec6;
	 color:#fff;
	 padding:1px 5px;
	 display:block; 
	 margin:0px auto; color:#fff;
	 vertical-align:middle;
	 font-size:13px;
	 font-weight:600;
}
/*==================================================
DIAGRAMA PRATICAS
====================================================*/
.diagram{ overflow:hidden;}
.diagram ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

.diagram li {
width:33.3%; display:inline-block; margin:0px; padding:0px; float:left; min-height:80px; position:relative;
}
.diagram .float{ -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   -ms-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;	
	 margin:1px; text-align:center; 	}
.diagram img {
  	width:100%;
    max-width: 100%;
    height: auto !important;
	display:block;
}
.tab{
   position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	z-index:2;
	width:100%;
	display:block;
	text-align:center !important;
	margin:0px auto;

	   }
.tab-cell{
	width:99.5%;
display:table-cell;
vertical-align:middle; 
margin:0px auto;
text-align:center;
display:block;
	margin-top:20%;
	    background-color: rgba(16, 142, 198, 0.7);
    background: rgba(16, 142, 198, 0.7);
    color: rgba(1, 0, 0, 0.7);
}
.tab-cell h2{
	font-size:13px;
	text-align:center;
	font-weight:700;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	padding:12px 1px;
	text-transform:uppercase;
}
.tab-cell.tab-meio{background: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);  }
.tab-cell.tab-meio h2{font-size:22px !important; margin-top:-10px; padding:0 15px;}

/*==================================================
PAGINA
====================================================*/
.Info{
	height:100%;
	max-height:100%;
	background:#e0e0e0;
	vertical-align:middle;
}
.Info div{ padding:20px; font-size:14px;}
#testeira{
	margin-bottom:15px;
  background-image: url("img/page_praticas.jpg");
  background-position:50% 50%;
  min-height:180px;
  height:auto !important;
  height:180px;
}
#testeira, .parallax{	padding-top:10px;}
#testeira h1{
	color:#fff;
	font-size:35px !important;
	font-weight:600;
font-family: 'Exo 2', sans-serif;
text-transform:uppercase;
margin-top:60px;
text-align:center;
left:45%;
position:absolute;
}
#testeira  h1 span{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	padding:20px 0;

}


/* QUEM SOMOS */
.enfase p{ text-align:justify; font-size:16px;}
.enfase strong{ color:#0f79b4;}

/* SÓCIO */
.socio{ background-color:#424242; color:#fff; min-height:300px;}
.socio img{ border-right:3px solid #fff;outline:none;}
.socio h1{ color:#666; font-family: 'Exo 2', sans-serif;  font-size:24px; color:#108ec6;}
.socio .info{ top:0; z-index:3; float:right; width:700px; padding-top:15px;}

/* EXPERTISE */
#exp{ background:transparent url(img/patt.jpg) repeat;}
#exp img{
	float:left;
}
#exp .texto{
	padding-top:60px;
	text-align:left;
	font-size:28px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
}
#exp .texto strong{ font-weight:800; color:#0f79b4;}
/* CONTATO */
#form-contato{ width:500px;}
#form-contato .campo, #form-contato textarea{
	padding:8px;
	background-color:#f0f0f0;
	color:#000;
	font-size:15px;
	border:none;
	display:block;
	width:100%;
	clear:left;
	margin-bottom:8px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
		font-family: 'Open Sans', sans-serif;
}
#form-contato .botao{
			font-family: 'Open Sans', sans-serif;
	padding:6px 10px;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	background:#108ec6;
	border:none;
	color:#fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}
#form-contato .botao:hover{ background-color:#666;}
.boxINFO{ position:absolute; background-color:red; width:100%; display:block;}
.boxIMG-table{
   position: absolute;
    left: 50%;
	margin-left:-500px;
	width:1000px;
   
	z-index:2;
	display:block;
	text-align:center !important;


	   }
.boxIMG-table-cell{
	width:100%;
display:table-cell;
vertical-align:middle; 
margin:0px auto;
text-align:center;
display:block;
color:#ff;
	margin-top:30%;
	    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 1);
}
.boxIMG-table-cell h1, .boxIMG-table-cell p{
	color:#000;
	padding:0 20px;
}
.boxIMG-table-cell h1{ text-transform:uppercase; font-size:24px !important; padding-top:28px !important;}
.boxIMG-table-cell p{ padding-bottom:28px !important;}

/*==================================================
RODAPE
====================================================*/
#barra-inferior{
	margin-top:15px;
	min-height:68px;
	height:auto !important;
	height:68px;
	background:#0d6395;
}
#menu-inferior{
	font-family: 'Roboto Condensed', sans-serif;
	padding-top:12px;
}
#menu-inferior ul{	padding:8px 14px; 	position:relative; float:left;}
#menu-inferior ul li{
	display:inline;
	float:left;
	font-size:15px;
	font-weight:500 !important;
}
#menu-inferior ul li a{
	color:#ccc;
	display:block;
	padding:4px 10px;
	text-transform:uppercase;
}
#menu-inferior ul li a:hover{
color:#fff !important;
}
#redes{ position:relative; float:right; z-index:9; margin:0px; padding-right:10px;}
#redes a{ margin-right:10px; }
/*==================================================
CLASSES
====================================================*/
/* geral */
.ulReset{ margin:0px; padding:0px; list-style:none;}
.clear {
	clear: both;
}
.endereco{ text-align:justify !important; font-size:13px;}
.branco *, .branco{ color:#FFF !important;}
/* home */
.fume{	padding-top:100px; height:400px;}
.fume_azul{
	background-color: rgba(22, 123, 183, 0.7); 
color: #000;
 opacity: 0.0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.fume:hover .fume_azul{
	opacity: 1.0;
}
.A{ background:#ccc url(img/h_a.jpg) no-repeat; width:334px; height:420px;}
.B{ background:#ccc url(img/h_b.jpg) no-repeat; width:666px; height:210px;}
.B a{ color:#fff;}
.C, .F{ background-color:#3081b5; height:210px; width:334px;}
.D{ background:#ccc url(img/h_d.jpg) no-repeat; width:334px; height:420px;}
.E{ background:#ccc url(img/h_e.jpg) no-repeat; width:334px; height:210px;}
.G{ background:#ccc url(img/h_g.jpg) no-repeat; width:334px; height:210px;}
.H{ background-color:#06456e; width:334px; height:210px;}
.I{ background-color:#06456e; width:334px; height:210px;}
.J{ background:#ccc url(img/h_j.jpg) no-repeat; width:334px; height:210px;}
.L{ background:#ccc url(img/h_l.jpg) no-repeat; width:334px; height:420px;}
/* ESCRITORIO */
.bgCinzaMed{ background:#b2b2b2;}
.bgCinzaEsc{ background:#535353;}
.boxTitle{ font-weight:700 !important; font-size:16px; padding:0px; margin:0px; text-transform:uppercase;}
.seta-missaovisao{ background:#ccc url(img/missaovisao.jpg) no-repeat center top; width:57px;}
.box{ padding:20px 40px; margin-bottom:5px;}
.box p{ font-size:14px; line-height:130%; text-align:justify;}
.by{ font-size:10px; text-align:right;}
.by, .by a{ color:#666;}
/*///////////////////////////
PARALLAX
////////////////////////*/

.parallax { 
  margin:0;
  padding:0;
  height: 100%;
  overflow-x: hidden;
}

.parallax .module.parallax {
  min-height: 200px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 60%;
}
.parallax .module.parallax .container {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  overflow:hidden;
  position: relative;
  top: 40px;
  text-align:center !important;
    transform: translateY(10%);
}
.parallax .module.parallax .container  h1{
	color:#fff;
	font-size:35px !important;
	font-weight:600;
font-family: 'Exo 2', sans-serif;
text-transform:uppercase;
}
.parallax .module.parallax .container  h1 span{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	padding:20px 0;
}
.parallax .module.parallax .container a:hover{
	border-top:1px solid #fff;
}
@mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parallax .module.parallax .container *{
  @include vertical-align;
}
.parallax .module.parallax .container a{
	color:#fff !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding-top:7px;
}
.parallax .module.parallax {

}

.pgEscritorio{  background-image: url("img/homeoffice.jpg") !important; }
.pgSocios{  background-image: url("img/page_socio.jpg") !important;}
.pgExpertise{  background-image: url("img/page_expertise.jpg") !important; background-position:50% 20% !important;}
.pgContato{  background-image: url("img/page_contato.jpg") !important;}
.pgPraticas{  background-image: url("img/page_praticas.jpg") !important;}
