/* Sticky footer styles
-------------------------------------------------- */
body {
    background: url('../_img/fundo.jpg') no-repeat center center fixed;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    width: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: rgba(0, 153, 153, 1);
}


/* 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: rgba(255,255,255,1) ;
}
