.ombraImmagini {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .main-pagine-standard {
    min-height: calc(100vh - 262px);
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .main-pagine-standard {
    padding-top: 60px;
  }
  .main-pagine-standard .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .main-pagine-standard .container {
    max-width: 1400px;
  }
}
@media (min-width: 992px) {
  .single-news {
    min-height: calc(100vh - 262px);
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .single-news {
    padding-top: 60px;
  }
  .single-news .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .single-news .container {
    max-width: 1400px;
  }
}
.single-news .container {
  margin: 0 auto;
  color: #1F407A;
}
.single-news .container .all-news {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  color: #1F407A;
  font-size: 20px;
}
.single-news .container .all-news:hover span {
  text-decoration: underline;
}
.single-news .container .high-section {
  margin-bottom: 20px;
}
.single-news .container .featured-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  contain: paint;
}
.single-news .container .featured-image img {
  /* border-radius: 20px; */
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
.single-news .container .post-navigation {
  margin-top: 40px;
}
.single-news .container .post-navigation .titoletto {
  margin-bottom: 20px;
}
.single-news .container .other-posts {
  text-decoration: none;
  text-align: center;
  color: #1F407A;
  margin-bottom: 40px;
  display: block;
  max-width: 350px;
}
.single-news .container .other-posts:hover {
  text-decoration: underline;
}
.single-news .container .other-posts:hover .featured-image img {
  transform: scale(1.05);
}
.single-news .container .other-posts .featured-image {
  margin-bottom: 10px;
}
.single-news .container .other-posts .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-news .container .other-posts .date {
  font-weight: 300;
  font-size: 14px;
}
.single-news .container .texts .meta {
  display: flex;
  justify-content: space-between;
}
.single-news .container .texts .meta .date {
  font-weight: 300;
  font-size: 16px;
}
.single-news .container .texts .meta .categorie .cat {
  text-transform: uppercase;
  color: rgba(31, 64, 122, 0.5);
  background-color: #ebebeb;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 5px;
}
.single-news .container .texts .title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
.single-news .container .texts .sottotitolo {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 40px;
}
.single-news .container .texts .sottotitolo a {
  color: #1F407A;
  font-weight: 600;
  text-decoration: none;
}
.single-news .container .texts .sottotitolo a:hover,
.single-news .container .texts .sottotitolo a:focus {
  text-decoration: underline;
}
.single-news .container .texts .testo-alto iframe {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-news .container .texts .testo-alto a {
  color: #1F407A;
  font-weight: 600;
  text-decoration: none;
}
.single-news .container .texts .testo-alto a:hover,
.single-news .container .texts .testo-alto a:focus {
  text-decoration: underline;
}
.single-news .container .texts .testo-alto p:last-child {
  margin-bottom: 0;
}
.single-news .container .texts .testo-alto img {
  display: block;
  border-radius: 20px;
  margin: 20px auto;
  float: unset;
}
.single-news .container .texts .testo-alto .gallery-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: fit-content;
}
.single-news .container .texts .testo-alto .gallery-news a {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-news .container .texts .testo-alto .gallery-news a img {
  transition: all 0.4s;
  margin: 0;
}
.single-news .container .texts .testo-alto .gallery-news a:hover img,
.single-news .container .texts .testo-alto .gallery-news a:focus-visible img {
  transform: scale(1.03);
}
.single-news .container .texts .testo-alto .gallery-news.immagini-per-riga-3 a {
  max-width: calc(100% / 3 - 15px);
}
.single-news .container .texts ul {
  font-weight: 300;
}
.single-news .container .texts li {
  display: flex;
}
.single-news .container .texts li:before {
  content: '';
  background-image: url('../img/stemma-blu.svg');
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10px;
  min-height: 10px;
  width: 10px;
  min-width: 10px;
  position: relative;
  top: 7.5px;
  left: -10px;
}
.single-news .container .testo-basso a {
  color: #1F407A;
  font-weight: 600;
  text-decoration: none;
}
.single-news .container .testo-basso a:hover,
.single-news .container .testo-basso a:focus {
  text-decoration: underline;
}
.single-news .container p {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .single-news .container .adjacent-posts {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .single-news {
    padding-top: 10px;
  }
  .single-news .container .high-section {
    /* overflow: hidden; */
  }
  .single-news .container .high-section .featured-image {
    position: relative;
    float: left;
    margin: 0 30px 10px 0;
    width: 50%;
  }
  .single-news .container .high-section .featured-image img {
    object-fit: cover;
  }
  .single-news .container .high-section .texts {
    width: 100%;
    /* text-align: justify; */
  }
  .single-news .container .high-section .texts .testo-alto {
    /* img{
              width: 40%;
            } */
  }
  .single-news .container .high-section .texts .testo-alto p:last-child {
    margin-bottom: 0;
  }
  .single-news .container .low-section {
    margin-bottom: 60px;
  }
  .single-news .container .low-section .testo-basso {
    columns: 2;
    column-gap: 100px;
  }
  .single-news .container .low-section .post-navigation {
    margin-top: 60px;
  }
  .single-news .container .low-section .post-navigation .titoletto {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .single-news .container .low-section .post-navigation .adjacent-posts .other-posts .featured-image {
    overflow: hidden;
    contain: paint;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .single-news .container .low-section .post-navigation .adjacent-posts .other-posts .featured-image img {
    transition: all 0.4s;
  }
  .single-news .container .low-section .post-navigation .adjacent-posts .other-posts:hover .featured-image img {
    transform: scale(1.05);
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  .single-news .container .high-section {
    display: flex;
    gap: 100px;
    margin-bottom: 60px;
  }
  .single-news .container .high-section .featured-image {
    overflow: visible;
    width: 52%;
    float: none;
    height: auto;
    margin: 0;
  }
  .single-news .container .high-section .featured-image img {
    border-radius: 20px;
  }
  .single-news .container .high-section .texts {
    width: calc(48% - 100px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .single-news .container .low-section .post-navigation .adjacent-posts .other-posts .featured-image {
    /* width: 450px; */
    position: relative;
    margin-bottom: 15px;
  }
  .single-news .container .low-section .post-navigation .adjacent-posts .other-posts .featured-image img {
    width: 100%;
    height: auto;
  }
}
.contieni-sezione-news {
  flex-direction: column;
}
.contieni-sezione-news .gestore-scroll-news {
  padding-top: 5px;
}
@media (min-width: 992px) {
  .contieni-sezione-news .gestore-scroll-news .box-news {
    width: 580px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .contieni-sezione-news .gestore-scroll-news .box-news .immagine {
    margin-bottom: 20px;
    position: relative;
  }
  .contieni-sezione-news .gestore-scroll-news .box-news .immagine img {
    border-radius: 20px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
  }
  .contieni-sezione-news .gestore-scroll-news .box-news .testi h5 {
    color: rgba(31, 64, 122, 0.5);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .contieni-sezione-news .gestore-scroll-news .box-news .testi p {
    font-size: 14px;
  }
  .contieni-sezione-news .gestore-scroll-news .box-news .link-bottone-fitlock {
    transform-origin: left center;
  }
}
.contieni-sezione-news .gestore-video iframe {
  margin: 30px auto 0;
  border-radius: 20px;
  display: block;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .contieni-sezione-news .gestore-video iframe {
    height: calc((((960px - var(--bs-gutter-x)) * 0.45) - 20px - 20px) / 16 * 9);
  }
}
@media (min-width: 1200px) {
  .contieni-sezione-news .gestore-video iframe {
    height: calc((((1140px - var(--bs-gutter-x)) * 0.45) - 20px - 20px) / 16 * 9);
  }
}
@media (min-width: 1400px) {
  .contieni-sezione-news .gestore-video iframe {
    height: calc((((1320px - var(--bs-gutter-x)) * 0.45) - 20px - 20px) / 16 * 9);
  }
}
@media (min-width: 1920px) {
  .contieni-sezione-news .gestore-video iframe {
    height: calc(580px / 16 * 9);
  }
}
.contieni-sezione-news .social-item-header {
  position: relative;
  bottom: -40px;
  display: flex;
  gap: 5px;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
.contieni-sezione-news .social-item-header a img {
  transition: all 0.4s;
  width: 36px;
  height: 36px;
  mix-blend-mode: multiply;
}
.contieni-sezione-news .social-item-header a:hover img,
.contieni-sezione-news .social-item-header a:focus img {
  transform: scale(1.1);
  mix-blend-mode: normal;
}
@media (min-width: 992px) {
  main.news {
    min-height: calc(100vh - 262px);
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  main.news {
    padding-top: 60px;
  }
  main.news .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  main.news .container {
    max-width: 1400px;
  }
}
main.news h1.title {
  color: #1F407A;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}
main.news .categoryNews {
  color: rgba(31, 64, 122, 0.5);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
main.news .immagine {
  margin-bottom: 10px;
  overflow: hidden;
  contain: paint;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
main.news .immagine img {
  transition: all 0.4s;
}
main.news a.link-box-news {
  text-decoration: none;
  color: #1F407A;
  display: block;
  margin-bottom: 40px;
}
main.news a.link-box-news:hover .immagine img {
  transform: scale(1.05);
}
main.news .news-page-header {
  margin: 10px 0 30px;
}
main.news .other-news:last-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  main.news .penultimeNews,
  main.news .other-news {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
  }
  main.news .penultimeNews .link-box-news,
  main.news .other-news .link-box-news {
    width: calc((100% - 40px) / 2);
  }
  main.news .penultimeNews .link-box-news p,
  main.news .other-news .link-box-news p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  main.news h1.title {
    font-size: 30px;
  }
  main.news .news-page-header {
    margin-top: 0;
  }
  main.news .immagine {
    margin-bottom: 30px;
  }
  main.news .riga-iniziale {
    display: flex;
    gap: 40px;
  }
  main.news .riga-iniziale .ultimaNews {
    width: 60%;
  }
  main.news .penultimeNews {
    flex-direction: column;
    width: calc(40% - 40px);
  }
  main.news .penultimeNews .link-box-news {
    width: 100%;
  }
  main.news .penultimeNews .immagine {
    margin-bottom: 10px;
    /* height: 220px;
        position: relative;

        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        } */
  }
  main.news .penultimeNews .testi .categoryNews {
    margin-bottom: 0;
  }
  main.news .penultimeNews .testi p {
    font-size: 14px;
  }
  main.news .other-news {
    display: flex;
    gap: 40px;
    margin: 40px 0;
  }
  main.news .other-news .link-box-news {
    width: calc((100% - (40px * 2)) / 3);
  }
  main.news .other-news .link-box-news .immagine {
    margin-bottom: 15px;
  }
  main.news .other-news .link-box-news p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  main.news .riga-iniziale {
    gap: 80px;
  }
  main.news .penultimeNews {
    width: calc(40% - 80px);
  }
}
#piedino-wurth {
  background-color: white;
  overflow: hidden;
}
#piedino-wurth .contenitore {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#piedino-wurth .logo {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#piedino-wurth .testi {
  color: #969696;
  font-size: 45px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #piedino-wurth .testi {
    position: absolute;
    top: 360px;
    left: 53%;
  }
}
#piedino-wurth .testi h1 {
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
}
#piedino-wurth .testi h2 {
  line-height: 1.2;
  font-size: 0.8em;
}
#piedino-wurth .immagine-piedino {
  margin-bottom: 0;
  position: relative;
  margin-top: 60px;
  max-width: 530px;
}
@media (min-width: 768px) {
  #piedino-wurth .immagine-piedino {
    margin-top: 250px;
  }
}
#piedino-wurth .immagine-piedino img {
  position: relative;
  z-index: 10;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.4));
  margin-bottom: 35px;
}
#piedino-wurth .immagine-piedino:after {
  content: '';
  background-color: var(--colore-sfondo);
  height: 50vh;
  width: 150vw;
  min-width: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  z-index: 5;
}
#part-dove-acquistare-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
#part-dove-acquistare-section .container {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 60px;
  color: white;
  text-align: center;
  position: relative;
}
#part-dove-acquistare-section .container:before {
  content: "";
  width: 500px;
  height: 400px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1%, rgba(255, 255, 255, 0.2) 20%, transparent 70%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s 0s;
  mix-blend-mode: overlay;
  pointer-events: none;
}
#part-dove-acquistare-section .container h2 {
  font-weight: 700;
}
#part-dove-acquistare-section .container .contieni-cta {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media all and (min-width: 1200px) {
  #part-dove-acquistare-section .container {
    max-width: 1140px!important;
  }
}
/*# sourceMappingURL=./custom_news.css.map */