/* Estilos padrões */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:400,700,500,600);
/* boby da master */
html, body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.body
{
	margin: 0;
	padding: 0;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
	color: #484849;
    letter-spacing: 0.25px;
}
/* form da master */
.form
{

}
/* button padrão */
.botaoPadrao
{
	padding: 12px 21px;
	border: none;
	color: #fff;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    text-align: center;
    -webkit-border-radius: 0\0/IE8+9;
    border-radius: 0\0/IE8+9;
	background: #7bc92c; /* Old browsers */
    text-transform: uppercase;

    -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;
}
.botaoPadrao:hover
{
	color: #fff;
	background: #025631; /* Old browsers */
}
/* todos links */
a
{
	text-decoration: none;
	color: #7bc92c;

    -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;
}
a:hover
{
    color: #025631;
}
img
{
	border: none;
}
input
{
    outline: none;
}
.link_padrao
{
    text-transform: uppercase;
}
.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: 800px;
	display: table;
	text-align: left;
    position: relative;
    padding-bottom: 60px;
}
.divSiteHome
{
}
/* barra pai do topo do site (principal, com o logo) divBarra fica dentro desta */
.divPaiBarra
{
	margin: 0 auto 0 auto;
	width: 100%;
    background: url('../../userfiles/au/lo/bar-top.png') no-repeat center center;
    height: 114px;
    position: relative;
    z-index: 1000;
}
/* barra do topo do site (principal, com o logo) */
.divBarra
{
	margin: 0 auto 0 auto;
	width: 1000px;
    padding-top: 14px;
}
.home-cab-redes
{
    float: right;
    margin-top: 36px;
}

.home-cab-redes a
{
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 17px;
    height: 17px;
    margin-right: 3px;
    opacity: 1;
    margin-left: 20px;

    transition: none;
}

.home-cab-redes a#instagram
{
    background: url('../../userfiles/au/lo/redes.png') no-repeat 0 0;
}

.home-cab-redes a#instagram:hover
{
    background: url('../../userfiles/au/lo/redes.png') no-repeat 0 -17px;
}

.home-cab-redes a#facebook
{
    background: url('../../userfiles/au/lo/redes.png') no-repeat -17px 0;
}

.home-cab-redes a#facebook:hover
{
    background: url('../../userfiles/au/lo/redes.png') no-repeat -17px -17px;
}
/* div no centro..dentro dela tem as div abaixo (esquerda, centro e direita) */
.divItensEsqCentroDir
{
    width: 100%;
    margin: 0 auto 0 auto;
    height: 600px;
	display: table;
	text-align: left;
}
.divItensEsqCentroDir2
{
    margin: 0 auto 0 auto;
	width: 1000px;
	height: 600px;
	display: table;
	text-align: left;
}
.divSiteHome .divItensEsqCentroDir
{
    padding-top: 550px;
    background: url('../../userfiles/au/lo/bg-cen.png') no-repeat center 1070px;
}
/* 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
{

}
/* 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
{
    height: 240px;
    width: 100%;
    background: #323644;
}
/* igual a div de cima. essa é para caso precise por mais imagens no layout da base do site */
.divPaiItensBot2
{
   height: 240px;
    width: 1000px;
    margin: 0 auto;
    background: url('../../userfiles/au/lo/arvore.png') no-repeat left bottom;
}
/* div dos itens da base (menu, conteudo..) */
.divItensBot
{
    color: #989fb8;
}
.rodape
{
    width: 1000px;
    margin-top: 60px;
}
.rodape-contato
{
    float: left;
    padding-left: 40px;
    background: url('../../userfiles/au/lo/icons-rodape.png') no-repeat left bottom;
    height: 89px;
    line-height: 30px;
}
.rodape-contato span
{ 
    color: #fff;
}
.rodape-menu
{
    float: right;
}
.rodape-menu a
{
    display: inline-block;
    margin-right: 20px;
    color: #989fb8;
}
.rodape-menu a:hover, .rodape-rights a:hover
{
    color: #7bc92c;
}
.rodape-menu a:last-of-type
{
    margin-right: 0;
}
.rodape-rights
{
    font-size: 10px;
    font-family: 'Raleway';
    float: right;
    margin-top: 50px;
}
.rodape-rights a
{
    color: #989fb8;
}
/* 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: 41px;
    color: #80c13f;
    font-weight: 700;
    text-transform: uppercase;
}
.h1-verde-escuro
{
    color: #025631;
}
.subtit_padrao, h2
{
    font-family: Montserrat;
    font-size: 22px;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 25px;
}
.texto_padrao
{
}
.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 */

.home-destaques
{
    width: 240px;
}
.home-destaques h1
{
    margin-top: 5px;
}
.home-quemsomos
{
    width: 450px;
    margin-top: 150px;
}
.home-instagram
{
    width: 1000px;
    margin-top: 75px;
}
.home-instagram iframe
{
    float: right;
}
.home-instagram-titulo
{
    float: left;
    background: url('../../userfiles/au/lo/insta.png') no-repeat left center;
    height: 140px;
    margin-top: -10px;
}
.home-instagram-titulo h1
{
    margin-top: 50px;
}

#quem-somos.header_pages
{
    background: url("../../userfiles/au/imagens/diversos/bg-pages.jpg") repeat-x center 0;
}
#contato.header_pages
{
    background: url("../../userfiles/au/imagens/diversos/bg-pages.jpg") repeat-x center 0;
}
#subcategoria.header_pages
{
    background: url("../../userfiles/au/imagens/diversos/bg-pages.jpg") repeat-x center 0;
}
.header_pages
{
    height: 150px;
    left: 0;
    top: 0;
    z-index: -10;
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    text-align: left;
    padding-top: 158px;
}
.header_pages h1
{
    color: #fff;
    text-align: center;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.pagina-content, .FundoItens, .item_detalhes_conteudo
{
    margin-top: 220px; 
}

.pagina-content-coluna1 
{
    width: 475px;
    float: left;
    text-align: justify;
}
.pagina-content-coluna2 {
    width: 475px;
    float: right;
    text-align: justify;
}


/* 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; 
	}
        .home-quemsomos
        {
            font-size: 11px !important;
            line-height: 14px !important;
        }
        .item_padrao_resumo
        {
            font-size: 9px !important;
            line-height: 12px !important;
        }
}

/* 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; 
	}
}