/**************************************************************************************************/
/** Rodape - Geral ********************************************************************************/
/**************************************************************************************************/

footer {

  display:block;
  height:170px;
  
  background-image:url('../../../imagens/rodape/fundo.png');
  background-position:center top;
/*  background-repeat:no-repeat; */
}


footer div {

  width:760px;
  
  margin:0px auto 0px auto;
  padding:20px 70px 0px 70px;
}



/**************************************************************************************************/
/** Rodape - Texto ********************************************************************************/
/**************************************************************************************************/

footer div p:nth-of-type(1) {

  font-family:Tahoma,Arial,Geneva,sans-serif;
  font-size:25px;
  font-weight:bold;
  line-height:35px;
  color:#FFF6EE;
}


footer div p:nth-of-type(2) {

  font-family:Arial,Geneva,sans-serif;
  color:#FFF6EE;
}



/**************************************************************************************************/
/** Rodape - Curta Nossa Pagina *******************************************************************/
/**************************************************************************************************/

footer div p:nth-of-type(3) {

  display:block;
  
  width:231px;
  height:36px;
  
  margin:-50px auto 0px auto;
}


footer div p:nth-of-type(3) a.facebook {

  display:block;
  
  width:231px;
  height:36px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/rodape/botao-facebook.png');
  background-repeat:no-repeat;
}


/**************************************************************************************************/
/** Rodape - Siga Nosso Instagram *******************************************************************/
/**************************************************************************************************/

footer div p:nth-of-type(3) {

  display:block;
  
  width:231px;
  height:36px;
  
  margin:-50px auto 0px auto;
}


footer div p:nth-of-type(3) a.instagram {

  display:block;
  
  width:231px;
  height:36px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/rodape/botao-instagram.png');
  background-repeat:no-repeat;
}


/**************************************************************************************************/
/** Rodape - Logo Indígena ************************************************************************/
/**************************************************************************************************/

footer div p:nth-of-type(4) {

  float:right;
  display:block;
  
  width:204px;
  height:17px;
  
  margin:-17px 0px 0px 0px;
  
  text-align:right;
  color:#FFFFFF;
}


footer div p:nth-of-type(4) span {

  position:absolute;
}


footer div p:nth-of-type(4) a {

  display:block;
  
  width:104px;
  height:17px;
  
  margin:0px 0px 0px 100px;
  
  text-indent:-20000px;
  overflow:hidden;
  
  background-image:url('../../../imagens/rodape/logo-indigena.png');
  background-repeat:no-repeat;
}