/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
  position: relative;
  bottom: -137px;
  width: 100%;
  /* Set the fixed height of the footer here */
 padding-top: 50px;
  margin-top: 20px;
  min-height: 200px;
    /* Vertically center the text there */
  background-color: #25272E;
}


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

body > .container {
  padding: 30px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.txt_footer_cit {
    font-size: 0.7rem;
    color: #575757;
    letter-spacing: 0.05rem;
    line-height: 0.8rem;
    text-align: center;
}
.bg_fotercolor {
    background-color: #191a1f;
}