/*font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Lily+Script+One);


/* GERAIS -------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
    font-family: 'Open Sans', Arial, serif;
	color:#6e6e6e;
	font-size:0.9em;
}

*{
	margin:0px auto;
	padding:0px 0px;
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
	color:#6e6e6e;
}
a:hover {
    text-decoration: underline;
}

p {
    margin-top:1em;
}

img {
    border: none;
}

.clear{
	clear:both;
}
.clearout{
	display:none;
}
.conteudo{
    max-width:1100px;
    height: auto;
}

/* HEADER -------------------------------------------------------------*/

header{
    width:100%;
	height:auto;
	position: absolute;
	background: rgba(255,255,255,0.8);
	margin-top:1%;
	float:left;
	z-index:999;
}

/* Logo ------------------------------------------------------------*/
.logo{
	padding:10px 0;
}


/* MENU -------------------------------------------------------------*/

.text-align{
	text-align:right;
}

/* Padding ------------------------------------------------------------*/
.padding-menu{
	padding:25px 0;
}

.padding-1{
	padding:20px;
}

.margin-2{
	margin-bottom:3%;
}


/* BANNER -------------------------------------------------------------*/

#banner{
	width: 100%;
    height:auto;
	position:relative;
	float:left;

}


/* MIOLO -------------------------------------------------------------*/

#miolo {
    width: 100%;
    height:auto;
	position:relative;
	float:left;
}

.section-1{
	width:100%;
	float:left;
	position:relative;

}

.section-3{
	width:100%;
	float:left;
	position:relative;
	background:#f7f8fa;
	padding-top:1.5%;
	padding-bottom:2%;
}

/*Bem Vindo---------------------------------------------------------*/

.bem-vindo{
    background: rgba(255,255,255,0.8);
    border: 1px solid #eee;
    position: relative;
    color: #555;
    text-align: center;
    width: 70%;
    z-index: 999;
    margin-top:-15%;
	font-size:0.95em;
	padding: 10px 20px 20px 20px;
}

/*.pacotes{margin-bottom:50px;}*/
/*Links-------------------------------------------------------------*/

.links-home{
	border:1px solid #cccccc;
	padding:5px 10px;
	margin-bottom:12%;
	min-height:95px;
}

.links-home h2{
	font-size:0.85em;
	text-transform:uppercase;
	color:#747474;
	margin-top:10px !important;
	margin-bottom:5px !important;

}

.links-home a.mais{
	color:#fdd033;
	font-size:1.5em;
}

.links-home img{
	float:left;
}

.saiba a{
	border: 1px solid #adadad;
    padding: 10px 40px;
    color: #747474;
    font-size: 0.9em;
}

/*Titulos-----------------------------------------------------*/

h1{
	color:#2c2211 !important;
	font-size: 1.1em !important;
	font-weight:300 !important;
	margin-bottom:25px !important;
	text-transform:uppercase;

}

h2{
	color:#311f19;
	font-size:1.5em;
	font-weight:700;
	margin:0.5% 0;
	text-transform:uppercase;
}

h3{
	color:#2c2211 !important;
	font-size:1.5em !important;
	font-weight:300 !important;
	margin:0;
	text-transform:uppercase;


}

hr{
	margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #888;
    width: 50%;
}

.noticias{
    background: rgba(255,255,255,0.8);
    border: 1px solid #eee;
    position: relative;
    color: #747474;
    text-align: center;
    width: 80%;
    z-index: 999;
    margin-top:-15%;
	font-size:0.95em;
	padding: 10px 20px 20px 20px;
}


#Imposto{
	color:#6e6e6e;
}

/*Section 2------------------------------------------------------------------------*/

.section-2{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	padding:1% 0 2% 0;
}

/*ADM-----------------------------------------------------------------------------*/

.adm{
	background:#f7f8fa;
	padding: 20px 0 40px 0;
}

/*Area Juridica--------------------------------------------------------------------*/

.area-juridica-faixa{
	background:#2c2211;
	color:#ffc11a;
	font-size:1.9em;
	text-transform:uppercase;
	padding:5px 0;
	font-weight:300;

}


.noticia-juridica{
	position:absolute;
	color:#fff;
	padding:30px 40px 30px 20px;
	text-align:center;
}

.noticia-juridica a{
	color:#fff;
}

.noticia-juridica h4{
	color:#ffc11a;
	font-weight:bolder;
	text-transform:uppercase;
}

.noticia-juridica h4 a{
	color:#ffc11a;
	font-weight:bolder;
	text-transform:uppercase;
}
/* Empresa  -----------------------------------------------------------------------*/

.exclui-foto{
}

.exclui-foto-2{
}

.no-margin-right{
	margin-right:0 !important;
}
.no-border{
	border:none !important;
}

.margin-top{
	margin-top:5%;
}


/*Pagina Links Uteis --------------------------------------------------*/
.link-uteis{
	width:100%;
	margin-top:3%;
}

/*Artigos---------------------------------------------------------------*/

.artigos{
	margin-bottom:2%;
	font-size: 1.2em !important;
    line-height: 2.3em;
}


.artigos  a{
	margin-bottom:2%;
    line-height: 2.3em;
	padding:5px;
}

.artigos a:hover{
	background:#2c2211;
	color:#fff;
}

.artigos li {
	background:url(../images/circle.png) no-repeat left 15px;
	padding-left: 25px;
}

.artigos .menor{
	font-size:0.8em;
}


.artigos li  a.download{

	font-weight:bolder;
	background:url(../images/icon-pdf.png) no-repeat left center;
	padding-left:35px !important;
}

.artigos li  a:hover.download, .artigos li  a:hover.excel{
	color:#000;
	margin-bottom:2%;
}

.artigos li  a.excel{

	font-weight:bolder;
	background:url(../images/icon-excel.png) no-repeat left center;
	padding-left:35px !important;
}


/* Contato -------------------------------------------------------------*/

.button{
	width:33%;
	text-transform:uppercase;
	float: left;
	font-weight:300;
	cursor: pointer;
	color: #000;
	text-align: center;
	background: #fff;
	border-radius:10px;
	padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.button:hover {
	background: #ccc;
	color:#003663;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

input{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	width: 100%;
	height: 30px;
	margin-bottom:2%;
	background: #fff;
	border-radius: 10px;
    border: 0px;
    padding: 0 15px;
    width: 80%;
}

textarea{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	padding: 3px;
	border: 1px solid #cccccc;
	width: 100%;
	color:#7f7f7f;
	margin-bottom:3%;
	border-radius:0px;
	background: #FFF;
}

#frmContato input{
	float:none;
	border:1px solid #ccc;
	border-radius:0;
	height:50px;
	width:100%;
}

#frmContato .button{
	width:33%;
	text-transform:uppercase;
	float: left;
	font-weight:300;
	cursor: pointer;
	color: #fff;
	text-align: center;
	background: #2c2211;
	border-radius:0;
	padding: 10px;
	height:50px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
#frmContato .button:hover {
	background: #ccc;
	color:#003663;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* FOOTER -------------------------------------------------------------*/

footer{
    width: 100%;
    height:auto;
    background:#f0f1f3;
    color:#7b7979;
    position:relative;
    font-size: 1em;
    line-height: 1.3em;
	padding-bottom:1%;
	border-top:3px solid #2c2211;
}

.footer-2 a, footer a{
	color:#7b7979!important;
	text-decoration:none;
	font-weight:lighter;
	font-size:1.3em;
}

.footer-2{
    width: 100%;
    height:auto;
    background:#fec926;
    color:#040404;
    position:relative;
	font-size:1em;
	line-height:1.8em;
	padding-top:5px;
	padding-bottom:5px;
}



footer h5{
	color:#7b7979;
	font-size:1.5em;
	text-transform:uppercase;
	line-height:1.8em;
	font-weight:300;
	margin-bottom:5%;
	/*margin-right: -130%;*/
}

.redes{
	border-bottom:1px solid #dedfe1;
}

.contato{
	background:#2c2211;
	padding:12px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}


/*Parceiros---------------------------------------------------------------*/

.parceiros{
	padding:30px 0;
}


/*Consulta----------------------------------------------------------------*/

.consulta{
	font-size:2em;
	color:#fff;
}

/* POP UP IE -------------------------------------------------------------*/


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog2 {
  background:transparent;
  width:650px;
  margin:0 auto;
  margin-top:-160px;
}

.close{
    display:block;
    float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #191d2f;
	/* Border style */
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #25a9e0;
	background-position: 0% 0%;
}


/*Responsivo---------------------------------------------*/

@media only screen and (max-width :1024px){

header{
	position:relative;
}

.links-home{
	min-height:100px;
}

}

@media only screen and (max-width :855px){

	.exclui-foto{
		display:none !important;
	}

.noticia-juridica {

    padding: 10px 40px 30px 20px;


}
@media only screen and (max-width :800px){

.link-empresa-2{
	min-height:250px !important;
}

}
@media only screen and (max-width :650px){
	.padding-3{
		margin-left:20px !important;
	}

	.exclui-foto-2{
		display:none !important;
	}

.link-empresa{
	min-height:0 !important;
}
.text-right{
	text-align:center !important;
}


}

@media only screen and (max-width :400px){


.exclui-coluna{
	display:none !important;
}

.col-pp{
	width:100% !important;
}


}
