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

body > footer {
  
  margin:3.000rem 0 0 25.000rem;
  padding:2.000rem 0 1.000rem 0;
  
  background-color:#F0F0F0;
}


body > footer.fixo {
  
  position:fixed;
  bottom:0;
  width:100%;
}


body > footer div {
  
  width:90%;
  
  margin:0 auto 0 auto;
  padding:1.000rem 0 0 0;
  
  border-top-width:0.100rem;
  border-top-style:solid;
  border-top-color:#CCCCCC;
}


body > footer div p:nth-of-type(1) {
  
  font-size:1.500rem;
  font-weight:bold;
  text-align:center;
}


body > footer div p:nth-of-type(2) {
  
  font-size:1.500rem;
  text-align:center;
}


body > footer div a.subir-topo {
  
  float:right;
  
  display:block;
  margin:-4.000rem 0 0 0;
  
  color:#393F3F;
}


body > footer div a.subir-topo:before {
  
  font-size:3.000rem;
}


body > footer div a.subir-topo:hover {
  
  text-decoration:none;
}


body > footer div a.subir-topo span {
  
  display:none;
}