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

hr{
	border-top:1px solid #fff;
}

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

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

/* Logo ------------------------------------------------------------*/
.logo{
	padding:2% 0 0 0;
}

/*Foto---------------------------------------------------------------*/

.foto img{
	border:5px solid #eee;
	margin-bottom:15px;
}


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

.text-align{
	text-align:right;
}

/* Padding ------------------------------------------------------------*/
.padding-menu{
	padding:55px 0 0 0;
}

.padding-1{
	padding:20px;
}

.margin-2{
	margin-bottom:3%;
}

.padding-top{
	padding-top:3%;
}

.padding-2{
	padding:3% 0 ;
}

/*Bg-------------------------------------------------------------------*/

.bg-home{
	background: url(../images/bg-cinza.png) #f9f9f9 no-repeat top center;
}

/*Title----------------------------------------------------------------*/

.title{
	border-left:8px solid #0c8041;
	padding-left:2%;
}


.title h2{
	font-size:1.3em !important;
	text-transform:uppercase;
	font-weight:300;
	margin-top: 0;
    margin-bottom: 0;
	padding-top: 1%;
}

.title h1{
	font-size:1.7em !important;
	text-transform:uppercase;
	font-weight:bolder !important;
	margin-top: 0;
    margin-bottom: 0;
	padding-bottom: 1%;
}

.home p{
	font-size:15px;
	line-height:25px;
	padding:5%;
}

.home-2 p{
	font-size: 15px;
    line-height: 25px;
    padding: 0 3%;
}

.position{
	position:absolute !important;
}

.botao{
    background: #0c8041;
    padding: 4% 3%;
    width: 40%;
    text-align: center;
    float: left;
    margin-left: 5%;
}

.botao a{
	color:#fff;
	font-weight:bolder;
	text-transform:uppercase;
}


.botao-2 {
    background: #0c8041;
    padding: 2% 0;
    width: 20%;
    text-align: center;
    float: left;
    margin-left: 3%;
}

.botao-2 a{
	color:#fff;
	font-weight:bolder;
	text-transform:uppercase;
}

/*Lista Home-----------------------------------------------------------*/

.lista li{
    background: url(../images/marker.png) no-repeat left 16px;
    padding-left: 25px;
    list-style: none;
    line-height: 3em;
    margin-left: 20px;
}

.col-1{
	width: 15%;
	float:left;
}

.col-2{
	width: 23%;
	float:left;
}
.col-3{
	width: 35%;
	float:left;
}

.col-4{
	width: 27%;
	float:left;
}

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

/*Topo--------------------------------------------------------------*/

.topo{
	background:#f5f5f5;
	border:1px solid #dcdbdb;
	color:#8a8a8a;
	font-size:0.8em;
	line-height: 50px;
}

.topo a{
	color:#8a8a8a;
}

.topo img{
	margin-right:4%;
}

.border-topo{
	border-left:1px solid #dcdbdb;
}

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

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

.texto-faixa{
	font-size: 1.3em;
    color: #fff;
    text-align: center;
    padding:30px 20px 50px 20px;
	width: 20%;
    margin: 0 auto;	
}

.texto-faixa span a{
	font-size:1em;
	color:#fff;	
}

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

.texto-faixa h1{
	color:#fff !important;
	font-weight:bolder !important;
	font-size: 1.5em !important;

}
.texto-faixa h2{
    font-size: 0.9em;
    font-weight: 300;
}
/*Titulos-----------------------------------------------------*/

h1{
	color:#000 !important;
	font-size:2em !important;
	font-weight:normal !important;
	margin:0;
	text-transform:uppercase;
}

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

h3{
	color:#1f5989 !important;
	font-weight:normal !important;
	font-size:1.3em !important;
	text-transform:uppercase;
	
}

/*Titulo da Faixa-----------------------------------------------------------------*/

.titulo-pagina{
	background:#0c8041;
	color:#fff;
	margin-top:1%;
}

.titulo-pagina h1{
	color: #fff !important;
    font-weight: bolder !important;
    padding: 2%;
}

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

.empresa{
	line-height:2em;
}

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

.section-2{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	background:#f2f2f2;
	padding:1% 0 2% 0;
}

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

/*Telefone--------------------------------------------------------------*/

.telefone a{
	font-size: 1.3em;
    line-height: 2em;
}

.email a{
	font-size: 1.1em;
    line-height: 2em;
}

/* Contato -------------------------------------------------------------*/
input .btn, input[type="submit"]{
    width: 20%;
	background:#0c8041 !important;
	color:#fff;
	font-weight:bolder;
	text-transform:uppercase;	
}

input{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
    padding: 3px;
    border: 1px solid #ccc;
    width: 32%;
    height: 50px;
    margin-bottom: 2%;
    border-radius: 0px;
    background: #ccc;
    margin-right: 1%;
    color: #000;
    padding-left: 1%;
}

textarea{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	padding: 3px; 
	width: 98%; 
	color:#000;
	margin-bottom:3%; 
	border-radius:0px; 
	background: #ccc;
	padding-left: 1%;
}

::-webkit-input-placeholder {
    color: #000;
   	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
}

:-moz-placeholder {
    color: #000;
   	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
}
/* FOOTER -------------------------------------------------------------*/

footer{
    width: 100%;
    height:auto;
    background:#000;
    color:#7b7979;
    position:relative;
	font-size:1em;
	line-height:1.8em;
	padding-top:2%;
	padding-bottom:2%;
	border-top:8px solid #0c8041;
}

.footer-2{
	background:#021a0d !important;
	color:#fff;
	text-align:center !important;
	font-size:0.8em;
	padding:10px 0;
}

.footer-2 a{
	color:#fff; 
}

footer h5{
	color:#7b7979;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bolder;
}
footer a {
	color:#7b7979 !important;
	margin-bottom:5%;
}



/* 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 :1280px){
.texto-faixa{
	width:35%;
}

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

.conteudo{
	padding:0px 5px;
}
	
ul#main-menu li a {	
    padding: 14px 15px;    
}

	.col-1, .col-2, .col-3, .col-4{
		width:50%;
	}
	
	.texto-faixa{
		width:50%;
	}

}

@media only screen and (max-width :855px){
	
	.exclui-foto{
		display:none !important;
	}

	nav{
		margin-top:0%;
	}
	




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

.link-empresa-2{
	min-height:250px !important;
}

.position{
	position:relative !important;
}

}

@media only screen and (max-width :768px){
	.exclui{
		display:none;
	}
	
}

@media only screen and (max-width :650px){
	.padding-3{
		margin-left:20px !important;
	}
	
	.exclui-foto-2{
		display:none !important;
	}
	.section-3{
	display:none !important;
}
.link-empresa{
	min-height:0 !important;
}
.text-right{
	text-align:center !important;
}

input, textarea{
	width:100%;
}

.col-1, .col-2, .col-3, .col-4{
		width:100%;
	}
	
.texto-faixa {
    width: 100%;
}

.botao-2{
	 width:50%;
}

.padding-menu {
    padding: 55px 0 30px 0;
}

}

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

.menu{
	width:100%;
}
.exclui-coluna{
	display:none !important;
}



}