/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #8BBEAB;
 
  text-align:center;
  background-image: url(../../images/bg_rodape_5_80.png); 
  background-repeat:repeat-x;	
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  /*
  max-width: 680px;
  */
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
  /*
   color: #333;
   */
}
