.footer-codata {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 80px;
  /*background-color: #f5f5f5;*/
  /*background-color: rgb(46, 120, 190);*/
  background-color: rgb(30, 78, 123);
}

.footer-codata-text {
  margin-top: 20px;
  font-size: 11px;
}

.footer-codata-text,
.footer-codata a{
	color: white;
}

.footer-codata .col-footer{
  /*width: 300px;*/
  margin-left: 0px;
}

#logo-governo-footer{
  height: 50px;
}

#logo-codata-footer{
  height: 26px;
}

.text-center {
  text-align: center;
}

.rodape{
    background-color: rgb(66, 67, 67); /*#1e4e7b;*/
    /*bottom: 0;*/
    clear: both;
    color: white;
    min-height: 80px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 19px;
    padding-top: 19px;
    margin-top: 30px;
    left: 0px;
}

.rodapeCodata {
    margin: 0 auto;
    max-width: 1024px;
}

.rodapeCodataInfo {
    font-size: 12px;
    padding: 25px 25px 0 25px;
}