/*!

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap");
.titolo-sezione, .blocconews-titolosezione {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #002845;
  position: relative;
  margin-top: 100px;
  margin-bottom: 90px;
}
@media (min-width: 1220px) {
  .titolo-sezione, .blocconews-titolosezione {
    font-size: 30px;
    line-height: 36px;
  }
}
.titolo-sezione:after, .blocconews-titolosezione: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%);
}

ss3-force-full-width {
  transform: unset !important;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1280px) {
  ss3-force-full-width {
    margin-left: calc((100vw - 1280px) / -2 - 15px);
    margin-right: calc((100vw - 1280px) / -2 - 15px);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.blocconews-titolosezione {
  max-width: calc(100% - 15px * 2);
}
@media (min-width: 1280px) {
  .blocconews-titolosezione {
    max-width: calc(1280px - 15px * 2);
  }
}
.blocconews-container {
  display: grid;
  grid-column-gap: 15px;
}
.blocconews-gruppo1, .blocconews-gruppo1 {
  max-width: calc(100vw - 15px * 2);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blocconews-gruppo1, .blocconews-gruppo1 {
    grid-row: 2;
  }
}
.blocconews-gruppo1 .blocconews-article, .blocconews-gruppo1 .blocconews-article {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  min-height: 400px;
  grid-template-rows: auto auto auto 1fr;
}
@media (min-width: 768px) {
  .blocconews-gruppo1 .blocconews-article, .blocconews-gruppo1 .blocconews-article {
    height: 500px;
  }
}
.blocconews-gruppo1 .blocconews-article .blocconews-titolo, .blocconews-gruppo1 .blocconews-article .blocconews-titolo {
  grid-column: 1/3;
  grid-row: 4;
  z-index: 2;
  color: #002845;
  font-size: 36px;
  line-height: 36px;
  font-weight: bolder;
  text-decoration: none;
  padding: 15px;
}
@media (min-width: 768px) {
  .blocconews-gruppo1 .blocconews-article .blocconews-titolo, .blocconews-gruppo1 .blocconews-article .blocconews-titolo {
    max-width: 90%;
    font-size: 48px;
    line-height: 48px;
  }
}
.blocconews-gruppo1 .blocconews-article .blocconews-titolo:hover, .blocconews-gruppo1 .blocconews-article .blocconews-titolo:hover {
  color: #002845;
}
.blocconews-gruppo1 .blocconews-article .blocconews-excerpt, .blocconews-gruppo1 .blocconews-article .blocconews-excerpt {
  display: none;
  grid-column: 1/3;
  grid-row: 5;
  z-index: 2;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  padding: 15px;
  text-align: justify;
}
.blocconews-gruppo1 .blocconews-article .blocconews-excerpt p, .blocconews-gruppo1 .blocconews-article .blocconews-excerpt p {
  margin: 0%;
}
@media (min-width: 768px) {
  .blocconews-gruppo1 .blocconews-article .blocconews-excerpt, .blocconews-gruppo1 .blocconews-article .blocconews-excerpt {
    max-width: 70%;
    font-size: 22px;
    line-height: 28px;
  }
}
.blocconews-gruppo1 .blocconews-article .blocconews-excerpt:hover, .blocconews-gruppo1 .blocconews-article .blocconews-excerpt:hover {
  color: #ffffff;
}
.blocconews-gruppo1 .blocconews-article .blocconews-data, .blocconews-gruppo1 .blocconews-article .blocconews-data {
  grid-column: 1/3;
  grid-row: 2;
  z-index: 2;
  color: #002845;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 10px 15px 0px 15px;
}
.blocconews-gruppo1 .blocconews-article .blocconews-categorie, .blocconews-gruppo1 .blocconews-article .blocconews-categorie {
  grid-column: 1/3;
  grid-row: 3;
  z-index: 2;
  font-weight: 700;
  color: #002845;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px 0px 15px;
  display: flex;
  flex-wrap: wrap;
}
.blocconews-gruppo1 .blocconews-article .blocconews-categorie a, .blocconews-gruppo1 .blocconews-article .blocconews-categorie a {
  color: #002845;
  padding-right: 0px;
  text-decoration: none;
}
.blocconews-gruppo1 .blocconews-article .blocconews-categorie a:hover, .blocconews-gruppo1 .blocconews-article .blocconews-categorie a:hover {
  text-decoration: underline;
}
.blocconews-gruppo1 .blocconews-article .blocconews-categorie a::after, .blocconews-gruppo1 .blocconews-article .blocconews-categorie a::after {
  content: "/";
  padding: 0px 5px;
  color: #007c3d;
}
.blocconews-gruppo1 .blocconews-article .blocconews-categorie a:last-child::after, .blocconews-gruppo1 .blocconews-article .blocconews-categorie a:last-child::after {
  content: none;
}
.blocconews-gruppo1 .blocconews-article .blocconews-immagine, .blocconews-gruppo1 .blocconews-article .blocconews-immagine {
  background-color: rgba(204, 204, 204, 0.2);
  grid-column: 1/3;
  grid-row: 1;
  position: relative;
  z-index: 1;
  height: 0%;
  width: 100%;
  padding-bottom: 56%;
  cursor: pointer;
}
.blocconews-gruppo1 .blocconews-article .blocconews-immagine img, .blocconews-gruppo1 .blocconews-article .blocconews-immagine img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}
.blocconews-gruppo1 .blocconews-article:hover::after, .blocconews-gruppo1 .blocconews-article:hover::after {
  background-color: #fff;
}
.blocconews-gruppo1 {
  margin-bottom: 80px;
}
.blocconews-gruppo1 {
  margin-bottom: 15px;
}
@media (min-width: calc(1280px + 60px)) {
  .blocconews-gruppo1 {
    max-width: calc(1280px - 15px * 2);
  }
}
.blocconews-gruppo1.owl-theme .owl-dots .owl-dot span {
  background: #eaeaea;
  margin: 5px;
}
.blocconews-gruppo1.owl-theme .owl-dots .owl-dot.active span {
  background: #6ce6ab;
  width: 20px;
}
@media (min-width: 768px) {
  .blocconews-gruppo1 {
    grid-row: 1;
  }
}
.blocconews-gruppo1 .blocconews-article {
  display: grid;
  grid-template-columns: auto 1fr;
}
.blocconews-gruppo1 .blocconews-article .blocconews-titolo {
  font-size: 32px;
  line-height: 34px;
}
.blocconews-gruppo1 .blocconews-article .blocconews-excerpt {
  display: none;
}
.blocconews-gruppo1 .blocconews-article::after {
  width: 15px;
  height: 15px;
}
.blocconews-gruppo2 .blocconews-article {
  display: grid;
  width: 100%;
  max-width: 800px;
  clear: both;
  margin: auto;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  grid-template-rows: auto auto 1fr;
}
.blocconews-gruppo2 .blocconews-article:last-of-type {
  margin-bottom: 80px;
}
.blocconews-gruppo2 .blocconews-article .blocconews-immagine {
  display: none;
}
.blocconews-gruppo2 .blocconews-article .blocconews-titolo {
  grid-column: 1/3;
  grid-row: 3;
  z-index: 2;
  color: #002845;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 0 10px 0;
}
.blocconews-gruppo2 .blocconews-article .blocconews-excerpt {
  font-family: "Roboto", sans-serif;
  grid-column: 1/3;
  grid-row: 4;
  z-index: 2;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  line-height: normal;
  text-decoration: none;
  padding: 0px;
  text-align: justify;
}
.blocconews-gruppo2 .blocconews-article .blocconews-excerpt p {
  margin: 0%;
}
.blocconews-gruppo2 .blocconews-article .blocconews-data {
  grid-column: 1/3;
  grid-row: 1;
  z-index: 2;
  color: #333333;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  padding: 0 15px 5px 0px;
}
.blocconews-gruppo2 .blocconews-article .blocconews-categorie {
  grid-column: 1/3;
  grid-row: 2;
  z-index: 2;
  color: #666666;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.blocconews-gruppo2 .blocconews-article .blocconews-categorie a {
  color: #333333;
  padding-right: 0px;
  text-decoration: none;
}
.blocconews-gruppo2 .blocconews-article .blocconews-categorie a:hover {
  text-decoration: underline;
}
.blocconews-gruppo2 .blocconews-article .blocconews-categorie a::after {
  content: "/";
  padding: 0px 5px;
  color: #007c3d;
}
.blocconews-gruppo2 .blocconews-article .blocconews-categorie a:last-child::after {
  content: none;
}
.blocconews-gruppo2 .blocconews-article::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0px;
  background-color: #05a552;
  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%);
  width: 15px;
  height: 15px;
  z-index: 2;
}
.blocconews-gruppo2 .blocconews-article:hover::after {
  background-color: #002845;
}
.blocconews-gruppo2 .blocconews-article:hover .blocconews-titolo {
  color: #8d97a0;
}

/*# sourceMappingURL=fascia-articoli-in-evidenza.css.map */
