body {
  /*min-height: 75rem;*/
  padding-top: 4.5rem;
  height:100%;
  /*position:relative;*/
  /*padding-bottom: 70px; */
}

.container-fluid {
  margin-top: -8px;
  background-color: #362D64;
}

.navbar-nav .nav-link {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-nav .nav-link:hover {
  color: #9D51C6;
}

.telephone-custom {
  border-radius: 6px;
  background: linear-gradient(90deg, #9D51C6 0%, #CC7BF9 100%);
  color: white;
  border: #9D51C6;
}

.icon-pay-success {
  border-radius: 1px;
  background: linear-gradient(90deg, #9D51C6 0%, #CC7BF9 100%);
  color: white;
  border: #9D51C6;
}

.telephone-custom:hover {
  background: white;
  color: #9D51C6;
  border: #9D51C6;
}

footer {
  background-color: #362D64;
  color: white;
}

footer .nav .nav-link {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

footer .nav .nav-link:hover {
  color: #9D51C6;
}

footer > p {
  margin-left: 10px;
}

/*and (min-width:300px) and (max-width:374px)*/
@media (max-device-width:800px) {
  .id-telephone-custom {
    visibility: hidden;
  }
}