body,
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    color: #515150;
    background-color: #f0eeee;
}

/* Chrome, Safari, Edge, Opera */

.checkbox {
    /* float: left; */
    width: 25px;
    /* position: relative; */
    /* top: 5px; */
    height: 25px;


}

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

form a,
.footer a {
    text-decoration: underline;
}

.timer {

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

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

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



h1 {
    color: #14336d;
    font-family: Poppins;
    margin: 10px;
    font-size: 2.2vw;
}


.pagina {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cont_ele_mobile {
    display: none;
}



ul {
    margin: 0;
    margin-top: 2%;
}





.prima_fascia {

    background: url(apertura.jpg) no-repeat;
    background-size: 100%;
}


.loghetto {
    margin-top: 5%;
    width: 48%;
}

.prima_fascia ul {
    color: #f3da02;
}


.offerta {
    width: 100%;
}

.testo_offerta {
    font-size: 38px;
}


ul {
    font-weight: 300;
    font-size: 1.5vw;
}


.testo_offerta {
    width: 62%;
    height: auto;
    background: white;
    display: inline-block;
    vertical-align: top;
    margin-top: 3%;

    margin-left: 3%;
    background: url(form-sfondo.png) no-repeat;
    background-size: 88%;
    text-align: left;
    font-size: 2vw;
    color: white;
    display: inline-block;
    color: #00386d;

}


.testo_offerta div {
    font-size: 2vw;
    font-weight: 400;
    margin-top: 3%;
}

.terza_fascia img {
    margin-top: -80px;
    width: 150px;
}

h1,
h2 {
    font-family: Poppins !important;
}

form {
    background-color: #ffea01;
    width: 550px;
    height: auto;
    color: black;
    display: inline-block;
    margin-top: 3%;
    text-align: center;
    padding: 0px;
    border-radius: 30px;
    font-size: 20px;
    padding-bottom: 2%;

}


form h2 {
    margin: 0;

    line-height: 50px;
    margin-bottom: 2%;
    margin-top: -3%;

    background-color: white;

}

form h2 span {
    color: #d0001c;
    font-size: 1.4vw;
}


.tit_form {
    font-size: 1.4vw;
    width: 80%;
    display: inline-block;
    margin: 0 auto;

}

form .pulsante {
    width: 90% !important;
    font-size: 1.2vw !important;

    padding: 3%;
}



.dati_form {
    margin-top: 2%;
}

.timer {

    width: 25%;
    padding-bottom: 5%;

}

input,
select {
    background: white;
    border: 0px;
    padding: 15px;
    border-radius: 12px;
    margin: 2%;
    width: 90%;
    cursor: pointer;
    margin-top: 0px;

    font-size: 20px;
}

.mezzo {
    width: 42.7%;

}


.privacy {
    font-size: 11px;
    text-align: left;
    width: 90%;
    margin: 11px auto;
    margin-top: -4%
}

.privacy p {
    padding: 1%;
    margin: 0;
}



.gest_consensi {
    margin: 8px auto;
    display: block;
    text-align: center;
}














.terza_fascia {
    text-align: center;
    background-color: #f0eeee;

    padding-top: 1%;
    padding-bottom: 1%;
}



.terza_fascia img {
    margin-top: -58px;
    width: 108px;
}

.terza_fascia .ele {
    border: 1px solid gray;
    margin: 0 auto;
    background: white;
    border-radius: 38px;
    margin: 3%;
    font-size: 1.1vw;
    color: black;
    padding: 23px;
    width: 25%;
    font-weight: 400;
}

.terza_fascia h2 {
    color: #14336d;
    font-size: 1.5vw;
    line-height: 34px;
}


.pulsante {
    margin-top: -2%;
    margin-bottom: 1%;
    color: white;
    background: #db0535;
    padding: 12px;
    width: 400px;
    margin: 0 auto;
    width: 28%;
    padding: 1%;
    border-radius: 20px;
    font-size: 1.7vw;
    font-weight: bold;


}

.terza_fascia .cont_ele {
    display: flex;
    width: 65%;
    margin: 0 auto;
}






.recensioni {
    background-color: white;
    padding-top: 1%;
    padding-bottom: 2%;
    text-align: center;
}

.recensioni img {
    width: 50%;
}




.footer {
    background-color: #14336d;

    color: #f7f7f7;
    font-size: 13px;
    font-weight: 200;

    width: 100%;

    margin: 0;
    padding: 0px
}

.footer p {
    width: 95%;
    margin: 0 auto;
    padding-top: 1%;
}




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

    form {
        width: 500px;
    }
}



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

    form {
        width: 400px;
        margin-left: 5%;
    }




    form h2 {
        margin: 0;
        line-height: 32px;
        margin-bottom: 2%;
        margin-top: -3%;
        background-color: white;
    }

    input,
    select {
        padding: 10px;
    }

    .timer {
        width: 20%;
    }

    .testo_offerta {
        width: 55%;
    }
}



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

    form {
        width: 400px;
        margin-left: 2%;
        margin-top: 50px;
        font-size: 14px;
    }

    .timer {
        width: 17%;
    }

    input,
    select {
        padding: 8px;
    }
}


@media screen and (max-width:1024px) {
    .testo_offerta {
        width: 53%;
    }

    form {
        width: 400px;
        margin-left: 3%;
        margin-top: 50px;
        font-size: 14px;
    }

    .timer {
        width: 17%;
    }

    input,
    select {
        padding: 8px;
    }
}

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

    .testo_offerta {
        display: none;
    }

    .prima_fascia {
        background: url(argos-moby.jpg) no-repeat;
        background-size: contain;
        height: auto;
        padding-bottom: 2%;

    }

    body {
        background-color: #00376d;

    }

    form {
        width: 100%;
        margin-top: 45%;
        /* margin-bottom: 1%; */
        font-size: 3vw;
        margin: 0 auto;
        margin-top: 128%;

        border-radius: 0px;
        background-color: #00376d;

    }


    form h2 {
        margin: 0 auto;
    }


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

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

    form h2 {
        font-size: 7.5vw;
        line-height: 110%;
        margin: 0 auto;
        width: 64%;
        border-radius: 52px;
    }


    .condizioni {
        width: 90%;
    }


    .seconda_fascia {
        background-color: #f0eeee;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 3.3vw;

    }


    .testo_offerta {
        font-size: 37px;
    }

    .loghetto {
        content: url(MOBY-logo-trust.png);
    }



    h1 {
        color: #14336d;
        font-family: Poppins;
        margin: 10px;
        font-size: 4.2vw;
    }

    .cont_ele {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: -10px;
    }

    .testo_offerta div {
        font-size: 6vw;
        font-weight: 400;
        margin-top: 3%;
    }

    .testo_offerta span {
        color: #d0001c;
        font-size: 9vw !important;
        font-weight: 900;
    }

    .testo_offerta li span {
        font-size: 4vw !important;
    }





    .terza_fascia {
        background-color: #f0eeee;
    }


    .terza_fascia img {
        width: 19%;
        float: left;
        margin: 0px auto;
        margin-right: 3%;
        padding-bottom: 17%;
        margin-top: 9%;
    }

    .terza_fascia .ele {
        text-align: left;
        MARGIN: 0 AUTO;
        margin-top: 5%;
        width: 80%;
        border-radius: 20px;
        font-size: 4.3vw;
        padding: 4%;

    }

    .terza_fascia h2 {
        color: #14336d;
        font-size: 5.2vw;
        margin: 0;
        text-align: center;
        line-height: 90%;
    }

    .recensioni .pulsante,
    .terza_fascia .pulsante {
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 4%;
        width: 56%;
        padding: 4%;
        font-size: 4vw;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    ul {
        font-size: 30px;
    }

    .timer {
        width: 17%;
        margin-top: -200px;
        margin-bottom: -50px;
        position: relative;
        left: -13px;
    }

    form h2 span {
        color: #d0001c;
        font-size: 3.4vw;
    }

    .div_form {
        color: white
    }

    .tit_form {
        font-size: 4vw;
        width: 80%;
        display: inline-block;
        margin: 0 auto;
        MARGIN-TOP: 3%;
    }

    .privacy {
        width: 61%;
        color: white;
        font-size: 13px;
    }

    .checkbox {
        float: left;
        width: 30px;
        position: relative;
        top: 5px;
        left: -9px;
        height: 33px;
    }

    form .pulsante {
        width: 63% !important;

        font-size: 3.2vw !important;
        padding: 2%;
    }

    .terza_fascia .cont_ele {
        display: block;

    }

    .terza_fascia .ele {
        text-align: left;
        MARGIN: 0 AUTO;
        margin-top: 5%;
        width: 50%;
        border-radius: 20px;
        font-size: 4.3vw;
        padding: 4%;
        margin: 0 auto;
        margin-top: 10%;
    }

    .terza_fascia img {
        margin: 0 auto;
        display: block;
        float: none;
        padding: 0;
        position: relative;
        margin-top: -26%;
        width: 57%;
        margin-bottom: 5%;
        top: 0;
    }

    .recensioni img {
        width: 85%;
    }



    .timer {
        width: 26%;
        margin-top: -30%;

        margin-bottom: -50px;
        position: relative;
        left: -22px;
    }


    form .pulsante,
    .recensioni .pulsante,
    .terza_fascia .pulsante {
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 4%;
        width: 56%;
        padding: 4%;
        font-size: 40px;
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
        text-align: center;
        border-radius: 13px;
    }

}









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


    input,
    select {
        padding: 10px;
        font-size: 4vw;
        margin: 2%;
    }


    .timer {
        left: -8px;
    }

    .checkbox {
        float: left;
        width: 25px;
        position: relative;
        top: -5px;
        left: -9px;
        margin-bottom: 3%;
    }

    .div_form {
        width: 90%;
        margin: 0 auto;
        FONT-SIZE: 4VW;

    }

    .privacy {
        width: 78%;
        color: white;
        font-size: 10px;
    }

    form .pulsante {
        width: 78% !important;
        font-size: 5.2vw !important;
        padding: 3%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tit_form {
        font-size: 6vw;
        width: 90%;
        display: inline-block;
        margin: 0 auto;
        MARGIN-TOP: 3%;
    }

    input,
    select {
        padding: 15px;
        font-size: 6vw;
        margin: 2%;
    }

    h1 {
        font-size: 5VW;
    }

    .pulsante {
        width: 78% !important;
        font-size: 5.5vw !important;
        padding: 1%;

    }

    .terza_fascia h2 {
        color: #14336d;
        font-size: 4vw;
        margin: 0;
        text-align: center;
        line-height: 90%;
    }

    .terza_fascia img {

        width: 50%;
    }

}