
.breadcrumb-item{

    font-weight: 400;
    color: #1E1E1E;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}
.breadcrumb-item.active a{
    color: #333333;
    font-weight: 500;

}
.breadcrumb-item+.breadcrumb-item::before{
    color: #333333;
}
.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;
}
.SliderTexto{
    color: white;
    font-size: 32px;
    font-weight: 600;
}
.productos__link--back{
    color:#C03744;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


*{
    font-family: 'Yaldevi', sans-serif;
}


