.btn {
  border-radius: 30px;
}

.btn-prosperus {
  font-family: 'Exo 2' !important;
  outline: 0;
  width: auto;
  height: 35px;
  color: var(--bs-primary);
  padding: 0 23px;
  cursor: pointer;
  font-size: 0.9rem;
  text-align: center;
  text-shadow: none;
  line-height: 31px;
  margin: 30px 0px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 2px;
  text-decoration: none;
  border: 2px solid #f39200;
  border-radius: 26px;
  animation-delay: .7s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1);
  -webkit-transition: background cubic-bezier(.23,1,.32,1) .7s;
  transition: background cubic-bezier(.23,1,.32,1) .7s;
}

.btn-prosperus:hover {
  color: white;
  font-size: 18px;
  background-color: var(--bs-primary90);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Exo 2' !important;
}

a {
  color: black;
  text-decoration: none;
  font-family: "Exo 2";
}

a:hover {
  background: rgba(0, 0, 0, 0.05);
}

a:active, a:focus {
  color: var(--active);
}

.btn {
  border-radius: 30px;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.text-info {
  color: var(--laranja) !important;
}

.bg-cinza {
  background: #343a40 !important;
}

.textura-cinza {
  background: url("../../assets/img/textura_cinza.svg") no-repeat;
  background-size: cover;
}

.textura-cinza {
  background-image: scr('textura_cinza.svg');
}

.text-cinza {
  color: var(--normal);
}

.text-dark {
  color: #343a40 !important;
}

a:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--laranja) !important;
}

