/* Deixando o conteudo responsivo*/
img,embed,object,video {max-width: 100%;}
.both{clear:both;}
.fleft{float: left;}
.fright{float: right;}

/* TOPO */
#geral{max-width:1485px;margin:0px auto;position:relative;}

#wrap-topo {
	    width: 41%;
    height: 615px;
    padding: 10px 0px;
    position: absolute;
    left: 0%;
    z-index: 9999;
    margin-top: 55px;
}
#barra-topo{min-height:400px;width:100%; }
#div-logo-topo {
    width: 522px;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 10px;
}
#menu-lateral{float: right; width: 6%; text-align: right;margin-top: 20px; cursor:pointer; display: none;}

/*SEGUNDO TOPO PARA AS PÁGINAS INTERNAS*/
#wrap-topo_sec{
        width: 100%;
    margin: 0px auto;
    min-height: 152px;
    background: #a82222;
}
#barra-topo_sec{width: 90%; margin: 0px auto;}
#div-logo-topo_sec{
	float: left;
    width: 360px;
    padding-top: 2px;
	padding-left: 36%;
}
#menu-lateral_secundario{float: right; width: 6%; text-align: right;margin-top: 40px; cursor:pointer;}
/*SEGUNDO TOPO PARA AS PÁGINAS INTERNAS*/

#div-menu-topo {cursor:pointer; width: 100%; height: 55px; margin:0px auto;background:url('../img/fundo-menu.png')no-repeat center ;position:absolute;z-index:9999; }

#box-menu{
	    width: 81%;
    margin: 10px auto;
    min-height: 322px;
    margin-left: 17%;
}
.qd-menu{
        background: rgb(255, 255, 255);
    width: 32%;
    margin: 5px 1%;
    float: left;
    padding: 10px 14px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 5px;
}
.qd-menu p{
    font-size: 1.15em;
    color: #333;
    text-align: center;
    font-weight: bold;
}

#bt-documento{
    width: 62%;
    min-height: 20px;
    padding: 18px 1%;
    text-align: center;
    color: #191919;
    cursor: pointer;
    background: #fff;
    margin: 0 auto;
	border-radius: 6px;
}

#bt-documento h2{
	font-size: 1.15em;
    color: #333;
    text-align: center;
    font-weight: bold;
}

/* CONTEUDO */

#wrap-conteudo { min-height: 500px; }
.box-conteudo {
        width: 88%;
    margin: 10px auto;
    line-height: 25px;
    padding-top: 25px;
}
#wrap-conteudo #conteudo-index { width: 100%; min-height: 300px; float: left; padding: 50px 0px;}
#conteudo { width: 80%; margin: 10px auto; }
#texto-conteudo {
    width: 70%;
    text-align: center;
    font-size: 1.2em;
    clear: both;
    margin: 0 auto;
}

#box-geral-sobre{
    width: 90%;
    margin: 52px auto;
    min-height: 255px;
    text-align: center;
}
#box-geral-sobre h2{
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
    font-family: Alwyn;
}

#box-tools{
    min-height: 485px;
    width: 100%;
    margin: 0px auto;
    padding: 80px 0;
    background: #a82222;
}
#box-tools h2{color: #fff; font-size: 2.0em; margin-bottom: 10px; text-align: center; text-transform: uppercase; width: 100%; padding: 10px 0px; background:#698714; }

#box-geral-tools{width: 90%; margin: 30px auto 0px auto; min-height: 300px;}
#box-tools-esquerdo{
    width: 50%;
    float: left;
    float: right;
}
#box-tools-direito{
    width: 49%;
    float: left;
    text-align: center;
    margin-top: 5px;
    height: 279px;
}

.tools{color: #fff; width: 80%; margin:5px; min-height: 65px; }
.tools-img{float: left; width: 20%; text-align: left; position: relative; }
.tools-txt{
        float: left;
    font-size: 1.25em;
    width: 80%;
    text-align: center;
    background: #a82222;
    height: 25px;
    color: #fff;
    padding: 22px 0px;
    border: 1px solid #fff;
    margin: 2px;
}

.tools-txt:hover{
    float: left;
    font-size: 1.5em;
    width: 80%;
    text-align: center;
    background: #fff;
    height: 25px;
    color: #333333;
    padding: 22px 0px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
}

#icalendario table {
        width: 57%;
    margin: 0 auto;
    background-color: #fff;
    line-height: 15px;
    margin-top: 14px;
}

#box-atendimento{width: 100%; min-height: 175px; margin:0px auto; padding-top: 20px;}
.atendimento{width: 100%; text-align: center;}
.atendimento h2{
    font-size: 2.0em;
    margin-bottom: 10px;
    color: #333333;
}
.atendimento p{
    font-size: 1em;
    color: #ffffff;
    background: #a92424;
    width: 31%;
    clear: both;
    margin: 0 auto;
    padding: 1%;
    border-radius: 4px;
}

#box-ferramentas{
    width: 80%;
    margin: 0px auto;
    min-height: 306px;
    padding-bottom: 50px;
}
.ferramenta{
    float: left;
    width: 28%;
    margin: 5px;
    text-align: center;
    padding: 2%;
    background: #a92424;
    border-radius: 4px;
    height: 327px;
}
.ferramenta h1{
    font-size: 1.25em;
    margin: 5px auto;
    color: #fff;
    padding-bottom: 10px;
}
.ferramenta p{
    font-size: 1em;
    margin: 5px auto;
    width: 27%;
    padding: 2%;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}

.ferramenta img{
    padding-top: 21px;
}


#box-ferramentas2{
    width: 80%;
    margin: 0px auto;
    min-height: 450px;
    padding-bottom: 50px;
}
.ferramenta2{
    float: left;
    width: 28%;
    margin: 5px;
    text-align: center;
    padding: 2%;
    background: #a92424;
    border-radius: 4px;
    height: 327px;
    margin-bottom: 10px;
}
.ferramenta2 h1{
    font-size: 1.25em;
    margin: 5px auto;
    color: #fff;
    padding-bottom: 10px;
}
.ferramenta2 p{
    font-size: 1em;
    margin: 5px auto;
    width: 27%;
    padding: 2%;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}

.ferramenta2 img{
    padding-top: 21px;
}


#box-tools h1{
    width: 100%;
    clear: both;
    margin:0 auto;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2.5em;
    font-family: Alwyn;
}


#box-news { width: 80%; height: 290px; margin: 0 auto; }
#inews a{ color: #333; }
#inews .slide{min-height: 130px; width:100%!important; margin: 0px auto!important;}
#inews .slide a{color: #333; font-size: 1.25em;}
#inews .data-cad {  margin: 5px 0px; color: #333;  }
#inews  .veja_mais { margin: 5px 0px; color: #333; }


#box-noticias-contabeis{
        width: 100%;
    margin: 30px auto;
    padding: 30px 0px 0px 0px;
    min-height: 275px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
#noticias-contabeis{width: 90%; margin: 0px auto;}
#noticias-contabeis h2{
    font-size: 3em;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    padding-bottom: 46px;
    font-family: Alwyn;
}
#bt-ver-news{
    cursor: pointer;
    color: #fff;
    font-size: 1em;
    margin: 20px auto;
    background: #a92424;
    text-align: center;
    width: 135px;
    padding: 12px 0px;
    border-radius: 4px;
}

#box-news-calen{
    width: 100%;
    margin: 30px auto 0px auto;
    min-height: 180px;
    background: #333333;
    padding-top: 20px;
}
#box-newsletter{
    width: 101%;
    min-height: 100px;
    margin-top: 2%;
    padding-top: 0px;
}
#box-letter{width: 100%; margin:0px auto; text-align: center; }
#titulo-newsletter h2{
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #ffffff;
}

#inewsletter { width: 80%; height: 100px; margin: 0 auto;  border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; text-align: left;}
#form-inewsletter { width: 100%;  margin: 0px auto; height: 80px; text-align: center;}
#inewsletter input {
        width: 33%;
    height: 1.5em;
    margin: 5px 5px;
    text-align: center;
}
#inewsletter button { width: 25%; height: 3em; }

#icone-newsletter{float: left; text-align: center; width:30%; }


/*FERRAMENTAS EXTRAS*/

/*DEPOIMENTOS NO INDEX*/
#box-depoimento{min-height: 290px;  padding: 30px 0px 0px 0px; width: 100%;}
#titulo-depo{margin-bottom: 50px;text-align: center; color: #333; font-size: 2.0em; }
#titulo-depo p{font-size: 0.5em; color: #ddd; }


#box-depoimento .slide{min-height: 140px;}
.img-depo{float: left;width: 30%; text-align: center;}
.txt-depoimento{float: left;width: 70%; }
.autor-depo{font-weight: bold; margin-bottom: 20px;}
#box-depoimento .bx-wrapper .bx-controls-direction a{
  position: absolute;
    top: 50%;
    margin-top: -100px;
    outline: 0;
    width: 62px;
    height: 120px;
    text-indent: -9999px;
    z-index: 9999;

}
#box-depoimento .bx-wrapper .bx-prev {
    left: 100%;
    background: url('../img/plugins/bxslider/bt-right-dp.png') no-repeat;    
}
#box-depoimento .bx-wrapper .bx-next {
    right: 1%;
    background: url('../img/plugins/bxslider/bt-left-dp.png') no-repeat;
}
/*FIM ---DEPOIMENTOS NO INDEX*/


/*PARCEIRO INDEX -  220 X 110*/
#titulo-parceiros{background: #ccc; width:90%; margin:20px auto; text-align: center; color: #fff; padding: 10px 0px; clear: both; font-weight: bold; font-size: 2.0em;}
#box-parceiros{min-height: 230px; margin: 5px auto; width: 100%; border-bottom: 1px solid #ccc;}
#box-geral-parceiros{width: 80%; margin:0px auto;}
#box-geral-parceiros h2{font-size: 2.0em; margin-bottom: 10px; text-align: left;}
#box-geral-parceiros p{font-size: 1.0em; margin-bottom: 10px; text-align: left;}

#bloco-parceiros{width: 93%; margin:0px auto; min-height: 210px;}
.bx-parceiro{float: left; width: 21%; margin:5px 1%; padding: 1%; background: #eee; text-align: center; min-height: 130px;}

#bt-parceiros{text-align: center; width: 100%; margin: 20px auto 5px auto; font-size: 1.7em; cursor: pointer;}

.img-parc{float: left;width: 100%; text-align: center;}
/*FIM ---- PARCEIROS NO INDEX*/

/*GALERIA NO INDEX*/
#box-galerias{width: 90%; margin: 10px auto; min-height: 250px;}
#box-galerias h2{font-size: 2.0em; text-align: center; color: #333;}
#quadro-galeria{width: 100%; margin: 5px auto; min-height: 250px;}
.qd-galeria{width: 18%; margin: 5px 1%; min-height: 190px; float: left; text-align: center;}
/*FIM --- GALERIA NO INDEX*/


/*FIM ---- FERRAMENTAS EXTRAS*/

/* CONTATO */
.box-contato-geral{width: 100%; min-height: 780px;margin-top: 30px;}

#contato{
  width:30%;
  padding:15px;
  border-radius:15px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  float: left;
  color:#333;
  margin-left:2%;
}
#contato h1{font-size: 1.5em; font-weight: bold;}
#contato tr td{padding: 2px;}
#contato .tb-form { width: 100%; }
#contato  input { width: 96%; border: 1px solid #ccc; padding: 2%; }
#contato textarea { width: 96%; border: 1px solid #ccc; padding: 2%; }
#contato .first { width: 20%; }
#contato .second { width: 80%; }
#contato .valigntop { vertical-align: top; }

#mapa-vendas{min-height: 600px; width: 60%; float: right; margin-right: 2%; }


/* CONTATO */

.label-doc{width:15%; height: 3em;float:left;}
.input-doc{width:80%; height: 3em;float:left;}

#abertura, #migracao{width:30%;margin:30px auto;}
.enviar-form{margin: 0px 5px; border: 0px; background: #494949; padding: 10px 0px; color: #fff; width: 120px; cursor: pointer;}
.cancelar-form{margin: 0px 5px; border: 0px; background: #494949; padding: 10px 0px; color: #fff; width: 120px; cursor: pointer;}

.tb-form_formulario{width:100%;}
.tb-form_formulario tr td div{font-weight:bold;min-height:25px;padding-top:5px;}
.tb-form_formulario tr td input{min-height:25px;}
.tb-form_formulario tr td select{min-height:35px;}
.tb-form_formulario tr td span{color:red;}

.tb-form_formulario_ligamos{width:100%;}
.tb-form_formulario_ligamos tr td{padding:5px; } 
.tb-form_formulario_ligamos tr td div{font-weight:bold;min-height:25px;padding-top:5px;}
.tb-form_formulario_ligamos tr td input{min-height:25px;width: 100%;}
.tb-form_formulario_ligamos tr td select{min-height:35px; width: 100%;}
.tb-form_formulario_ligamos tr td span{color:red;}

/* FIM CONTEUDO */


/* RODAPE */
#wrap-rodape { width: 100%; clear:both; background: #333333; min-height: 200px;}

#rodape { width: 90%; height: 130px; clear:both;padding: 20px 0px; margin: 0px auto; }

#rodape-esquerdo {width: 100%;height: 130px;text-align: center;}
#rodape-direito {float: left; width: 30%; height: 130px; text-align: right;}
#rodape-direito ul li{display: inline-block;}

#rodape_endereco{font-size: 1.2em!important;}

#rodape-final{width: 90%; height: 45px; margin: 0px auto; padding: 5px 5%; background:#a92424; }
#final-esquerdo{width: 25%; float: left;}
#final-esquerdo ul li{display: inline-block;}
#final-meio{width: 50%; float: left; text-align: center;}
#final-meio p{color:#fff; padding-top: 10px; text-align: center; }
#final-direito{width: 25%; float: left; text-align: right;}

/* FIM RODAPE */

/* SISTEMA */

#status_erro, .status_erro{
	background: url("../img/ico-erro-1.png") no-repeat scroll 4px center #FFCACA;
	border: 1px solid #AE0000;
	width:85%;
}
.status{
	border-radius: 4px;
	margin: 20px auto;
	padding: 4px 0 4px 24px;
}
	
/* 	
    STATUS:
    ERRO -> Mensagens de erro no sistema 
    OK	 -> Mensagens de sucesso no sistema 
    INFO -> Mensagens com informações sobre determinadas ações
*/

.status{ /* Configuração default das caixas de avisos */
    padding:4px 0px 4px 24px; 
    margin:20px auto;
    border-radius:4px; 
    -moz-border-radius:4px;  
    -webkit-border-radius:4px;
}
    .box-status p{font:11px Tahoma;}
    .box-status p strong, 
    .box-status p b{font:bold 12px Arial;}
	
#status_erro, 
.status_erro{ 
    background:url(../img/ico-erro-1.png) #FFCACA 4px center no-repeat; 
    border:1px solid #AE0000;	 
}
    #status_erro p, 
    .status_erro p{color:#B70000;}

#status_ok, 
.status_ok{ 
    width: 50%;
    background:url(../img/ico-ok-1.png) #D7FFEB 4px center no-repeat; 
    border:1px solid #00592D;
}
    #status_ok p, 
    .status_ok p{color:#006600;}

#status_info, 
.status_info{  
    background:url(../img/ico-info-1.png) #FF9 4px center no-repeat; 
    border:1px solid #FF0;
}
    #status_info p, 
    .status_info p{color:#666600;}	

#iartigos ul li { margin-top: 10px; }
#iartigos ul li span { display: block; }
#iartigos-detalhes { width: 80%; margin: 10px auto; }

.box-parceiro { margin: 20px 2%; float:left; width:20%; height: 310px; text-align:center;}
.tabela-parceiro{margin:0px auto;}
	
/* Box com link's úteis (utilitários) */
#box-links-uteis p a{padding:4px 2px; display: block;}
#box-links-uteis div{margin-top:10px;}
#box-links-uteis div ul{margin-left:30px; margin-bottom:10px; width:260px;}
#box-links-uteis div ul li a{padding:3px 2px; display:block;}

.galeria-box{width: 50%; float: left; text-align: center;}
.galeria-box h2{font-size: 2.0em; text-align: center; margin-top: 10px; font-weight: bold;}
.galeria-fotos { float: left; margin: 5px 1%;  width: 17%;  min-height: 230px;  text-align: center; border:1px solid #ccc;padding:5px 0px;}
.galeria-videos { float: left; margin: 5px 1%;  width: 17%;  min-height: 230px;  text-align: center; border:1px solid #ccc;padding:5px 0px;}


.box-conteudo ul, .box-conteudo ol {margin: 10px 0px 10px 30px;}
.box-conteudo ul li {list-style: circle; padding: 4px 0px;}
.box-conteudo ol li{list-style: decimal;}

	
/* FIM SISTEMA */

/*BOTÃO AJUDA CHAT*/
#bt-fechar-ajuda{display:none; width: 40px; height: 113px; position:fixed;bottom:0;right: 2%;cursor: pointer;z-index: 9999999999999999999999999999;}

#bt-ajuda-rodape{display:none; width:350px; height:100px; position:fixed;bottom:0;right: 2%;cursor: pointer;z-index: 99999;}
#bt-ajuda-rodape img{max-width: 100%;}
#bt-ajuda-clique{width:350px; height:225px; display:none; position:fixed;bottom:0;right: 2%; cursor: pointer;z-index: 99999;}
#bt-atendimento-ajuda{background: #dcdcdc; min-height: 50px; width: 350px;padding-top: 1px; }
#bt-meio-atendimento-ajuda{background: #fff; width: 300px;padding: 5px 0px; border-radius: 5px; text-align: center; color:#a8a7a7;margin: 10px auto;font-size: 1.5em; }
/*BOTÃO AJUDA CHAT*/

/*POP-UP*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:99999;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:2rem !important;
  width:440px;
  height:200px;
  display:none;
  z-index:999999;
  padding:20px;
}

#boxes #dialog {
    width: 366px;
    height: 650px;
    padding: 5px;
    text-align: center;
    /* line-height: 30px; */
    /* background-color: #ffffff; */
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}


.close{display:block; text-align:right;color:#fff;}
/*POP-UP*/