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

/* 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: 800px;
	display: table;
	text-align: left;
        padding-bottom: 80px;
position: relative;
}
.divSiteHome
{

}
/* 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);
    position: relative;
    z-index: 1000;
}
/* 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;
    width: 1000px;
	text-align: left;
}
/* div do centro do site (conteudos, menus, textos..) */
.divCentro
{

}
/* pagina home.aspx */
.divHome
{

}
/* div pai dos itens do topo (menu) */
.divPaiItensTop
{
    width: 100%;
    height: 724px;
    position: relative;
    margin-top: -144px;
}
/* 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;
}
.nossa_equipe img
{
   -webkit-filter: grayscale(1);
   filter: grayscale(1);
   -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;
}
.nossa_equipe img:hover
{
   -webkit-filter: none;
   filter: none;
}
/* 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; 
	}
}