* {
  box-sizing: border-box;
  /* transition: 0.3s all ease-out; */
}

*:focus {
  outline: none;
}

:root {
  --larghezza_struttura: 1260px;
  --larghezza_pezzo: 812px;
  --larghezza_testata: 720px;
  --larghezza_articolo: 600px;
  --sfondo_domanda: #A155B9;
  --sfondo_risposta: #EBEBEB;
  --colore1: #158BFF;
  --colore2: #8451A5;
}

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;
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

body {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  background-color: #fff8f0;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

p {
		/*
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #0f0f0f;
  text-align: left;
	
  margin-block-start: 10px;
  margin-block-end: 10px;
	*/
	
	margin-block-start: 0;
  margin-block-end: 0;
}

/*
p + p {
	margin-top: 28px;
}
*/

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

.faN {
    width: 30px !important;
    height: 30px !important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 0!important;
    border-radius: 50%!important;
}

#struttura-cnt {
  position: relative;
  margin: auto;
  width: 100%;
  padding: 40px 0 40px 8px;
  background-color: #e7f3ff;
  
}

body:not(.backgroundAdv) #struttura-cnt{
  margin-top: 50px;
}

#struttura {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 64px);
  max-width: var(--larghezza_struttura);
  margin-left: auto;
  margin-right: auto;
}

#colonna-pezzo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: var(--larghezza_pezzo);
  overflow: hidden;
}

#colonna-lato {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: calc(100% - var(--larghezza_pezzo)); */
}

#colonna-lato-sticky-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70%;
}

#colonna-lato-sticky {
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
}

.box-pubblicita-cnt {
  background-color: white;
  height: 648px;
  width: 348px;
  margin: 0 auto;
}

.box-pubblicita {
  /* background-color: #A155B9; */
  position: sticky;
  top: 50px;
  padding-top: 24px;
  padding-bottom: 24px;
}

#box-ultime-interviste {
  margin-top: 64px;
}

#box-ultime-interviste a,
#box-ultime-interviste a:active,
#box-ultime-interviste a:visited {
  text-decoration: none;
}

.titolino {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}

.ultima-intervista-cnt {
  display: flex;
  cursor: pointer;
}

a + a > .ultima-intervista-cnt{
  margin-top: 16px;
  border-top: 1px solid #BDBDBD;
  padding-top: 16px;
}

#box-ultime-interviste  a:last-of-type > .ultima-intervista-cnt{
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 16px;
}

.ultima-intervista-foto-cnt {
  display: flex;
  flex-direction: column;
}

.ultima-intervista-foto{
  background-color: #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	outline: 3px solid #e7f3ff;
}
.ultima-intervista-foto:hover{
	z-index: 3;
}
.ultima-intervista-foto+.ultima-intervista-foto{
  margin-top: -9px;
  z-index: 2;
}

.ultima-intervista-testo-cnt {
  display: flex;
  flex-direction: column;
  width: 270px;
  padding: 0 8px;
}

.ultima-intervista-data {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ultima-intervista-intervistato {
  color: #3D3D3D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
}

.ultima-intervista-occhiello {
  color: var(--colore1);
  font-weight: 600;
}
.ultima-intervista-occhiello::after{
  content: " | ";
  color: #636363;
}
.ultima-intervista-titolo {
  color: #636363;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
}

.ultima-intervista-bottone-cnt {
  display: flex;
  align-items: center;
  display: none;
}

.ultima-intervista-bottone {
  width: 24px;
  height: 24px;
  background-image: url(../img/freccino-dx.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3F3F3F;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.ultima-intervista-cnt:hover .ultima-intervista-bottone{
  background-color: #000;
}

.ultima-intervista-cnt:hover .ultima-intervista-intervistato,
.ultima-intervista-cnt:hover .ultima-intervista-titolo,
.ultima-intervista-cnt:hover .ultima-intervista-data{
  opacity: .7;
  transition: all .2s ease;
}

#tutte-interviste-cnt{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--larghezza_struttura);
  margin-left: auto;
  margin-right: auto;
}

.tutte-interviste-box {
  border-radius: 32px;
  width: 290px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.tutte-interviste-box::before {
  content: "";
  background: var(--colore-box);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.tutte-interviste-rubrica{
  border-radius: 16.5px;
  background: white;
  padding: 0 16px;
  width: fit-content;
  white-space: nowrap;
  /* text-transform: uppercase; */
  font-size: 13px;
  font-weight: 500;
  height: 30px;
  display: flex;
  align-items: center;
}
.tutte-interviste-foto-cnt {
  margin-top: 16px;
  display: flex;
}
.tutte-interviste-foto{
  background-color: #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	outline: 3px solid #FFFFFF;
}

.tutte-interviste-foto:hover{
	z-index: 2;
}

.tutte-interviste-foto+.tutte-interviste-foto{
  margin-left: -8px;
}

.tutte-interviste-intervistato-cnt{
  margin-top: 8px;
  height: 32px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}
.tutte-interviste-titolo-cnt{
  height: 78px;
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
  margin-top: 12px;
  text-align: center;
}
.tutte-interviste-occhiello{
  font-weight: 500;
}
.tutte-interviste-occhiello::after{
  content: " | ";
  color: white;
}
.tutte-interviste-data{
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tutte-interviste-vai{
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  position:relative;
  padding-left: 12px;
}

.tutte-interviste-bottone {
  width: 24px;
  height: 24px;
  background-image: url(../img/freccino-dx.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #A155B9;
  border-radius: 50%;
  margin-left: 4px;
  background-size: 4px;
}

.tutte-interviste-hover {
  width: 24px;
  height: 24px;
  background-color: #A155B9;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .2s ease-in-out;
  z-index: -1;
}

.tutte-interviste-box a,
.tutte-interviste-box a:active,
.tutte-interviste-box a:visited {
  text-decoration: none;
}

.tutte-interviste-box:hover .tutte-interviste-hover{
  width: 100%;
}

.tutte-interviste-box:hover .tutte-interviste-intervistato-cnt,
.tutte-interviste-box:hover .tutte-interviste-titolo-cnt{
  opacity: .7;
  transition: all .2s ease;
}

/* .tutte-interviste-box:hover::before{
  opacity: .7;
} */

.tutte-interviste-swiper{
  width: calc(100% - 136px);
}

.tutte-interviste-box * {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  /* background-color: black; */
  background-image: url(../img/swiper-sinistra.svg);
}

.swiper-button-prev:hover, .swiper-button-next:hover{
  opacity: .7;
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  /* background-color: black; */
  background-image: url(../img/swiper-destra.svg);
}


.swiper-button-prev::after, .swiper-button-next::after{
  content: "";
}

/* HEADER */

header {
  padding-top: 32px;
  color: #ffffff;
  height: 392px;
  position: relative;
}

.header-scontorno {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: calc(100% - 120px);
  /* background-position: bottom left; */
background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.header-nome-intervistato{
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: right;
	bottom: 0;
	padding-bottom: 40px;
	right: 20px;
	position: absolute;
	z-index: 2;
}

#header-titolazione {
  margin-left: calc((var(--larghezza_pezzo) - var(--larghezza_testata)) / 2);
  width: var(--larghezza_testata);
  width: 55%;
  z-index: 2;
  margin-top: -30px;
}

/* h1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
} */

h1{
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  overflow: hidden;
  height: 225px;
}

#ombra {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 112px;
  z-index: 1;
}

#header-firma {
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

#header-firma::before {
  content: "di ";
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

#occhiello-rubrica {
  border-radius: 16.5px;
  background: #ffffff;
  padding: 0 16px;
  width: fit-content;
  white-space: nowrap;
  /* text-transform: uppercase; */
  color: var(--colore1);
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  display: flex;
  align-items: center;
}

#occhiello {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  width: fit-content;
  white-space: nowrap;
  margin-left: 24px;
}

#selettore-lingua {
  border-radius: 16.5px;
  border: 2px solid #fff;
  padding: 0 8px 0 2px;
  width: fit-content;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .2s all ease-in;
}

#selettore-lingua span {
  padding-left: 4px;
  padding-right: 16px;
}

#selettore-lingua:hover {
  background-color: rgba(255, 255, 255, .3);
}

#selettore-lingua-cnt a,
#selettore-lingua-cnt a:active,
#selettore-lingua-cnt a:visited{
  text-decoration: none;
  color: white;
}

/* TESTO E GRAFICI */

section {
  margin-top: -32px;
  border-radius: 32px;
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 56px;
  z-index: 2;
  width: 100%;
}

article,
.sommario {
  width: var(--larghezza_articolo);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

#data-pezzo{
  width: var(--larghezza_testata);
  display: flex;
	margin-left: auto;
	margin-right: auto;
}

.sommario {
  width: var(--larghezza_testata);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
}

.data {
  color: #27292E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.domanda {
  position: relative;
  align-self: flex-start;
  width: 364px;
  border-radius: 0px 32px 32px 32px;
  background: var(--sfondo_domanda);
  color: #FFF;
  padding: 16px 16px 24px 16px;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.domanda-data {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.risposta {
  position: relative;
  align-self: flex-end;
  width: 496px;
  border-radius: 32px 32px 0 32px;
  background-color: rgba(0, 0, 0, 0.08);
  color: #000;
  padding: 24px 16px 24px 16px;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

.tondo {
  position: absolute;
  background-color: #d9d9d9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.tondo-domanda {
  left: -58px;
  top: -25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tondo-risposta {
  right: -58px;
  bottom: -25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nome-intervistato {
  position: absolute;
  bottom: -25px;
  right: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #27292E80;
}

.domanda + .risposta,
.risposta + .risposta { 
  margin-top: 24px;
}

.rispostaA1 + .rispostaA2,
.rispostaA2 + .rispostaA1 { 
  margin-top: 48px;
}

.risposta + .domanda {
  margin-top: 72px;
}

.nascosto{
  opacity: 0;
}

.risposta-overflow,
.sommario-overflow {
  overflow-y: hidden;
  max-height: 165px;
  transition: all .3s ease-in-out;
  position: relative;
}

.risposta-overflow{	
	max-height: 224px;
}

.risposta-overflow-bottone,
.sommario-overflow-bottone{
  display: none;  
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  width: 100%;
  justify-content: flex-end;
  cursor: pointer;
  transition: all .3s ease-in-out;
  padding: 4px;
}

.isOverflow{
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.sommario-overflow.isOverflow {
  -webkit-line-clamp: 5;
}


.isOverflow + .risposta-overflow-bottone,
.isOverflow + .sommario-overflow-bottone{
  display: flex;
}

.risposta-overflow-bottone:before,
.sommario-overflow-bottone:before{
  content: "Continua a leggere";
}

.elemento-espanso .risposta-overflow-bottone:before,
.elemento-espanso .sommario-overflow-bottone:before{
  content: "Riduci";
}

.risposta-overflow-bottone:hover,
.sommario-overflow-bottone:hover{
  opacity: .7;
}

.elemento-espanso .risposta-overflow,
.elemento-espanso .sommario-overflow{
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  -webkit-line-clamp:unset;
  -webkit-box-orient:unset
}

.slide-in-bottom{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}

@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0; z-index: 3;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1; z-index: 3}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0; z-index: 3}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1; z-index: 3}}

p a:link {
  color: #000;
}

p a:visited {
  color: #000;
}

p a:hover {
  color: #023399;
}

p a:active {
  color: #023399;
}

li a:link {
  text-decoration: none;
  color: #023399;
}

li a:visited {
  text-decoration: none;
  color: #023399;
}

li a:hover {
  text-decoration: underline;
  color: #023399;
}

li a:active {
  text-decoration: underline;
  color: #023399;
}


/* BANNER */

.banner_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  margin: 30px auto;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
}

.banner_img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url(../img/banner-terre-rare.svg);
  height: 130px;
  width: 223px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_content_btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.banner_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px 0 30px;
}

.banner_lead {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.banner_title {
  color: #0f0f0f;
  font-size: 32px;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.banner_btn {
  width: auto;
  display: flex;
  justify-content: center;
}

.banner_btn button {
  outline: none;
  border: none;
  border-radius: 20px;
  background: #000;
  padding: 10px 40px;
  position: relative;
  margin-right: 20px;
}

.banner_btn button:hover {
  background: #00c2ed;
  cursor: pointer;
}

.banner_btn button span {
  color: #fff;
  font-size: 16px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  text-wrap: nowrap;
}

.banner_btn button span::after {
  content: url("../img/iframe_freccina.svg");
  width: 8px;
  height: auto;
  position: absolute;
  top: 3px;
  right: 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}

/* BOX APPROFONDIMENTI */

.box_approfondimenti {
  max-width: 800px;
  border: 0 solid transparent;
  border-radius: 8px;
  outline: 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 30px auto;
  padding: 20px;
}

.box_approfondimenti h4 {
  width: 100%;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  margin-block-start: 20px;
  margin-block-end: 0;
}

.box_approfondimenti ul {
  margin-block-start: 0;
  margin-block-end: 1em;
  padding-inline-start: 30px;
  list-style-type: none;
}

.box_approfondimenti li {
  width: 100%;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  line-height: 1.1;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  padding: 10px 0;
}

.box_approfondimenti ul li {
  position: relative;
}

.box_approfondimenti ul li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  width: 15px;
  height: 15px;
  background: url("../img/freccia-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*--- 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 {
  padding-top: 64px;
  padding-bottom: 64px;
  width: 800px;
  margin: auto;
}

.box_crediti h5 {
  margin-block-start: 0;
  margin-block-end: 0;
  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: center;
  color: #1a1818;
  font-weight: 400;
}

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;
}

#mpu_Middle-mobile-cnt{
  background-color: #ebebeb;
  padding:24px;
  width: 100%;
  display: none;
}

#h1-clipPath{
  shape-outside: polygon(100% 19%, 61% 100%, 100% 100%);
  clip-path: polygon(100% 19%, 61% 100%, 100% 100%);
  height: 100%;
  background-color: transparent;
  width: 140px;
  float: right;
}

/* RESPONSIVE TABLET */
@media only screen and (max-width: 1110px) {

}

@media only screen and (max-width: 820px) {
  #adv-MaxTicker {
    padding: 70px 0 20px;
  }

  #mpu_top_mobile {
    display: flex;
    justify-content: center;
  }

  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }

  section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .box_crediti {
    width: 100%;
  }

  .box_crediti h5 {
    padding: 2vh 10px;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_mobile {
    display: none;
  }
}

/* RESPOSIVE DESKTOP */

@media only screen and (min-width: 821px) {
  .no_desktop {
    display: none;
  }
}

/* GESTIONE ADV */

body:not(.backgroundAdv) #adv-MaxTicker {
  margin-top: 50px;
}

#div-gpt-ad-MaxTicker>div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed;
}

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
  padding: 10px 0;
}

#div-gpt-ad-MPU_Top>div {
  display: flex !important;
  justify-content: center;
}

#ad-Mpu_Middle {
  /* background-color: #f6e6d6; */
  display: flex;
  justify-content: center;
  width: 320px;
  margin: 0 auto;
}

#div-gpt-ad-MPU_Middle>div {
  display: flex !important;
  justify-content: center;
}

.bordo_adv {
  padding: 10px 0;
  background-color: #ffffff;
}

#Mpu_Top {
  text-align: center;
  width: fit-content;
}

#Mpu_Middle {
  text-align: center;
  width: fit-content;
}

#ad-Mpu_Top div,
#ad-Mpu_Middle div,
#adv-MaxTicker div {
  width: inherit !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #ffffff;
}

.container_over_skin>* {
  z-index: 5;
  background-color: #ffffff;
}

.shrinkable,
.backgroundAdv {
  background-color: #e7f3ff !important;
}

.pubblicita {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 820px) {
  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 50px;
  }

  #ad-Mpu_Middle {
    margin: 20px auto;
  }

  /*  .bordo_adv {
    margin-left: 25%;
  } */
}

@media only screen and (min-width: 821px) {
  .mpu_top_mobile {
    display: none;
  }
}

@media only screen and (max-width: 1540px) {
  .backgroundAdv #colonna-lato{
    display: none;
  }

  .backgroundAdv #struttura{
    justify-content: center;
  }

  .backgroundAdv #mpu_Middle-mobile-cnt{
    display: flex;
    justify-content: center;
  }  
}

@media only screen and (max-width: 880px) {
  #struttura-cnt {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1210px) {
  #colonna-lato{
    display: none;
  }

  #struttura{
    justify-content: center;
  }

  #mpu_Middle-mobile-cnt{
    display: flex;
    justify-content: center;
  }  
}

@media only screen and (max-width: 480px) {
	#mpu_Middle-mobile-cnt {
		overflow: hidden;
	}
	
	.tondo{
		width: 30px;
		height: 30px;
	}
	
	.tondo-domanda {
	  left: -38px;
	  top: -15px;
	}

	.tondo-risposta {
	  right: -38px;
	  bottom: -15px;
	}
	
  #struttura,
	#data-pezzo{
    width: 100%;
  }
	
  .banner_content_btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner_img {
    height: 160px;
  }

  .banner_title {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .banner_btn button {
    margin: auto;
    padding: 5px 30px;
  }

  .banner_btn button span::after {
    top: 0;
  }

  .box_approfondimenti {
    max-width: 95%;
  }

  #backtop {
    left: initial;
    right: 4px !important;
  }

  #selettore-lingua-cnt{
    padding-right: 16px;
  }

  h1{
    font-size: 32px;
    line-height: 39px;
  }

  #header-titolazione {
    margin-top: -30px;
    margin-left: 16px;
    width: calc(100% - 32px);
    z-index: 2;
  }

  #header-titolazione > div {
    flex-direction: column;
    align-items: flex-start;
  }

  #h1-clipPath{
    shape-outside: polygon(100% 0%, 100% 100%, 52% 100%, 84% 56%);
    clip-path: polygon(100% 0%, 100% 100%, 52% 100%, 84% 56%);

  }

  #occhiello{
    margin-left: 0;
    margin-top: 24px;
  }

  header{
    height: auto;
    max-height: 90vh;
  }

  h1{
    height: auto;
    margin-bottom: 24px;
  }

  #header-firma {
    margin-bottom: 20vh;
  }

  .header-scontorno {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 30vh;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
	
  article, .sommario {
    width: 100%;

  }

  .domanda {
    align-self: flex-end;
    width: calc(100% - 35px);
    font-size: 16px;
  }

  .risposta {
    align-self: flex-start;
    width: calc(100% - 35px);
    font-size: 16px;
  }

  .tutte-interviste-swiper {
    width: 100%;
  }

  .tutte-interviste-swiper .swiper-slide:first-of-type{
    margin-left: 16px;
  }


  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media only screen and (min-width: 1331px) and (max-width: 1600px) {}