@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

/* Estilos padrões */
@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
{
	font-family: Georgia;
    font-size: 14px;
    color: #233954;
    font-style: italic;
    background: #fff;
    border: 8px solid #a1c656;
    padding: 8px 25px 8px 25px;
    cursor: pointer;   
    text-align: center;
}
.botaoPadrao:hover
{
	color: #233954;
    border-color: #233954;
}
/* todos links */
a
{
	text-decoration: none;
	color: inherit;
    -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
{
	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: 1000px;
	display: table;
	text-align: left;
position: relative;
}
.divSiteHome
{
    background: url('../../userfiles/ha/lo/bg_clientes.png') repeat-x center 1080px;
}

/* barra pai do topo do site (principal, com o logo) divBarra fica dentro desta */
.divPaiBarra
{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 115px;
}
/* barra do topo do site (principal, com o logo) */
.divBarra
{
    width: 1000px;
}
/* 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
{
    padding-bottom: 85px;
}
/* div pai do centro do site (conteudos, menus, textos..) */
.divPaiCentro
{
	text-align: left;
}
/* div do centro do site (conteudos, menus, textos..) */
.divCentro
{

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

}
/* div pai dos itens do topo (menu) */
.divPaiItensTop 
{
    display: none;
}
.divSiteHome .divPaiItensTop 
{
    height: 500px;
    display: block;
}
/* 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
{
    background: url(../../userfiles/ha/lo/bg_bot.png) center bottom;
    height: 341px;
    width: 100%;
    margin: 0 auto;
}
/* igual a div de cima. essa é para caso precise por mais imagens no layout da base do site */
.divPaiItensBot2
{
    width: 1000px;
    margin: 0 auto;
}
/* div dos itens da base (menu, conteudo..) */
.divItensBot
{

}
/* 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: Raleway;
    font-size: 30px;
    color:#233954;
    font-weight: 700;
    background: url('../../userfiles/ha/lo/tiras.png') repeat-x left bottom;
    padding-bottom: 23px;
    margin-bottom: 20px;
    width: 100%;
}
.subtit_padrao, h2
{
    font-family: 'Raleway';
    font-size: 16px;
    color:#233954;
    font-weight:400;
}
.texto_padrao
{
    font-family: 'Georgia';
    font-size: 16px;
    color: #929292;
    font-style: italic;
}
.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 */

.logo
{
    margin-top: 15px;
}
/*
.redes_top
{
    margin-top: 40px;   
}
*/
.face-top
{
    background: url('../../userfiles/ha/lo/icones/face.png');
    width:39px;
    height:39px;
    display: block;
    float: left;
    margin-top:40px;
    margin-right: 10px;
    text-indent: -9999px;
    overflow: hidden;
}
.face-top:hover
{
    background: url('../../userfiles/ha/lo/icones/face_bot.png');
}
.local-top
{
    background: url('../../userfiles/ha/lo/icones/localizacao.png');
    width:39px;
    height:39px;
    display: block;
    float: left;
    margin-top: 40px;
    text-indent: -9999px;
    overflow: hidden;
}
.local-top:hover
{
    background: url('../../userfiles/ha/lo/icones/localizacao_hover.png');  
}
.perfil_home
{
    margin-top: 50px;
    width: 1000px;
}
.perfil_dir
{
    padding-left: 70px;
    float: left;
    line-height: 25px;
    width: 460px;
}
.perfil_dir p
{
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 53px;
}
.clientes_home
{
    margin-top: 150px;
    float: left;
}
.clientes_esq p
{
    line-height: 25px;
    margin-top: 15px;
    color: #767676;
}
.slide_clientes
{
    margin-top: 180px;
}
.slide_clientes img
{
    width: 180px !important;
    height: auto !important;
}
.areas_atuacao
{
    width: 460px;
    margin-top: 80px;
    margin-left: -10px;
   
}
.areas_atuacao img
{
    display: inline-block;
    
}
.areas_atuacao a
{
    padding: 8px 13px 8px 13px !important;
}
#ctl00_ContentPlaceHolder_content_CEN10
{
    width: 460px !important;
}
.contato_bot
{
    margin-top: 55px;
}
.contato_bot img
{
    float: left;
    padding-right: 10px;
    padding-top: 8px;
}
.contato_bot p
{
    float: left;
    padding-right: 25px;
}
.menuinf
{
    font-family:'Raleway';
    font-size: 12px;
    color:#8fc263;
    font-weight: 700;
    margin-top: 116px;
    padding-left: 45px;
}
.menuinf a
{
    margin-left: 25px;
}
.menuinf a:hover
{
    color:#fff;
}
.face_bot
{
    background: url('../../userfiles/ha/lo/icones/face_bot.png') no-repeat;
    width: 39px;
    height: 39px;
    display: block;
    margin-top: 108px;
    margin-right: 100px;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
}
.face_bot:hover
{
    background: url('../../userfiles/ha/lo/icones/face.png') no-repeat;
}
.direitos
{
    width: 1000px;
    margin-top: 57px;
    text-align: center;
    font-family: Calibri;
    font-size: 10px;
    color:#8fc263;
}
.direitos a:hover
{
   color:#fff;
}

#quem-somos.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
#contato.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
#clientes.header_pages
{
    background: url("../../userfiles/ha/lo/clientes.jpg") repeat-x center top;
    margin-top: 117px;
}
#orcamento.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
#atuacao.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
#mapa_site.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
#trabalhos.header_pages
{
   /* background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px; */
}
#curiosidades.header_pages
{
    background: url("../../userfiles/ha/lo/quem_somos.png") repeat-x center top;
    margin-top: 117px;
}
.header_pages
{
    height: 245px;
    left: 0;
    top: 0;
    z-index:-10;
    position: absolute; 
    width: 100%;
}
.header_pages .nivo-directionNav
{
display: none;
}

.content_pages
{
    width: 1000px;
    margin: 310px auto 0 auto;   
}
.content_pages hr
{
    width: 1000px;
    height: 1px;
    border: 0;
    background-color: #ccc;  
}
.content_pages p
{
    line-height: 25px;
}
.content_pages h1
{
    width: 450px;
}
.clientes_menu
{
    width: 210px;
    margin-top: 290px; /*515px*/
  /*  margin-right: 30px;*/
    float: left;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    color: #45576d;
    display: block;
}
.clientes_menu a
{
   /* line-height: 15px;*/
    border-bottom: 1px solid #ddd;
    width: 210px;
    display: inline-block;
    padding: 10px 0;
}
.clientes_menu a:hover
{
    color: #73a945;
}
.clientes_menu a:last-of-type
{
    border-bottom: none;
}
.menu_trabalhos
{
    width: 210px;
    margin-top: 515px; 
  /*  margin-right: 30px;*/
    float: left;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    color: #45576d;
    display: block;
}
.menu_trabalhos a
{
    /* line-height: 15px;*/
    border-bottom: 1px solid #ddd;
    width: 210px;
    display: inline-block;
    padding: 10px 0;
}
.menu_trabalhos a:hover
{
   color: #73a945;
}
.menu_trabalhos a:last-of-type
{
   border-bottom: none;
}
.selecionado
{
    color:#73a945;
}
.clientes_logos
{
    width: 760px;
    margin-top: 290px;
    float: right;   
    display: block;
}
.clientes_logos img
{
    border: 1px solid #ddd;  
    margin-left: 29px; 
    margin-bottom: 24px;
}
#mapa_site h2
{
    font-family: "Georgia";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    background: none;
}
#mapa_site h2 a:hover
{
   color:#73a945;
}
#mapa_site a:hover
{
    color:#73a945;
}
.clientes_trabalhos
{
    width: 760px;
    margin-top: 515px;
    float: right;   
    display: block;
}
.clientes_trabalhos ul
{
   margin-top: 40px;
   margin-left: -40px;
}
.clientes_trabalhos li
{
    background: url(../../userfiles/ha/lo/bola_trabalhos.png) no-repeat left 5px;
    list-style: none;
    margin-bottom: 40px;
}
.clientes_trabalhos h2
{
    font-family: "Georgia";
    font-size: 16px;
    font-style: italic;
    background: none;
    padding-left: 20px;
    padding-top: 3px;
    line-height: 14px;
    color: #767676;
}
.clientes_trabalhos p
{
    font-family: "Georgia";
    font-size: 16px;
    color:#767676;
    font-style: Italic;
    font-weight: 400;
    background: none;
    padding-left: 20px;
    margin-top: -8px;
    line-height: 20px;
}
.clientes_trabalhos h2 a
{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    font-style: normal !important;
    color:#233954;
}
.clientes_trabalhos h2 a:hover
{
    color:#73a945;
}
/* 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; 
	}
       .perfil_dir
       {
          padding-left: 40px;
       }
       .perfil_dir p
       {
          font-size: 10px;
          line-height: 16px;
       }
       .clientes_logos img
       { 
          margin-left: 25px; 
       }
}

/* 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; 
	}
       .clientes_logos img
       { 
          margin-left: 25px; 
       }
}