/**************************************************************************************************/
/** Includes **************************************************************************************/
/**************************************************************************************************/

@import url("../geral/reset.css");
@import url("../geral/body.css");
@import url("../geral/classes.css");

@import url("../estrutura/topo.css");
@import url("../estrutura/rodape.css");



/**************************************************************************************************/
/** Fale Conosco - Geral **************************************************************************/
/**************************************************************************************************/

section#conteudo h1 {

  background-image:url('../../../imagens/titulos/fale-conosco.jpg');
}



/**************************************************************************************************/
/** Fale Conosco - Formulario *********************************************************************/
/**************************************************************************************************/

section#conteudo article:nth-of-type(1) {
  
  float:left;
  
  width:474px;
  margin:0px 0px 0px 0px;
}


section#conteudo article:nth-of-type(1) form fieldset {
  
  display:table;
}


section#conteudo article:nth-of-type(1) form fieldset legend {
  
  display:none;
}


section#conteudo article:nth-of-type(1) form fieldset label {
  
  float:left;
  display:block;
  
  width:227px;
  height:23px;
  
  font-size:15px;
  font-weight:bold;
  color:#222222;
}


section#conteudo article:nth-of-type(1) form fieldset label[for="telefone"],
section#conteudo article:nth-of-type(1) form fieldset label[for="departamento"] {
  
  float:right;
  margin:-23px 0px 0px 0px;
}


section#conteudo article:nth-of-type(1) form fieldset input,
section#conteudo article:nth-of-type(1) form fieldset select,
section#conteudo article:nth-of-type(1) form fieldset textarea {
  
  float:left;
  
  width:215px;
  height:30px;
  
  margin:0px 0px 15px 0px;
  padding:0px 5px 0px 5px;
  
  font-size:12px;
  color:#000000;
  
  border-width:1px;
  border-style:solid;
  border-color:#468C00;
  
  background-color:#E5FF99;
}


section#conteudo article:nth-of-type(1) form fieldset input#nome {
  
  width:462px;
}


section#conteudo article:nth-of-type(1) form fieldset input#email,
section#conteudo article:nth-of-type(1) form fieldset input#celular {
  
  clear:both;
}


section#conteudo article:nth-of-type(1) form fieldset input#telefone {
  
  float:right;
}


section#conteudo article:nth-of-type(1) form fieldset select {
  
  float:right;
  
  width:227px;
  height:32px;
  
  padding:2px 2px 2px 2px;
}


section#conteudo article:nth-of-type(1) form fieldset textarea {
  
  width:462px;
  height:78px;
  
  padding:5px 5px 5px 5px;
}


section#conteudo article:nth-of-type(1) form fieldset input#enviar {
  
  float:right;
  
  width:inherit;
  height:38px;
  
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  
  font-size:30px;
  font-weight:bold;
  text-align:center;
  color:#76930A;
  
  cursor:pointer;  
  border:none;
  background-color:transparent;
}



/**************************************************************************************************/
/** Fale Conosco - Mapa ***************************************************************************/
/**************************************************************************************************/

section#conteudo article:nth-of-type(2) {
  
  float:right;
  
  width:462px;
  margin:0px 0px 0px 0px;
}


section#conteudo article:nth-of-type(2) h2 {
  
  font-size:22px;
  font-family:HelveticaNeueLTPro,Tahoma,Arial,Geneva,sans-serif;
  font-weight:normal;
  color:#008348;
}


section#conteudo article:nth-of-type(2) img {
  
  margin:15px 0px 0px 0px;
}


section#conteudo article:nth-of-type(2) a {
  
  float:right;
  display:block;
  
  height:20px;
  
  margin:10px 14px 0px 0px;
  padding:2px 0px 0px 27px;
  
  background-image:url('../../../imagens/geral/icone-lupa.png');
  background-repeat:no-repeat;
}


section#conteudo article:nth-of-type(2) p {
  
  font-size:13px;
  color:#52592A;
}