
.breadcrumb-item{
    font-family: 'DMSans-Regular';
    font-weight: 300;

}
.breadcrumb-item a{
    text-decoration: none;
    color: #1D1D1D;
}
.breadcrumb-item.active{
    color: #1E1E1E;
    font-weight: 600;

}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  .whatsapp:hover{
      text-decoration: none;
      color: white;
  }

  .whatsapp-icon {
    margin-top:13px;
  }



