:root {
  /*  --arancione: #AC6111; basso contrasto */
  --arancione: #d27715;
  --verde-sdt: #0c775a;
  --beige: #f5efe2;
}





/* ------------------------------ PAGINA GENERICA ------------------------------ */
.pagina_sdt {
  background-color: #ffffff;
}






/* --------------- INTESTAZIONE --------------- */
.contenuto_immagine_intestazione {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contenuto_immagine_intestazione .immagine_intestazione {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.contenuto_elementi_intestazione {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 16;
  margin: 0 auto;
}
.elementi_intestazione {
  position: relative;
  width: 100%;
}
.elementi_intestazione .logo_sdt {
  display: block;
  width: 100%;
  max-width: 140px;
  top: 30px;
  left: 20px;
  height: auto;
  position: absolute;
  z-index: 20;
  transform: rotateZ(-15deg);
}
.elementi_intestazione .contenitore_mela {
  display: block;
  width: 100%;
  max-width: 140px;
  bottom: -20px;
  right: 10px;
  height: auto;
  position: absolute;
  z-index: 22;
}
.contenitore_mela .mela {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
.elementi_intestazione .contenitore_testo_mela {
  display: flex;
  width: 100%;
  max-width: 140px;
  bottom: -24px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 22;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* .contenitore_testo_mela p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0;
} */






/* --------------- TITOLO E SOTTOTITOLO --------------- */
.info_sdt {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: var(--arancione);
}
.contenuto_info_sdt {
  margin: 0 auto;
  padding: 20px;
}
.contenuto_info_sdt h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  color: #000000;
  text-align: center;
  padding: 0;
  margin: 10px 0 20px 0;
}
.contenuto_info_sdt h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}





/* --------------- REGIONI --------------- */
.contenitore_regioni_sdt {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
.contenitore_regioni_sdt .row {
  width: 100%;
  margin: 0 auto;
}
.blocco_testo {
  position: relative;
  min-height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 100%;
}
.blocco_testo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* z-index: 1; */
}
.blocco_testo > * {
  position: relative;
  z-index: 2;
}
.blocco_testo h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  width: 67%;
  padding: 0;
  margin: 0;
}
.tasto_testo {
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 50px;
  padding: 15px 20px;
  margin-top: 20px;
  background-color: var(--arancione);
  border-color: var(--arancione);
  color: #ffffff;
  text-decoration: none!important;
  transition: all 0.2s linear;
}
.tasto_testo:hover, .tasto_testo:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--arancione);
}
.blocco_testo .logo_regione_sdt {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 120px;
  height: auto;
  top: 50%;
  /* z-index: 20; */
  transform: translateY(-50%) rotate(-15deg);
  right: 20px;
}





/* --------------- INSEGNA --------------- */
.insegna_despar_payoff {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 30px auto;
  padding: 0 20px;
}


/* --------------- MEDIA QUERY --------------- */
@media only screen and (min-width: 931px) {
  .blocco_testo {
    justify-content: center!important;
  }
}
@media only screen and (min-width: 768px) {
  /* intestazione */
  .elementi_intestazione .logo_sdt {
    max-width: 230px;
    bottom: -30px;
    top: inherit;
    left: 50px;
  }
  .elementi_intestazione .contenitore_mela {
    max-width: 200px;
    bottom: -40px;
    right: 50px;
  }
  .contenitore_mela .mela {
    max-width: 200px;
  }
  .elementi_intestazione .contenitore_testo_mela {
    max-width: 200px;
    bottom: -35px;

    font-size: 22px;
    line-height: 26px;
  }
  /* .contenitore_testo_mela p {
    font-size: 22px;
    line-height: 26px;
  } */

  /* info */
  .contenuto_info_sdt h1 {
    font-size: 42px;
    line-height: 46px;
    margin: 20px 0 30px 0;
  }
  .contenuto_info_sdt h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }

  /* regioni */
  .blocco_testo {
    text-align: center;
    justify-content: start;
    padding-top: 20px;
    min-height: 270px;
  }
  .blocco_testo h3 {
    width: 90%;
    margin: 0 auto;
  }
  .blocco_testo .logo_regione_sdt {
    top: inherit;
    transform: translateY(0) rotate(-15deg);
    bottom: 30px;
    /* z-index: 1; */
  }
  .blocco_testo {
    flex: none!important;
  }
  /*.blocco_testo {
    text-align: center;
    background-size: 50%;
    background-position: center right;
    padding: 0;
  }
  .contenitore_regioni_sdt .row:nth-of-type(even) .blocco_testo {
    background-position: center left;
    padding-left: 50%;
  }
  .blocco_testo::before {
    width: 50%;
    background-color: var(--beige);
  }
  .contenitore_regioni_sdt .row:nth-of-type(even) .blocco_testo::before {
    right: 0;
    left: inherit;
  }
  .blocco_testo .logo_regione_sdt {
    max-width: 180px;
    right: 50px;
  }
  .contenitore_regioni_sdt .row:nth-of-type(even) .blocco_testo .logo_regione_sdt {
    left: 50px;
    right: inherit;
  }
  .blocco_testo h3 {
    width: calc(50% - 40px);
    margin: 0 20px;
    color: #000000;
  }
  .contenitore_regioni_sdt .row:nth-of-type(even) .blocco_testo h3 {
    width: calc(100% - 40px);
  }
  .contenitore_tasto_testo {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
  .contenitore_regioni_sdt .row:nth-of-type(even) .blocco_testo .contenitore_tasto_testo {
    width: calc(100% - 40px);
  }*/
}













/* ------------------------------ PAGINA REGIONI ------------------------------ */


.pagina_sdt_regione {
  background-color: #ffffff;
}


/* --------------- TOPBAR --------------- */
.topbar {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  min-height: 80px;
}
.contenuto_topbar {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  align-items: center;
}
.logo_topbar a img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0;
  transition: all 0.3s linear;
}
.logo_topbar a:hover img {
  opacity: 0.5;
}
.navbar_topbar ul {
  width: 100%;
  text-align: right;
}
.navbar_topbar ul li {
  width: 100%;
}
.navbar_topbar ul li a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000000!important;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s linear;
  background-color: #ffffff!important;
  cursor: pointer;
}
.navbar_topbar ul li a:active {
  opacity: 0.5;
}
.navbar_topbar .dropdown-toggle {
  padding: 20px 0!important;
}
.navbar_topbar .dropdown-toggle::after {
  display: none;
}
.navbar_topbar .dropdown-toggle img {
  display: inline-block;
  width: 15px;
  height: auto;
  margin: 0 0 0 2px;
  vertical-align: top;
}
.navbar_topbar .dropdown-menu {
  position: absolute;
  min-width: 80px;
  max-width: 280px;
  width: 100%;
  background-color: var(--grigio) !important;
  right: 0 !important;
  left: inherit !important;
  padding: 0;
  top: 47px !important;
  border-radius: 0px;
  margin: 0;
  border: 0px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  transform: none!important;
}
.navbar_topbar .dropdown-menu .dropdown-item {
  padding: 15px;
  background-color: var(--grigio)!important;
  transition: all 0.2s linear;
}
.navbar_topbar .dropdown-menu .dropdown-item:hover {
  background-color: #dddddd!important;
}
.navbar_topbar:hover .dropdown-menu {
  display: block!important;
}




/* --------------- INTESTAZIONE --------------- */
.intestazione {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.contenuto_intestazione {
  position: relative;
  width: 100%;
  /* height: calc(100vh - 130px); */
  height: calc(75vh - 130px);
  overflow: hidden;
}
.video_intestazione {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  filter: brightness(50%);
}
.contenuto_info_intestazione {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.testo_intestazione {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  bottom: 0;
  left: 0;
}
.testo_intestazione h1 span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 7px 0;
}
.testo_intestazione h1 {
  font-size: 39px;
  line-height: 43px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.logo_sdt_intestazione {
  position: absolute;
  z-index: 2;
  padding: 0;
  top: 20px;
  right: 20px;
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  transform: rotateZ(-12deg);
}




/* --------------- INFO --------------- */
.info {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: var(--beige);
}
.contenuto_info {
  margin: 0 auto;
  padding: 20px;
}
.contenuto_info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0;
}
.verde_sdt {
  color: var(--verde-sdt)!important;
}




/* --------------- PRODUTTORI e PRODOTTI --------------- */
.produttori_prodotti {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
.contenuto_produttori_prodotti {
  margin: 0 auto;
  padding: 0;
}
.contenuto_produttori_prodotti h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  padding: 30px 20px;
  margin: 0;
}
.singolo_produttore {
  margin-bottom: 20px;
}
.info_produttore {
  transition: all 0.3s linear;
  cursor: pointer;
}
.info_produttore:active {
  opacity: 0.8;
}
.info_produttore .immagine_produttore {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.info_produttore .immagine_produttore img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.info_produttore .nome_produttore {
  display: flex;
  width: 100%;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--arancione);
}
.info_produttore .nome_produttore p strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.info_produttore .nome_produttore p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.info_produttore .nome_produttore i {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  transition: all 0.2s linear;
}
.info_produttore.info_produttore_aperto .nome_produttore i {
  transform: rotateZ(90deg);
}
.info_prodotti {
  display: none;
}
.descrizione_produttore {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0;
  padding: 20px 20px 0 20px;
}
.pv_produttore {
  display: inline-block!important;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--arancione);
  text-align: left;
  text-decoration: underline;
  transform: all 0.2s linear;
}
.pv_produttore:hover, .pv_produttore:active {
  color: #000000;
}
.contenitore_prodotti {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
}
.singolo_prodotto {
  padding: 5px;
}
.immagine_prodotto {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--beige);
}
.immagine_prodotto img {
  max-width: 100%;
  max-height: 180px;
}
.testo_prodotto {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--verde-sdt);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  min-height: 60px;
}





/* --------------- MODALE PRODUTTORI e PRODOTTI --------------- */
#prodottiModal {
  z-index: 2147483647;
}
#prodottiModal .popup_component_inner {
  width: min(1100px, 100%);
}
#prodottiModal .popup_component_box {
  background-color: #ffffff;
  padding: 20px;
}
#prodottiModal .popup_component_chiudi {
  outline: 0 !important;
}
#prodottiModal .popup_component_chiudi span {
  line-height: 40px;
}
#prodottiModal .popup_component_box .griglia_prodotti {
  margin-bottom: 0;
}




/* --------------- DIVITA MAGAZINE --------------- */
.banner_divita {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
.contenuto_banner_divita {
  margin: 0 auto;
  padding: 0;
}
.contenuto_banner_divita h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  padding: 10px 20px 30px 20px;
  margin: 0 auto;
}
.immagine_divita {
  display: flex;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
}
.testo_divita {
  display: block;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.testo_divita h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  padding: 0;
  margin: 0 0 15px 0;
  text-shadow: 0 0 30px #000000;
}
.tasto_divita {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background-color: #ffffff;
  padding: 12px 15px;
  color: #000000;
  border-radius: 30px;
  transition: all 0.2s linear;
  text-decoration: none;
}
.tasto_divita:hover, .tasto_divita:active {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}




/* --------------- VIDEO GALLERY --------------- */
.video_gallery {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: var(--beige);
}
.contenuto_video_gallery {
  margin: 0 auto;
  padding: 0;
}
.contenuto_video_gallery h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  padding: 30px 20px 25px 20px;
  margin: 0;
}
.contenitore_video_gallery {
  overflow-x: auto; /* Abilita lo scorrimento orizzontale */
  padding: 0 15px 10px 15px;
  white-space: nowrap; /* Impedisce il ritorno a capo dei contenuti */
}
.singolo_video_video_gallery {
  display: inline-block;
  width: 280px;
  padding: 0 5px;
}
.singolo_video_video_gallery a {
  display: block;
  width: 100% !important;
  height: auto !important;
  text-decoration: none!important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.singolo_video_video_gallery a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.singolo_video_video_gallery a span {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: var(--beige);
  transition: all 0.2s linear;
  text-align: center;
}
.singolo_video_video_gallery a span i {
  display: block;
  font-size: 28px;
  line-height: 50px;
  color: var(--verde-sdt);
  transition: all 0.2s linear;
}
.singolo_video_video_gallery a:hover span, .singolo_video_video_gallery a:active span {
  background-color: var(--verde-sdt);
}
.singolo_video_video_gallery a:hover span i, .singolo_video_video_gallery a:active span i {
  color: #ffffff;
}
.info_finali {
  padding: 20px 20px 140px 20px;
}
.info_finali p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding: 0;
  margin: 0;
}
.contenitore_cta_info_finali {
  text-align: center;
  margin-top: 30px;
}
.info_finali .tasto_torna_sdt {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  background-color: var(--rosso);
  padding: 0;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.2s linear;
  text-decoration: none;
  text-align: center;
}
.info_finali .tasto_torna_sdt span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-left: -1px;
}
.info_finali .tasto_torna_sdt span img {
  display: block;
  width: 100%;
  max-width: 33px;
  height: auto;
  margin: 0 auto;
}
.info_finali .tasto_torna_sdt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 15px 0 10px;
  color: #ffffff;
  transition: all 0.2s linear;
}
.info_finali .tasto_torna_sdt:hover, .info_finali .tasto_torna_sdt:active {
  background-color: #ffffff;
}
.info_finali .tasto_torna_sdt:hover p, .info_finali .tasto_torna_sdt:active p {
  color: #000000;
}





/* --------------- MODALE VIDEO GALLERY --------------- */
.modal-fullscreen {
  background-color: rgba(0,0,0,0.7);
}
.modal-fullscreen .modal-dialog {
  max-width: 100%;
  height: 100vh;
  margin: 0;
}
.modal-fullscreen .modal-content {
  border: 0px;
  border-radius: 0px;
  background-color: transparent!important;
}
.modal-fullscreen .modal-header {
  border-bottom: 0px!important;
}
.modal-fullscreen .modal-header .close {
  font-size: 2rem;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  outline: 0!important;
}
.modal-fullscreen .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 1rem;
}
.embed-responsive-16by9 {
  max-width: 100%;
  max-height: 100%;
}





/* --------------- FOOTER FISSO --------------- */
.footer_fisso {
  position: sticky;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: calc(100% - 40px);
  /* max-width: 380px; */
  max-width: 270px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 15px 5px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  margin-top: -110px;
  margin-bottom: 30px;
  margin-left: 50%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.footer_fisso a {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  margin: 0 7px;
  text-decoration: none;
  transition: all 0.2s linear;
  cursor: pointer;
}
.footer_fisso a i {
  display: block;
  font-size: 14px;
  margin: 0 auto 4px auto;
  transition: all 0.2s linear;
}
.footer_fisso a:hover, .footer_fisso a:hover i, .footer_fisso a:active, .footer_fisso a:active i {
  color: var(--verde-sdt);
}
.footer_fisso a img {
  display: block;
  width: 100%;
  max-width: 12.2px;
  height: auto;
  margin: 0 auto 2px auto;
}
.footer_fisso.show {
  bottom: 20px;
  opacity: 1;
}
.footer_fisso.stay {
  bottom: 20px;
  opacity: 1;
}



/* BOTTOMBAR */
.bottombar {
  display: block;
  width: 100%;
  background-color: var(--verde-sdt);
  padding: 40px 20px 20px 20px;
  font-size: 11px;
  line-height: 13px;
  color: var(--beige);
  text-align: center;
  position: relative;
}
.bottombar p {
  position: relative;
  z-index: 400;
}
.bottombar a {
  color: var(--beige)!important;
  text-decoration: none;
  cursor: pointer;
}
.bottombar a:hover {
  text-decoration: underline!important;
}
.bottombar .torna_su {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -25px;
  z-index: 300;
  background-color: var(--verde-sdt);
  text-decoration: none;
  cursor: pointer;
}
.bottombar .torna_su span {
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  color: var(--beige);
  text-align: center;
}
.bottombar .torna_su:hover {
  text-decoration: none!important;
}











/* --------------- MEDIA QUERY --------------- */
@media only screen and (min-width: 768px) {
  /* intestazione */
  .logo_sdt_intestazione {
    top: 30px;
    right: 30px;
    max-width: 220px;
  }
  .testo_intestazione {
    padding-bottom: 40px;
  }
  .testo_intestazione h1 {
    font-size: 49px;
    line-height: 53px;
  }
  .testo_intestazione h1 span {
    font-size: 26px;
    line-height: 30px;
  }

  /* info */
  .contenuto_info {
    padding: 30px 20px;
  }
  .contenuto_info p {
    text-align: center;
  }

  /* produttori e prodotti */
  .contenuto_produttori_prodotti {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contenuto_produttori_prodotti h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .singolo_produttore {
    display: inline-block;
    width: calc(33.9% - 10px);
    margin-bottom: 0;
    padding: 5px;
    transition: all 0.2s linear;
  }
  .singolo_produttore:hover {
    opacity: 0.8;
  }
  .info_produttore {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  .info_produttore .immagine_produttore {
    height: 280px;
  }
  .info_produttore .immagine_produttore img {
    width: inherit;
    object-fit: cover;
    object-position: center center;
    height: inherit;
    max-height: 100%;
    max-width: 100%;
  }
  .info_produttore .nome_produttore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    /* background-color: transparent!important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); */
    background-color: rgba(12, 119, 90, 0.9);
  }
  .info_produttore .nome_produttore p {
    text-align: left;
    text-shadow: 0 0 28px #000000;
  }

  /* divita magazine */
  .immagine_divita {
    height: 460px;
  }
  .contenuto_banner_divita h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .testo_divita h2 {
    font-size: 49px;
    line-height: 53px;
    text-align: left;
  }
  .tasto_divita {
    padding: 20px 35px;
  }

  /* video galley */
  .contenitore_video_gallery {
    overflow-x: visible;
  }
  .contenuto_video_gallery h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }
  .singolo_video_video_gallery {
    width: 460px;
  }
  .info_finali {
    padding: 20px 20px 40px 20px;
  }
  .info_finali p {
    text-align: center;
  }
  .info_finali .tasto_torna_sdt span {
    width: 60px;
    height: 60px;
  }
  .info_finali .tasto_torna_sdt span img {
    max-width: 38px;
  }
  .info_finali .tasto_torna_sdt p {
    padding: 0 25px 0 15px;
  }
  .video_gallery .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video_gallery .slick-prev {
    left: -5px;
  }
  .video_gallery .slick-next {
    right: -5px;
  }
  .video_gallery .slick-prev,
  .video_gallery .slick-next {
    background-color: var(--verde-sdt);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 15;
    transition: all 0.2s linear;
  }
  .video_gallery .slick-prev:hover,
  .video_gallery .slick-next:hover {
    background-color: var(--arancione);
  }
  .video_gallery .slick-prev i,
  .video_gallery .slick-next i {
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    color: #ffffff;
    transition: all 0.2s linear;
  }
  .video_gallery .slick-prev:before, .video_gallery .slick-next:before {
    content: '';
  }
  .video_gallery .slick-dots li button:before {
    color: var(--verde-sdt);
  }
  .video_gallery .slick-dots li.slick-active button:before {
    color: var(--rosso);
  }

  /* modale */
  .modal-fullscreen .modal-dialog {
    height: auto;
  }
  .modal-fullscreen .modal-content {
    max-width: 1140px;
    margin: 0 auto;
  }

  /* footer */
  .footer_fisso {
    display: none!important;
  }
}