.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 9999;
  opacity: 0;
  border-radius: 0;
  background: #00b9b5;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 14px;
  color: #ffffff;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  padding: 10px 15px 10px 15px;
  vertical-align: baseline;
  background-color: #643695;
}

.paragrafo-footer {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5rem;
}

.h5, h5 {
  font-size: 14px;
  margin: 17px;
}

.hr {
  color: #ffffff;
  background-color: #ffffff;
  height: 0.1px;
  opacity: 0.4;
}

.float-md-right.region {
  padding-top: 12px;
  font-weight: 600;
}

.d-inline-block.copyright-right {
  /*text-align: right;*/
  float: right;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 11px;
}

#solucoes-aprova {
  background: #ffffff;
}

descricao {
  color: #00b9b5;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -2px;
}

#descricao {
  color: #00b9b5;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  margin-top: -9px;
  margin-bottom: 11px;
}

