@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

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

body,
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    color: #1e3d6f;
    background-color: WHITE;
    font-family: "Roboto", sans-serif;
}

. a {
    text-decoration: none;
    color: inherit;
}

* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    transition: 1s all;
}

.cont_bar {

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

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

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

li p {
    vertical-align: top;
    top: -0.3vw;
    position: relative;
    FONT-SIZE: 1.3VW;
}

.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 {
    background-color: #4eb012;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Poppins", 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;

    margin: 2% auto;
    margin-bottom: 0;

    font-weight: 500;
}

a {
    text-decoration: none;
}

.finale {
    background: url(sfondo-cta.jpg) no-repeat;
    background-size: cover;
}

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

.testo .btn {
    background-color: #4eb012;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Poppins", 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;
}

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

.btn_avanti {
    background-color: #4eb012;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    padding: 2%;
    font-size: 1.2vw;
    float: right;
    width: 46%;
    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;
}

* {
    transition: all 0.2s;
}

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

.cont_input .ele {
    margin: 0 auto;
    width: 26%;
    height: 14%;
    padding: 2%;
    font-size: 0.7vw;
    cursor: pointer;
    background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 5px 5px 10px 0px #828282;
    -moz-box-shadow: 5px 5px 10px 0px #828282;
    -o-box-shadow: 5px 5px 10px 0px #828282;
    box-shadow: 5px 5px 10px 0px #828282;


}

.ele:hover {
    background-color: #4eb012;
    color: white;
    transition: 0s;
}

.ele img {
    width: 90%;
}

.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: 40%;
    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: 1.3vw;
}

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


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

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

.ul2 li p {
    color: #000;
}

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

.moby2 {
    display: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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


.container {

    margin: 2% auto;
    text-align: center;
}

h1 {
    font-weight: normal;
    margin-bottom: 1%;

}

.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 {

    -webkit-animation: animateThis 2s infinite;
    -webkit-animation-fill-mode: forwards;
    transform-origin: left center;
}

@-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] {
    -moz-appearance: textfield;
    /* Firefox */
}

.header {
    width: 100%;
    height: fit-content;
    background: #4eb012;
    color: white;
    text-align: center;

}

.header img {
    margin: 0% 1%;
    width: 10%;
    display: inline-block;
    vertical-align: middle;

}

.sopra {
    width: 100%;
    background: url(apertura.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 2%;

}

.nero {
    text-transform: uppercase;
    font-weight: bold;
    color: #035a75;
}

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


.sopra h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.2vw;

    font-weight: 400;

}

.form {
    width: 30%;
    background-color: white;
    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%;

}


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



.form h1 {
    font-size: max(15px, 1.5vw);
    text-align: center;
    WIDTH: 96%;
    margin: 0 auto;
    margin-bottom: 2%;
    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;

}

.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
}

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


h2 {
    font-size: 2vw;
}

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

h2 {
    color: white;
}

.footer {

    width: 100%;
    text-align: center;

    padding-top: 1%;
    padding-bottom: 0.5%;
    font-size: 0.8vw;

}

.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;
    background: #0ca123;
    width: fit-content;
    font-size: max(14px, 1.2vw);
    cursor: pointer;
    margin: 0 auto;
    padding: 1%;
    border-radius: 7px;
    display: inline-block;
    margin: 1% auto;

    display: block;
}

.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,
#giorno,
#anno,
#mese,
#eta3,
#eta4,
#cap1,
#provincia,
#nome,
#cognome,
#email,
#citta,
#indirizzo,
#telefono {
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 2%;
    text-align: left;
    border-radius: 6px;
    font-size: 1vw;
    margin: 1% auto;
    width: 100%;
}

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

input[type=checkbox] {
    margin-right: 2%;



}



select {

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

}

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


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


/**************************************************************************************************/

.sopra_form {
    padding: 1%;
}

.header div {
    vertical-align: middle;
    display: inline-block;
    margin: 0;

    font-size: 1.2vw;
    font-weight: 700;
    margin: 0.2%;

}

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

}



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

.testo_sx {
    color: white;
    font-weight: bold;
    width: 29%;
    display: inline-block;
    font-size: 2.5vw;
    margin-left: 7%;
    margin-top: 3%;


}



.top {

    background: #f0412b;
    padding: 0.5%;
    color: white;
    font-size: max(13px, 1vw);
    padding-top: 1%;
    padding-bottom: 2%;

}

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.5vw;
    font-weight: bold;
    width: 94%;
    display: block;
    margin: 2% auto;
    margin-top: 1%;
}

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

.fascia_bassa h1 {
    font-weight: bold;
    font-size: 1.6vw;
    text-align: center;
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 2%;
    color: #000;

}

.fascia_bassa {

    padding: 1% 0%;
}

.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: 60%;
    margin: 1% auto;
}

.cont_pan_bianchi img {
    width: 45%;
    margin: 2% auto;

}

.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;
    vertical-align: text-top;
    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;
}

table td {
    width: 4vw;
}

#nome,
#cognome {
    width: 48.8%;
}

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

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

    .form {
        width: 35%;
        margin-top: 2%;
    }

}

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

    table {
        width: 114%;
        margin-left: -7%;
    }

    .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%;
    }

    .moby2 {
        display: block;
        width: 100%;
    }

    .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 {
        height: auto;
        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: 90%;
        min-width: 0px;
        margin: 0 auto;
    }

    .bottone {
        font-weight: 600;
        color: #FFF;
        background: #0ca123;
        /* width: fit-content; */
        font-size: 16px;
        cursor: pointer;
        margin: 0 auto;
        padding: 1%;
        border-radius: 7px;
        display: inline-block;
        margin: 1% auto;
        display: block;
        text-align: center;
        padding: 3%;
        margin: 5% auto;
        width: 278px;
    }

    .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%;
    }

    #giorno,
    #anno,
    #mese {
        width: 30%;
        margin: 4% auto;
        display: inline-block;
        border: 1px solid #357de9;
        cursor: pointer;
        padding: 0%;
        height: 3vw;
        height: 40px;
        text-align: center;
    }

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

    #provincia,
    #cap,
    #nome,
    #cognome,
    #email,
    #citta,
    #telefono {
        border: 1px solid #cccccc;
        cursor: pointer;
        padding: 3%;
        width: 100%;
        text-align: left;
        font-size: 2vw;
    }

    #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;
        top: 61vw;
    }

    .sopra {
        background: url(Moby-apertura.jpg) no-repeat;
        height: fit-content;
        background-size: contain;
    }

    .testo_sx {
        display: none;
    }

    .header img {
        width: 45%;
        margin: 0 auto;
        display: block;
    }

    .header div {
        font-size: 9px;
        margin: 1%;
    }

    .testo_sx {
        font-size: 25px;
    }

    .evidenziato {
        font-size: 32px;
    }

    .sopra h2 {
        font-size: 20px;
    }

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

    h3 {
        font-size: 25px;
    }

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

    .cap {
        font-size: 10px;
    }

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


    .pan {
        font-size: 20px;
    }

    .testo_laterale {
        font-size: 20px;
    }

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

    .footer {
        font-size: 9px;
    }

    select {
        padding: 5%;
    }

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

    }


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

    .fascia_bassa {

        margin-top: 65vw;
        BACKGROUND: #efefef;
        padding-top: 5%;
    }

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

    }

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

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

    .testo {
        width: 49%;
        color: #000;
        text-align: left;

        width: 100%;
        font-size: 16px;
    }

    .fascia_bassa h1 {
        text-align: left !important;

        font-size: 23px;
    }

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

    .ul2 li p {
        color: #000;
    }

    li p {
        vertical-align: top;
        top: 0;
        position: relative;
        FONT-SIZE: 15px;
    }

    .cont_input .ele {

        font-size: 9px;
    }

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

    .cont_pan_bianchi img {
        width: 90%;
        margin: 2% auto;
    }


    .cont_pan_bianchi {
        display: block;

        width: 85%;
        margin: 1% auto;
        text-align: center;
    }

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

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

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

    .finale .btn {
        margin: 4% auto;
        display: block;
        float: none;
        width: 67%;
        font-size: 15px !important;
    }

    .dicono {
        text-align: center !important;
    }

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

    .mob_white {
        padding-top: 2%;
        background: white;
        padding-bottom: 2%;
    }

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