
.breadcrumb-item{

    font-weight: 400;
    font-size: 14px;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #848484;
}
.breadcrumb-item.active a{
    color: #848484;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #848484;
}
.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;
  }
.filtro-labelCategoria{
    font-size: 16px;
    font-weight: 600;
    color: #0043BA;
}
.filtro-select{
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
      height: 48px;
}
.filtro-input{

    font-size: 16px;
    color: #9E9E9E;
    padding: 12px 21px;
    margin-top: 58px;
    height: 48px;
    /* border: 1px solid #B5B5B5; */
}
.filtro-input::placeholder{

    font-size: 16px;
    color: #9E9E9E;
}
.filtro__btnSubmit{
    background-color: #E41D1D;

    font-size: 16px;
    color: white;
    padding: 12px 21px;
    border-radius: 10px;
}
.filtro__btnSubmit:hover{
    color: #E41D1D;
    background-color: white;
    border: 1px solid #E41D1D;
}

*{
    font-family: "Inter", sans-serif;
}


