@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibrib.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.trombi {
  padding: 0 5.55%;
  margin-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .trombi {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    margin-bottom: 200px;
  }
}
.trombi h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #095561;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .trombi h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1480px) {
  .trombi h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.trombi .elementsTrombi {
  display: flex;
  overflow: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.trombi .elementsTrombi.nonCarou {
  justify-content: center;
  overflow: none;
  flex-wrap: wrap;
}
.trombi .elementsTrombi.nonCarou .trombiLement {
  margin-bottom: 35px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  width: 270px;
  min-width: 270px;
}
.trombi .elementsTrombi.nonCarou .trombiLement .imageGroup {
  margin-bottom: 5px;
}
.trombi .elementsTrombi .simplebar-track.simplebar-horizontal {
  background-color: #F5F9FB;
  border-radius: 7px;
  height: 16px;
}
.trombi .elementsTrombi .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 12px;
}
.trombi .elementsTrombi .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-color: #095561;
}
.trombi .elementsTrombi .simplebar-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.trombi .elementsTrombi .trombiLement {
  margin-right: 40px;
  width: 282px;
  min-width: 282px;
}
.trombi .elementsTrombi .trombiLement:last-child {
  margin-right: 0;
}
.trombi .elementsTrombi .trombiLement .imageGroup {
  margin-bottom: 24px;
}
.trombi .elementsTrombi .trombiLement .imageGroup.linked {
  cursor: pointer;
}
.trombi .elementsTrombi .trombiLement .imageGroup img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.trombi .elementsTrombi .trombiLement .title {
  color: #87BD2B;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
}
.trombi .elementsTrombi .trombiLement .title a {
  color: #87BD2B;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}
.trombi .elementsTrombi .trombiLement .detail {
  font-size: 18px;
  line-height: 26px;
  color: #095561;
  font-weight: 500;
  text-align: center;
}
.trombi .elementsTrombi .trombiLement .detail.linked {
  cursor: pointer;
}/*# sourceMappingURL=reassuedito.css.map */