* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  background-color: #1f1f1f;
  color: #ffffff;
  overflow-x: hidden;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

h2 {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #00000085;
  text-decoration: underline;
}

a:active {
  color: #00000085;
  text-decoration: underline;
}

.sommario-bianco a:link {
  color: #ffffff;
  text-decoration: none;
}

.sommario-bianco a:visited {
  color: #ffffff;
  text-decoration: none;
}

.sommario-bianco a:hover {
  color: #ffffff85;
  text-decoration: underline;
}

.sommario-bianco a:active {
  color: #ffffff85;
  text-decoration: underline;
}

#background_fixed {
  width: 100%;
  max-width: 100vw;
  margin-top: 60px;
  height: 100vh;
  background-color: #4f4f4f;
  color: #ffffff;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.6)),
    url(../img/Giorno_Memoria_2025_DESK.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /* background-attachment: fixed; */
  position: fixed;
  top: 0;
}

#content {
  width: 100%;
  max-width: 1120px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

/*--------- HEADER --------------------*/

.title_background {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#bg_black {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
}

#header_title {
  display: inline;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 100px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 30px 0 10px 0;
  /* text-shadow: 0 0 30px rgba(0, 0, 0, 0.6); */
}

#sommario {
  padding: 20px 0px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  /* text-shadow: 0 0 30px rgba(0, 0, 0, 0.8); */
  width: 100%;
  max-width: 1120px;
}

#data {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #ff000f;
  padding: 10px 20px;
  /*  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
  text-transform: uppercase;
}

.scroll_div {
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: calc(100vh - 200px);
}

#scroll_img {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.75;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

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

/* ROWS */

#rows_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* BOXES SMALL E MEDIUM */

.shadow {
  background-color: transparent;
  -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s linear;
}

.shadow:hover {
  -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 1);
}

.box_small {
  background-color: #ffffff;
  width: 350px;
  max-width: 350px;
  height: 710px;
  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;
  margin: 50px auto;
  padding: 0;
}

.photo_square {
  width: 350px;
  height: 350px;
  background-color: #ffffff;
}

.box_medium {
  background-color: #ffffff;
  width: 728px;
  max-width: 728px;
  height: 604px;
  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;
  margin: 50px auto;
  padding: 0;
}

.photo_medium {
  width: 728px;
  height: 350px;
  background-color: #000000;
}

.content {
  background-color: #ffffff;
  width: 100%;
  height: 350px;
  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;
  padding: 20px 20px;
}

.occhiello {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #e41a26;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titolo {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}

.sommario {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 10px;
}

.firma {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

/*  BOX BIG */

.box_big {
  background-color: #ffffff;
  width: 100%;
  max-width: 1100px;
  height: 624px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px auto;
  padding: 0;
  position: relative;
}

.photo_big {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.content_big {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
}

.occhiello_big {
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #e41a26;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titolo_big {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.titolo_big a:link {
  color: #ffffff;
  text-decoration: none;
}

.titolo_big a:visited {
  color: #ffffff;
  text-decoration: none;
}

.titolo_big a:hover {
  color: #ffffff85;
  text-decoration: underline;
}

.titolo_big a:active {
  color: #ffffff85;
  text-decoration: underline;
}

.sommario_big {
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-bottom: 10px;
}

.firma_big {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
}

#streaming {
  position: absolute;
  top: 40px;
  left: 0;
  width: 182px;
  height: 50px;
  text-align: center;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.2;
  letter-spacing: normal;
  text-align: center;
  color: #ff3440;
  background-color: rgba(255, 255, 255, 1);
}

.blink {
  color: #ff3440;
  animation: blink 3s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*--- RADIO24 ----*/

#radio24_container {
  background-color: #ffffff;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px auto;
  padding: 0 20px;
}

.container {
  background-color: #ffffff;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px auto;
  padding: 0 20px;
}

.radio24_box {
  width: 100%;
  max-width: 100%;
  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: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px dotted #707070;
}

.radio24_occhiello {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ff3440;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.radio24_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 10px;
}

.radio24_sommario {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 15px;
}

.radio24_firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 15px;
}

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

#backtop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

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

#fonti_finali {
  margin-top: 60px;
  width: 680px;
  border-top: 1px solid #ffffff;
}

#crediti_finali {
  margin-top: 0;
  width: 680px;
  border-top: 1px solid #ffffff;
}

#fake_footer {
  width: 100%;
  height: 100px;
  margin-top: 200px;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  padding: 5vh 10px;
}

footer {
  z-index: 4;
}

#footer_div {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  display: none;
  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;
}

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

/*  TABLET */
@media (min-width: 481px) and (max-width: 900px) {
  .row_big {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_big {
    height: 270px;
  }

  .box_big {
    height: 418px;
  }

  #radio24_container_tablet {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #plus_container_tablet {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #container_tablet {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}