body{
  color: #031763;
}


.heading {
  font-weight: 700;
}
#topnav .navigation-menu > li > a {
  color: #202942;
  font-weight: 700;
  font-size: 14px;
}
#topnav .navigation-menu {
  justify-content: flex-start;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.demo-box {
  position: relative;
  transition: all 0.5s ease;
}
.demo-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 6px rgb(60 72 88 / 15%) !important;
}
a.ws-flotante {
  border-radius: 0 !important;
  transform: scale(0.85);
  display:none;
}
.ws-flotante {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 55px;
  right: 13px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
}


.d-flex.price-offer {
  color: #eb0303;
}
.price-offer span.dsto {
  background: #ec0003cc;
  color: #fff;
  padding: 1px 3px;
  height: 19px;
  border-radius: 4px;
  margin-left: 4px;
}

span.pro6 {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 0 12px;
  border: 2px solid #2f55d5;
  color: #2f55d5;
  font-size: 3.2rem;
}