* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: #D7D5D4;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
}

/* 
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;
*/

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;
  margin: auto;
  overflow: hidden;
}

header,
article,
section,
aside {
  width: 100%;
  margin: auto;
}

section:not(.sfondo-trasparente) {
  background-color: #D7D5D4;
}

h1 {
  display: inline;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: left;
}

.h1-grande {
  font-size: 359px;
  line-height: 108px;
}

.h1-piccolo {
  font-size: 77px;
  line-height: 107px;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  padding-bottom: 15px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.testo-rosso {
  color: #b31313
}

.testo-grigio {
  color: #484b49
}

.testo-grigioChiaro {
  color: #D7D5D4
}

.testo-bianco {
  color: white
}

.testo-blu {
  color: #003c7f
}

.sfondo-bianco {
  background-color: white !important
}

.sfondo-grigio {
  background-color: #D7D5D4 !important
}

.testo-medium {
  font-weight: 600;
}

.testo-medium {
  font-weight: 600;
}

.testo-bold {
  font-weight: 800;
}

.ml-5 {
  margin-left: 5px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-128 {
  padding-bottom: 128px;
}

.radius-40 {
  border-radius: 40px;
}

.m-centrato {
  margin: auto;
}

.virgolattato {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  ;
  font-weight: 600;
  font-style: italic;
}

.testo-center {
  text-align: center;
}

.testo-15-18 {
  font-size: 15px;
  line-height: 18px;
}

.testo-15-24 {
  font-size: 15px;
  line-height: 24px;
}

.testo-16-24 {
  font-size: 16px;
  line-height: 24px;
}

.testo-18-24 {
  font-size: 18px;
  line-height: 24px;
}

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

.testo-26-30 {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -1px;
  font-weight: 500;
}

.box-rubrica-cnt {
  max-width: 1200px;
  min-width: 900px;
  margin: auto;
}

.box-medio {
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.rubrica-testatina {
  font-size: 28px;
  line-height: 30px;
  border-bottom: 1px solid #D7D5D4;
}

.rubrica-titolo {
  font-size: 24px;
  line-height: 26px;
}

.rubrica-piccolo {
  font-size: 14px;
  line-height: 16px;
}

.testo-italico {
  font-style: italic;
}

.testo-sans {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

.testo-serif {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
}

.switch-button {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  background: #c0c3c1;
  border-radius: 30px;
  overflow: hidden;
  width: 180px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: black;
  position: relative;
  padding-right: 85px;
  position: relative;
  text-transform: uppercase;
}

.switch-button:before {
  content: "Lungo";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  color: rgba(0, 0, 0, .5);
}

.lungo .switch-button {
  color: rgba(0, 0, 0, .5);
}

.lungo .switch-button:before {
  color: rgba(0, 0, 0, 1);
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
  transform: translateX(85px);
  transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 11px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
}



.container_over_skin {
  position: relative;
  width: 100%;
  z-index: 5;
  background-color: #D7D5D4;
}

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

.shrinkable {
  background-color: #D7D5D4 !important;
}

.backgroundAdv {
  background-color: #EEEFF0 !important;
}

/* TOP BAR */

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

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

/* ADV */

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

#ad-Mpu_Middle {
  width: 100%;
  /* max-width: 800px; */
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: #EEEFF0;
}

/* NAVBAR */

#navbar_container {
  width: 100%;
  margin: auto;
  overflow-y: hidden;
  overflow-x: auto;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
  z-index: 998;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -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;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}



#navbar {
  width: 1020px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -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;
  white-space: nowrap;
  padding-left: 20px;
}

#navbar_title {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

#bar {
  height: 30px;
  width: 1px;
  opacity: 0.3;
  background-color: #000;
  margin: 0 20px;
}

#navbar_menu {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.navbar_dot {
  color: #f86313;
  padding-right: 5px;
}

#navbar_menu div {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: 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;
  cursor: pointer;
}

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

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

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

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

/* HEADER */

.title_background {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  height: calc(100vh - 100px);
  background-color: #e22f28;
  color: #ffffff;
  background-image: url(../img/tangentopoli_1920x1020.webp);
  /* background-image: url(../img/cover_desktop.jpg); */
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.8)),
    url(../img/tangentopoli_1920x1020.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: flex-end;
  padding-bottom: 64px;
  min-height: 740px;
}

h1 {
  width: 100%;
  max-width: 800px;
  padding: 30px 20px;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 100px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.90;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.sommario {
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.firma {
  width: 100%;
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.firma span {
  color: #000;
  opacity: 0.4;
}

.scroll_div {
  bottom: 10px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 40px;
}

#scroll_img {
  cursor: pointer;
}

@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;
}

/* TESTO */

.separatore {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.separatore img {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.box-rubrica {
  max-width: 340px;
  width: 100%;
}

.box-rubrica-img {
  width: 100%;
  height: 180px;
  background-color: aqua;
}

.box-rubrica-dividi {
  background-image: linear-gradient(#D7D5D4, #D7D5D4);
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: center 0;
  width: 64px;
}

.rubrica-sommario {
  font-size: 24px;
  line-height: 26px;
}


.box_testo {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_testo h2 {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  padding-top: 50px;
}

.box_testo p {
  width: 100%;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.box_titolo_cnt {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 124px;
  margin-bottom: 32px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
}

.virgolette {
  color: #b41313;
  font-size: 80px;
  line-height: 20px;
  margin: 60px 0 5px;
  width: 150px;
  text-align: center;
  border-bottom: 3px solid #b41313;
  /* letter-spacing: 1px; */
  font-weight: 800;
}

.box_lettera p {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  font-style: italic;
}


.spazio_sopra_max {
  margin-top: 64px;
}

.spazio_sotto_min {
  margin-bottom: 0p
}

.box_data {
  background-color: #b41313;
  padding: 6px 17px;
  min-width: 262px;
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  width: fit-content;
}

.box_data_giorno {
  font-weight: 800;
  margin-right: 10px;
}

.box_sommario {
  font-size: 32px;
  line-height: 46px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.box_titolo {
  clear: left;
  font-size: 38px;
  line-height: 46px;
  margin-top: 12px;
  font-weight: 600;
}

.sezione_larghissima {
  width: 100%;
}

#podcast-link {
  border-bottom: 1px solid white;
}

.podcast_cnt {
  background-color: #242424 !important;
}

.podcast_cnt a,
.podcast_cnt a:visited,
.podcast_cnt a:active {
  color: white;
  text-decoration: none;
}

.podcast_cnt a:hover {
  text-decoration: none;
  color: #b41313;
}


.bt-podcast1 .podcast-logo {
  background-image: url('../img/LOGO\ Spotify.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.bt-podcast2 .podcast-logo {
  background-image: url('../img/LOGO\ Apple\ Podcast.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.bt-podcast3 .podcast-logo {
  background-image: url('../img/LOGO\ Amazon\ Music.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.bt-podcast4 .podcast-logo {
  background-image: url('../img/LOGO\ Spreaker.svg');
  background-position: center center;
  background-repeat: no-repeat;
}

.bt-podcast1:hover .podcast-logo {
  background-image: url('../img/LOGO\ Spotify_hover.svg');
}

.bt-podcast2:hover .podcast-logo {
  background-image: url('../img/LOGO\ Apple\ Podcast_hover.svg');
}

.bt-podcast3:hover .podcast-logo {
  background-image: url('../img/LOGO\ Amazon\ Music_hover.svg');
}

.bt-podcast4:hover .podcast-logo {
  background-image: url('../img/LOGO\ Spreaker_hover.svg');
}

.video_cnt {
  background-color: #8a8a8a;
  margin-top: 80px;
}

#box-video {
  max-width: 1260px;
  width: 100%;
  height: 717px;
  background-color: #484b49;
}

.titolo_podcast {
  background-color: #b41313;
  padding: 15px 40px;
  min-width: 262px;
  text-transform: uppercase;
  color: white;
  margin: auto;
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 32px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  width: fit-content;
}

.titolo_video {
  background-color: #b41313;
  padding: 15px 40px;
  min-width: 262px;
  text-transform: uppercase;
  color: white;
  margin: auto;
  font-size: 36px;
  line-height: 32px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  width: fit-content;
}

#video-iframe-cnt {
  max-width: 1260px;
  min-width: 900px;
  width: 710px;
  width: 70%;
  background-color: #242424;
}


#podcast-iframe-cnt,
#podcast-slider-cnt {
  max-width: 800px;
  width: 800px;
  margin: auto;
  margin-top: 32px;
  overflow: hidden;
}

#podcast-slider-cnt {
  margin-bottom: 64px;
}

.podcast_titolo {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: white;
  font-size: 34px;
  margin-top: 64px;
  margin-bottom: 32px;
}


.box_slider {
  width: 340px !important;
  height: 360px;
  padding: 30px;
  border-radius: 13px;
  background-color: #fff;
  transform: scale(.7);
  opacity: .7;
}

.box_slider_img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #b31313;
}

.box_slider.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.swiper-pagination {
  bottom: 20px;
}

.swiper-pagination-bullet {
  background-color: #484b49 !important;
  opacity: 1 !important;
  margin: 3px;
}

.swiper-pagination-bullet-active {
  background-color: #b31313 !important;
  opacity: 1 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/Freccia-dx.svg") !important;
  right: calc(50% - 450px) !important;
}

.swiper-button-prev {
  background-image: url("../img/Freccia-sx.svg") !important;
  left: calc(50% - 450px) !important;
}


.box_immagine0 {
  margin-top: 120px;
  margin-bottom: -290px;
}

.box_immagine01 {
  width: 100%;
}

.box_immagine2 {
  width: 100%;
}

.box_immagine2 img {
  max-width: 1200px;
  min-width: 900px;
}

.box_immagine3 {
  margin: auto;
  width: 800px;
  margin-top: 20px;
}

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

.box_immagine_ridotta img {
  width: 62.5%;
}

.box_titolo_cnt+.box_testo:not(.non_ridurre) {
  margin-top: -42px;
}

#sfondo-fisso {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../img/01_Desktop/23_mag_Capaci_Grande.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  top: 141px;
}

.sfondo-fisso-bloccato {
  top: 141px !important;
}

.sfondo-2 {
  background-image: url(../img/01_Desktop/10_lug_Quotidiano_Grande.webp) !important;
}

.sfondo-2 img {
  opacity: 0;
}

/* .box_parallasse{
  top:0;
  left: 0;
}

.box_parallasse img{
  position: absolute;
}
#box_parallasse-img1-0{
  right: 0;
  transform: scale(1.02);
}

#box_parallasse-img1-1{
  left: 50%;
  transform: translateX(-50%);
}

#box_parallasse-img2-0{
  width: 100%;
  right: 0;
}

#box_parallasse-img2-1{
  left: 50%;
  transform: translateX(-50%);
} */

/* GRAFICI */

.box_grafico_titolazione {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grafico_titolo {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
}

.grafico_sommario {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  padding-top: 10px;
}

.box_grafico {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_grafico_largo {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* AUDIO */

.box_audio {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 0;
  overflow: hidden;
  position: relative;
}

.box_audio iframe {
  border: 0;
  width: 100%;
}

/* CREDITI FINALI & BACKTOP */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 510;
  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;
}

#box_crediti {
  width: 100%;
  max-width: 800px;
  padding: 50px 0;
  margin-top: 30px;
  border-top: 2px solid #0f0f0f;
}

#box_crediti h5 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f0f;
}

/* FOOTER */

footer {
  z-index: 800;
}

#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;
}

/* .nascondi p {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.lungo.nascondi p {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
  margin-bottom: 40px;
} */

.nascondi .mostra-nascondi {
  max-height: 0;
  transition: max-height 0.75s ease-out;
  overflow: hidden;
}

.lungo.nascondi .mostra-nascondi {
  max-height: 5000px;
  transition: max-height 0.35s ease-in;
}

/*----- RESPONSIVE MOBILE --------*/

@media screen and (max-width: 1260px){
  #box-video{
    height: auto;
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 900px) {
  .box-rubrica-cnt {
    max-width: 708px;
    margin: auto;
  }

  .box-medio {
    margin: auto;
    max-width: 708px;
    width: 100%;
  }

  #video-iframe-cnt {
    max-width: 708px;
    width: 710px;
    width: 70%;
    background-color: #242424;
  }

  #podcast-iframe-cnt,
  #podcast-slider-cnt {
    max-width: 708px;
    width: 708px;
    margin: auto;
    margin-top: 32px;
    overflow: hidden;
  }

  .box_immagine3 {
    margin: auto;
    width: 708px;
    margin-top: 20px;
  }

  .title_background {
    background-image: url(../img/tangentopoli_874x874.webp);
    /* background-image: url(../img/cover_desktop.jpg); */
    background-image: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.8)),
      url(../img/tangentopoli_874x874.webp);
  }

  .rubrica-testatina {
    margin-bottom: 32px !important;
  }

  .box-rubrica-cnt {
    min-width: auto;
    max-width: auto;
    margin: auto;
  }

  .rubrica_cnt {
    flex-direction: column;
  }

  .rubrica-sommario {
    font-size: 24px;
    line-height: 26px;
  }

  .box-rubrica {
    max-width: 340px;
    width: 100%;
  }

  .box-rubrica-dividi {
    background-image: linear-gradient(#D7D5D4, #D7D5D4);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 center;
    width: 100%;
    height: 64px;
  }
}


@media screen and (max-width: 768px) {
  .box_testo {
    max-width: 660px;
  }

  .h1-grande {
    font-size: 323px;
    line-height: 98px;
  }

  .h1-piccolo {
    font-size: 69px;
    line-height: 95px;
  }


}

@media screen and (max-width: 480px) {
  .title_background{
    min-height:auto
  }

  #video-iframe-cnt,
  #podcast-iframe-cnt,
  #podcast-slider-cnt,
  .box_immagine3 {
    width: 100%;
  }

  #sfondo-fisso {
    background-image: url(../img/02_Mobile/23_mag_Capaci_Grande_Tablet.webp);
  }

  .sfondo-fisso-bloccato {
    top: 141px !important;
  }

  .sfondo-2 {
    background-image: url(../img/02_Mobile/10_lug_Quotidiano_Grande_Tablet.webp) !important;
  }

  h1 {
    line-height: normal !important;
  }

  .h1-grande {
    font-size: 154px;
    line-height: 46px;
  }

  .h1-piccolo {
    font-size: 31px;
    line-height: 43px;
  }

  .sommario {
    font-size: 16;
    line-height: 18px;
  }

  .firma {
    font-size: 14px;
    line-height: 18px;
  }

  .box_testo p {
    font-size: 20px;
    line-height: 32px;
  }

  .box_sommario {
    font-size: 24px;
    line-height: 36px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .box_data {
    font-size: 34px;
  }

  .box_titolo {
    clear: left;
    font-size: 30px;
    line-height: 34px;
    margin-top: 12px;
    font-weight: 600;
  }

  .box_immagine1 img {
    width: 100%;
  }

  .box_immagine_ridotta img {
    width: 62.5%;
  }

  .box_immagine1 img+img {
    margin-top: 20px;
  }

  #box_parallasse-img1-1 {
    width: 80%;
  }

  #box_parallasse-img2-1 {
    width: 70%;
  }


  .swiper-button-prev {
    bottom: -50px;
    left: 23px !important;
    top: auto;
  }

  .swiper-button-next {
    bottom: -50px;
    right: 23px !important;
    top: auto;
  }

  .swiper-pagination {
    bottom: -41px;
  }

  .disponibileSu {
    margin-top: 60px !important;
  }

  #podcast-link>div {
    align-items: flex-start;
  }

  #podcast-link>div a {
    flex-direction: column;
    text-align: center;
  }

  #podcast-link>div img {
    margin-left: 0;
  }

  .podcast-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* -----------------------------------------------------------------‰‰ */


  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #navbar_container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }

  #navbar {
    padding-left: 10px;
  }


  #ad-Mpu_Middle {
    max-width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title_background {
    width: 100%;
    max-width: 100vw;
    /* height: calc(100vh - 200px); */
    /* background-image: url(../img/cover_mobile.jpg); */
    /*     -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; */
  }

  h1 {
    max-width: 100%;
    font-size: 45px;
    line-height: 1.67;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sommario {
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
  }

  .firma {
    max-width: 100%;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.44;
    padding-left: 10px;
    padding-right: 10px;
  }

  section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sezione_larghissima {
    padding-left: 0;
    padding-right: 0;
  }

  .sezione_larghissima .box_titolo_cnt,
  .sezione_larghissima .box_testo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_sommario,
  .box_testo,
  .box_grafico_titolazione,
  .box_grafico,
  .box_grafico_largo,
  .box_audio,
  #box_crediti {
    max-width: 100%;
  }

  #box_crediti h5 {
    padding-left: 15px;
    padding-right: 15px;
  }



  #footer_div {
    padding: 30px 15px;
  }

  .titolo_podcast {
    font-size: 34px;
  }
  
  .titolo_video {
    font-size: 34px;  
  }
}

/*----- RESPONSIVE DESKTOP --------*/

@media screen and (min-width: 481px) {
  .mobile {
    display: none;
  }

  /* Works on Firefox */
  #navbar_container {
    scrollbar-width: thin;
    scrollbar-color: #0f0f0f #eaeae6;
  }

  /* Works on Chrome, Edge, and Safari */
  #navbar_container::-webkit-scrollbar {
    width: 2px;
  }

  #navbar_container::-webkit-scrollbar-track {
    background: #eaeae6;
  }

  #navbar_container::-webkit-scrollbar-thumb {
    background-color: rgb(155, 155, 155);
    border-radius: 10px;
    border: 0;
  }
}