/* Estilos padrões */
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700|Open+Sans:400,500,600,700);

@font-face {
    font-family: 'fonte';
    src: url('../../userfiles/cliente/lo/fonte.eot');
    src: url('../../userfiles/cliente/lo/fonte.eot?#iefix') format('embedded-opentype'),
         url('../../userfiles/cliente/lo/fonte.woff') format('woff'),
         url('../../userfiles/cliente/lo/fonte.woff') format('woff2'),
         url('../../userfiles/cliente/lo/fonte.ttf') format('truetype'),
         url('../../userfiles/cliente/lo/fonte.svg#oswald') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* boby da master */
html, body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.body
{
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	color: #555;
}
/* form da master */
.form
{

}
/* button padrão */
.botaoPadrao
{
	padding: 10px 17px 11px 17px;
	border: none;
	color: #fcfcfc;
	border-radius: 25px;
    background: #272324;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Dosis';
    font-weight: 500;
    text-align: center;	
}
.botaoPadrao:hover
{
	color: #272324;
    background: #c7cbcd;
}
.botaoPadrao2
{
    background: #fcfcfc;
    padding: 8px 17px 8px 17px;
	border: 6px solid #d9d9d9;
	color: #7c7c7c;
	border-radius: 25px;
    cursor: pointer;
    font-size: 11px;
    font-family: 'Open Sans';
    font-weight: 700;
    text-align: center;	
    text-transform: uppercase;
}
.botaoPadrao2:hover
{
	border: 6px solid #48454a;
    color: #7c7c7c;
}
/* todos links */
a
{
	text-decoration: none;
	color: inherit;
}
a:hover
{
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
img
{
	border: none;
}
input
{
    outline: none;
}
.link_padrao
{
}
.link_padrao:hover
{
	color: #444;
}
.link
{

}
.link:hover
{

}
.link2
{

}
.link2:hover
{
	color: #444;
}

/* textbox */
.textPadrao
{
    font-weight: 500;
	padding: 7px 6px 7px 6px;
	background-color: #fefefe;
	border: solid 1px #ccc;
	margin: 2px 1px 2px 1px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    color: #333;
}
.textPadrao:focus
{
	background-color: #fefefe;
	border: solid 1px #999;
}
/* textos auxiliares para preenchimento de dados */
.Comentarios, .Comentario
{
	color: #888;
	font-size: 11px;
	font-style: italic;
}
/* div de fundo da página de conteudo */
.PaginaConteudo
{
}
/* página de apresentação da empresa (empresa.aspx) */
.PaginaEmpresa
{
}
/* Estilos padrões fim*/
/* Estilos do layout da master*/
/* div que tem as barras do topo, barras da esquerda, direita e centro (só não tem a base) */
.divSite
{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 1100px;
	display: table;
	text-align: left;
position: relative;
}
.divSiteHome
{
    height: 1100px;
}
/* barra pai do topo do site (principal, com o logo) divBarra fica dentro desta */
.divPaiBarra
{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 144px;
    background: rgba(20,30,41,0.9);
}
/* barra do topo do site (principal, com o logo) */
.divBarra
{
    width:1000px;
    margin: 0 auto;
}
/* div no centro..dentro dela tem as div abaixo (esquerda, centro e direita) */
.divItensEsqCentroDir
{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 600px;
	display: table;
	text-align: left;
}
.divItensEsqCentroDir2
{
}
/* div pai do centro do site (conteudos, menus, textos..) */
.divPaiCentro
{
    margin: 0 auto;
	text-align: left;
}
/* div do centro do site (conteudos, menus, textos..) */
.divCentro
{

    width: 1000px;
    margin: 115px auto;
}
/* pagina home.aspx */
.divHome
{
    width: 1000px;
    margin: 0 auto;
}
/* div pai dos itens do topo (menu) */
.divPaiItensTop
{

}
/* div dos itens do topo (menu) */
.divItensTop
{

}
/* div pai dos itens da esquerda (menu, conteudo) */
.divPaiItensEsq
{

}
/* div dos itens da esquerda (menu, conteudo) */
.divItensEsq
{

}
/* div pai dos itens da direita (menu, conteudo..) */
.divPaiItensDir
{

}
/* div dos itens da direita (menu, conteudo..) */
.divItensDir
{	

}
/* div pai dos itens da base (menu, conteudo) */
.divPaiItensBot
{
    width: 100%;
    height: 390px;
    background: #e8e8e8 none repeat scroll 0% 0%;
    border-top: 1px solid #ccc;
    
}
/* igual a div de cima. essa é para caso precise por mais imagens no layout da base do site */
.divPaiItensBot2
{
    margin: 0px auto;
    width: 100%;
    height: 343px;
    background: #ededed none repeat scroll 0% 0%;
    border-bottom: 1px solid #ccc;
}

/* div dos itens da base (menu, conteudo..) */
.divItensBot
{
    width: 1000px;
    margin: 0 auto;
}
/* Estilos do layout da master fim*/
/* Style do item que mostra a data por extenso */
.DataExtenso
{

}

/* div do conteudo da popup */
.PopUp
{

}
/* div do conteudo dentro da de cima */
.popup_div2
{
}
/* div do conteudo dentro da de cima */
.popup_botao
{
}

/* estilos para botoes de rss */
.divRSS
{
}
.botaoRSS
{

}
/* estilos para botoes de rss fim */
/* pagina de login para sistema do site */
.FundoLoginSis
{
	text-align: center;
	width: 100%; 
	margin: auto;
	width: 341px;
	height: 139px;
	padding-top: 80px;
}
.FundoLoginSis2
{
	width: 320px;
	height: 100px;
	margin: auto;
}
/* div dos textos. Ex.: Senha: */
.divTextosLoginSis
{
	 margin: 13px 2px 5px 2px;  
	 width: 60px; 
	 text-align: right;
	 height: 25px;
}
/* div dos campos */
.divCamposLoginSis
{
	margin: 4px;
	width: 220px;
	height: 25px;
}
/* div do botão entrar */
.divBotaoLoginSis
{
	margin: 4px 0 0 0; 
	text-align: right; 
	width: 298px;
	height: 20px;
	_width: 263px;
}
/* pagina de login para sistema do site fim */
/* logo do cliente na barra de abas do sistema */
/* div logo do cliente no lado esquerdo superior */
div.LogoClienteSis
{
	height: 55px;
}
/* img logo do cliente no lado esquerdo superior */
img.LogoClienteSis
{
}
/* logo do cliente na barra de abas do sistema fim */
/* imagem e fundo do carregando do ajax inicio */
/* div da imagem do carregando */
.carregando_imagem
{
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -46px;
	height: 64px;
	width: 92px;
	opacity: 0.85;
	background-image: url('../../icones/fundo_load.png');
	_background: none;
	_display: none;
	text-align: center;
	z-index: 1000;
    line-height: 14px;
}
/* img do carregando */
.carregando_imagem img
{
	margin: 6px 0 6px 0;
	height: 32px;
	width: 32px;
	background-image: url('../../icones/loaderw.gif');
	_background: none;
	_display: none;  
}
/* texto do carregando */
.carregando_imagem span
{
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
/* imagem e fundo do carregando do ajax fim */
/* popup padrao inicio */
/* fundo da popup */
.popup_fundo
{
	filter: alpha(opacity=75); 
	opacity: 0.75;
	background-color: Black;
	position: absolute;
	left: 0px; 
	top: 0px; 
	z-index: 999;
}
/* div da popup */
.popup_bloco
{
	position: absolute;
	background-color: #FFF;
	background-position: left top;
	background-repeat: repeat-x;
	display: table;
	z-index: 60;
	padding: 25px;
    -webkit-box-shadow:  0px 0px 8px 0px #333333;  
    box-shadow:  0px 0px 8px 0px #333333;
	z-index: 1000;
}
/* botao X para fechar popup */
.popup_bloco .btFecharPopup
{
	background-image: url( '../../icones/close.gif' );
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
	margin: -10px -10px 0 0;
}
.popup_bloco h1
{
	margin-top: 10px;
	margin-bottom: 15px;
}
.popup_bloco h2
{
	margin-top: 5px;
}
/* popup padrao fim */

.titulo_padrao, h1
{
    font-family: 'Dosis';
    font-size: 24px;
    color: #393939;
    font-weight: 500;
    text-transform: uppercase;
}
.subtit_padrao, h2
{
    
}
.texto_padrao
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: #7c7c7c;
}
.link_mais
{
}
.link_mais a
{
}
.link_mais a:hover
{
}
.link_voltar
{
}
.link_voltar a
{
}
.link_voltar a:hover
{
}
.info_rodape
{
}
.info_rodape a
{
}
.info_rodape a:hover
{
}

/* Área livre para inclusão de novas classes CSS */
#ctl00_ContentPlaceHolder_content_CEN9
{
    position: absolute;
    width: 100%;
    height: 820px;
    background: #211f23;
    left:0;
}

.logo
{
    margin-top: 20px;
}
.fundo_bot
{
    width: 1000px;
    height: 170px;
    margin: 0 auto;
    float: left;
    background: url(../../userfiles/sc/lo/risco.png) no-repeat bottom center;
}
.menu_bot ul
{
    font-family: 'Dosis';
    font-size: 15px;
    font-weight: 500;
    color: #737071;
    list-style: none;
    text-transform: uppercase;
    float: left;
    margin-top: 96px;
    margin-left: 45px;
}
.menu_bot li
{
   display: inline-block;
   margin-right: 14px;   
}
.menu_bot li span
{
   padding-left: 14px;  
}
.menu_bot li a:hover
{
   color: #272324;
}
.menu_bot li a:active
{
   color: #272324;  
}

.face 
{   
    background: url('../../userfiles/sc/lo/face.png');
    width: 39px;
    height: 39px;
    display: block;
    float: left;
    margin-top: 87px;
    margin-left: 90px;
    margin-right: 10px;
}
.face:hover
{   
    background: url('../../userfiles/sc/lo/face_hover.png');
    width: 39px;
    height: 39px;
    display: block;
}
.twitter 
{
    background: url('../../userfiles/sc/lo/twitter.png');
    width: 39px;
    height: 39px;
    display: block;
    float: left;
    margin-top: 87px;
}
.twitter:hover
{
    background: url('../../userfiles/sc/lo/twitter_hover.png');
    width: 39px;
    height: 39px;
    display: block;
}
.enderecobot
{
    width: 360px;
    height: 60px;
    margin-top: 34px;
    margin-left: 28px;
}
.enderecobot p
{
   font-family: 'Dosis';
   font-size: 15px;
   color: #231f20;
   font-weight: 500;
   padding-top: 5px;
   padding-left: 90px;
   line-height: 23px;
}
.copyright
{
    font-family:'Open Sans';
    font-weight: 500;
    font-size: 9px;
    color:#929191;
    margin-top: 95px;
    width: 1000px;
    text-align: center;
}
.copyright a:hover
{
    color:#333;
}
.auditores
{
    width: 480px;
    height: 350px;
    float: left;
}
.nossa_equipe
{
    width: 500px;
    height: 350px;
}
.nossa_equipe div
{
    float: left;
    padding-right: 10px;
    padding-top: 15px;
    text-align: center;
}
.nossa_equipe img
{
   margin-bottom: -5px;
}
.atuacao
{
    width: 1000px;
    margin: 0 auto;
}
.quadrados_cima
{
    width: 248px;
    height: 250px;
    float: left;   
}
.quadrados_baixo
{
    width: 248px;
    height: 250px;
    float: left;
    margin-bottom: 45px;
}
.atuacao .botaoPadrao2
{
    padding: 7px 33px 7px 33px;
    border: 6px solid #3b393c;
    background: #211f23;
    color: #fcfcfc;
    width: 100px;
}
.atuacao .botaoPadrao2:hover
{
    border: 6px solid #fff;
}
.atuacao h2
{
    font-family: 'Dosis';
    font-size: 24px;
    color: #bfa950;
    font-weight: 400;
    padding-left: 25px;
    padding-top: 15px;
    line-height: 30px;
}
.atuacao p
{
    font-family: 'Open Sans';
    font-size: 13px;
    color: #b0b8bf;
    font-weight: 500;
    padding-left: 25px;
    margin-top: -10px;
    line-height: 23px;
}
.bg_escritorio
{
    background: url('../../userfiles/sc/imagens/internas/escritorio.jpg') no-repeat top center;
    left:0;
    top:0;
    width: 2000px;
    height: 391px;
    position: absolute;
    z-index: -10;
    margin: 0 auto;
}
.tit_bg
{
    width: 1000px;
    margin: 0 auto;
}
#escritorio.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/escritorio.jpg") repeat-x center top;
}
#equipe.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/equipe.jpg") repeat-x center top;
}
#noticias.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/noticias.jpg") repeat-x center top;
}
#contato.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/contato.jpg") repeat-x center top;
}
#atuacao.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/atuacao.jpg") repeat-x center top;
}
#boletim.header_pages
{
    background: url("../../userfiles/sc/imagens/internas/boletim.jpg") repeat-x center top;
}
.header_pages
{
    height: 391px;
    left: 0;
    top: 0;
    z-index:-10;
    position: absolute; 
    width: 100%;
    	margin: 0px;
    	padding: 0px;
    	overflow-x: hidden; 
}
.content_pages
{
    width: 1000px;
    margin: 0 auto;
}
.content_pages h2
{
    font-family: 'Dosis';
    font-size: 24px;
    color: #393939;
    font-weight: 500;
    text-transform: uppercase;
}
.content_pages p
{
    line-height: 25px;
}
.header_titles_pages h1
{
    font-size: 48px;
    color: #e3e3e3;
    font-family: 'Dosis';
    font-weight: 400;    
}
.esq
{
    float: left; 
    width: 452px; 
    height: 312px; 
    margin-top: 150px;
}
.dir
{
    float: right; 
    width: 465px; 
    height: 312px; 
    margin-top: 129px;
    margin-right: 30px;
    margin-bottom: 355px;
}
.bg_conheca
{
    background: url('../../userfiles/sc/lo/socios.png') no-repeat;
    width: 983px;
    height: 270px;
    display: table;
}
.colunas
{
    width: 290px;
    margin-top: 170px;
    display: inline-block;
    vertical-align: top;
}
.atuacao-bloco
{
    position: relative;
    width: 100%;
    display: table;
    height: 570px;
    margin-bottom: 130px;
}
.atuacao-linha
{
    position: absolute;
    top: 0;
}
.atuacao-linha1
{
    z-index: 10;
}
.atuacao-linha2
{
    z-index: 9;
    top: 370px;
}
.atuacao-linha-last
{
    position: static;
    margin-top: 370px;
}
#div_atuacao
{
    width: 290px;
    height: 290px;
    float: left;
    border: 1px solid #d7d7d7;
    margin-right: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;

    -webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
#div_atuacao:hover
{
    background: #ebebeb;
    height: 610px;
}
#div_atuacao:hover .atuacao-texto
{
    opacity: 1;
}
#div_atuacao img
{
  width: 290px;  
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 15px;
}
#div_atuacao span 
{
  font-family: "Dosis";
  font-size: 24px;
  color: #0f0f0f;
  font-weight: 400;
  text-align: center;
}
.atuacao-texto
{
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    top: 290px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;

    -webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.atuacao-bloco2 .atuacao-texto
{
    top: 220px;
}
.div3
{
    margin-right: 0 !important;
}
.div4
{       
    margin-top: -10px !important;
}
.div5
{    
    margin-top: -10px !important;    
}
.div6
{    
    margin-top: -10px !important;
    margin-right: 0 !important;
}
.div9
{
    margin-right: 0 !important;
}
.div10
{
     margin-top: -10px !important;
}
.div11
{
     margin-top: -10px !important;
}
.div11:hover
{
    height: 720px !important;
}
.div12
{
    margin-top: -10px !important;
    margin-right: 0 !important;
}

.equipe-curriculo
{ 
    float: left; 
    margin-top: 170px; 
    width: 710px;
    margin-bottom: 80px;
}


/* Smartphones */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
{
	html, body
	{
		width: 1030px;
		max-width: 1030px;
    	margin: 0px;
    	padding: 0px;
    	overflow-x: hidden; 
	}
}

/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
{
	html, body
	{
		width: 1030px;
		max-width: 1030px;
    	margin: 0px;
    	padding: 0px;
    	overflow-x: hidden; 
	}
}