* {
  font-family: "Roboto", sans-serif;
}

.btn-orange {
  background-color: #560469;
  color: #fff;
}

.btn-orange:hover {
  background-color: #8302a0;
  color: #fff;
}

.btn-outline-orange {
  color: #560469;
  background-color: transparent;
  background-image: none;
  border-color: #560469;
}

.btn-outline-orange:hover {
  background-color: #560469;
  background-image: none;
  border-color: #560469;
  color: #fff;
}

.bg-orange {
  background-color: #560469;
}

.text-orange {
  color: #560469;
}

.bg-soft-orange {
  background-color: #560469;
}

.bg-dark-orange {
  background-color: #560469;
}

.border-orange {
  border: 3px solid #560469;
}

.badge-orange {
  background-color: #560469;
  color: #ffffff;
}

.nav-item {
  font-size: 18px !important;
}

.bg-black {
  background-color: #191919;
}

.btn {
  border-radius: 0 !important;
}

.banner-generico {
  opacity: 0.06;
}

.banner {
  width: auto;
  height: 200px;
  max-width: 100%;
}

.nav-link {
  font-size: 14px !important;
}

.stars-outer {
  position: relative;
  display: inline-block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-outer::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  color: #ccc;
}

.stars-inner::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
  color: #ff8933;
}

/* COMENTÁRIOS */
.description {

  font-size: 16px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  /* opacity: 0.9; */
  letter-spacing: -1px;
}

.icon-fundo {
  position: absolute;
  right: 35px;
  bottom: 40px;
  opacity: 0.3;
}

.bg-diamante {
  background-color: #03b5ff;

}

.bg-ouro {
  background-color: #ffce41;

}


.bg-adm {

  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)), url(../../../media/images/empresa.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;

}



@media (max-width: 500px) {
  .bg-adm {
    background: #f8f9fa;
  }
}

.bagde-cartao{
  margin-top: -40px;
  width: 200px;
  position: relative;
}