.error {
  color: red;
}

.card-body.detalhes p{
  border-bottom: 1px solid #ccc !important;
  display: flex;
  justify-content: space-between;
}

.card-body.detalhes p.right {
  text-align: right;
}

.under .acoes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.under .acoes .grupo {
  flex: 1 1 250px;
  max-width: 250px;
  min-width: 200px;
  width: 100%;
  /* border: 2px solid red; */
  padding: 10px;
  text-align: center;
  box-shadow: 3px 3px 3px #ccc;
  margin: 10px;
}
.under .acoes .grupo p{
  font-size: .75rem;
}

.logo-servico {
  width: 100%;
  height: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-servico img {
  width: 80%;
  margin: 0 auto;
}