@import url("https://p.typekit.net/p.css?s=1&k=qza4haa&ht=tk&f=37144.37145.37150.37151&a=84455876&app=typekit&e=css");

@font-face {
    font-family: "all-round-gothic";
    src: url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/b66ee9/00000000000000007735c472/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "all-round-gothic";
    src: url("https://use.typekit.net/af/9c1fbd/00000000000000007735c477/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/9c1fbd/00000000000000007735c477/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/9c1fbd/00000000000000007735c477/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "all-round-gothic";
    src: url("https://use.typekit.net/af/dda554/00000000000000007735c481/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/dda554/00000000000000007735c481/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/dda554/00000000000000007735c481/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "all-round-gothic";
    src: url("https://use.typekit.net/af/a82788/00000000000000007735c483/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/a82788/00000000000000007735c483/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/a82788/00000000000000007735c483/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    font-stretch: normal;
}


body,
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    color: black;
    font-family: sans-serif;


}


.success-checkmark:after {

    float: left;
    display: inline-block;
    content: '✔';
    font-size: 1px;
    position: relative;
    left: -5px;
    top: -1px;
    width: 20px;
    color: white;
    height: 20px;
    text-align: center;
    border: 1px solid white;
    background: white;

    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);

}


.success-checkmark2:after {

    float: left;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    content: '✔';
    position: relative;
    left: -5px;
    top: -1px;
    width: 20px;
    color: #357de9 !important;
    height: 20px;
    text-align: center;
    border: 1px solid white;
    background: white !important;

    border-radius: 50%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);

}

.c1,
.c2,
.c3 {
    filter: hue-rotate(310deg);

}

input[type=checkbox] {
    /* transform: scale(2); */
    margin: 10px;
    cursor: pointer;
    width: 1vw;
    height: 1vw;
}

li {
    list-style: url(icona-check.png);
    list-style-position: outside;
}

ul li span {
    position: relative;
    top: -1vw
}

/* Prevent cursor being `text` between checkboxes */
body {
    cursor: default
}

.logo {
    margin-bottom: 3%;
    width: 30%;

}

input {
    cursor: pointer;
}

.alert_privacy {
    color: #a50000;
    font-size: 14px;
    display: none;
    font-weight: bold;
    width: 80%;
    text-align: center;
}

#nome_pet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    transition: all 0.5s ease;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    color: #1e3d6f;
}




.striscia_gialla {
    width: 100%;
    padding: 1%;
    padding-inline: 0px;
    background: rgb(251, 206, 10);
    background: linear-gradient(90deg, rgba(251, 206, 10, 1) 0%, rgba(239, 107, 36, 1) 100%);
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2vw;
}


.quarta_fascia h1,
.seconda_fascia h1 {
    width: 45%;
    margin: 2% auto;
}

.prima_fascia {
      background: url(Apertura.jpg) no-repeat;
    background-size: 110%;
    background-position: -10vw 0px;
}


.prima_fascia ul {
    color: black !important;
}

.prima_fascia .testo {
    font-size: 2vw;
    font-weight: bold;
    width: 40%;
    /* margin: 3%; */
    /* float: left; */
    line-height: 120%;
    color: white;
    margin-left: 5vw;
    margin-bottom: 3vw;
    display: inline-block;
    vertical-align: top;
    margin-top: 4vw;
}

.prima_fascia .testo ul,
.prima_fascia .testo span {
    color: black;
    font-weight: 200;
    font-size: 1.4vw;
    line-height: initial;
    width: 71%;

}




/************* FORM *********************/

.div_form {
        width: 25%;
    text-align: center;
    background: white;
    padding-bottom: 1%;
    font-size: 1.2vw;
    min-width: 380px;
    z-index: 999999;
    -webkit-box-shadow: 10px 10px 27px -5px rgb(107 107 107);
    -moz-box-shadow: 10px 10px 27px -5px rgba(28, 28, 28, 1);
    box-shadow: 2px 11px 8px -3px rgb(128 128 128);
    margin: 0 auto;
    margin-top: 3%;
    margin-left: 20vw;
    display: inline-block;

}





.pulsante {

    width: 35% !important;
    padding: 1%;
    border-radius: 7px;

    cursor: pointer;
    color: #FFF !important;
    background-color: #357de9 !important;
    border-color: #357de9 !important;
    font-weight: bold;
    font-size: 1.2vw !important;
    text-align: center !important;

    margin: 0 auto;
    margin: 2% auto !important;
}

.div_form b {
    font-size: 1.2vw;
    /* margin-bottom: 2vw; */
}


/************ FINE FORM ************************/

.avanti {
    cursor: pointer;
    color: #FFF !important;
    background-color: #357de9 !important;
    border-color: #357de9 !important;
    font-weight: bold;
    font-size: 1.4vw !important;
    text-align: center !important;
    width: fit-content;
}

.div_form h2 {
    margin: 0 auto;
    margin-top: 2%;
    font-size: 1.3vw;
    margin-bottom: 1%;
    width: 70%;
    margin: 1% auto;
}

.mezzo2 {
    text-align: left;
    width: 81%;
    padding: 2%;
    margin: 1% auto;
    display: inline-block;
    font-size: 1vw;
    padding-left: 10px;
    border: 2px solid #dedede;
    color: #484040;
    padding-inline: 4%;
    margin-inline: 2%;
    text-align: left;
    background-color: white;
    cursor: pointer;

}

.mezzo:hover,
.mezzo2:hover {
    background-color: #b6cdec;
}

.mezzo {
    width: 45%;
    cursor: pointer;
    padding: 2%;
    margin: 1% auto;
   
    font-size: 0.9vw;
    padding-left: 5px;
    border: 2px solid #dedede;
    color: #484040;
    padding-inline: 2%;
    text-align: left;
    padding-right: 1%;
    /* vertical-align: revert-layer; */
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}

.intero {
    width: 90%;
    FONT-SIZE: max(15px,0.8vw);
}
.mezzo_avanti {
    cursor: pointer;
    padding: 2%;
    margin: 1% auto;
    padding-inline: 5vw;
}


.mezzoo {

    width: 35%;
    cursor: pointer;
    padding: 2%;
    /* margin: 1% auto; */
    display: inline-block;
    font-size: 0.8vw;
    /* padding-left: 10px; */
    border: 2px solid #dedede;
    color: #484040;
    padding-inline: 4%;
    margin-inline: 2%;
    text-align: left;
    width: 89.5%;
    margin-top: 4%;
    margin: 0.5% auto;
    margin-top: 2%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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


.seconda_fascia {

    text-align: center;
    font-size: 1.3vw;
    text-align: center;
    font-size: 1.3vw;

    margin: 0;
    margin-top: 1%;
}

.cont_seconda_fascia {
    width: 80%;
    margin: 0 auto;
    background: white;
    display: flex;
    height: auto;
}

.cont_seconda_fascia img {
    width: 20vw;
    margin: 0 auto;
}

.cont_seconda_fascia div {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.cont_seconda_fascia div b {
    width: 100%;
    font-size: 1.5vw;
}


.terza_fascia img {
    display: inline-block;
}

/*
form {
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 0px;
}
*/
a {
    text-decoration: none;
    color: inherit;
}

.step3 table {
    width: 86%;
    margin: 2% auto;
    display: inline-block;
    text-align: left;
    font-size: 1vw;

}

.top_step {
    background-color: #0ca123;
    text-align: center;

    font-size: 1.2vw;
    color: white;
    padding: 3%;
    margin-bottom: 3%;
    line-height: inherit;
}

.pulsante2 {
    cursor: pointer;
    color: #FFF;
    background-color: #357de9;
    border-color: #357de9;
    width: 24%;
    padding: 1%;


    margin: 1.5% auto;
    font-size: 1.5vw;
    font-weight: 900;
    text-align: center;
}

.n_step {
    display: none;
    display: block;
    font-weight: bold;
    color: #dedede;
    margin-bottom: 2%;
}


.pulsante:hover {
    opacity: 0.8;
}



.step4 {
    display: none;
}



#cap {
    MARGIN: 1% AUTO;
}

.step6 {
    FONT-SIZE: 1VW;
    COLOR: #7a7a7a;
}

.barra {
    margin: 0;
    margin-bottom: 3%;
    WIDTH: 80%;
}

.step6 b {}

.step6 .mezzo2 {
    text-align: left;
    width: 37.5%;
}

.step6 input[type=checkbox] {
    height: 0.7vw;
    width: 0.7vw;
    position: relative;
    float: left;

    top: -10px;


}

.testo_privacy {
    margin-top: 1%;
}

.privacy2,
.testo_privacy {
    font-size: 0.6vw !important;
    text-align: left;
}

.privacy2 {
    margin: 2%;
}

.privacy2 p {
    width: 93%;
    margin: 0;
    margin-left: 7%;
    text-align: justify;
}

.testo_privacy {
    margin: 0 auto;
    width: 80%;

    display: flex;
}

#privacy_2,
#privacy_3,
#privacy_4 {
    left: 9px;
    top: 5px;
}


.step6 .pulsante2 {
    width: 48%;
    padding: 6px !important;
    font-size: 1.4vw !important;
}

.div_form {
    margin-bottom: 2%;
    /* margin-bottom: 2%; */
    vertical-align: text-bottom;
}

.terza_fascia img {
    /* margin-top: 1%; */
    width: 10%;
    display: inline-block;
    position: relative;
    top: 2vw;
}

#pannello_nascosto
{
    display: none;
}
.testo3 {
    width: 36%;
    text-align: center;
    font-size: 1.7vw;
    display: inline-block;
    margin-left: 31%;
    margin-right: 7%;
    color: white;
    letter-spacing: 1;

}

/*
.terza_fascia .ele2 div {
    font-size: 1.5vw;
    text-align: left;
    font-weight: 500;
}
*/
.terza_fascia {
    background: rgb(54, 172, 74);
    background: linear-gradient(90deg, rgba(54, 172, 74, 1) 0%, rgba(194, 211, 46, 1) 100%);
    padding-bottom: 0.1%;
}

.cont_quarta_fascia {
    display: flex;

}

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

.ele:hover {
    BACKGROUND: #1566e0;
}

.ele img:hover {
    position: relative;

    top: -3px;
}

.ele img {
    transition: all 0.5s;
}

.ele {
    BACKGROUND: #357de9;
    WIDTH: 30%;
    COLOR: WHITE;
    FONT-SIZE: 1VW;
    PADDING: 1%;
    margin: 0.5% auto;
    cursor: pointer;
    font-size: max(12px, 0.8vw);
    padding-bottom: 3%;
}

.ele img {
    width: 60%;
    margin-bottom: 9%;
}

.quarta_fascia div {
    text-align: center;
    margin: 0 auto;
    width: 84%;
}

.quarta_fascia div div {
    text-align: center;
    padding: 2%;
    /* margin: 0 auto; */
    width: 16%;
    border: 1px solid gray;
    border-radius: 12px;
    margin: 5% auto;
    font-size: 1.2vw;
    margin-top: 1%;
    margin-bottom: 1%;
}

.cont_quarta_fascia p {
    font-weight: bold;
    margin-bottom: 2%;
}


.cont_quarta_fascia img {
    DISPLAY: BLOCK;
    MARGIN: 0 AUTO;
    width: 40%;
    margin: 5% auto;
    margin-top: -3%;
}

.div_form .pulsante2 {
    padding: 2%;
    PADDING-INLINE: 4%;
}


.quinta_fascia {
    background-color: #f4f4f4;
    width: 100%;
    padding: 2%;
    padding-inline: 0px;
}

.quinta_fascia img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.footer {
    background-color: #f4f4f4;
    width: 100%;
    text-align: center;
    padding: 1%;
    padding-inline: 0px;
    color: white;
    background: rgb(158, 218, 231);
    background: linear-gradient(90deg, rgba(158, 218, 231, 1) 0%, rgba(53, 125, 233, 1) 100%);
}

.center {
    text-align: center;
}

.descr {
    font-size: 1vw;
    margin-bottom: 5%;
}

::marker {
    position: relative;
    top: -20px;
}

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

    .prima_fascia {
        background: url(Apertura.jpg) no-repeat;
        background-size: cover;
        /* display: flex; */
        height: auto;
    }

}

@media screen and (max-width:1650px) {
    .prima_fascia {

        /* display: flex; */
        height: auto;
    }

    .seconda_fascia {

        margin-top: 2%;
    }

    .pulsante {
        width: 31% !important;
        padding: 1%;
        border-radius: 7px;

        cursor: pointer;
        color: #FFF !important;
        background-color: #357de9 !important;
        border-color: #357de9 !important;
        font-weight: bold;
        font-size: 1.2vw !important;
        text-align: center !important;
    }

    #nome_pet,
    #nome,
    #cognome,
    #email,
    #comune,
    #cap,
    #telefono {
        /* HEIGHT: 29px; */
        FONT-SIZE: 1.1VW;
        /* PADDING: 4%; */
        /* margin-top: 1%; */
    }

    input[type=checkbox] {
        height: 1vw;
        width: 1vw;
        position: relative;
        left: -3px;
        /* float: left; */
    }

    .top_step {
        line-height: inherit;
        padding: 2%;
    }

    .privacy2,
    .testo_privacy {
        font-size: 10px !important;
        text-align: left;
        top: -1;
        display: flex;
    }

    .step6 input[type=checkbox] {
        height: 0.7vw;
        width: 0.7vw;
        position: relative;
        float: left;
        top: -3px;
    }

    .prima_fascia span {
        margin-top: -3%;
        margin-bottom: -7%;
    }


    /*
    form {

        margin-top: -2%;
        padding-top: 3%;
    }
*/
}

@media screen and (max-width:1500px) {
    .div_form {
        min-width: 350px;
    }
}

@media screen and (max-width:1474px) {
    .prima_fascia {
        /* display: flex; */

    }

    .prima_fascia .testo {}

    .mezzo2 {
        text-align: left;
        width: 81%;
        padding: 1%;
        margin: 1% auto;
        display: inline-block;
        font-size: 1vw;
        padding-left: 10px;
        border: 2px solid #dedede;
        color: #484040;
        padding-inline: 4%;
        margin-inline: 2%;
        text-align: left;
        background-color: white;
        cursor: pointer;
        line-height: 2vw;
    }
}

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

    .prima_fascia {
        /* display: flex; */

    }

    .div_form {

        min-width: 360px;
    }

}

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


    .prima_fascia {
        background: url(MOBY-apertura.jpg) no-repeat;
        background-size: contain;
        display: inline-block;
        height: auto;
        width: 100%;

    }

    .pulsante {
        width: 31%;
        padding: 1%;
        border-radius: 7px;

        cursor: pointer;
        color: #FFF !important;
        background-color: #357de9 !important;
        border-color: #357de9 !important;
        font-weight: bold;
        font-size: 1.2vw !important;
        text-align: center !important;

    }

    .div_form {
        margin-left: 8%;
        width: 470px;
    }



    .div_form {
        width: 100%;
        min-width: 0px;
    }


    .prima_fascia span {
        color: white;
        color: #357de9;
        padding: 10px;
        font-size: 1.6vw;
        display: block;
        /* position: absolute; */
        width: 90%;
        padding: 0;
        font-size: 5vw !important;
        margin: 0 auto;
        margin-bottom: -9%;

        font-weight: bold;
        display: initial;
        font-size: 12px !important;

    }

    .seconda_fascia {
        text-align: center;
        font-size: 3.3vw;
    }




    .pulsante {
        font-size: 4.2vw;
    }

    .div_form {
        font-size: 3.5vw;
        margin: 0;
        padding: 0;
        margin-top: 0%;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .step6 b {
        font-size: 6.6vw !important;
    }

    .step6 p {
        font-size: 3.4vw !important;
    }

    .step6 {
        FONT-SIZE: 1VW;
        COLOR: black;
        padding: 4%;
    }

    .div_form {
        padding-top: 0;
        margin-top: 27%;
        width: 80%;
        margin-left: 11%;

        padding: 0px;
    }

    .pulsante {
        font-size: 3.2vw;
    }

    .pulsante {
        font-weight: 900 !important;
        color: #FFF;
        background-color: #dd013a;
        border-color: #dd013a;
        width: 26%;
        font-size: 5vw;
        cursor: pointer;
        margin: 0 auto;
        padding: 3%;


        margin: 3% auto;
        display: inline-block;
        margin-bottom: 5%;
        height: auto;
    }




    .top_step {
        font-size: 18px;

    }



    .pulsante2 {
        width: 70%;
        font-size: 15px;
        margin: 8% auto;


    }


    .step4 {
        display: none;
        font-size: 3.5vw;

    }

    .div_form {
        font-size: 21px;
        position: static;
        margin: 1% auto;
        display: block;
        margin-bottom: -4%;

    }

    .div_form b {
        font-size: 20px;
        position: relative;
        /* top: -5px; */
    }

    #nome_pet,
    #nome,
    #cognome,
    #email,
    #telefono,
    #comune,
    #cap {
        DISPLAY: BLOCK;
        MARGIN: 0 AUTO;
        MARGIN: 2% AUTO;
        WIDTH: 90%;
        HEIGHT: 40px;
        background: #dedede;
        font-weight: bold;
        font-size: 20px;
        font-weight: normal;
        padding-left: 3%;
    }

 
    .step6 {

        padding: 0;
    }

    .step6 b {
        font-size: 3.5vw;
        position: relative;
        top: 0px;
    }

    .step6 .pulsante2 {
        width: 70% !important;
        font-size: 15px !important;
        margin: 5% auto;
        margin-top: 10%;
        width: 70%;
        padding: 13px !important;
    }

    .privacy2,
    .testo_privacy {
        font-size: 2.5vw !important;
        text-align: left;
    }

    input[type=checkbox] {
        /* top: 2px; */
        /* margin-left: -27px; */
        /* position: static; */
        /* margin-left: -12px !important; */
        /* height: 28px; */
        /* left: 5px; */
        width: 20px;
        height: 20px;
        margin: 0 auto;
        margin-top: 10px;
    }

    .div_form {
        float: none;
        box-shadow: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: 71%;
        display: block;
        padding-bottom: 2%;
    }

    .n_step {
        display: none;
        display: block;
        font-weight: bold;
        color: #dedede;
        margin-bottom: 2%;
    }

    .prima_fascia .testo {
        display: none;
    }

    .prima_fascia {
        background: url('MOBY-apertura.jpg') no-repeat;
        background-size: contain;
        display: inline-block;
        height: auto;

    }

    .seconda_fascia {
        text-align: center;
        font-size: 23px;
        padding-top: 2%;
    }

    .pulsante2 {
        width: 70%;
        font-size: 5vw !important;
        margin: 11% auto;
        position: relative;
        top: -24px;
        padding: 3%;
    }



    .avanti,
    .mezzo2,
    .mezzo {
        font-size: 18PX;
        line-height: inherit;
    }



    .step3 table {
        width: 86%;
        margin: 2% auto;
        display: inline-block;
        text-align: left;
        font-size: 4vw;
    }

    .seconda_fascia {

        padding-top: 0;
    }

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

    .avanti {
        font-size: 5vw !important;
        width: 81%;
    }

    .step6 .mezzo {
        width: 100%;
        margin: 0 auto;
    }

    .step6 input[type=checkbox] {
        height: 15px;
        width: 15px;
        position: relative;
        float: left;
        top: -3px;
        left: -4px;
    }

    .striscia_gialla {
        font-size: 25px;
    }


    .quarta_fascia h1,
    .seconda_fascia h1 {
        width: 92%;
        margin: 5% auto;
        FONT-SIZE: 20PX;
    }

    .cont_seconda_fascia img {
        width: 100%;
        margin: 2% AUTO;
        DISPLAY: BLOCK;
        margin: 0 auto;
    }

    .cont_seconda_fascia div {
        width: 70%;
    }


    .cont_seconda_fascia div b {
        font-size: 23px;
    }

    .germi {
        display: none !important;
    }

    .testo3 {
        width: 90%;
        text-align: center;
        font-size: 21px;
        display: inline-block;
        margin-left: 31%;
        margin-right: 7%;
        color: white;
        letter-spacing: 1;
        margin: 0 auto;
        display: block;
        margin: 2% auto;
        margin-top: 2%;
    }

    .terza_fascia {
        background: rgb(54, 172, 74);
        background: linear-gradient(90deg, rgba(54, 172, 74, 1) 0%, rgba(194, 211, 46, 1) 100%);
        padding-bottom: 0.1%;
        padding-top: 4%;
    }

    .pulsante {
        width: 69% !important;
        font-size: 15PX !important;
        margin: 0 auto;
        display: block;
        margin: 2% auto !important;

        margin-bottom: 5% !important;

    }

    .div_form h2 {
        margin: 0 auto;
        margin-top: 2%;
        font-size: 22px;
        margin-bottom: 1%;
    }

    .mezzo {
        width: 90%;

    }

    .mezzoo {
        width: 80%;
        font-size: 19px;
    }

    .cont_quarta_fascia {
        display: block;
    }

    .quarta_fascia div div {
        text-align: center;
        padding: 2%;
        /* margin: 0 auto; */
        width: 82%;
        border: 1px solid gray;
        border-radius: 12px;
        margin: 5% auto;
        font-size: 20px;
        margin-top: 9%;
    }

    .cont_quarta_fascia img {
        DISPLAY: BLOCK;
        MARGIN: 0 AUTO;
        width: 33%;
        margin: 5% auto;
        margin-top: 0%;
    }

    .quinta_fascia img {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    h1 {
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #1e3d6f;
    }
}