/*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;
	background:#fff;
	color:#000;
	font-size:0.9em;
}

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

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
	color:#000;
}
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:relative;
	float:left;
}

.boder-header{
	border-top:6px solid #d8d8d8;
	height:6px;
	width:100%;
	margin-bottom:4%;
}

/*Logo*/
.logo{
	width:30%;
	float:left;
	position: absolute;
	margin:0;
	z-index:999;
}

#logo{
	width:100%;
	position:relative;
	float:left;
}

.logo-2{

}


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

.text-align{
	text-align:center;
}
.menu{
	width:100%;
	float:left;
	position:relative;
	text-align: right;
	background:#3b2924;
	height:70px;
}

.menu-bg{
	width:100%;
	float:left;
	position: relative;
	text-align: right;
	background:#311f19;
	height:70px;
	z-index:200;
}

nav {
    width: 100%;
    position: relative;
    float: right;
	margin-top:1.5%;
}


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

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

}


/*Link Home ---------------------------------------------------------*/

#link-home{
	width:100%;
	float:none;
	position:relative;
	padding:0%;
	/*Background Gradient*/
	background:#311f19;
}

.link-home-col{
	width:18%;
	float:left;
	position:relative;
	background:#fffaf2;
	border-top:11px solid #311f19;
	color:#311f19;
	margin-top:-70px;
	margin-right:3%;
	margin-bottom:3%;
	text-align:center;
	padding:2%;
	font-size:1em;
	min-height:245px;
}

.link-home-col h2{
	color:#311f19;
	font-weight:bold;
	font-size:1.3em !important;
	text-transform:uppercase;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-bottom:10px;
}

.link-home-col a{
	color:#311f19;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}
.link-home-col a:hover{
	color:#9d8769;
	text-decoration:none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.link-home-col span{
	font-size:0.7em;
}

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

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

.section-1{
	width:100%;
	float:left;
	position:relative;
}

/*Bem Vindo-----------------------------------------------------*/

.bem-vindo{
	width:45%;
	margin-top:3%;
	margin-bottom:1%;
	margin-right:5%;
	text-align:left;
	float:left;
}

/*Botão--------------------------------------------------------*/
.button-bem-vindo a{
	width:6%;
	position:relative;
	float:right;
	background:#3a5795;
	padding:1.2% 4%;
	color:#fff;
	text-transform:uppercase;
	font-weight:lighter;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button-bem-vindo a:hover{

	background:#9a9a9a;
	color:#fff;
	text-decoration:none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button-saiba-mais a{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:0.9em;
	width:14%;
	position:relative;
	float:left;
	background:#fff;
	border:1px solid #9a9a9a;
	padding:3% 10%;
	margin-top:5%;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button-saiba-mais a:hover{
	color:#fff;
	background:#af0a0a;
	border:1px solid #af0a0a;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}

/*Faixa-------------------------------------------------------*/

.faixa{
	background: url(../images/background.png) no-repeat 50% 50%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
    background-attachment: inherit;
	position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
}
.faixa0{
	background: url(../images/background2.png) no-repeat 50% 50%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
    background-attachment: inherit;
	position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
}

.texto-faixa{
	font-size:3em;
	color:#fff;
	font-weight:500;
	text-align:center;
	padding:50px 20px;

}
.texto-faixa0{
	font-size:2em;
	color:#000;
	font-weight:500;
	text-align:center;
	padding:50px 20px;

}

.texto-faixa span{
	font-size:1em;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;

}

.texto-faixa em{
	font-size:2em;
	line-height:0.5em;
	font-weight:normal;
	font-style:normal;

}
/*Titulos-----------------------------------------------------*/

h1{
	color:#311f19;
	font-size:3.1em;
	font-weight:300;
	margin:0;
	text-transform:uppercase;
}

h2{
	color:#311f19;
	font-size:1.5em;
	font-weight:700;
	margin:0.5% 0;
	text-transform:uppercase;
}

h3{
	color:#311f19;
	font-weight:bold;
	font-size:1.3em;

}

h4{
	color:#3b3b3b;
	text-transform:uppercase;
	font-size:1.7em;
	font-weight:bold;
	padding-left:2%;
	border-bottom:1px solid #ccc;
	margin-bottom:5%;
}
.border{
	width:12%;
	position:relative;
	float:left;
	border-top:6px solid #d8d8d8;
	height:6px;
	margin-top:3%;
}

.h1-margin{
	margin:3% 0;
}
/*Imagens----------------------------------------------------*/

.foto{
	width: 32%;
	margin-right: 5%;
	margin-bottom: 5%;
	float: left;
	position: relative;
}

.foto-servicos{
	width: 32%;
	margin-right: 5%;
	margin-bottom:2%;
	float: left;
	position: relative;
}

.img{
	width:100%;
}

.img-contato{
	float:none;
	width:80%;
	margin-bottom:3%;
}

.img-parceiros{
	width:20%;
	margin-right: 5%;
	margin-bottom: 5%;
	float: left;
	position: relative;
}

/*Section 2------------------------------------------------------------------------*/

.section-2{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
}

.section-2 a{
	color:#7f7f7f;
	text-decoration:none;
}
.colunas{
	float:left;
	position:relative;
	width:45%;
	margin-right:5%;
	text-align:left;
	padding-top:2%;
	padding-bottom:3%;
}

.coluna-1{
	float:left;
	position:relative;
	width:50%;
	margin-right:0%;
	text-align:left;
	padding-bottom:3%;
}
.coluna-2{
	float:left;
	position:relative;
	width:20%;
	font-size:0.7em;
	margin-right:0%;
	text-align:left;
	padding-bottom:3%;
	padding-right:2%;
}

.coluna-3{
	float:left;
	position:relative;
	width:50%;
	margin-right:2%;
	text-align:left;
	padding-left:0%;
	padding-top:2%;
}

.coluna-4{
	float:left;
	position:relative;
	width:20%;
	margin-right:2%;
	text-align:left;
	padding-left:2%;
	padding-top:2%;
}

.coluna-5{
	float:left;
	position:relative;
	width:18%;
	margin-left:2%;
	text-align:left;
	padding-top:2%;
}



/*Noticias-------------------------------*/
.noticias{
	margin-top:0%;
	float:left;
	position:relative;
	width:45%;
	margin-left:5%;
	text-align:left;
	padding-top:2%;
	padding-bottom:3%;
	font-weight:bolder;
}

.noticias a{
	font-weight:normal;
	font-size: 10px;
}
.noticias-mobile{
	display:none;
}
/*Link Uteis------------------------------------------------------*/

.link-col{
	width:28%;
	float:left;
	margin:0 1% 1% 0;
	padding:2%;
	font-size:0.95em;
	min-height:73px;
}
.link-col img{
	float:left;
	margin-right:6%;
	margin-bottom:3%;
}

.link-1 h2{
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.3em;
}

.link-1{
	background:#453530;
	color:#fff;
}

.link-1 a{
	color:#fff;
}

.link-1 a:hover, .link-2 a:hover, .link-3 a:hover{
	text-decoration:underline;
}

.link-2 h2{
	color:#311f19;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.6em;
}

.link-2{
	background:#9d8769;
	color:#311f19;
}

.link-2 a{
	color:#311f19;
}

.link-3 h2{
	color:#311f19;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.6em;
}

.link-3{
	background:#a8957a;
	color:#311f19;
}

.link-3 a{
	color:#311f19
}
/*Section 3 ------------------------------------------------------*/
.section-3{
	width:100%;
	padding-bottom:1%;
	position:relative;
	float:none;
	height:auto;
	background:url(../images/bg-02.png) no-repeat top left #ededed;
	color:#585858;
}

/* Empresa  -------------------------------------------------------*/

.empresa{
	width:44.5%;
	margin-top:3%;
	margin-bottom:6%;
	margin-right:10%;
	text-align:left;
	float:left;
	color:#fff;
	font-size:1em;
	line-height:1.8em;
}
.empresa h1{
	margin-bottom:5%;
}
.texto-empresa{
	background:#453530;
	padding:20px;
}

.empresa-2{
	width:45%;
	float:left;
	position:relative;
	margin-top:6%;
}
.exclui-foto{
}

.exclui-foto-2{
}

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

.margin-top{
	margin-top:5%;
}
/* Servicos -------------------------------------------------------*/

.servicos{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 0%;
	margin-bottom: 1%;

}

.servicos h2{
	margin-top:5%;
	margin-left:2%;
}

.servicos-icon{
	width:20%;
	float:left;
	margin-right:3%;
	margin-bottom:5%;
}

.servicos h1{
	padding-left:0;
	margin-bottom:3%;
	margin-top:3%;
}

.texto-servicos h1{
	padding-left:0;
	margin-bottom:7%;
	margin-top:3%;

}

.texto-servicos{
	width:45%;
	float:left;
	position:relative;
	margin-right:5%;
	line-height:1.6em;
	margin-top:1%;
	margin-bottom:5%;
	min-height:400px;
}










.texto-eventos h1{
	padding-left:0;
	margin-bottom:7%;
	margin-top:3%;

}

.texto-eventos{
	width:28%;
	float:left;
	position:relative;
	margin-right:5%;
	line-height:1.6em;
	margin-top:1%;
	min-height:400px;
}






/*Pagina Links Uteis --------------------------------------------------*/
.link-uteis{
	width:100%;
	margin-top:3%;
}
.online{
	width:45%;
	position:relative;
	float:left;
	margin-bottom:5%;
	margin-right:5%;
	height:auto;
}

.frame_online{
	width:100%;
	background:#c3b29a;
	color: #311f19;
	border:1px solid #c3b29a;
	font-size:1.1em;
	margin-right: 2%;
	margin-top: 2%;
	float:left;
	text-align: left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.frame_online h5{
	text-transform:uppercase;
	font-weight:700;
	font-size:1.1em;
}

.frame_online:hover{
	background-color:#311f19;
    color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* Contato -------------------------------------------------------------*/


.contato{
	width:40%;
	float:left;
	position:relative;
	margin-left:3%;
	margin-top:3%;
	margin-right:5%;
	margin-bottom:1%;
}

.contato-2{
	width:45%;
	float:left;
	position:relative;
	margin-top:3%;
}
.texto-contato{
	line-height:1.6em;
	color:#fff;
	background:#453530;
	padding:20px;
}

.mapa h1{
	padding:1% !important;
}
.mapa{
	width:100%;
	float:left;
	position:relative;
	margin-top:0%;
	margin-bottom:1%;
}

.endereco {
	width:45% !important;
	float:left;
	color:#fff;
	margin-right:5%;
}
.telefone {
	width:50%;
	float:right;
	color:#fff;
	font-size:1.5em;
}


/**Fotmulario*/

.form{
	width:45%;
	float:left;
	position:relative;
	margin-right:5%;
	margin-top:1%;
	margin-bottom:1%;
}
.formulario {
	width:100%;
	margin-left:0%;
	height:auto;
	float: left;
	position:relative;
	font-family: 'Open Sans', Arial, serif;
	color:#7f7f7f;
}
.button{
	width:33%;
	height:35px;
	font-size:1.1em;
	text-transform:uppercase;
	float: left;
	font-weight:300;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	text-align: center;
	background: #311f19;
	border-radius:0;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 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: #a8957a;
	color:#311f19;
	-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;
	padding: 3px;
	border: 1px solid #ccc;
	width: 10%;
	height: 30px;
	margin-bottom:3%;
	border-radius:0px;
	background: #fff;
}
.formulario input{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	padding: 3px;
	border: 1px solid #ccc;
	width: 100%;
	height: 30px;
	margin-bottom:3%;
	border-radius:0px;
	background: #cecece;
}

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

footer{
    width: 100%;
    height:auto;
    background:#311f19;
    color:#ffffff;
    position:relative;
	padding-bottom:0.5%;
	font-size:0.9em;
	line-height:1.8em;
}

footer a{
	color: #fff;
	text-decoration:none;
	font-weight:lighter;
}

footer span{
	text-transform:uppercase;
	font-weight:lighter;
	font-size:1.7em;
}

footer .col{
	width:40%;
	float:left;
	position:relative;
	margin-right:9%;
	margin-top:2%;
	text-align:left;
}

footer .col-2{
	width:21%;
	float:left;
	position:relative;
	margin-right:9%;
	margin-top:2%;
	text-align:left;
}

footer h5{
	color:#fff;
	font-size:1.6em;
	text-transform:uppercase;
	font-weight:bolder;
	margin-bottom:5%;

}

footer .text-align-right{
	text-align: right !important;

}

.border-footer{
	border-top:8px solid #5e5e5e;
}

footer input.btn{
	background:#555;
	border:none;
	border-radius:0;
	width:30%;
	padding:2%;
	float:right;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;

}

/* 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;
  padding-left:130px;
}

.close{
    display:block;
    float: right;
	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: -40px;
	margin-right: 300px;
	/*margin-bottom: 10px;*/
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #25a9e0;
	background-position: 0% 0%;
}



/*Clientes-----------------------------------------------*/

.clientes{
	width:20%;
	float:left;
	position:relative;
	margin-left:2%;
	margin-bottom:1%;
	height:200px;
}
.clientes a{
	color:#5a86c5;
}
.img-clientes{
	width:100%;
	float:none;
	position:relative;
}
/*Responsivo---------------------------------------------*/

@media only screen and (max-width :1024px){

.conteudo{
	padding:0px 5px;
}

ul#main-menu li a {
    padding: 14px 15px;
}

.button{
	width:35%;
	font-size:1.0em;
}

.button-bem-vindo a{
	width:7%;
}

.link-home-col	{
	min-height:230px;
}
.link-col{
	min-height:100px;
}

body {
	font-size:0.8em;
}
    	.popup{
	 width:60%;
}

}
@media only screen and (max-width :970px){

.button-bem-vindo a{
	width:8%;
}
    	.popup{
	 width:60%;
}


}
@media only screen and (max-width :855px){
	.clear2{
		clear:both;
	}
	header{
		height:auto;
	}
	#logo{
		text-align:center;
		margin:0;
	}

	.logo-2{
	 width:70%;
}
	.popup{
	 width:60%;
}

	.menu{
		width:40%;
		margin:0;
		float:right;
	}
	nav{
		margin-top:0%;
	}
	.link-home-col{
		width:20%;
		margin-right:1%;
		min-height:245px;
	}

	#link-home{
		padding:1%;
	}
	.button-bem-vindo a{
		width:9%;
	}
	.button-saiba-mais a{
		font-size:1.1em;
		width:25%;
	}


	.coluna-3{
		width:45%;
	}
	.coluna-4{
		width:22%;
		font-size:0.9em;
		line-height:1.4em;
	}
	.col-1{
		width:45%;
		margin-right:5%;
	}
	.link a{
		font-size:0.8em;
	}
 	h4{
		font-size:1.5em;
 	}
	footer h5{
		font-size:1.4em;
	}
	footer span{
		font-size:1.4em;
	}

	.exclui-foto-2{
		display:none;
	}

	.link-home-col	{
	min-height:250px;
	}
	.link-col{
	min-height:110px;
	}
	.endereco, .telefone{
		width:100%;
	}
	.frame_online{
		padding-right:20px;
		width:95%;
	}
}
@media only screen and (max-width :770px){
.link-home-col{
	min-height:280px;
}
    	.popup{
	 width:60%;
}
}
@media only screen and (max-width :610px){
.clearout{
	clear:both;
	display:block;
}
	.logo-2{
	 width:100%;
}
.bem-vindo, .noticias{
	width:100%;
	margin-left:0%;
}

#link-home{
	display:none;
}
.exclui-foto{
		display:none;
}
.bem-vindo{
	margin-top:0px;
}
.button-bem-vindo a{
	float:none;
	width:100%;
}
.form{
	width:95%;
	float:none;
	margin:0%;
	position:relative;
}

.texto-contato{
	width:93%;
	float:none;
	margin-bottom:3%;
	height:auto;
}
.section-3{
	margin-top:5%;
	width:100%;
	float:none;
	position:relative;
}
.contato{
	margin-top:0%;
}
.coluna-4, .texto-quem-somos, .texto-servicos, .texto-bemvindo, .btn, .online, .foto, .empresa, .empresa-2 {
	width:100%;
	float:none;
	position:relative;
	margin-bottom:2%;
}

.contato, .contato-2{
	width:95%;
}

.contato-2{
	margin-left:3%;
}

.link-uteis{
	width:100%;
	float:none;
	position:relative;
	height:auto;
	margin-bottom:5%;
}
.texto-servicos h1{
	margin-bottom:5%;
	font-size:1.5em !important;
}

h4{
		font-size:1.2em;
 	}

.exclui-foto-2{
	display:block;
	margin-bottom:2%;
}
.coluna-3, .coluna-1, .exclui-coluna, .colunas, .coluna-5, .border{
	display:none;
}
.boder-header{
	border:none;
}
footer .col{
	width:45%;
	margin-right:5%;
}

	.link-col{
	min-height:170px;
	text-align:center;
	}

	.link-col img{
		float:none;
	}

.servicos-icon{
	display:none;
}

.texto-servicos{
	min-height:0px;
}
    	.popup{
	 width:60%;
}

}
@media only screen and (max-width :550px){




.coluna-1, .colunas-3{
	width:95%;
}
.exclui-foto-2{
	display:none;
}

}

@media only screen and (max-width :550px){

h1{
	font-size:2em;
}
h2{
	  margin:0;
  }
.section-3{
	background:#eee;
}
.bem-vindo{
	width:100%;
	float:none;
	margin:0%;
	height:auto;
	padding-bottom:10px;
}

.texto-bemvindo{
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}

.link{
	width:100%;
	float:none;
	margin-bottom:5%;
}

.link p{
	margin:0;
	padding:0px;
}

.texto-quem-somos{
	margin-bottom:5%;
}
.empresa, .empresa-2{
	width:100%;
}

footer{
		margin-top:2%;
		padding-top:2%;
}

footer .col-2, footer .col{
	width:100%;
	text-align:center;

}

.faixa{
	display:none;
}


.link-col{
	width:100%;
	min-height:200px;
}


}

@media only screen and (max-width :400px){
	.logo{
	width:100%;
	position:relative;
}
.menu{
	width:100%;

}
.menu-bg{
	height:120px;
}

#banner{
	display:none;
}
#miolo{
	margin-top:6% !important;
}

.bem-vindo{

	padding-top:60px;
}

.link-col{
	width:100%;
	min-height:150px;
}
.frame_online, .texto-contato{
	width:85%;
}
}
