/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset 
/*-----------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size:100%;
vertical-align:baseline;
margin:0;
padding:0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup
/*-----------------------------------------------------------------------------------*/

body {
background-color:#fff;
color:#555;
font-family:'Open Sans', sans-serif;
font-size:13px;
font-weight:300;
line-height:20px;
margin-right:0 !important;
}

ol,ul {
list-style:none;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

table{
border-collapse:collapse;
border-spacing:0;
}

a {
color:#555;
text-decoration:none;
}

a:hover {
text-decoration:none;
color: #999;

-moz-transition:all 500ms ease 0s;
-o-transition:all 500ms ease 0s;
-webkit-transition:all 500ms ease 0s;
transition:all 500ms ease 0s;
}

a:focus {
outline: 0; 
}

p {
line-height:20px;
margin-bottom:9px;
font-weight:400;
display: table;
}


strong {
color:#000;
font-weight:700;
}

img {
max-width:100%;
height:auto;
}

.underline {
border-bottom:1px solid #b4b4b4;
display:inline-block;
}

.hidden {
display:none;
}

input[type="text"]:focus, textarea:focus{
outline: 0; 
}

h1,h2,h3,h4,h5,h6 {
font-weight:300;
color:#555;
}

h1 {
font-size:106px;
line-height:100px;
margin-bottom:20px;
}

h2 {
line-height:70px;
font-size:60px;
margin-bottom:20px;
}

h3 {
line-height:40px;
font-size:35px;
margin-bottom:10px;
}


h4{
line-height:38px;
font-size:30px;
margin-bottom:10px;
}

h5{
line-height:21px;
font-size:14px;
margin-bottom:10px;
text-transform: uppercase;
}

h6{
line-height:21px;
font-size:12px;
margin-bottom:10px;
text-transform: uppercase;
}

.left {
float:left!important;
}

.right {
float:right!important;
}

h2 .line {
	letter-spacing: -5px;
	color: #f04642;
	font-weight: 600;
	margin-right: 10px;
}

h3 .line {
letter-spacing:-5px;
color:#f04642;
font-weight:400;
}

h2 .whiteline {
letter-spacing:-5px;
color:#fff;
font-weight:600;
}

.fixed {
position:fixed;
top:0;
z-index:999;
}

.clear { clear: both; }


#tudo{
	position: relative;
	top: 262px;
	width: 100%;
}
.header{
	position: relative;
	width: 100%;
	height: 600px;
	background: #999;
}
.header-mobili{
	display: none;
}
.header_fixo{
	position: fixed;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
	height: 104px;
	top: 0px;
	left: 0px;

} 
.logo{
	height: 89px;
	position: absolute;
	top: 8px;
	width: 236px;
}

.menu{
	position: absolute;
	right: 0px;
	top: 15px;
} 
.zap{
	position: fixed;
	width: 189px;
	z-index: 998;
	height: 38px;
	bottom: 70px;
	right: 0px;
	background:url('images/whats.jpg') no-repeat ;background-position:0px 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.zap:hover{background:url('images/whats.jpg') no-repeat ;background-position:0px -38px;	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*menu principal*/

.container {
	width: 990px;
	margin: 0 auto;
}

ul, li {
 margin: 0; padding: 0;
}

#blob {
	position: absolute;
	top: 0;
	z-index: 1;
border-bottom: solid 1px #bcba94;
}

#nav {
	position: relative;
	float: right;
	color: #0099cc;
	width: 800px;
	margin-top: 20px;
	z-index: 2;
}

#nav li {
 float: left;
 list-style: none;
}

#nav li a {
 color: #000;
 position: relative;
 z-index: 2;
 float: left;
 font-size: 16px;
 font-family:"Century Gothic";
 text-decoration: none;
 padding:2px 13px;
}

/*final do menu principal*/


#textura{
	position: relative;
	width: 100%;
	background-image:url(imagens/fd_texturas.jpg);
	background-repeat:no-repeat;
}

#textura2{
	position: relative;
	width: 100%;
	background-image:url(imagens/fd_texturas2.jpg);
	background-repeat:no-repeat;
}

#conteudo_textos{
	min-height: 500px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#parte_inteira{
	width: 100%;
	min-height: 680px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	float: left;
}
#parte_inteira p{
	font-family: "Century Gothic";
	font-size: 1em;
	text-align: justify;
}
#parte_inteira img{
	float: right;
	margin-left: 15px;
}

#botao_mais{
	width: 90px;
	height: 30px;
	position: relative;
	background-color: #9d0a0a;
	margin: -20px -10px 0 0;
	padding: 0;
	float: right;
	z-index: 12;
	text-align: center;
	border-radius: 8px;
}

#botao_consultas{
	width: 90px;
	height: 30px;
	position: relative;
	background-color: #9d0a0a;
	margin: -20px 0 0 -10px;
	padding: 0;
	float: left;
	z-index: 12;
	text-align: center;
	border-radius: 8px;
}

#lateral_direita{
	width: 250px;
	height: 500px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	float:right;
}

#acesso_rapido{
	width: 990px;
	height: 90px;
	position:relative;
	margin: 30px 0 0 0;
	padding: 0;
	text-align:center;
}

/*IMAGEM DA HOME */

.banner{
	width: 100%;
	height: 600px;
	overflow: hidden;
	z-index: 0;
	position: absolute;
	top:0;
	left:0;
}
.banner img{
	width: 100%;
}

.login, .senha {
	color: #55531a;
	font-size: 15px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: bold;
	width: 300px;
	height: 33px;
	border: none;
	margin: 10px 0;
	padding-right: 8px;
	padding-left: 30px;
	border-radius: 5px 5px 5px 5px;
	background-color: #7fe4ec;
	background-repeat: no-repeat;
	background-position: 6px 8px;
	display: table;
}
.login {
	background-image: url(images/icon-username.png);
}
.senha {
	background-image: url(images/icon-password.png);
}
.login:focus, .senha:focus {
	box-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.5 );
}
.button {
	border: 0px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	color: #fff;
	background: #207169;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: 0.15s background ease;
	-moz-transition: 0.15s background ease;
	-ms-transition: 0.15s background ease;
	-o-transition: 0.15s background ease;
	transition: 0.15s background ease;
	box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 8px 10px;
}
.button:hover {
	background: #fe0000;
}
.button:active {
	background: #838039;
}

/* FIM DAS IMAGENS DA HOME */

/**************************************************************************/
.titulos{
	font-family:"Times News Roman";
	font-style:italic;
	font-size: 22px;
	line-height: 16px;
	color:#333;
}

.titulos_maior{
	font-family:"Times News Roman";
	font-style:italic;
	font-size: 26px;
	line-height: 16px;
	color:#9d0a0a;
}

.descritivos_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	text-decoration:none;
	text-align:justify;
}

.texto_site_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	text-decoration:none;
	text-align:justify;
}

.txt_bt_saibamais{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

.txt_bt_saibamais:hover{
	color:#ccc;
}

.divisoriaConteudo {
	position: relative;
	width: 100%;
	height: 30px;
	background: #e1e1e1;
	margin-bottom: 50px;
}
.txt_box{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333333;
	font-size: 12px;
	padding:7px 0;
	resize:none;
	margin-bottom:2px;
	border-radius:3px;
	text-indent:10px;
	border:1px solid #999;
	text-align:left;
}

.msystem{
	font-family:"Century Gothic";
	font-size: 13px;
	color:#666;
	text-align:center;
	font-weight:bold;
}

.msystem:hover{
	color:#333;
}

.acesso_rapido {
	background-size:110px;
	border:0;
}
.acesso_rapido:hover {
	filter: alpha:(opacity=100);
	opacity:0.7;
}

.divisa_linha{
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#333333;
}

.links_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	text-decoration:none;
	text-align:left;
}

.links_txt:hover{
	color:#666;
}

.rodape {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	width: 100%;
	height: 50px;
	background: #333;
}

.col-rodape {
	position: fixed;
	bottom: 0px;
	left: 0px;
	float: left;
	width: 100%;
	z-index: 999;
}

.wrapper .col {
	width: calc(100% / 3);
	padding: 0;
}
.col {
	padding: 10px;
	width: -webkit-calc(100% / 3 – 20px);
	width: -moz-calc(100% / 3 – 20px);
	width: calc(100% / 3 – 20px);
	float: left;
	height: 100%;

}
.col-center {	padding: 3% 15%;	float: left;	text-align:center;	}
.col.one {	background-color: #8c7c55; 	height: 70px;}
.col.two {	background-color: #aa9f69; 	height: 70px;}
.col.three {	background-color: #637e4c; 	height: 70px;}
.col.one:hover, .col.two:hover, .col.three:hover{	background-color: #20b7ce;}

.col img {
	width: 100%;
}

.col-resp{

}

/*  GALERIA RESPONSIVA   */

.wrap {
   overflow: hidden;
   margin: 10px;
}
.box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 10%;
}
.boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
}
.boxInner img {
   width: 100%;
}
.boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}
@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 33.3%;
      padding-bottom: 33.3%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
}

/* ACORDEON EFEITOS  */

/* Accordion Efeito  */

.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c4cebb;
	color: #514f17;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.box-msn {
    background: #c4cebb;
    color: #514f17;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
	padding: 20px; margin: 20px 0;
	float: left;
	font-size: 18px!important;
	text-align: left !important;
}