:root {
    --color-1: #000000;
    --color-2: #FFFFFF;
    --color-3: #141b4d;
    --color-4: #021689;
    --color-5: #ffd800;
    --color-6: rgba(0, 0, 0, 0.13);
    --font-1: 'Montserrat';
}

/*
// #005469;

blu: #021689
Azzurro: #0AABF2
Giallo: #FFD800
Verde chiaro: #DFF2DD
Arancione: #FF8100
*/
.informativa td {

    font-size: max(9px, 0.5vw);
}

input {
    cursor: pointer;
}

input[type=radio] {
    width: 1vw;
    height: 1vw;
    vertical-align: text-top;
}

/*Grigio: #f7f7f7
Giallo: #ffd800
Blu: #005469
Sfumatura: da azzurro: #069bad a verde: #73d360
Azzurro: #0aabf2*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--font-1), sans-serif;
    transition: all 0.2s;
}

.informativa {
    font-size: max(10px, 0.4vw);
}

body,
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-style: normal;
    font-weight: 400;
    font-size: max(19px, 1.1vw);
    color: #1e3d6f;
    background-color: WHITE;
    font-family: var(--font-1), sans-serif;
}

a {
    text-decoration: none;
}

.container {
    --line-border-fill: #3498db;
    --line-border-empty: #e0e0e0;
    z-index: 999;
}

.pulsante22:hover {
    background: #ff7866;
}

.pulsante22 {
    background: #f0412b;
    color: white;
    display: block;
    width: fit-content;
    padding: 2%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2vw !important;
    font-weight: bold;
}

.domande .pulsante22 {
    margin: 0 auto;
}

.cont_bar {
    display: grid;
    align-items: center;
    height: 6vw;
    overflow: hidden;
    margin: 0 auto;
    height: fit-content;
    padding-bottom: 2%;
}

.container {
    text-align: center;
    display: block;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 17vw;
    MARGIN: 5% AUTO;
    margin-top: 3%;
}

.progress-container::before {
    content: "";
    /* Mandatory with ::before */
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -1;
}

.progress {
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.circle {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line-border-empty);
    transition: 0.4s ease;
}

.sopra ul {
    MARGIN-TOP: 1VW;
}

h2 {
    font-size: max(20px, 2vw);
    width: 60%;
    font-weight: 800;
}

.sopra li {
    list-style: url(check.png);
    font-size: 2px;
    margin-left: 7%;
}

.sopra li p {
    vertical-align: top;
    top: -0.3vw;
    position: relative;
    font-size: max(15px, 1.6VW);
    line-height: 3.5vw;
}

.circle.active {
    border-color: #4eb012;
    font-weight: bold;
    background: #4eb012;
    color: white;
}

.prev {
    background-color: white !important;
    color: #4eb012 !important;
    border: 1px solid gray !important;
}

.btn {
    color: var(--color-1);
    background-color: var(--color-5);
    border: 1px solid var(--color-5);
    border-radius: 10px;
    cursor: pointer;
    font-family: var(--font-1), sans-serif;
    font-size: 1.5vw;
    font-weight: 800;
    text-align: center;
    padding: 1vw;
    padding-inline: 2vw;
    width: fit-content;
    margin: 2% auto;
}

.top h2 {
    color: white;
}

.testo .btn {
    background-color: #4eb012;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-1), sans-serif;
    padding: 3%;
    font-size: 1.2vw;
    float: right;
    width: 99%;
    margin: 0 auto;
    float: none;
    border: 1px solid #4eb012;
    text-align: center;
    padding: 0.7vw;
    padding-inline: 4vw;
    width: fit-content;
    float: left;
    margin: 3%;
    margin-bottom: 0;
    margin-bottom: 0;
    margin-top: 3vw;
}

.btn_indietro {
    background-color: white;
    color: #212D86;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-1), sans-serif;
    padding: 2%;
    font-size: 1.2vw;
    float: right;
    width: 48%;
    margin: 0 auto;
    float: none;
    border: 1px solid #212D86;
    margin-top: 4%;
    font-weight: bold;
}

.logo {
    display: inline-block;
    margin: 1%;
    width: 14%;
    margin-left: 5%;
    margin-top: 0.5%;

}

.noteform {
    font-size: max(9px, 0.5vw);
    text-align: left;
    margin: 1% auto;
    padding: 2%;
}

.btn_avanti {
    background-color: #08aaf0;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--font-1), sans-serif;
    padding: 2%;
    font-size: 1.2vw;
    float: right;
    width: 97%;
    margin: 0 auto;
    float: none;
    margin-top: 4%;
    font-weight: bold;
}

.btn:active {
    transform: scale(0.98);
}

.btn:focus {
    outline: 0;
}

.btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
}

/*
.pulsante:hover {
    transition: all 0.5s;
    background-color: #edfaff;
}*/
hr {
    border-top: 0.5px solid #8c8b8b;
    border-bottom: 0px;
}

.div_errori {
    color: #b70000;
    font-size: min(0.7vw, 13px);
}

h1 b {
    font-size: max(15px, 1.2vw);
}

.thanx {
    padding-left: 9%;
    margin-bottom: 38%;
}

.mancano {
    position: relative;
    margin-top: 4%;
    font-size: max(12px, 1vw);
    font-weight: bold;
    margin-inline: 3%;
}

#countdown table {
    color: white;
    text-align: center;
    COLOR: BLACK;
    BACKGROUND: white;
    border-radius: 7px;
    padding: 1.5%;
    font-weight: bold;
    font-size: 0.7vw;
    width: 82%;
    text-align: center;
}

#countdown span {
    font-size: max(20px, 2vw);
}

#countdown td {
    padding: 0px;
    width: 1%;
}

.cont_input {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.input,
.select select,
#form1 select,
.textarea {
    --background-color: var(--form_inputs_background_color);
    border-radius: 5px;
    color: var(--form_inputs_color);
    border-color: rgba(0, 0, 0, 0.08);
    --box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 100px 100px inset;
    transition: border-color 0.2s ease-in-out 0s, border-width 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, color 1s ease-in-out 0s;
}

.cont_input .ele {
    margin: 0 auto;
    width: 30%;
    height: auto;
    padding: 4% 2% 2%;
    font-size: max(15px, 1.2vw);
    cursor: pointer;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 2px #000;
    -o-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
    margin: 1% auto;
    margin-top: 3%;
    margin-bottom: 6%;
}

.ele:hover {
    background-color: var(--color-5);
    color: #000;
    transition: 0s;
}

.ele img {

    margin-bottom: 8%;
    max-width: 100%;
}

.ele {
    width: 40%;

}

.cont_countdown {
    width: 90%;
    width: 59%;
    COLOR: BLACK;
    BACKGROUND: white;
    font-size: 1VW;
    padding: 1%;
    margin: 0 auto;
    margin-top: 6%;
    margin-bottom: 2%;
}

.log {
    width: 55%;
    display: block;
    margin-bottom: 2%;
}

.cont_countdown div {
    display: inline-block;
    display: inline-block;
    font-size: 0.6VW;
    font-weight: bold;
}

.cont_fascia_bassa {
    display: FLEX;
    WIDTH: 70%;
    margin: 0 auto;
}

.testo {
    width: 49%;
    color: #000;
    font-size: max(12px, 1.2vw);
}

.testo ul li p {
    font-size: max(12px, 1.2VW);
    line-height: 2.5vw;
}

video {
    width: 41%;
    margin: 0% auto;
}

.ul2 {
    line-height: 2vw;
    margin-top: 4%;
}

.ul2 li {
    list-style: dot;
    list-style-type: disc;
    color: #d8387f;
    font-size: 2vw;
}

.ul2 li p {
    color: #000;
}

/* general styling */
:root {
    --smaller: .75;
}

.moby {
    display: none !important;
}

html,
body {
    height: 100%;
    margin: 0;
}

.form p {
    font-size: max(17px, 1.2vw);
}

.container {
    margin: 2% auto;
    text-align: center;
}


h1 {
    font-weight: normal;
    margin-bottom: 1%;
    margin-top: 5%;
    font-size: max(20px, 2vw);
    margin-bottom: 5%;
}


.nota {
    text-align: left;
    font-size: 1vw;
    margin-left: 6%;
    margin-top: 0;
    width: 37%;
}

.emoji {
    display: none;
    padding: 1rem;
}

.emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

/* Chrome, Safari, Edge, Opera */
/*
.frase_pulsante {
    animation: animateThis 2s infinite;
    animation-fill-mode: forwards;
    -webkit-animation: animateThis 2s infinite;
    -webkit-animation-fill-mode: forwards;
    transform-origin: left center;
}

@keyframes animateThis {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes animateThis {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.cerchio_verde {

    width: 20%;
    background: #DFF2DD;
    border-radius: 20px;
    padding: 0.5%;
    width: FIT-CONTENT;
    DISPLAY: INLINE-BLOCK;
    VERTICAL-ALIGN: top;
    FONT-WEIGHT: BOLD;
    MARGIN-TOP: 1%;
    margin-bottom: 1%;
    margin-left: 5%;
    font-size: max(13px, 1vw);
}


.header {
    width: 100%;
    height: fit-content;

    color: #20396d;

}



.sopra {
    /* width: 100%; */
    background: url(apertura.jpg) no-repeat;
    background-size: cover;
}


.sx2 {
    width: 39%;
    margin-left: 8%;
    margin-top: 2%;
}

.sx2 img {
    width: 100%;
}

h1 {
    font-weight: bold;
    color: #1f396c;
}

.sx2,
.dx2 {
    display: inline-block;
    font-weight: 300;
    vertical-align: top;
    width: 37.5%;
    margin-right: 2%;
}

.dx2 .testo {
    margin-top: 2%;
    line-height: 1.7vw;

}


.timer {
    width: 25%;
    padding-bottom: 5%;
    width: 45px;
    height: 43px;
    animation: animateThis 0.4s infinite;
    animation-fill-mode: forwards;
    -webkit-animation: animateThis 0.4s infinite;
    -webkit-animation-fill-mode: forwards;
    transform-origin: left center;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: -10px !important;
}

@keyframes animateThis {
    0% {
        transform-origin: center center;
        transform: rotate(0deg);
    }

    25% {
        transform-origin: center center;
        transform: rotate(-10deg);
        margin-left: -10px
    }

    50% {
        transform-origin: center center;
        transform: rotate(0deg);
        margin-left: 0px;
    }

    100% {
        transform-origin: center center;
        transform: rotate(10deg);
        margin-left: 10px
    }
}

@-webkit-keyframes animateThis {
    0% {
        transform-origin: center center;
        transform: rotate(0deg);
    }

    25% {
        transform-origin: center center;
        transform: rotate(-10deg);
        margin-left: -10px
    }

    50% {
        transform-origin: center center;
        transform: rotate(0deg);
        margin-left: 0px;
    }

    100% {
        transform-origin: center center;
        transform: rotate(10deg);
        margin-left: 10px
    }
}

.nero {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: max(12px, 1.2vw);
    margin: 0 10px 7px;
    display: inline-block;
}

.offerta {
    margin: 8%;
    width: 31%;
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 3%;
}

h2 {
    color: #005469;
    margin: 1% auto !important;
    text-align: center !important;
    font-size: m;
}

.div_dettaglio_cessione {
    font-size: 16px;
}

.sopra h2 {
    width: 95%;
    font-size: max(12px, 1.25vw);
    font-weight: 650;
    margin-top: 0px !important;
}

.text-color-2 {
    color: var(--color-5) !important;
}

.form {
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: -3%;
    margin-left: 20%;
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 2%;
    background: #ffffffcc;
    padding-bottom: 1%;
    margin-bottom: 5%;
    MARGIN-TOP: 2%;
}

/*
.barra {
    margin: 0;
    margin-bottom: 3%;
    WIDTH: 80%;
    border-radius: 13px;
    margin-top: 1%;
}
*/

.cont_barra {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.barra {
    display: inline-block;
    margin-left: 0;
    margin-top: 3%;
    width: 50%;
    height: 10px;
    color: white;
    background: var(--color-4);
    /*background: linear-gradient(90deg, #d9644f 0%, #f4be4d 100%);*/
    border-radius: 3px;
}

.barra_centro {
    width: 6%;
    height: 20px;
}

.vuota {
    background: white;
    border: 1px solid #ccc;
}

.form h1 {
    font-size: max(20px, 2vw);
    text-align: center;
    WIDTH: 96%;
    margin: 0 auto;
    /* margin-bottom: 2%; */
    color: white;
    font-weight: bold;
}

.fascia_blu {
    background: rgb(53, 125, 233);
    background: rgb(53, 125, 233);
    background: linear-gradient(90deg, rgba(53, 125, 233, 1) 0%, rgba(30, 61, 111, 1) 100%);
    text-align: center;
    width: 100%;
    color: white;
    padding: 0.5%;
    font-weight: 600;
    font-size: max(20px, 1.5vw);
}

.logo_check {
    width: 15%;
    margin: 2%auto;
    display: block;
}

.intero,
.mezzo {
    margin-top: 1;
    border: none;
    width: 95%;
    margin: 0 auto;
    padding: 3%;
    padding-left: 2%;
    font-size: 20px;
    margin-top: 1%;
    font-size: max(15px, 1vw);
    border-radius: 12px;
    border: 1px solid #dedede;
}

.privacy {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#privacy_1 {
    float: left;
    width: 1.2vw;
    height: 1.2vw;
    margin-left: 1%;
}

.testo_privacy {
    font-size: max(10px, 0.6vw);
    text-align: justify;
    width: 88%;
    margin-left: 8%;
    margin-top: 2%;
}

.submit {
    border: none;
    background: #F3FF00;
    color: #1e3d6f;
    width: 70%;
    margin: 6px auto;
    height: auto;
    font-size: 1.1vw;
    color: #1e3d6f;
    font-weight: bold;
    cursor: pointer;
    margin-top: 2%;
    display: block;
    padding: 3%;
    border-radius: 12px;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}

.submit:hover {
    opacity: 0.9;
}

input {
    cursor: pointer;
}

.pannello_grigio {
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    display: flex;
}

.ele11,
.ele2,
.ele4,
.ele3 {
    background-size: 100%;
    width: 20%;
    text-align: CENTER;
    padding-top: 1%;
    font-size: max(15px, 1.2vw);
    margin: 2% auto;
    padding: 1%;
    border: 1px solid #dedede;
    border-radius: 12px;
    height: 13vw;
    font-weight: bold;
}

.thank-you-msg {
    padding: 10% 5%;
}

.thank-you-msg p {
    margin-bottom: max(23px, 1.2vw);
    font-size: max(23px, 1.2vw);
}

.sotto b {
    color: #353535;
    font-size: max(15px, 1.4vw);
    margin-top: 7%;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.fascia_grigia {
    background-color: #DEDEDE
}

.n2 {
    font-weight: 500;
    color: #000;
    line-height: 130%;

}

.meta {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.meta img {
    width: 45%;
    margin-bottom: 5%;
}

.fascia_grigia {
    text-align: center;
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.quinta_dentro_sotto {
    width: 60%;
    color: white;
    margin: 0 auto;
    text-align: left;
    height: 4vw;
    height: fit-content;
}

.pannello_punti {
    width: 70%;
    margin: 0 auto;
}

.button {
    color: white;
    background-color: #357de9;
    width: 21%;
    margin: 2% auto;
    padding: 1%;
    margin-bottom: 0;
    cursor: pointer;
}

.azzurro {
    color: #357de9;
}

.pannello_punti a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    color: #357de9;
}

.quinta_dentro_testo {
    color: black;
    font-size: 1vw;
    margin-bottom: 1%;
    margin-top: -3%;
    font-weight: normal;
}

.quinta_dentro_titolino {
    padding-bottom: 4%;
}

.check {
    width: 3%;
    float: right;
    margin-top: -1vw;
}

.punto {
    text-align: left;
}


.sotto h2 {
    margin: 0;
    padding: 0;
    font-size: 2vw;
    width: 70%;
    text-align: center;
    margin: 1% auto;
    color: #1e3d6f;
}

.note_legali {
    text-align: left;
    padding: max(17px, 1vw) max(17px, 4%);
    font-size: max(11px, 0.7vw);
    color: black;
    background-color: white;
}

.note_legali p {
    margin-bottom: max(15px, 1vw);
}

.note_legali a {
    color: black;
}

.footer {
    text-align: center;
    background-color: white;
    color: black;
    font-size: max(11px, 0.7vw);

}

.footer a {
    color: inherit;
}

.sotto {
    margin: 0 auto;
}

.ele1 {
    width: 53%;
    text-align: left;
    font-size: 1.1vw;
    padding-inline: 0%;
    padding-top: 35px;
    margin-right: 11%;
    margin-left: 13%;
}

.bottone {
    font-weight: 600;
    color: #FFF !important;
    background: #fe8000;
    width: fit-content;
    font-size: max(14px, 1.4vw);
    cursor: pointer;
    margin: 0 auto;
    padding: 1%;
    border-radius: 7px;
    display: inline-block;
    margin: 1% auto;
    display: block;
    padding: 2% 6%;
    margin: 0;
    margin-top: 5%;

}

.pulsante {
    font-weight: 900 !important;
    color: #FFF;
    background: #357de9;
    width: fit-content;
    font-size: 1.2vw;
    cursor: pointer;
    margin: 0 auto;
    padding: 3%;
    border-radius: 7px;
    display: inline-block;
    margin: 1% auto;
    border: 1px solid;
}

#step1 .pulsante {
    width: 40%;
}

#step1 .pulsante {
    color: #357de9;
    background: white;
}

#step1 .pulsante:hover {
    color: white;
    background-color: #357de9;
}

#step2 .pulsante:hover,
#step3 .pulsante:hover,
#step4 .pulsante:hover {
    opacity: 0.9;
}

#step2 .pulsante,
#step3 .pulsante,
#step4 .pulsante {
    display: inline-block;
}

.cont_form {
    width: 100%;
    display: block;

}

#step2 .pulsante,
#step3 .pulsante,
#step4 .pulsante {
    padding: 3%;
    width: fit-content;
    padding-inline: 5%;
}

.cap {
    font-size: 0.6vw;
    margin: 1% 0;
    text-align: left;
}

.step {
    margin: 0 auto;
    width: 100%;
}

#step2,
#step3,
#step4,
#step5 {
    display: none;
}

#form {
    width: 90%;
    margin: 0 auto;
}

.div_eta {
    padding: 1%;
    width: 78%;
    margin: 1% auto;
    font-size: 1vw;
    text-align: left;
    font-weight: bold;
    border-radius: 3px;
    padding-bottom: 1PX;
}

#eta1,
#eta2,
#cap,
#provincia,
#telefono,
#cap,
#giorno,
#anno,
#mese,
#eta3,
#importo,
#anno,
#lavoro,
#eta4,
#cap1,
#cap,
#nome,
#cognome,
#email,
#provincia,
#telefono,
#cap,
#telefono,
#cap,
#indirizzo,
#telefono {
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 2%;
    text-align: left;
    border-radius: 6px;
    font-size: 1.2vw;
    margin: 1% auto;
    width: 100%;
    height: fit-content;
}

#anno {
    width: 98%;
}

.mezzo {
    display: inline-block !important;
    margin: 1% 0.2% !important;
}

input[type=checkbox] {
    vertical-align: middle;
    margin: 2% 1%;
    width: 2.093vw;
    height: 1.221vw;
    background: #fff;
    border-radius: 3px;
}

.informativa a {
    margin-top: 0.5vw;
}

select {
    margin: 2% auto;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 2%;
    width: 100%;
    border-radius: 6px;
    font-size: 1vw;
}

select option:first-child {
    color: #cccccc;
}

.informativa {
    font-size: max(11px, 0.6vw);
    font-weight: 500;
    text-align: left;
}

.recensioni {
    width: 40%;
    min-width: 400px;
    display: block;
    margin: 0 auto;
}

/**************************************************************************************************/
.sopra_form {
    padding: 1%;
    background: #ffd800;
    border-radius: 12px 12px 0 0;
}



.evidenziato {
    font-size: 2.5vw;
    background-color: #0096D5;
    width: fit-content;
}

.bollini {
    width: 80%;
    margin: 0;
    padding: 0;
    margin: -1%;
    margin-top: 4%;
}

.testo_sx {
    color: white;
    font-weight: bold;
    /*width: 31%;*/
    display: inline-block;
    font-size: 2.5vw;
    /*margin-left: 7%;
    margin-top: 3%;
    margin-bottom: 9vw;*/
    width: 48%;
    /* height: 44vw; */
    background: url(apertura-testo.png) no-repeat;
    background: none;
    background-size: cover;
    margin-left: -1%;
    margin-bottom: -0.5vw;
}

.top {
    background: var(--color-4);
    padding: 0.5%;
    color: white;
    font-size: max(13px, 1vw);
    padding-top: 1%;
    padding-bottom: 2%;
    border-radius: 12px 12px 0 0;
}

h4 {
    font-size: max(12px, 1vw);
    font-weight: 400;
    margin: 2%;
}

.footer_img {
    display: flex;
    padding-left: 1%;
}

.footer_img img {
    height: 3vw;
    height: 3vw;
    margin: 1%;
}

.footer_img p {
    font-size: 0.5vw;
    font-weight: 500;
    text-align: left;
    margin: 1%;
    display: block;
    height: fit-content;
    margin-top: 2%;
    margin-left: 0%;
    width: 20%;
}

h5 {

    font-size: 1.2vw;
    font-weight: bold;
    display: block;
    margin: 0 auto 1%;
}

form h5 {

    font-size: 1.2vw;
    font-weight: 500;
    display: block;
    margin: 3% auto;

}

h3 {
    font-size: 1.4vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1%;
}

.fascia_bassa h1 {
    font-weight: 800;
    font-size: max(20px, 2.8vw);
    text-align: center;
    width: 58%;
    display: block;
    margin: 0 auto;
    color: var(--color-4);

}

.fascia_bassa {
    padding: 1% 0%;

    padding: 0% 0%;
    padding-top: 0.5%;
}

.cont_pannelli {
    display: flex;
    width: 90%;
    margin: 1% auto;
}

.pan img {
    display: BLOCK;
    MARGIN: 0 AUTO;
    width: 16%;
    margin: 2% auto;
    margin-bottom: 4%;
}

.cont_pan_bianchi {
    display: flex;
    width: 75%;
    margin: 1% auto;
}


.box {
    text-align: center;
    margin: 1% 1%;
    /* border: 1px solid #aaa; */
    /* border-radius: 30px; */
    padding: 1%;
    width: 33.33333%;
    background-color: white;
    line-height: 150%;
    font-size: max(20px, 1.1vw);
    padding-bottom: 2%;

}

.box h3 {
    font-size: max(15px, 1.6vw);
    color: var(--color-4);
    margin: 5% 0;

}


.box p {
    font-weight: 400;
    font-size: max(15px, 1.1vw);
    padding-inline: 7%;
    font-weight: 500;
}

.box img {
    width: 28%;
    margin: 2% auto;
    margin-top: 1%;
}

.finale {
    background: url(sfondo-cta.jpg) no-repeat;
    background-size: cover;
    margin: 2vw 0;
    padding-bottom: 1vw;
}

.finale h1 {
    width: 55%;
    color: white;
    display: inline-block;
    margin: 0 auto;
    display: block;
    /* margin-left: 7%; */
    padding-top: 2%;
    text-align: center;
    font-size: 2.5vw;
}

.pan {
    background-color: white;
    width: 32%;
    margin: 0% auto;
    padding: 1%;
    font-size: 1vw;
    text-align: center;
    border-radius: 12px;
    font-weight: 300;
}

.pan b {
    text-align: center;
    font-size: 1.2vw;
    margin: 0 auto;
    display: block;
    margin-bottom: 3%;
    margin-top: 10%;
}

.pannello_unico {
    width: 89%;
    background-color: white;
    margin: 2% auto;
    padding: 1%;
    font-size: 1vw;
    text-align: center;
    border-radius: 12px;
}

.pannello_unico img {
    margin-left: -1%;
    display: block;
    display: inline-block;
    width: 46%;
    margin-right: 1vw;
}

.domande {
    width: 60%;
    margin: 0 auto;
    display: block;
    color: #1e3d6f;
    margin-top: 2%;
}

.testo_laterale {
    display: inline-block;
    width: 45%;
    display: inline-block;
    width: 51%;
    text-align: left;
    vertical-align: top;
}

.domande span {
    float: right;
    font-size: 2vw;
    color: gray;
    cursor: pointer;
    display: block;
    margin-top: -1%;
    margin-top: -1%;
    transition: 0.4s all;
}

.domande div {
    border-bottom: 1px solid #dedede;
    padding: 2%;
    font-weight: 500;
    font-size: 1vw;
    cursor: pointer;
}

.nasc {
    display: block;
    color: gray;
    font-size: 1vw;
    padding-bottom: 3% !important;
    border-bottom: 0px !important;
}

.container .btn {
    border: 0px;
    background: none;
    color: #1e3d6f;
    font-size: 60px !important;
    font-weight: 200;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

table {
    width: 100%;
    margin: 0 auto;
}

td {
    vertical-align: top;
    padding: 2px 1px 2px 0;
}

#lavoro,
#importo,
#provincia,
#telefono,
#cap,
#email,
#nome,
#cognome {
    width: 48.5%;
}



.slick-slider {
    margin: 2% 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 40px !important;
}


.testo_footer {
    display: inline-block;
    width: 70%;
    text-align: left;
    vertical-align: top;
    margin-top: 1.5%;
}

.logofooter {
    width: 4%;
    margin: 1%;
}

.footer2 {
    font-size: 9px;

}

.fascia2 {
    background-color: #def0dc;
    padding-bottom: 3%;
}

.cont_pan {
    margin: 0 auto;
    width: 80%;
    display: block;
    text-align: center;
}

.cont_pan img {
    margin: 3%;
    margin-top: 2%;
    max-width: max-content;
    width: 38%;
}

.img_gas {
    position: relative;
    display: inline-block;
    vertical-align: super;
}


.cont_pan img {

    min-width: 400px;
}



@media screen and (max-width:1500px) {

    .cont_pan img {
        margin: 1%;
        margin-top: 2%;
        max-width: max-content;
        width: 45%;
        min-width: auto;
    }




}

@media screen and (max-width:1024px) {
    .cont_form {
        width: 100%;
        display: block;
        margin-left: 5%;
        margin-top: 23%;
        padding-top: 9%;
        padding: 0;
        padding-top: 7%;
        margin: 0 auto;
        margin-top: 44%;
        margin-bottom: -8%;
    }

    .cont_countdown {
        margin-top: 0%;
    }

    .moby {
        display: block !important;
        width: 100%;
    }

    .recensioni {
        display: none;
    }

    .offerta {
        visibility: hidden;
    }

    .meta {
        display: block;
        width: 99%;
        margin-top: 3%;
        text-align: center;
    }

    .ele11,
    .ele2,
    .ele4,
    .ele3 {
        height: auto;
        width: 100%;
        MARGIN: 9% AUTO;
    }

    .nota {
        text-align: left;
        font-size: 1vw;
        margin-left: 6%;
        margin-top: 21px;
        width: 88%;
    }

    .form {
        width: 40%;
        margin: 0 auto;
        display: block;
        padding-bottom: 10%;
        min-width: 100px;
        margin-top: 25%;
        border-radius: 0px;
        width: 100%;
    }

    .mancano {
        position: relative;
        margin-top: 4%;
        font-size: 4vw !important;
        font-weight: bold;
        margin-inline: 3%;
        position: relative;
    }

    .cont_countdown div {
        display: inline-block;
        display: inline-block;
        font-size: 2.6VW;
        font-weight: bold;
    }

    #countdown span {
        font-size: max(20px, 8vw);
    }

    .ele11,
    .ele2,
    .ele4,
    .ele3 {
        border: 0px;
        padding-top: 1%;
        font-size: 20px;
        margin: 0 auto;
        padding: 0;
        /* border-left: 1px solid; */
        padding-top: 8% !important;
        width: 60%;
    }

    .ele3 {
        margin-top: 7%;
        margin-bottom: 5%;
    }

    .thanx {
        padding-left: 0%;
        margin-bottom: 38%;
    }

    .pannello_punti {
        width: 100%;
        margin: 5px auto;
    }

    .quinta_dentro_sotto {
        width: 90%;
        color: white;
        margin: 0 auto;
        text-align: left;
        height: 4vw;
        height: fit-content;
        margin-top: 2%;
    }

    .check {
        width: 6%;
        float: right;
        margin-top: -7vw;
    }

    .quinta_dentro_testo {
        color: #1e3d6f;
        font-size: 5vw;
        margin-bottom: 3%;
        margin-top: -1%;
        font-weight: normal;
    }

    #privacy_1 {
        float: left;
        width: 4.2vw;
        height: 4.2vw;
        margin-left: 1%;
    }

    .pannello_punti {
        font-size: 5vw;
        ;
    }

    .pulsante22 {
        font-size: 3vw ! important;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .domande .pulsante22 {
        width: 100%;
        text-align: center;
    }

    .button {
        color: white;
        background-color: #357de9;
        width: 64%;
        margin: 6% auto;
        padding: 3%;
        margin-bottom: 3%;
        font-size: 6vw;
        cursor: pointer;
    }

    .submit {
        font-size: 5vw;
    }

    .fascia_grigia h2 {
        font-size: 8vw;
        margin: 3% auto;
    }

    .div_errori {
        color: #b70000;
        font-size: 15px;
    }

    .cont_form {
        margin: 0;
        padding: 0;
    }

    .sopra {
        background-size: 214%;
        background-position: 99% 0%;
    }

    .form {
        padding: 0;
        margin-top: 0;
    }

    .fascia_blu {
        background: rgb(53, 125, 233);
        background: linear-gradient(90deg, rgba(53, 125, 233, 1) 0%, rgba(30, 61, 111, 1) 100%);
        text-align: center;
        width: 100%;
        color: white;
        padding: 0.5%;
        font-weight: 600;
        font-size: max(20px, 1.5vw);
        margin-top: 5%;
    }

    .recensioni {
        width: 95%;
        min-width: 0px;
        margin: 0 auto;
    }


    .sotto h2 {
        margin: 0;
        padding: 0;
        font-size: 23px;
        width: 80%;
        text-align: center;
        margin: 4% auto;
        color: #1e3d6f;
        line-height: 100%
    }

    .intero,
    .mezzo {
        display: block !important;
        width: 100% !important;
        height: 45px;
    }

    .meta img {
        width: 35%;
        margin-bottom: 5%;
    }

    #img_uomo,
    #img_donna {
        width: 75%;
        display: block;
        margin: 0 auto;
    }

    #step1 .pulsante {
        width: 35%;
    }



    .testo_sx {
        color: white;
        font-weight: bold;
        width: 83%;
        display: inline-block;
        font-size: 3vw;
        text-shadow: 2px 2px #00000085;
    }

    .boll {
        margin-left: -2%;
        margin-top: 4%;
        width: 70%;
    }

    .top {
        border-radius: 0;
    }

    .progress-container {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 30px;
        max-width: 100%;
        width: 63vw;
        MARGIN: 5% AUTO;
        margin-top: 3%;
    }

    select,
    input {
        font-size: 2.5vw;
    }

    .footer_img img {
        height: 2%;
        height: 8vw;
        margin: 1%;
        margin-top: 2%;
    }

    .footer_img p {
        font-size: 1.5vw;
    }

    .cont_pannelli {
        display: block;
        width: 96%;
    }

    .pan {
        width: 100%;
        margin: 2% auto;
        padding: 2%;
        font-size: 2vw;
    }

    .testo_laterale {
        font-size: 2vw;
    }

    .pan img {
        display: BLOCK;
        MARGIN: 0 AUTO;
        width: 20%;
        margin: 2% auto;
        margin-bottom: 4%;
    }

    .pan b {
        margin: 2% auto;
        width: 100%;
    }

    .sopra h2 {
        width: 95%;
        margin: 0 auto;
        font-size: 3vw;
    }

    .nasc {
        font-weight: normal !important;
    }

    h3 {
        font-size: 3vw;
    }

    .pannello_unico img {
        margin-left: -1%;
        display: block;
        display: inline-block;
        width: 90%;
        margin-right: 1vw;
        margin-top: 0%;
    }

    .pannello_unico {
        width: 96%;
    }

    .testo_laterale {
        display: inline-block;
        width: 45%;
        display: inline-block;
        width: 90%;
        text-align: left;
        vertical-align: top;
        font-size: 1vw;
        text-align: center;
    }

    input,
    select,
    .btn {
        margin: 3% auto;
    }

    #tipo,
    #importo,
    #lavoro,
    #cap,
    #cap,
    #nome,
    #cognome,
    #email,
    #provincia,
    #telefono,
    #cap,
    #telefono {
        border: 1px solid #cccccc;
        cursor: pointer;
        padding: 3%;
        width: 100%;
        text-align: left;
        font-size: 19px;
        color: gray;
    }

    #step2 p,
    #step3 p {
        font-size: 12px !important;
        font-weight: 500;
        text-align: left;
    }

    .l2 {
        font-size: 15px !important;
    }

    .domande {
        width: 96%;
        margin: 0 auto;
        display: block;
        margin-top: 2%;
    }

    .testo_laterale {
        font-size: 2vw;
    }

    .domande span {
        float: right;
        font-size: 3vw;
    }

    .domande div {
        font-size: 2vw;
        width: 100%;
        margin: 0 auto;
    }

    .btn {
        margin: 1% auto;
        width: 100%;
        font-size: 3vw;
    }

    .header div {
        font-size: 5vw;
    }

    .header img {
        margin: 0.3% auto;
        width: 24%;
        display: inline-block;
    }

    h4 {
        font-size: max(12px, 1vw);
    }

    .cap {
        font-size: 2vw;
    }

    .header div {
        font-size: 2vw;
        width: fit-content;
        margin: 0%;
    }

    h5 {
        font-size: 2.5vw;
    }

    .evidenziato {
        font-size: 5vw;
        background-color: #0096D5;
        width: fit-content;
        margin: 0.5%;
    }

    .form {
        display: none;
        display: block;
        position: relative;
    }

    .sopra {
        /* background: url(moby-apertura.jpg) no-repeat; */
        /* background-size: 100%; */
        background: none;
    }

    .sopra_form {
        border-radius: 0;
    }

    .testo_sx {
        display: none;
    }

    .header img {
        width: 36%;
        margin: 5px;
        display: inline-block;
    }

    .header div {
        font-size: 9px;
        margin: 1%;
        margin: 15px;
        display: inline-block;
        margin-left: 18%;
    }

    .testo_sx {
        font-size: 25px;
    }

    .evidenziato {
        font-size: 32px;
    }

    .sopra h2 {
        font-size: 17px;

    }

    h5,
    h4 {
        font-size: 20px;
    }

    h3 {
        font-size: 25px;
    }

    select,
    input {
        font-size: 20px;
    }

    .header {
        display: NONE;
    }

    .cap {
        font-size: 10px;
    }

    .btn,
    .pulsante22 {
        font-size: 25px !important;
    }

    .pan {
        font-size: 20px;
    }

    .testo_laterale {
        font-size: 20px;
    }

    .domande div {
        font-size: 20px;
    }

    select {
        padding: 5%;
    }

    #anno,
    #importo,
    #lavoro,
    #cap,
    #cap,
    #nome,
    #cognome,
    #email,
    #provincia,
    #telefono,
    #cap,
    #telefono {
        font-size: 4vw;
        color: gray;
        margin-top: 3% !important;
    }

    .nero {
        text-transform: uppercase;
        font-weight: bold;
        color: #035a75;
        font-size: 15px;
        width: 70%;

    }

    .cont_fascia_bassa {
        display: block;
        display: block;
        text-align: center;
        WIDTH: 85%;
    }

    .btn_avanti,
    .btn_indietro {
        font-size: 20px;
    }

    #step2 .btn_avanti {
        font-size: 15\px;
    }

    .form h1 {
        font-size: 25px;
        text-align: center;
        WIDTH: 96%;
        margin: 0 auto;
        /* margin-bottom: 2%; */
        color: white;
        font-weight: bold;
    }

    video {
        width: 90%;
        margin: 7% auto;
        margin-top: 0;
    }

    .testo {
        width: 49%;
        color: #000;
        text-align: left;
        width: 100%;
        font-size: 16px;
    }

    .ul2 {
        line-height: inherit;
        margin-top: 4%;
        font-size: 13px;
        text-align: left;
        width: 92%;
        margin-left: 0%;
    }

    .ul2 li p {
        color: #000;
    }

    .testo {
        font-size: 18px;
    }

    li p {
        vertical-align: top;
        top: 0;
        position: relative;
        font-size: 15px;
    }

    .fascia_bassa .btn {
        margin: 4% auto;
        display: block;
        float: none;
    }

    .cont_pan_bianchi img {
        width: 40%;
        margin: 1% auto;
        max-width: 100px;
    }

    .cont_pan_bianchi {
        display: block;
        width: 85%;
        margin: 1% auto;
        text-align: center;
    }

    .box {
        margin: 6% 10%;
        width: 80%;
        padding: 5% 10%;
    }

    .fascia_bassa h1 {
        font-weight: bold;
        font-size: 1.6vw;
        text-align: center;
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 2%;
        font-size: 23px !important;
        text-align: center;
    }

    .fascia_bassa .btn {
        margin: 4% auto;
        display: block;
        float: none;
        width: 90%;
        font-size: 24px !important;
        padding: 4% 2%;
    }

    .finale h1 {
        font-size: 20px;
        width: 85%;
    }



    .mob_white {
        padding-top: 2%;

        padding-bottom: 2%;
    }

    h4 {
        font-size: 16px !important;
    }

    .testo ul li p {
        font-size: 18px;
        line-height: 7.5vw;
    }

    .fascia2 {
        background-color: white;
        padding-bottom: 5%;
    }

    input[type=checkbox] {
        vertical-align: middle;
        margin-left: 1%;
        width: 20px;
        height: 20px;
    }

    .btn_avanti {
        padding: 3%;
    }

    .ul2 li {
        list-style: dot;
        list-style-type: disc;
        color: #d8387f;
        font-size: 22px;
    }

    .cont_pan img {
        margin: 1%;
        margin-top: 2%;
        max-width: max-content;
        width: auto;
        min-width: auto;
        width: 100%;
        margin: 0 auto;
        margin: 7% 0% auto;
    }

    form h5 {
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin: 3% auto;
    }

    .form {
        display: none;
        display: block;
        position: relative;
        background: #f7f7f7;
        margin-bottom: -5%;
        padding-bottom: 5%;
    }

    .sx2,
    .dx2 {
        display: inline-block;
        font-weight: 300;
        vertical-align: top;
        width: 37.5%;
        margin-right: 2%;
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .bottone {
        font-weight: 600;
        color: #FFF !important;
        background: #fe8000;
        width: fit-content;
        font-size: 25px;
        cursor: pointer;
        margin: 0 auto;
        padding: 1%;
        border-radius: 7px;
        display: inline-block;
        margin: 1% auto;
        display: block;
        padding: 2% 6%;
        margin: 0 auto;
        margin-top: 8%;
    }

    .testo_footer {
        display: inline-block;
        width: 85%;
        text-align: left;
        vertical-align: top;
        margin-top: 1.5%;
        font-size: 9px;
    }

    .bollini {
        width: 80%;
        margin: 0;
        padding: 0;
        margin: -1%;
        margin-top: 4%;
        margin: 13px auto;
        display: block;
    }

    h2 {
        font-size: 20px;
        width: 80%;
        font-weight: 800;
    }

    .cont_pan {

        width: 95%;
        ;
    }

    .informativa td {

        font-size: 11px
    }

    .box h3 {
        font-size: 25px;
        color: var(--color-4);
        margin: 5% 0;
    }

    .box p {
        font-weight: 400;
        font-size: 15px;
    }

    .box {
        margin: 10% auto;
        width: 65%;
        padding: 2% 3%;

    }

    .logofooter {
        width: 10%;
        margin: 1%;
    }

    .div_dettaglio_cessione,
    .tabces {
        font-size: 15px !important;
        width: 100%;
    }

    #dettaglio_cessione,
    #cessione {
        width: 15px;
        height: 15px;
    }

    #dettaglio_cessione {
        vertical-align: middle;

    }

    .td1 {
        width: 14%;
    }
}