@font-face {
  font-family: 'glacial';
  src: url('../fonts/glacial-indifference.ttf');
}
@font-face {
  font-family: 'glacial';
  src: url('../fonts/glacial-indifference-bold.ttf');
  font-weight: bold;
}
.fontGlacial{
  font-family: glacial;
}
#barraNavegacao{
  height: 100px;
}
.nav-wrapper{
  background-color: #660092;
}
.brand-logo.hide-on-med-and-down{
  margin-left:20px;
}
.brand-logo{
  margin-top:3px;
}
#nav-mobile li a{
  font-family: 'glacial'; 
  height: 100px;
  font-size: 18px;
}
.roxoDK{
  color: #660092;
}
#parallax-topo {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.liItem{
  margin-bottom: 8px;
}
.liItem .contador{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #660092;
  color: white;
  padding-left: 9px;
  padding-top: 1px;
  font-weight: bold;
  margin-right: 7px;
  display: inline-block;
}
.liItem .contador2{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  color: #660092;
  padding-left: 9px;
  padding-top: 1px;
  font-weight: bold;
  margin-right: 7px;
  display: inline-block;
}
.inputDK{
  width: 100%; 
  color: #660092;
  border: 1px solid;
  border-color: #660092;
  height: 27px;
}