/**************************************************************************************************/
/** 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");



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

section#conteudo h1 {

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



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

section#conteudo article:nth-of-type(1) {
  
  width:960px;
  padding-bottom:30px;
}


section#conteudo article:nth-of-type(1) img {
  
  float:left;
  
  margin:0px 20px 10px 0px;
  padding:5px 5px 5px 5px;
  
  border-width:1px;
  border-style:solid;
  border-color:#DDDDDD;
}


section#conteudo article:nth-of-type(1) p {
  
  margin:0px 0px 10px 0px;
  
  font-size:12px;
  text-align:justify;
  color:#333333;
}



/**************************************************************************************************/
/** Empresa - Áreas de Atuação: Geral *************************************************************/
/**************************************************************************************************/

section#conteudo article:nth-of-type(2) {
  
  width:960px;
  height:350px;
  
  background-image:url('../../../imagens/geral/fundo-slider-areas-atuacao.png');
  background-position:center 65px;
  background-repeat:repeat-y;
}


section#conteudo article:nth-of-type(2) h1 {

  position:inherit;
  display:block;
  
  width:950px;
  height:34px;
  
  margin:0px 0px 20px 0px;
  padding:18px 0px 0px 10px;
  
  font-size:20px;
  font-family:HelveticaNeueLTPro,Tahoma,Arial,Geneva,sans-serif;
  font-weight:normal;
  text-shadow:1px 1px 1px #000000;
  text-align:left;
  color:#FFFFFF;
  
  background-image:url('../../../imagens/geral/fundo-titulo-areas-atuacao.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/**************************************************************************************************/
/** Empresa - Áreas de Atuação: Listagem **********************************************************/
/**************************************************************************************************/

section#conteudo article:nth-of-type(2) ul li {
  
  width:178px;
}


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


section#conteudo article:nth-of-type(2) ul li span {
  
  display:block;
  
  width:178px;
  margin:10px 0px 0px 0px;
  
  font-size:20px;
  font-family:HelveticaNeueLTPro,Tahoma,Arial,Geneva,sans-serif;
  font-weight:normal;
  text-align:center;
  color:#4A5E18;
  line-height:25px;
}



/**************************************************************************************************/
/** Empresa - Áreas de Atuação: Slider ************************************************************/
/**************************************************************************************************/

section#conteudo article:nth-of-type(2) .bx-wrapper .bx-viewport {

  border:none;
  box-shadow:none;
  background:transparent;
}


section#conteudo article:nth-of-type(2) .bx-wrapper .bx-prev,
section#conteudo article:nth-of-type(2) .bx-wrapper .bx-next {
  
  top:110px;
}


section#conteudo article:nth-of-type(2) .bx-wrapper .bx-prev {
  
  left:-35px;
}


section#conteudo article:nth-of-type(2) .bx-wrapper .bx-next {
  
  right:-35px;
}



/**************************************************************************************************/
/** Empresa - Áreas de Atuação: Tooltip ***********************************************************/
/**************************************************************************************************/

#tooltip {
  
  position:absolute;
  z-index:3000;
  
  width:570px;
  height:224px;
  
  margin:0px 0px 0px 0px;
  padding:15px 10px 0px 15px;
  
  background-repeat:no-repeat;
}


#tooltip.fundo {
  
  height:160px;
  padding:70px 10px 0px 15px;
  
  background-image:url('../../../imagens/geral/fundo-tooltip-base.png');
}


#tooltip.fundo.viewport-right.viewport-bottom {
  
  height:224px;
  padding:15px 10px 0px 15px;
  
  background-image:url('../../../imagens/geral/fundo-tooltip-reverso.png');
}


#tooltip.fundo.viewport-right {
  
  height:160px;
  padding:79px 10px 0px 15px;
  
  background-image:url('../../../imagens/geral/fundo-tooltip-reverso-base.png');
}


#tooltip.fundo.viewport-bottom {
  
  height:224px;
  padding:4px 10px 0px 15px;
  
  background-image:url('../../../imagens/geral/fundo-tooltip.png');
}


#tooltip h3 {
 
  margin:0px 0px 5px 0px;
  
  font-size:15px;
  font-weight:bold;
  color:#333333;
}


#tooltip div {
 
  margin:0px 0px 0px 0px;
  
  font-size:12px;
  color:#333333;
}