:root {
    --grigio-chiaro: #EBE6DF;
}


/* ADV */

#adv-MaxTicker {
    margin: auto;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
    background-color: #f5e5d5;
}


#ad-Mpu_Top {
    display: flex;
    justify-content: center;
    width: 320px;
}

#bordo_adv {
    padding: 10px 0;
}

#Mpu_Top {
    text-align: center;
    width: fit-content;
}


.info-sommario {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    padding: 10px 0 20px;
}

#two_columns {
    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: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 810px;
    overflow-x: hidden;
    padding: 0;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

#column_left {
    width: 100%;
    max-width: 490px;
    padding-left: 0;
    padding-right: 40px;
}

#column_right {
    padding-right: 0;
    width: 320px;
    max-width: 320px;
    background-color: #f1e2cf;
}

@media screen and (max-width: 480px) {

    #two_columns {
        flex-direction: column-reverse;
        align-items: center;
        max-width: 100%;
    }

    #column_left {
        padding: 50px 0 0;
    }

    #column_right {
        width: 100%;
        max-width: 100%;
    }

    #ad-Mpu_Top {
        width: 100%;
    }

}

#div_tutte_classifiche {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

#link_tutte_classifiche {
    width: 150px;
    border-radius: 5px;
    background-color: #000;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
}

#link_tutte_classifiche:visited {
    background-color: #000;
}


#link_tutte_classifiche:hover {
    background-color: #FF8B00;
}


#link_tutte_classifiche:active {
    background-color: #FF8B00;
}

#link_tutte_classifiche:disabled {
    cursor: default;
    background-color: #d6d0c9;
}

body,
article,
section {
    overflow-x: hidden;
}

body,
article,
section {
    background-color: #fff8f0;
}


aside {
    margin-top: 0;
}

article * {
    z-index: 5;
}

article {
    margin-top: 0;
}

footer {
    z-index: 600;
}

#div-cover-skin-adv {
    z-index: 30;
    background-color: #fff8f0;
    position: relative;
    overflow: hidden;
}

.backgroundAdv {
    background-color: #fff8f0;
    background-attachment: fixed;
}

#adv-Max-container {
    /* padding-bottom: 40px; */
}

.backgroundAdv #navHeader-container {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.backgroundAdv #nav_header {
    /* margin-top: 0 !important; */
    position: absolute;
    top: 0;
    left: 0;
}

#nav_header {
    z-index: 40;
}

#testatina-titolo {
    padding-top: 2px;
}

#testatina-header2 {
    transition: all 0.3s ease-in-out;
    background-color: #FF8B00 !important;
}

.barraSticky {
    position: fixed;
    top: 70px;
    z-index: 99;
}

#testatina-mobile0 {
    display: none;
}



/* INTESTAZIONE BIG */

#hp-blocco-intro {
    margin-top: 15px;
    padding-top: 64px;
}

#logoQDV {
    width: 100px;
    height: 40px;
    background-image: url(../img/logoQDV.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 135%;
}

#hp-occhiello {
    width: 100%;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #999999;
}

#hp-titolo {
    width: 100%;
    font-family: "sole_display", Georgia, Times, "Times New Roman", Serif;
    font-size: 110px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: normal;
    text-align: center;
    color: #1a1818;
    padding: 20px 0;
}

#hp-sommario {
    width: 100%;
    max-width: 810px;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #1A1818;
}

#hp-intro {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 32px;
    padding: 32px;
}

#hp-intro * {
    transition: all .2s ease-in;
}

.hp-intro-scheda {
    border-radius: 15px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    gap: 24px;
    background-color: white;
    width: 320px;
    overflow: hidden;
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover {
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover .freccia-cerchio {
    text-decoration: underline;
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover .freccia-cerchio::after {
    background-image: url(../img/freccia-cerchio-bianca.svg);
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover .oro-sfondo {
    background-color: #FF8B00 !important;
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover .argento-sfondo {
    background-color: #758293 !important;
}

.hp-intro-scheda:has(:not(.stop-propagation:hover)):hover .bronzo-sfondo {
    background-color: #8D4F43 !important;
}

.hp-intro-palle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 30px);
}

.hp-intro-palla {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--grigio-chiaro);
}

.numero-ordinale:after {
    content: "°";
    font-size: 40px;
    line-height: 60px;
    position: absolute;
}

.freccia-cerchio:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/freccia-cerchio.svg);
    background-size: cover;
    position: absolute;
    bottom: 10px;
    right: -30px;
}

.testo-120 .numero-ordinale:after {
    line-height: 90px;
}

.oro-sfondo.hp-intro-palla-bt:hover {
    cursor: default;
    background-color: var(--oro-scuro) !important;
}

.argento-sfondo.hp-intro-palla-bt:hover {
    cursor: default;
    background-color: var(--argento-scuro) !important;
}

.bronzo-sfondo.hp-intro-palla-bt:hover {
    cursor: default;
    background-color: var(--bronzo-scuro) !important;
}

/* BLOCCO A 3 CON ADV */

#hp-box-3-blocchi {
    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;
    padding-left: 10px;
}

.hp-3-blocchi {
    width: 33%;
    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;
}

.hp-3-blocchi button {
    width: 100%;
    max-width: 320px;
    margin: 10px 0;
    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;
    background-color: #fff8f0;
    border: none;
    border-radius: 5px;
    box-shadow: 5px 5px #d6d0c9;
    cursor: pointer;
    padding: 10px;
}


.hp-3-blocchi button span {
    border-radius: 5px;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    cursor: pointer;
}

.hp-3-blocchi button:hover {
    background-color: #fff;
    font-weight: 600;
}


#hp-3-blocchi-adv {
    width: 30%;
}


/* BARRA DI NAVIGAZIONE CENTRALE */

.barraSticky {
    position: fixed;
    top: 120px;
    z-index: 99;
}

/* ARTICOLO */
.hp-box-articolo {
    width: 100%;
    max-width: 810px;
    padding-top: 40px;
}


.hp-box-articolo h2 {
    width: 100%;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.hp-box-articolo h3 {
    width: 100%;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.hp-box-articolo p {
    width: 100%;
    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.8;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.hp-box-articolo a:link {
    color: #000;
    text-decoration: underline;
}

.hp-box-articolo a:visited {
    color: #000;
    text-decoration: underline;
}

.hp-box-articolo a:hover {
    color: #FF8B00;
    text-decoration: underline;
}

.hp-box-articolo a:active {
    color: #FF8B00;
    text-decoration: underline;
}


/* SWIPER CARDS */


#per_approfondire {
    padding-top: 30px;
    width: 100%;
    max-width: 1200px;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    text-align: left;
}

#per_approfondire div {
    width: 50px;
    height: 3px;
    background-color: #000;
}


#hp-box-swiper {
    position: relative;
    padding-top: 20px;
    width: 100%;
    max-width: 1200px;
    overflow-x: hidden;
    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;
    /* padding-left: 550px; */
}

#hp-box-swiper .swiper {
    width: 100%;
    height: 100%;
}

/* #hp-box-swiper .swiper .swiper-wrapper {
		padding-left: 250px;
	} */

#hp-box-swiper .swiper-slide {
    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: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 250px;
    height: 380px;
}

#hp-box-swiper .swiper-button-next,
#hp-box-swiper .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 370px !important;
    right: 0;
    background-image: url(../img/bt-next.svg);
    background-size: contain;
    border-radius: 4px;
    cursor: pointer;
}

#hp-box-swiper .swiper-button-prev {
    left: auto;
    right: 45px !important;
    background-image: url(../img/bt-prev.svg);
}

#hp-box-swiper .swiper-button-next:hover,
#hp-box-swiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, .1);
}


#hp-box-swiper .swiper-button-next:after,
#hp-box-swiper .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}


#hp-box-swiper .swiper-button-next.swiper-button-disabled {
    background-image: url(../img/bt-next-grigio.svg);
    cursor: default;
}


#hp-box-swiper .swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/bt-prev-grigio.svg);
    cursor: default;
}

#hp-box-swiper .swiper-button-next:after,
#hp-box-swiper .swiper-button-prev:after {
    font-size: 0;
    color: transparent;
}


.hp-card {
    width: 250px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 5px 5px #d6d0c9;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
    color: white !important;
}

.hp-card-link {
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}


.hp-card:hover {
    box-shadow: none;
}

#hp-card-0 {
    background-image: url(../img/Indice_EcosistemaUrbano.png);
    background-size: cover;
    background-position: center;
}

#hp-card-1 {
    background-image: url(../img/Indice_Sportivita.png);
    background-size: cover;
    background-position: center;
}

#hp-card-2 {
    background-image: url(../img/Indice_Generazioni.png);
    background-size: cover;
    background-position: center;
}

#hp-card-3 {
    background-image: url(../img/Indice_Criminalita.png);
    background-size: cover;
    background-position: center;
}

#hp-card-4 {
    background-image: url(../img/Indice_Clima.png);
    background-size: cover;
    background-position: center;
}

#hp-card-99 {
    background-image: url(../img/Desktop_QDV_22_Banner.png);
    background-size: cover;
    background-position: center;
}

#hp-card-5 {
    background-image: url(../img/Indice_Donna.png);
    background-size: cover;
    background-position: center;
}


/* BANNER */


.hp_box_banner_ext {
    width: 100%;
    max-width: 810px;
    z-index: 400;
}

.hp_box_banner {
    width: 100%;
    height: 150px;
    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;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px 0;
    /* box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2); */
}

#hp_box_banner_classifica {
    background-image: url(../img/Desktop_QDV_22_QUIZ_Banner.png);
}

#hp_box_banner_provincia {
    background-image: url(../img/banner-desk-provincia.png);
    height: 200px;
}

#hp_box_banner_provincia .hp_box_banner_spiega {
    width: 100%;
    max-width: 400px;
}

/* SELECT MENU */

#hp_selectbox_provincia_container {
    min-width: 250px;
    margin-right: 10px;
}

#hp_selectbox_provincia_container .ss-main .ss-single-selected {
    height: 40px !important;
}


#hp_selectbox_provincia_container .ss-content .ss-search input:focus {
    box-shadow: none;
    border-color: #000;
}

#hp_selectbox_provincia_container .slimSelect-selezionaTutti,
#hp_selectbox_provincia_container .slimSelect-cancellaSelezione {
    display: none;
}

.hp_box_banner_title {
    width: 460px;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.hp_box_banner_spiega {
    width: 280px;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 10px 0;
}

.hp_box_banner_btn_box {
    width: 100%;
    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-size: cover;
    background-position: center;
}

.hp_box_banner_btn {
    width: 150px;
    border-radius: 5px;
    background-color: #000;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease-in-out;
}

.hp_box_banner_btn:hover {
    background-color: #FF8B00;
}

.hp_box_banner_btn:disabled {
    cursor: default;
    background-color: #d6d0c9;
}


/* FONTI E CREDITI */

#backtop {
    position: fixed;
    right: 12px;
    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;
}

#fonti_finali {
    margin-top: 0;
    max-width: 100%;
}

/* #fonti_finali {
		width: 100%;
		max-width: 810px;
		color: #0e0e0e;
		background-color: #fff8f0;
	} */

#fonti_finali a:link {
    color: #0e0e0e;
    text-decoration: underline;
}

#fonti_finali a:visited {
    color: #0e0e0e;
}

#fonti_finali a:hover {
    color: #FF8B00;
}

#fonti_finali a:active {
    color: #FF8B00;
}

#crediti_finali {
    max-width: 100%;
}

/* #crediti_finali {
		width: 100%;
		max-width: 810px;
		color: #0e0e0e;
		background-color: #fff8f0;
	} */

.info-titolo {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

#box-articoli {
    background-color: white;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 26px 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#box-articoli-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#box-articoli-titolo {
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    border-bottom: 1px solid rgba(15, 15, 15, .2);
    margin-bottom: 24px;
}

.box-articoli-swiper-immagine {
    width: 100%;
    height: 138px;
    background-color: #EBE6DF;
    background-size: cover;
}

.box-articoli-swiper-occhiello {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FF8B00;
}

.box-articoli-swiper-titolo {
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #0F0F0F;
}

.box-articoli-swiper-firma {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0F0F0F;
}

#box-articoli .swiper-slide {
    width: 270px;
    height: calc(100% - 75px);
}

.box-articoli-swiper-button-next,
.box-articoli-swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-image: url(../img/bt-next.svg);
    background-size: contain;
    border-radius: 4px;

    cursor: pointer;
}

.box-articoli-swiper-button-prev {
    top: 0;
    right: 40px;
    background-image: url(../img/bt-prev.svg);
}

.box-articoli-swiper-button-next:not(.swiper-button-disabled):hover,
.box-articoli-swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: rgba(0, 0, 0, .1);
}

.box-articoli-swiper-button-next.swiper-button-disabled {
    background-image: url(../img/bt-next-grigio.svg);
    cursor: default;
}

.box-articoli-swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/bt-prev-grigio.svg);
    cursor: default;
}

#box-articoli .swiper-slide:hover {
    cursor: pointer;
}

#box-articoli .swiper-slide:hover .box-articoli-swiper-titolo {
    font-weight: 800;
    text-decoration: underline;
}

#box-articoli .swiper-slide {
    margin-right: 16px;
}

#box-articoli .swiper-slide:last-of-type {
    margin-right: 0;
}

#box-articoli .swiper-slide+.swiper-slide {
    width: 286px;
    padding-left: 16px;
    border-left: 1px solid rgba(15, 15, 15, .2);
}


#box-6-tappe {
    background-color: white;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 26px 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#box-6-tappe-swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#box-6-tappe-titolo {
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
    border-bottom: 1px solid rgba(15, 15, 15, .2);
    margin-bottom: 24px;
}

.box-6-tappe-swiper-immagine {
    width: 100%;
    height: 138px;
    background-color: #EBE6DF;
    background-size: cover;
}

.box-6-tappe-swiper-occhiello {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FF8B00;
}

.box-6-tappe-swiper-titolo {
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #0F0F0F;
}

.box-6-tappe-swiper-firma {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0F0F0F;
}

#box-6-tappe .swiper-slide {
    width: 270px;
    height: calc(100% - 75px);
}

.box-6-tappe-swiper-button-next,
.box-6-tappe-swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-image: url(../img/bt-next.svg);
    background-size: contain;
    border-radius: 4px;

    cursor: pointer;
}

.box-6-tappe-swiper-button-prev {
    top: 0;
    right: 48px;
    background-image: url(../img/bt-prev.svg);
}

.box-6-tappe-swiper-button-next:not(.swiper-button-disabled):hover,
.box-6-tappe-swiper-button-prev:not(.swiper-button-disabled):hover {
    background-color: rgba(0, 0, 0, .1);
}

.box-6-tappe-swiper-button-next.swiper-button-disabled {
    background-image: url(../img/bt-next-grigio.svg);
    cursor: default;
}

.box-6-tappe-swiper-button-prev.swiper-button-disabled {
    background-image: url(../img/bt-prev-grigio.svg);
    cursor: default;
}

#box-6-tappe .swiper-slide:hover {
    cursor: pointer;
}

#box-6-tappe .swiper-slide:hover .box-6-tappe-swiper-titolo {
    font-weight: 800;
    text-decoration: underline;
}

#box-6-tappe .swiper-slide {
    margin-right: 16px;
}

#box-6-tappe .swiper-slide:last-of-type {
    margin-right: 0;
}

#box-6-tappe .swiper-slide+.swiper-slide {
    width: 286px;
    padding-left: 16px;
    border-left: 1px solid rgba(15, 15, 15, .2);
}

.mappa-selettori {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mappa-selettori div {
    transition: all .2s ease-in;
}

.mappa-selettore {
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 25%);
    border-radius: 4px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    cursor: pointer;
    justify-content: center;
    width: 110px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.mappa-selettore:not(.mappa-selettore-selezionato):hover {
    background-color: var(--grigio-chiaro);
}

.mappa-selettore.mappa-selettore-selezionato {
    color: white;
    box-shadow: none;
    cursor: default;
}

.mappa-selettore:nth-child(1).mappa-selettore-selezionato {
    background-color: var(--classifica-finale);
}

.mappa-selettore:nth-child(2).mappa-selettore-selezionato {
    background-color: var(--ricchezza-consumi);
}

.mappa-selettore:nth-child(3).mappa-selettore-selezionato {
    background-color: var(--affari-lavoro);
}

.mappa-selettore:nth-child(4).mappa-selettore-selezionato {
    background-color: var(--demografia-societa);
}

.mappa-selettore:nth-child(5).mappa-selettore-selezionato {
    background-color: var(--ambiente-servizi);
}

.mappa-selettore:nth-child(6).mappa-selettore-selezionato {
    background-color: var(--giustizia-sicurezza);
}

.mappa-selettore:nth-child(7).mappa-selettore-selezionato {
    background-color: var(--cultura-tempo-libero);
}

#mappa-scala {
    position: absolute;
    top: 40px;
    right: 23px;
    width: 65px;
    height: 163px;
    background-image: url(../img/scala_classifica_finale.svg);
    background-size: contain;
}

.scala-1 {
    background-image: url(../img/scala_ricchezza_consumi.svg) !important;
}

.scala-2 {
    background-image: url(../img/scala_ambiente_servizi.svg) !important;
}

.scala-3 {
    background-image: url(../img/scala_giustizia_sicurezza.svg) !important;
}

.scala-4 {
    background-image: url(../img/scala_affari_lavoro.svg) !important;
}

.scala-5 {
    background-image: url(../img/scala_demografia_societa.svg) !important;
}

.scala-6 {
    background-image: url(../img/scala_cultura_tempo_libero.svg) !important;
}

.scala-7 {
    background-image: url(../img/scala_classifica_finale.svg) !important;
}

#svg-object {
    display: flex;
    justify-content: center;
    width: 75%;
}

#svg-object svg {
    width: 75%;
}


#navHeader-container-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #FF8B00;
    display: none;
}

/* MOBILE */

@media only screen and (min-width: 481px) {
    .swiper-pagination {
        display: none;
    }

    #navHeader-container {
        /* background-color: #fff8f0;
		left: 50% !important;
		transform: translateX(-50%) !important;
		z-index: 888 !important; */
        top: 0;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    #navHeader-container.aperto {
        top: 55px;
        width: 100%;
    }

    #box-aricoli-swiper .swiper-pagination {
        display: none;
    }
}

@media only screen and (max-width: 1540px) {
    #hp-intro {
        gap: 12px;
    }

    #box-articoli {
        max-width: calc(100% - 32px);
    }

    #box-6-tappe {
        max-width: calc(100% - 32px);
    }
}

@media only screen and (max-width: 820px) {
    #nav_header {
        display: none;
    }

    #testatina-mobile0 {
        display: flex;
        background-color: #FF8B00;
    }

    .hp-intro-palla {
        width: 13px;
        height: 13px;
    }

    .hp-intro-scheda {
        width: 240px;
    }

    #hp-intro .testo-40 {
        font-size: 34px;
        line-height: 40px;
    }

    #hp-intro .testo-120 {
        font-size: 100px;
        line-height: 110px;
    }

    #hp-intro .p-32 {
        padding: 18px;
    }

    .mappa-selettori {
        overflow-x: auto;
    }

    .mappa-selettori::-webkit-scrollbar {
        display: none;
    }

    .mappa-selettore {
        flex: none;
        width: 120px;
        margin-right: 12px;
    }

    .mappa-selettore:first-of-type {
        margin-left: 12px;
    }

    article {
        margin-top: 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .bottone-testata.disabilitato {
        opacity: 0;
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    section {
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    #svg-object {
        margin-bottom: 32px;
    }

    #iframe_province {
        height: 500px;
    }

    #mappa-scala {
        top: 0px;
    }

    #svg-object {
        width: 100%;
    }

    #navHeader-container-mobile {
        display: flex;
        justify-content: center;
    }

    #navHeader-container {
        margin-top: 0;
    }

    #testatina-mobile0 {
        display: flex;
    }

    #adv-Max-container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #div-gpt-ad-MaxTicker {
        width: 100% !important;
        text-align: center !important;
    }

    #bordo_adv {
        padding: 0;
    }

    /* #testatina-header-mobile,
		#testatina-header-mobile-cnt {
			display: flex;
			background-color: #1595a1 !important;
		} */

    #testatina-header-mobile,
    #testatina-header-mobile-cnt {
        display: none;
    }


    #testatina-header-mobile .barraSticky {
        position: fixed;
        width: 100%;
        margin: 0;
        top: 57px;
        transition: all 0.3s ease;
        left: 0;
        box-shadow: 0 3px 3px 0 rgba(15, 15, 15, 0.2);
    }

    #testatina-header-mobile .barraStickyGiu {
        top: 115px;
        transition: all 0.3s ease;
    }

    #hp-blocco-intro {
        padding-top: 0;
    }

    #hp-intro img {
        width: 70px;
        height: auto;
    }

    #hp-titolo {
        font-size: 60px;
    }

    #hp-intro-mobile .swiper-slide {
        width: auto;
    }

    #hp-intro {
        font-size: 22px;
    }

    #hp_selectbox_provincia_container {
        z-index: 20 !important;
    }

    #hp-box-3-blocchi {
        flex-direction: column;
        padding-left: 0;
    }

    .hp-3-blocchi {
        width: 100%;
        padding-top: 30px;
        padding-right: 10px;
    }

    #hp-3-blocchi-adv {
        width: 100%;
    }

    .hp-box-articolo {
        max-width: 100%;
        padding-top: 0;
    }

    #hp-box-swiper {
        padding-left: 0;
    }

    #hp-box-swiper .swiper .swiper-wrapper {
        margin-left: 10px;
    }



    .hp_box_banner_ext {
        padding-right: 3px;
    }

    .hp_box_banner {
        height: 320px;
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        background-size: contain;
        background-position: top;
    }

    #hp_box_banner_classifica {
        background-image: url(../img/Mobile_QDV_22_QUIZ_Banner.png);
    }

    #hp_box_banner_provincia {
        background-image: url(../img/banner-mobile-provincia.png);
        height: 330px;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        background-size: contain;
        background-position: bottom;
    }

    .hp-3-blocchi button {
        max-width: 100%;
    }


    .hp_box_banner_title,
    .hp_box_banner_spiega,
    .hp_box_banner_btn_box {
        width: 100%;
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .hp_box_banner_btn_box {
        flex-direction: column;
    }

    #hp_selectbox_provincia_container {
        width: 100%;
        margin: 10px 0;
    }

    #backtop {
        right: 0;
    }

    #box-articoli .swiper-slide {
        margin-right: 0;
    }

    #box-articoli .swiper-slide+.swiper-slide {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    #box-articoli-titolo {
        font-size: 21px;
    }

    .box-articoli-swiper-button-next,
    .box-articoli-swiper-button-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        cursor: pointer;
    }

    #box-6-tappe .swiper-slide {
        margin-right: 0;
    }

    #box-6-tappe .swiper-slide+.swiper-slide {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    #box-6-tappe-titolo {
        font-size: 21px;
        line-height: 28px;
    }

    .box-6-tappe-swiper-button-next,
    .box-6-tappe-swiper-button-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        cursor: pointer;
        opacity: 0;
    }

    #crediti_finali,
    #fonti_finali {
        padding: 0 10px;
    }

    #hp-sommario {
        margin-bottom: 32px;
    }

    #hp-intro-mobile {
        padding-bottom: 4px;
    }

    #box-articoli {
        margin-bottom: 32px;
        max-width: 100%;
    }

    #box-articoli-swiper {
        padding-bottom: 32px;

    }

    #box-articoli-swiper .swiper-pagination {
        bottom: 0;
    }

    #box-articoli-swiper .swiper-pagination-bullet-active {
        background-color: #FF8B00 !important;
    }


    #box-6-tappe {
        margin-bottom: 32px;
        max-width: 100%;
    }

    #box-6-tappe-swiper {
        padding-bottom: 32px;
    }

    #box-6-tappe-swiper .swiper-pagination {
        bottom: 0;
    }

    #box-6-tappe-swiper .swiper-pagination-bullet-active {
        background-color: #FF8B00 !important;
    }

    #nav_header {
        display: inherit;
    }
}

/* ADV SKIN */
.backgroundAdv {
    background-color: #fff8f0 !important;
}

.backgroundAdv .page-wrapper {
    background-color: #fff8f0 !important;
}

.shrinkable {
    background-color: #fff8f0 !important;
}

.top-bar {
    border-bottom: none !important;
}

@media only screen and (max-width: 480px) {
    #iframe_classifica {
        height: 300px !important;
    }

    #iframe_province {
        height: 460px !important;
    }
}


.parallax {
    background-image: url(../img/parallasse-desktop.jpg);
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    max-width: 100vw;
}

@media only screen and (max-width: 480px) {
    .parallax {
        min-height: 500px;
        background-image: url(../img/parallasse-mobile.jpg);
        background-attachment: scroll;
    }

    #two_columns {
        margin-bottom: 0;
    }
}

.hp-occhiello-selettore {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#hp-occhiello {
    width: auto;
    padding-right: 8px;
}

#selettore-anno-qdv .custom-select .selected {
    width: 80px;
    height: 26px;
    padding: 0 5px;
}

#selettore-anno-qdv .custom-select .custom-freccia {
    top: -5px;
}

#selettore-anno-qdv .custom-select .items {
    height: 180px;
    padding: 5px 0;
    background-color: #FFF8F0;
}

#selettore-anno-qdv .titolo-15 a:link {
    text-decoration: none;
    color: #0f0f0f;
}

#selettore-anno-qdv .titolo-15 a:visited {
    text-decoration: none;
    color: #0f0f0f;
}

#selettore-anno-qdv .titolo-15 a:hover {
    text-decoration: none;
    color: #0f0f0f;
    font-weight: 600;
}


/* Scrollbar */
#selettore-anno-qdv ::-webkit-scrollbar,
#selettori-rosone ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#selettore-anno-qdv ::-webkit-scrollbar-track,
#selettori-rosone ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 0;
    background-color: var(--grigio-chiaro);
}

/* Handle */
#selettore-anno-qdv ::-webkit-scrollbar-thumb,
#selettori-rosone ::-webkit-scrollbar-thumb {
    background: #0f0f0f;
    border-radius: 0;
}

/* Handle on hover */
#selettore-anno-qdv ::-webkit-scrollbar-thumb:hover,
#selettori-rosone ::-webkit-scrollbar-thumb:hover {
    background: #0f0f0f;
}