/*font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);


/* GERAIS -------------------------------------------------------------*/

html{
	margin: 0;
	padding: 0;	
	overflow-x: hidden;
}

body {
    font-family: 'Open Sans', Arial, serif;
	overflow-x: hidden;
	margin: 0;
}

*{
	margin:0px auto;
	padding:0px 0px;	
}

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
}
a:hover {
    text-decoration: underline;
}

p {
    margin-top:1em;
}

img {
    border: none;
}

.conteudo{
    max-width:1100px;
    height: 100%;
}

.no-margin-right {
  margin-right :0 !important;
}

/* HEADER -------------------------------------------------------------*/

header{
    width:100%; 
    height: auto;
    background-color: #fff;
	position:relative;
	float:left;
}

#logo{
	position:relative;
	float:left;
	margin-top: 1%;
}

/*quando for preciso usar imagem de fundo nao fluido
#logo .conteudo {
    background: url(../images/topo.jpg) no-repeat;
}*/

/* MENU -------------------------------------------------------------*/

nav {
    width: 100%;
    position: relative;
    float: left;
	height: 100px;
}

ul#menu {
    float: left;  
    position: relative;
	border-left: 1px solid #dfdfdf;
	margin-left: 4%;
}

ul#menu li {
    float: left;
}

ul#menu li a {
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.75em;
	display: block;
	border-right: 1px solid #dfdfdf;
	color: #929292;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 60px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul#menu li a:hover {
	background: #0093cb;
    color: #fff;
	text-decoration: none;
}

#menu_mobile{
	width: 100%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	color: #252525;
	border-radius: 6px;
	margin-top: 2%;
	margin-bottom: 2%;
	float: left;
	display: none;
}

.cliente{
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.75em;
	color: #929292;
	border: 1px solid #dfdfdf;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	margin-left: 10px;
	float: left;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.cliente:hover {
	background: #0093cb;
    color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* BANNER -------------------------------------------------------------*/

#banner{
	width: 100%;
    height: auto;
	position: relative;
	float:left;
}

#banner2{
	width: 100%;
    height: 120px;
	background:url(../images/topo_empresa.png);
	position:relative;
	float:left;
}

.tit_banner{
	font-family: 'Open Sans', Arial, serif;
	font-size: 1.4em;
	color: #fff;
	font-weight:300;
	margin-top: 4%;
}

.txt_cinza{
	width: 100%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	color: #5b5b5c;
	float: left;
}

/* MIOLO -------------------------------------------------------------*/

#miolo {
    width: 100%;
    height: auto;
	position:relative;
	float:left;
}

#miolosub {
    width: 100%;
    height: auto;
	position:relative;
	float:left;
    padding-top: 30px;
	margin-top: 3%;
}

.tit_azul{
	color: #0093cb;
}

.tit_preto{
	width: 100%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #333;
	text-align:center;
	float:left;
}

.tit_preto2{
	width: 100%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.95em;
	font-weight: 300;
	color: #333;
	text-align:center;	
}

.traco{
	width: 30px;
	height: 140px;
	float: left;
	margin-top: 40px;
	background:url(../images/traco.png);
}

.traco2{
	width: 30px;
	height: 140px;
	float: left;
	margin-top: 40px;
	background:url(../images/traco2.png);
}

.destaque1{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/indicadores.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque1:hover{
	background: url(../images/indicadores2.png) no-repeat center;	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque2{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/tabelas.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque2:hover{
	background: url(../images/tabelas2.png) no-repeat center;	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque3{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/certidoes.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque3:hover{
	background: url(../images/certidoes2.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.destaque4{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/calculos.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque4:hover{
	background: url(../images/calculos2.png) no-repeat center;	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque5{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/fiscal.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque5:hover{
	background: url(../images/fiscal2.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.destaque6{
	width: 150px;
	height: 5px;
	float:left;
	padding-top: 110px;
	margin-top: 30px;
	background: url(../images/trabalhista.png) no-repeat center;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.destaque6:hover{
	background: url(../images/trabalhista2.png) no-repeat center;	
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.miolo2{
	width: 100%;
	margin-top: 7%;
	float: left;
}

.tit_preto3{
	width: 100%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.95em;
	font-weight: 300;
	color: #333;
}

.traco_azul{
	width: 60%;
	height: 1px;	
}

.noticias{
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	font-weight: 300;
	color:#333;
	width: 31%;
	float: left;	
	margin-right: 3%;
}

.calendario{
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	font-weight: 300;
	width: 31%;
	float: left;
	margin-right: 3%;	
}

.acesso{
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	font-weight: 300;
	width: 31%;
	float: left;
}

.frame1{
	width: 48%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.85em;
	font-weight: 300;
	color:#333;
	background: #f0f0f0;
	margin-right: 2%;
	margin-top: 2%;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.frame1:hover{
	background: #0093cb;
	color: #FFF;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.frame2{
	width: 48%;	
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.85em;
	font-weight: 300;
	color:#333;
	background: #f0f0f0;
	margin-top: 2%;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.frame2:hover{
	background: #0093cb;
	color: #FFF;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.parceiros{
	width: 100%;
	margin-top: 7%;
	float: left;
	text-align: center;
}

.logos{
	margin-right: 4%;	
}

.valores{
	width: 26%;
	float: left; 
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	color: #5b5b5c;
	margin-right: 6%;
}

.servicos{
	width: 21%;
	float: left; 
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	color: #5b5b5c;
	margin-right: 4%;
}




/*----------------------------------------ACCORDION--------------------------------------------------------*/


h1 {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl {
}
.accordion dl:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
}
.accordion dt > a {
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-in-out;
}
.accordion dd {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}
.accordion dd > p {
  padding: 0em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  background-color: #0093cb;
  border-bottom: 1px solid #007baa;
}
.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover {
  background-color: #252525;
}

.accordionTitleActive {
  background-color: #252525;
}
.accordionTitleActive:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
}
@media all {
  .accordionItem {
    max-height: 60em;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 30em;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItemCollapsed {
  max-height: 0;
}

.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes accordionIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes accordionOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}


/*-----------------------------------FIM ACCORDION-------------------------------------------------------*/



.online{
	width: 33%;
	float:left;	
}

.frame_online{
	width: 70%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.85em;
	font-weight: 300;
	color:#333;
	background: #f0f0f0;
	margin-right: 2%;
	margin-top: 2%;
	float:left;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.frame_online:hover{
	background: #0093cb;
	color: #FFF;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

.contato1{
	width: 59%;	
	float:left;
	margin-top: 2%;
	margin-right: 3%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 0.9em;
	color: #666;
}

.contato1 h1{
	font-family: 'Open Sans', Arial, serif !important;
	font-size: 1.2em !important;
	float:left !important;
	margin-top:20px;
	margin-bottom:0;	
}

.contato1 input, .contato1 textarea{
	font-family: Arial, Verdana; 
	font-size: 12px; 
	padding: 3px; 
	border: 1px solid #cccccc; 
	width: 96%; 
	height: 22px; 
	color: #333; 
	margin-bottom: 5px;
	border-radius: 5px; 
	background: #fff;
}


.contato1 textarea{
	font-family: Arial, Verdana; 
	font-size: 12px; 
	padding: 3px; 
	border: 1px solid #cccccc; 
	width: 96%;  
	color: #333; 
	margin-bottom: 5px;
	border-radius: 5px; 
	background: #fff;
	height:150px;
}

.contato1 input.button{
	float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	height:50px;
	width:50%;
	color: #fff;
	text-align: center;
	/* Background gradient */
	background: #252525;
	/* Border style */
	border-radius: 4px;
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-position: 0% 0%;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.contato1 input.button:hover {
	background: #0093cb;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.contato2{
	width: 35%;
	float:left;
	margin-top: 2%;
}

.contato3{
	width: 96%;
	float:left;
	margin-top: 2%;
	margin-left: 2%;
}

.button{
	float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-align: center;
	/* Background gradient */
	background: #252525;
	/* Border style */
	border-radius: 4px;
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-position: 0% 0%;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.button:hover {
	background: #0093cb;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.busca{
	width: 70%;
	height: 30px;
	border-radius: 20px;
	border: 0.1px solid #fff;
	margin-top: 2%;	
}

/* FOOTER -------------------------------------------------------------*/

footer{
    width: 100%;
    height: auto;
    background-color: #191919;
    color: #fff;
    font-size: 12px;
	position:relative;
	float:left;
	margin-top: 5%;
}

footer a {
	color: #fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	
}

footer a:hover {
    color: #0093cb;
	text-decoration: none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.roda{
	width: 20%;
	float: left;
	margin-top: 55px;
	margin-left: 2%;
	font-family: 'Open Sans', Arial, serif;
	font-size: 1.0em;
	font-weight: 300;
	line-height: 1.8em;
	color:#fff;
}

.traco_rodape{
	width: 100%;
	height: 1px;
	background: url(../images/traco_rodape.png);
	margin-top: 2.5%;
	margin-bottom: 2%;
	float: left;
}

#rodape img {
    vertical-align: middle;
}

#site-info {
    text-align: center;
    margin: 0 auto;
    float: left;
	margin-bottom: 2%;
	color:#FFF;
}

#by-site {
    float: right;
    position: relative;
	margin-bottom: 2%;
}


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

@media only screen and (max-width :800px){
	
	#logo{
		width: 100%;
		text-align:center;
		-webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;	
	}
	
	#menu_mobile{
		display: block;	
	}
	
	#menu{
		display: none;	
	}
	
	.cliente{
		display: none;	
	}
	
	#miolo {
		padding: 0;
	}
	
	#miolosub{
		width: 98%;
		padding: 10px;	
	}
	
	.noticias{
		width: 45%;
		margin-left: 4%;
	}
	
	.calendario{
		width: 45%;	
	}
	
	.acesso{
		width: 98%;
		text-align:center;
		margin-top: 4%;
		margin-left: 2%;	
	}
	
	.tit_banner{
		text-align:center;
		margin-top: 7%;	
	}
		
}

@media only screen and (max-width :700px){
	
	.valores{
		width: 100%;
		text-align: center;
		margin-top: 2%;	
	}
	
	.roda{
		width: 100%;
		text-align:center;	
	}
	
	.traco2{
		display:none;	
	}
	
	#site-info{
		width: 100%;
		text-align: center;	
	}
	
	#by-site{
		width: 100%;
		text-align: center;		
	}
		
}

@media only screen and (max-width :500px){
	
	.traco{
		display: none;	
	}
	
	.contato1{
		width: 96%;
		margin-left: 2%;
	}
	
	.contato2{
		width: 96%;
		margin-left: 2%;
	}
	
	.noticias{
		display:none;
	}
	
	.calendario{
		display:none;
	}
	
	.tit_banner{
		text-align:center;
		margin-top: 10%;	
	}
}

@media only screen and (max-width :400px){
	
	.destaque1{
		width: 100%;
		text-align:center;	
	}
	
	.destaque2{
		width: 100%;
		text-align:center;	
	}
	
	.destaque3{
		width: 100%;
		text-align:center;	
	}
	
	.destaque4{
		width: 100%;
		text-align:center;	
	}
	
	.destaque5{
		width: 100%;
		text-align:center;	
	}
	
	.destaque6{
		width: 100%;
		text-align:center;	
	}
	
	.tit_banner{
		text-align:center;
		margin-top: 13%;	
	}
}