:root {
  --swiper-theme-color: #0f0f0f;
  --swiper-navigation-size: 36px;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #f5e5d5;
  padding: 0;
  margin: 0;
  color: #0f0f0f;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

div-gpt-ad-MaxTicker > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed;
}

/* div {
  width: 100%;
} */

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/* ADV */

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #f5e5d5;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
}

#div-gpt-ad-MPU_Top > div {
  display: flex !important;
  justify-content: center;
}

#bordo_adv {
  padding: 10px 0;
}

#Mpu_Top {
  text-align: center;
  width: fit-content;
}

#ad-Mpu_Top div,
#adv-MaxTicker div {
  width: inherit !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #f5e5d5;
  /* overflow-x: hidden; */
}

.container_over_skin > * {
  z-index: 5;
  background-color: #f5e5d5;
}

.shrinkable,
.backgroundAdv {
  background-color: #f5e5d5 !important;
  position: relative;
  z-index: 1;
}

.pubblicita {
  display: flex;
  justify-content: center;
}

#div-gpt-ad-MaxTicker > div {
  display: flex !important;
  justify-content: center;
}

/* HEADER */

h1 {
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.firma {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #dee1e8;
}

.firma_data {
  margin-top: 32px;
}

.star {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #ffcb27;
}

.data {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #61a5ff;
}

.scroll_div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
}

#scroll_img {
  cursor: pointer;
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}

a:hover,
a:visited,
a:active,
a:link {
  color: initial;
  text-decoration: none;
}

/* SECTIONS */

section {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.box-titolo {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

.box-testo {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.video_link_cnt {
  box-sizing: border-box;
  width: 180px;
  height: 36px;
  border: 2px solid #0f0f0f;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.3s ease;
  color: #0f0f0f;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.video_link_cnt:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.box-testo a:link {
  color: #0f0f0f;
  text-decoration: none;
}

.box-testo a:visited {
  color: #0f0f0f;
  text-decoration: none;
}

.box-testo a:hover {
  color: #0f0f0f;
  text-decoration: none;
}

.box-testo a:active {
  color: #0f0f0f;
  text-decoration: none;
}

.delimiter {
  text-align: center;
  padding: 20px 0;
}

/*--- FOOTER ----*/

#backtop {
  position: fixed;
  left: calc(50vw + 450px);
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

body:not(.backgroundAdv) #backtop {
  right: 10px;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 10px;
}

.box_crediti {
  border-top: 1px solid #1a1818;
  margin: auto;
}

.box_crediti img {
  height: 90px;
}

.box_crediti div {
  height: auto;
  width: 1px;
  background-color: #000;
  margin: 0 20px;
}

.box_crediti h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-right: 10px;
}

footer {
  z-index: 20;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.mobile {
  display: none;
}

#div-gpt-ad-MaxTicker div {
  display: flex !important;
  justify-content: center;
}

body:not(.backgroundAdv) #adv-MaxTicker {
  margin-top: 50px;
  /* max-width: 1260px; */
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#nota-nascosta {
  display: none;
}

.mostra-nota {
  display: block !important;
}

#bottoneNota {
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  margin-top: -16px;
}

#bottoneNota:hover {
  color: #a19e9e;
  transition: all 0.3 ease;
}
/* RESPONSIVE  */

/* TIPOGRAFIA */
h1 {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 110px;
  width: 50%;
}

.h1-catenaccio {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 200;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}

.h1-sommario {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.banner-titolo {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-titolo {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.box-testo {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.form-sottoscrivi-titolo {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.form-sottoscrivi-testo {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

/* TIPOGRAFIA */

/* ELEMENTI */
#banner-cnt {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 90;
}

#banner {
  border-bottom: 1px solid #0f0f0f;
  height: 100%;
  margin: auto;
}

.banner-pulsante {
  cursor: pointer;
}

.banner-pulsante a:hover img {
  opacity: 0.7;
}

a.underline:hover,
a:hover .underline {
  opacity: 0.7;
}

.banner-pulsante-social {
  border-radius: 50%;
  transition: all 0.2s ease;
  height: 30px;
}

.banner-pulsante-social:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

header {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 75px;
}

#header-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#header-pacchetto {
  width: calc(50% - 92px);
}

.sfondo-colorato1 {
  background-color: #f0ceb6;
}

.box-cnt {
  position: relative;
  border-top: 1px solid #0f0f0f;
  padding: 15px 0 50px 0;
  margin-left: 70px;
  width: calc(100% - 70px);
}

.box-numero {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  position: absolute;
  top: 15px;
  left: -70px;
  background: #0f0f0f;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5e5d5;
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
}

.box-bianco {
  padding: 50px 135px;
  width: 1290px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
}

.box-titolo-40 {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 44px;
}

.box-video-occhiello {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.box-video-titolo {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}

.box-video-sommario {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

#div-video-cnt > div:nth-child(1) {
  width: calc(100% - 705px - 60px);
}
#div-video-cnt > div:nth-child(2) {
  width: 705px;
  margin-left: 60px;
}

#div-video-cnt iframe {
  width: 705px;
  height: 397px;
}

.pulsante {
  box-sizing: border-box;
  width: 390px;
  height: 50px;
  background-color: #0f0f0f;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.pulsante:not(.disabilitato):hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

.pulsante.disabilitato {
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.7);
}

.pulsante-outline {
  box-sizing: border-box;
  width: 390px;
  height: 48px;
  border: 2px solid #0f0f0f;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.pulsante-outline:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sezione-titolo {
  border-top: 1px solid #0f0f0f;
  padding-top: 29px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

#aderenti > div:nth-child(1) {
  /* width: calc(100% - 285px - 30px); */
  width: 100%;
}
#aderenti > div:nth-child(2) {
  width: 285px;
  margin-left: 30px;
}

#iniziative-cnt {
  display: flex;
  border-top: 1px solid rgba(15, 15, 15, 0.25);
  padding-top: 15px;
}

.iniziative-titolazione {
  min-height: 190px;
}

.iniziative-titolo {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}

.iniziative-sommario {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.iniziative-url {
  font-weight: 800;
}

.iniziativa {
  width: 390px;
}
a:has(.iniziativa) + a {
  border-left: 1px solid rgba(15, 15, 15, 0.25);
  margin-left: 15px;
  padding-left: 15px;
  width: 405px;
}

a:has(.iniziativa) img {
  transition: all 0.2 ease-in-out;
}

a:has(.iniziativa):hover img {
  opacity: 0.7;
}

/* ELEMENTI */
/* SPAZIATURE - DIMENSIONI */
.larghezza-base {
  width: 100%;
  max-width: 1230px;
}

.ml-70 {
  margin-left: 70px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-5 {
  margin-left: 5px;
}

.mr-70 {
  margin-right: 70px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}
.mb-50 {
  margin-bottom: 50px;
}

/* SPAZIATURE - DIMENSIONI */

/* FORM */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

:-internal-autofill-previewed {
  font-size: 16px !important;
}

#form-sottoscrivi-box {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

#form-sottoscrivi {
  width: 390px;
}

.input-text-cnt {
  width: 100%;
  position: relative;
}

.input-text-label {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  padding: 2px;
  background-color: white;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  position: absolute;
  transition: all 0.2s ease;
}

.input-text-errore {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  padding: 2px;
  background-color: white;
  color: crimson;
  left: 10px;
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
}

.input-text {
  width: 100%;
  position: relative;
  height: 48px;
  border: 1px solid rgba(15, 15, 15, 0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 16px;
  caret-color: #0f0f0f !important;
}

.input-text:placeholder-shown {
  color: white;
}

.input-text:placeholder-shown ~ .input-text-label {
  font-size: 14px;
}

.input-text.errore ~ .input-text-errore {
  opacity: 1;
}

.input-text.errore {
  color: crimson;
}

.input-checkbox-cnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

.input-checkbox-cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.input-checkbox-css {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
/* .input-checkbox-cnt:hover input ~ .input-checkbox-css {
    background-color: #ccc;
  } */

/* When the checkbox is checked, add a blue background */
/* .input-checkbox-cnt input:checked ~ .input-checkbox-css {
    background-color: #2196F3;
  } */

.input-checkbox-css:after {
  content: "";
  position: absolute;
  display: none;
}

.input-checkbox-cnt input:checked ~ .input-checkbox-css:after {
  display: block;
}

.input-checkbox-cnt .input-checkbox-css:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #0f0f0f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-radio-cnt {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
}

/* Hide the browser's default radio button */
.input-radio-cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.input-radio-css {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  transition: all 0.2s ease-in-out;
}

.input-radio-cnt:hover input ~ .input-radio-css {
  background-color: rgba(15, 15, 15, 0.1);
}

/* When the radio button is checked, add a blue background */
.input-radio-cnt input:checked ~ .input-radio-css {
  background-color: #0f0f0f;
  box-shadow: inset 0px 0px 0px 3px white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.input-radio-cnt:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* .input-radio-cnt input:checked ~ .input-radio-css:after {
    display: block;
  } */

/* Style the indicator (dot/circle) */
.input-radio-cnt .input-radio-css:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* FORM */

/* TOAST-MESSAGE */

#toast-cnt {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  height: 150px;
  padding: 20px;
  width: 100%;
  z-index: 50;
  transition: 0.2s all ease-in-out;
  transform: translateY(100%);
}

.toast-aperto {
  transform: translateY(0) !important;
}

#toast-box {
  padding: 35px 30px;
  width: 660px;
  height: 100px;
  background: #ffffff;
  border-radius: 16px;
}

.toast-pulsante {
  width: 44px;
  height: 44px;

  border: 1px solid rgba(15, 15, 15, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.toast-pulsante:hover {
  background-color: rgba(15, 15, 15, 0.1);
}

.toast-titolo {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

.toast-testo {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
/* TOAST-MESSAGE */

@media only screen and (max-width: 1290px) {
  .box-bianco {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 1230px) {
  .larghezza-base {
    margin-left: 20px !important;
    margin-right: 20px !important;

    width: calc(100% - 40px);
    max-width: none;
  }

  #header-box {
    flex-direction: column;
  }

  h1 {
    width: 100%;
  }

  #header-pacchetto {
    width: 100%;
  }

  #header-pacchetto.ml-70 {
    margin-left: 0;
  }

  .box-bianco {
    padding: 50px 70px;
  }
}

@media only screen and (max-width: 1100px) {
  /* .box-bianco .w-8_10{
    width: 100%;
  } */
}

@media only screen and (max-width: 1024px) {
  #manifesto-punti {
    flex-direction: column;
  }

  #manifesto-punti > div:nth-child(1) {
    width: 100%;
  }
  #manifesto-punti > div:nth-child(2) {
    width: 100%;
  }

  #manifesto-punti > div:nth-child(1).pr-32 {
    padding-right: 0;
  }

  #manifesto-punti > div:nth-child(2).pl-32 {
    padding-left: 0;
  }

  #div-video-cnt {
    flex-direction: column;
  }

  #div-video-cnt > div:nth-child(1) {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    justify-content: center;
  }

  #div-video-cnt > div:nth-child(2) {
    margin-top: 50px;
    width: 705px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #form-sottoscrivi-box {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }

  h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 960px) {
  #box-sottoscrivi-cnt {
    flex-direction: column;
  }

  #box-sottoscrivi-cnt > div:nth-child(1) {
    width: 100%;
  }

  #box-sottoscrivi-cnt > div:nth-child(2) {
    margin-top: 50px;
  }

  #form-sottoscrivi-box {
    width: 100%;
    justify-content: flex-start;
  }

  .box-bianco .w-8_10 {
    width: 390px;
  }

  #aderenti {
    flex-direction: column;
  }

  #aderenti > div:nth-child(1) {
    width: 100%;
  }

  #aderenti > div:nth-child(2) {
    margin-top: 70px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 820px) {
  #iniziative-cnt {
    flex-direction: column;
  }

  .iniziative-titolazione {
    min-height: auto;
  }

  a:has(.iniziativa) + a {
    border-left: none;
    margin-left: auto;
    padding-left: 0;
    width: 390px;
    margin-top: 50px;
    border-top: 1px solid rgba(15, 15, 15, 0.25);
    padding-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  /* TIPOGRAFIA */
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .h1-catenaccio {
    font-size: 22px;
    line-height: 28px;
  }

  .h1-sommario {
    font-size: 14px;
    line-height: 20px;
  }

  .banner-titolo {
    display: none;
  }

  .box-titolo {
    font-size: 22px;
    line-height: 28px;
  }

  .box-testo {
    font-size: 14px;
    line-height: 20px;
  }

  #box-sottoscrivi-cnt > div:nth-child(2) {
    margin-top: 15px;
  }

  .form-sottoscrivi-titolo {
    font-size: 28px;
    line-height: 32px;
  }

  .form-sottoscrivi-testo {
    font-size: 14px;
    line-height: 20px;
  }
  /* TIPOGRAFIA */

  #div-video-cnt > div:nth-child(2) {
    width: 100%;
  }

  #div-video-cnt iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 17 / 10;
  }

  .box-cnt {
    margin-left: 40px;
    width: calc(100% - 40px);
  }

  .box-numero {
    width: 30px;
    height: 30px;
    font-size: 20;
    line-height: 22px;
    left: -40px;
  }

  .box-bianco {
    padding: 50px 20px;
  }

  .box-bianco .w-8_10 {
    width: 100%;
  }

  .pulsante-outline {
    width: calc(100vw - 40px);
  }

  #form-sottoscrivi {
    width: 100%;
  }

  .pulsante {
    width: 100%;
  }

  .form-sottoscrivi-titolo {
    font-size: 14px;
    line-height: 20px;
  }

  #iniziative-cnt {
    flex-direction: column;
    width: calc(100% - 40px);
    position: relative;
  }

  .iniziativa {
    width: 100%;
  }

  a:has(.iniziativa) + a {
    width: 100%;
  }

  #toast-box {
    padding: 35px 10px;
    width: calc(100% - 20px);
  }

  .toast-pulsante {
    width: 30px;
    height: 30px;
    flex: none;
  }
}

#informativa-privacy h1 {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}

#informativa-privacy .box-titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
}

#informativa-privacy p + .box-titolo {
  margin-top: 30px;
}

#informativa-privacy p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}

.larghezza-privacy {
  max-width: 810px;
}

#informativa-privacy ul {
  margin-block-start: 0;
  margin-block-end: 0;
}
#informativa-privacy p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media only screen and (max-width: 960px) {
  .larghezza-privacy {
    width: calc(100% - 40px);
    max-width: none;
  }
}
