.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;
}