/*!
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
.titolo-sezione {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002845;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 1250px) {
  .titolo-sezione {
    font-size: 30px;
    line-height: 36px;
  }
}
.titolo-sezione:after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #05a552;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.titolo_dettaglio {
  color: #002845;
  font-size: 48px;
  line-height: 110%;
  margin: 16px 0px 12px;
}
.titolo_dettaglio a {
  text-decoration: none;
  color: inherit;
}
.titolo_dettaglio a:hover {
  text-decoration: underline;
}

.entry-meta_dettaglio {
  font-size: 14px;
  color: #323232;
}

.freccia-dx {
  width: 15px;
  height: 10px;
  background-color: #002845;
  clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  -webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
}

.freccia-sx {
  width: 15px;
  height: 10px;
  background-color: #002845;
  clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  -webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
  transform: rotate(180deg);
}

.freccia-sx-up {
  width: 15px;
  height: 15px;
  background-color: #002845;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  transform: rotate(-90deg);
}

.freccia-dx-up {
  width: 15px;
  height: 15px;
  background-color: #002845;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.fascia-link-partners {
  display: block;
  opacity: 0.95;
  background: rgb(106, 229, 170);
  background: -moz-linear-gradient(0deg, rgb(106, 229, 170) 0%, rgb(106, 229, 170) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(0deg, rgb(106, 229, 170) 0%, rgb(106, 229, 170) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  background: no-repeat url("images/partners-image.png"), linear-gradient(0deg, rgb(106, 229, 170) 0%, rgb(106, 229, 170) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  background-size: contain;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ae5aa",endColorstr="#ffffff",GradientType=1);
  min-height: 390px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.fascia-link-partners div {
  position: absolute;
  max-width: calc(100% - 15px * 4);
  width: 600px;
  right: 15px;
  bottom: 85px;
  padding: 15px;
  background-color: #002744;
}
.fascia-link-partners div h3 {
  color: #ffffff;
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
}
.fascia-link-partners div p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  width: 70%;
}
.fascia-link-partners div span {
  display: block;
  border: 1px solid #ffffff;
  width: 70%;
  height: 60px;
  margin-top: 20px;
  position: relative;
}
.fascia-link-partners div span::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
  -webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
}
@media (min-width: 1280px) {
  .fascia-link-partners {
    min-height: 490px;
    margin-left: calc((100vw - 1280px) / -2 - 15px);
    margin-right: calc((100vw - 1280px) / -2 - 15px);
    padding-left: calc((100vw - 1280px) / 2 + 15px);
    padding-right: calc((100vw - 1280px) / 2 + 15px);
    background-position-x: calc((100vw - 1280px) / 2 + 15px);
  }
  .fascia-link-partners div {
    right: calc((100vw - 1280px) / 2 + 15px);
  }
}
.fascia-link-partners:hover {
  opacity: 1;
}
.fascia-link-partners:hover div span {
  background-color: rgba(255, 255, 255, 0.2);
}

/*# sourceMappingURL=fascia-link-partners.css.map */
