@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


* { margin:0; padding:0; }

html {
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color:#FFF;
	font-family:    'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	overflow: auto;
	color:#fff;
	top: 0;
	left: 0;
}

body {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family:   'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	color:#FFF;
	font-style:  normal;
    font-weight: normal;
	font-size: 15px;
}


.titulo {
	display:inline-block;
	font-size: 35px;
	color:#aa3234;
	padding: 5px;
	line-height: 60px;
	}

.text {
	display: block;
	width: 100%;
	color:#666;
	padding: 5px;
	}
	
	
.subtitulo {
	font-size: 25px;
	color:#64870a;
	padding: 10px;
	}

.img_titulo {
	display:block;
	width: 349px;
	height: 97px;
	z-index: 0;
	left: 50px;
	top: -15px;
	position: relative;
	}	

.txt {
	display:block;
	margin-top: 10px;
	font-size: 18px;
	color:#8c4a09;
	line-height: 30px;
	padding: 10px;
	margin-left: 50px;
	text-align:left;
	width: 90%;
	}		

.titulo_rep	{
	font-size: 18px;
	line-height: 34px;
	text-align:left;
	font-weight:300;
	color: #666;
	}
	
.text_rep	{
	font-size: 16px;
	text-align:left;
	color: #999;
	}	
	
.mensagem_rep	{
	color:#666666;
	width: 450px;
	font-size: 17px;
	text-align:left;
	display:block;
	padding: 20px;
	margin-left: 50px;
	}		
	
.email_rep	{
	font-size: 16px;
	background-color:#FFF;
	text-align:left;
	}
			
#repres {
	display:block;
	cursor:pointer;
	color:#666666;
	width: 450px;
	margin-left: 20px;
	height: auto;
/*	background-color:#FFF; */
	padding: 10px;
	border-bottom: 1px #999 dashed;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
	 -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
	}	
	
#repres:hover {
	color:#666;
	background: rgba(255, 255, 255, 0.5); 
	border-bottom: 1px #999 dashed; 
/*	background-image:url(../images/icon_rep.png);*/
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 20px;
	}		

#endereco {
	display:block; 
	margin-top: 20px;
	margin-left: 0px;
	font-size: 15px;
	font-style:italic;
	color:#666;
	line-height: 18px;
/*	background-color:#FFF; */
	padding: 0px;
	text-align:left;
	width: 400px;
	}		
#fund_est {
	display:none;
	width: 100%;
	height: 100%;
	background-image:url(../images/fund_estilo.png);
	background-repeat:repeat;
	z-index:1;
	position:fixed;
	}
#fundo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url(../images/fund-2.jpg);
	background-position:center;
	background-size:cover;
	}



#rodape {
	position: fixed;
	bottom: 0px;
	width: 100%; 
	padding: 3px;
	height: 40px; 
	z-index: 100;
	border-top: 5px solid #9D3147; 
/*	background-color:#FFF; */
	right: 0;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	text-transform:uppercase;
	background-color: #9D3147;
/*	background-color:#ED3237; */
	z-index: 0;
	color:#FFF;
}

#rodape v1 {
	display:block;
	width: auto;
	padding: 5px;
	text-align:left;
	margin-left: 30px;
	font-size: 12px;
	color:#FFF;

	}
/* conteudo */

#conteudo {
	position:relative;
	bottom: 0px;
	top: 150px;
	left: 30px;
	margin-top:  0px;
	margin-right: 0px;
	margin-left: 20px;
	padding: 0px 0px 200px; 
	width: 50%;
	min-width: 450px;
	border:0px solid #666; 
	text-align:justify;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 15px;
}

.list_downloads {
	display: block;
	float:  left;
	margin: 10px;
    width: 200px;
    height: 133px;
}

#conteudo v1_red {
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 25px;
	color:#ed3237;
	}

#conteudo v2_red {
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 13px;
	color:#ed3237;
	text-align:left;
	float:left;
	}

#conteudo v1 {
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 18px;
	color:#000;
	}


/* downloads */

#conteudo .img_down {
	width: 105px;
	height: 70px;
	float:left;
	border:#000 4px solid;
	}

#conteudo .img_down:hover {
	width: 105px;
	height: 70px;
	float:left;
	border:#F00 4px solid;
	}	
	
#conteudo .logout {
	width: 100%;
	height: 80px;
	float:left;
	margin-top: 10px;
	}	

/* Formulario representantes */

#form_rep {
	display: block;
	width: 280px;
	padding: 20px; 
	height: 40px;
/*	background-color:#FFF; */
	margin-bottom: 10px;
	margin-left: 0px;
	}

#form_rep select {
	padding: 15px;
	color: #6e3d0c; 
	border: 0;
	float:left;	
	width: 105px;
	height: 57px;
	background-color: #FFF;
	border: 3px solid #a33234;
	background-position:center;
	background-repeat:no-repeat;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 16px;	
	}


#form_rep .enviar {
	display: block;
	margin-left: 10px;
	float:right;
	background: #FFF;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 16px;	
	border: 0;
	width: 159px;
	height: 57px;
	cursor: pointer;
	background-color: #FFF;
	border: 3px solid #a33234;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
	 -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;

	}

#form_rep .enviar:hover {
	color: #a33234; 
	}	


/* Formulario Login */

#form_logar input {
	padding: 10px;
	background-color:#FFF;
	border: 0;
	margin-bottom: 3px;
	}	
	

/* Formulário de contato */	

.form {
	font-family:  'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	font-size: 15px;
	font-style:italic !important;
	font-style:  normal;
    font-weight: normal;	
	color:#6e3d0c;	
	margin-top: 5px;
	margin-left: 1px;
	min-height: 230px;
	padding: 10px;
	}
	
.form label {
	padding: 1px;
	border: 0;
	color:#6e3d0c;	
	float:left;
	display: inline;
	/*width: 175px;*/
	margin-right: 10px;
	
	}
	
.form label_1 {
	padding: 0px;
	margin-left: -25px;
	border: 0;
	color:#6e3d0c;
	float:right;
	display: inline;
	width: 100%;
	}

.form input {
	padding: 10px;
	margin-left: 0px;
	border: 0px #5B5B00 solid;
	color:#5B5B00;
	background: #FFF;	
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	font-style:  normal;
    font-weight: normal;	
	font-size: 12px;
	}	

.form .enviar {
	display: block;
	margin-top: 10px;
	float: left;
	padding: 10px;
	cursor: pointer;
	width: 159px;
	height: 57px;
	background-color:transparent;
	background-image:url(../images/bot_enviar.png);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFF;
	}

.form .enviar:hover {
		 -webkit-filter: hue-rotate(180deg); 
	}	

/*
.form .enviar:hover {
	border: 3px solid #069;
	background-color: #09C;
	color: #FFF;
	}
	*/
	
.form textarea {
	padding: 10px;
	width: 70%;
	border: 0px #5B5B00 solid;;
	color:#6e3d0c;
	background: #FFF;	
	margin-top: 5px;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	font-style:  normal;
    font-weight: normal;	
	font-size: 16px;
	}	

.form select {
	padding: 10px;
	border: 0px #5B5B00 solid;;
	color:#6e3d0c;
	background: #FFF;	
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	font-style:  normal;
    font-weight: normal;	
	font-size: 16px;
	}		

	
.form .txt {
	display:block;
	padding: 5px;
	float:left;
	border: 0px solid #FFF;
	color:#FFF;
	width: 60px;
	text-align:right;
	}	
	

#texto_cont {
	width: 100%;
	height:auto;
	float:left;
	display: block;
	margin-left: 0;
	margin-top: 10px;
	}	
	
	
/* Formulário de downloads */	

#form_downloads label {
	padding: 3px;
	border: 0;
	color:#000;
	float:left;
	display: inline;
	width: 320px;
	}
#form_downloads label_1 {
	padding: 0px;
	margin-left: -25px;
	border: 0;
	color:#000;
	float:right;
	display: inline;
	width: 100%;
	}

#form_downloads input {
	padding: 10px;
	border: 0;
	color:#000;
	background: #8fc74a;
	}	

#form_downloads .Botao {
	display: block;
	margin-left: 98px;
	margin-top: 10px;
	float: left;
	cursor: pointer;
	}

#form_downloads textarea {
	padding: 10px;
	border: 0;
	color:#000;
	}	

#form_downloads select {
	padding: 10px;
	border: 0;
	color:#000;
	}		
#form_downloads .txt {
	display:block;
	padding: 10px;
	float:left;
	border: 0;
	color:#000;
	width: 75px;
	text-align:right;
	}	
	

/* link */		

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




a.rodape {text-decoration:none; color:#FFF; font-size:14px;}
a.rodape:hover {text-decoration:none; color:#F9A6B8; }
	

	

/* Formulário download */	

#form_down  {
	width: 400px;
	}

#form_down label {
	padding: 1px;
	border: 0;
	color:#000;
	float:left;
	display: inline;
	width: 300px;
	}
	
#form_down input {
	padding: 5px;
	border: 0;
	color:#000;
	background: #8fc74a;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;
	font-style:  normal;
    font-weight: normal;	
	font-size: 16px;
	
	}	

#form_down .enviar {
	display: block;
	margin-left: 80px;
	margin-top: 15px;
	float: left;
	cursor: pointer;
	}

#form_down .txt {
	display:block;
	padding: 10px;
	float:left;
	border: 0;
	color:#000;
	width: 60px;
	text-align:right;
	}	

/* Formulário de Curriculo */	

#form_curriculo label {
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	padding: 3px;
	border: 0;
	color:#FFF;
	float:left;
	display: inline;
	width: 320px;
	}
#form_curriculo label_1 {
	padding: 0px;
	margin-left: -25px;
	border: 0;
	color:#000;
	float:right;
	display: inline;
	width: 100%;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;		
	}

#form_curriculo input {
	padding: 5px;
	border: 0;
	color:#fff;
	background: #f58634;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
	font-size: 16px;	
	}	

#form_curriculo .enviar {
	display: block;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	padding: 10px;
	cursor: pointer;
	}

#form_curriculo textarea {
	padding: 5px;
	border: 0;
	color:#fff;
	background: #f58634;
	}	

#form_curriculo select {
	padding: 7px;
	border: 0;
	color:#fff;
	background: #f58634;
	}	
		
#form_curriculo .txt {
	display:block;
	padding: 10px;
	float:left;
	border: 0;
	color:#000;
	width: 75px;
	text-align:right;
	}	

#rel_prod {
	display:block;
	width: 100%;
	min-width: 640px;
	}

#rel_prod li {
	display:block;
	width: 200px;
	margin-left: 10px;
	text-align:center;
	float:left;
	margin-bottom: 15px;
	}
	
#rel_prod img {
	display:block;
	width: 190px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;	
		}	
	
#rel_prod img:hover {
transform: scale(1.2);
		}	
.link_pro {
	margin-top: -22px;
	display:block;
	width: 182px;
	color: #921f3d;
	padding: 8px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', 'Archivo Narrow', sans-serif;	
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
       -o-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;	
	
	}	

.link_pro:hover {
	color: #000;
 transform: scale(1.2);
	}			
		
#enviando {
  color: #FFF;
  background-color: #00DF04;
  padding: 10px;
}	


.send {
	width: auto;
	padding: 5px;
	float: left;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #FFF;
	color: #000;
	font-family:   'Open Sans Condensed', 'Archivo Narrow', sans-serif !important;
	font-size: 15px !important;
	text-transform:uppercase;
	-webkit-transition: background 0.3s linear; 
	-moz-transition: background 0.3s linear; 
	-o-transition: background 0.3s linear; 
	transition: background 0.3s linear; 
}
.send:hover{
	background: #aa3234;
	color: #FFF;
}

#clear {
	display:block;
	width: 100%;
	height: 60px;
	float:left;
	}