

#breadcrumbs {
  /*width: min(100%, 1920px);*/
  position: relative;
  margin: 0 auto;
}

.filter-column {
  border-radius: 2rem;
  padding: 1rem;
}

.card-title--listato,
.card-text--listato {
  color: red;
}

.wrapper-form-banner-listato {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper-form-banner-listato .form-control {
  width: 45%;
}


.breadcrumbWrapper {
  width: min(100%, 1920px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem ;
  margin-top: 2.5rem;
}

.breadcrumbWrapper nav {
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.wrapper-breadcrumb-icon >*{
  padding: 0 .2rem ;
}


@media screen and (max-with:992px) {
  .breadcrumbWrapper {
    margin: 3rem auto;
  }
}


@media screen and (max-width: 767px) {
  .breadcrumbWrapper {
    display: none;
  }
}

.title-listato-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.select-listato-mobile {
  width: 100%;
  margin: 5px auto;
  background-color: #fff;
  padding: .6rem;
  color: #0682ff;
  position: fixed;
  left: 0;
  z-index: 1;
  display: none;
}

.select-listato-desktop {
  display: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 780px) {
  .title-listato-mobile {
    display: flex;
  }

  .share-row {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .title-risultati-listato {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .select-listato-mobile {
    display: flex;
  }
}