.linha-botoes {
  background-color: #033243;
  padding: 8px;
  margin-bottom: 0 !important;
  height: 58px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.rodape {
  position: fixed;
  bottom: 22px;
  width: 100%;
  height: 58px;
}

.btn-acoes {
  font-size: 1rem;
  width: 150px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
}

.btn-avancar {
  background-color: #fbc02d;
  color: black;
  margin-left: 93px;
  /*display: none;*/
  margin-right: 15px;
}

.btn-avancar:hover {
  background-color: #f5b108 !important;
  cursor: pointer;
}

.btn-confirmar {
  /*display: none;*/
  background-color: #fbc02d;
  color: black;
  margin-left: 93px;
}

.btn-registrar {
  background-color: #fbc02d;
  color: black;
  transform: translate(16px,34px);
}

.btn-cadastrar {
  background-color: #fbc02d;
  color: black;
  margin-left: 93px;
}

.btn-voltar, .btn-voltar-2, .btn-voltar-3 {
  background-color: #4b4b4b;
  color: darkgray;
  margin-left: 5px;
  line-height: 36px;
  border: 1px solid #12678c;
  background-color: #064057;
  cursor: pointer;
  margin-top: 5px;
  /*background-color: #064057;*/
}

.btn-voltar:hover, .btn-voltar-2:hover, .btn-voltar-3:hover {
  background-color: #033243;
}

.faixa-copyright {
  background-color: black;
  color: #c3c3c3;
  margin-bottom: 0;
}

.texto-copyright {
  font-size: 0.6rem;
  padding: 5px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0%;
  width: 100%;
}