.nav-item.nav-link.active{
    background-color: rgb(0, 128, 0); 
    color: white;
}
.card_desc {
  background-color: rgb(0, 128, 0);
}

.img {
  height: 50px;
  width: 45px;
  object-fit: cover;
}

.setas {
  height: 80px;
  width: 80px;
  text-align: center;
  margin-top: 20%;
}


.desc {
  color: white;
  font-weight: bold;
  font-size: 20;
}

p.title {
  font-weight: bold;
  font-size: 26px;
}

.modal li {
  /*list-style-image: url(http://upload.wikimedia.org/wikipedia/commons/1/19/Icons-mini-icon_attachment.gif);*/
  list-style-image: url("data:image/svg+xml,<svg width='1em' height='1em'  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zm0-160c-53 0-96-43-96-96s43-96 96-96s96 43 96 96s-43 96-96 96z'/></svg>");
  font-size: 18px;
  font-weight: bold;
}

.nb {
  color: red;
  font-weight: bold;
  font-size: 17px;
}
.nb-normal {
  color: black;
  font-weight: bold;
  font-size: 17px;
}

/*--------*/

.sucesso_title {
  font-size: 23px;
  font-weight: bold;
}

.sucesso_desc {
  font-size: 16px;
}

.span_l1 {
  font-weight: bold;
  font-size: 20px;
}

.span_l2 {
  font-size: 15px;
  font-weight: 500;
}

/* .pad {
    //padding: 0px 12px;
} */

.span_l3 {
  font-size: 16px;
  font-weight: bold;
}
.blue_card {
  background-color: rgb(32, 41, 66);
  color: white;
}

.svg {
  height: 25px;
  width: 25px;
}

.right {
  text-align: right;
}
