﻿:root {
    --Bianco: rgba(250, 248, 246, 1);
    --Blu: #25465b;
    --Arancio: rgba(248, 149, 44, 1);
    --Nero: #363636;
    --Azzurro: #98d1e6;
    --MaxWidth: 1480px;
    --border-light: #e1e1e1;
    --AzzurroSfondo: var(--Blu);
    --grigio: #575757;
    --BluSelezionato: #0c2a42;
    --BluScuro: #1969a7;
    --GrigioChiaro: #d8e0e6;
    --Giallino: #ffd792;
    --GrigioBordo: #9e9fa1;
}


/* Traduzione Google */
.navItem.Trans {
    width: 100px !important;
    flex: none;
}
#GuglSelect {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #fffdf9;
    border-radius: 7px;
}

    #GuglSelect select {
        margin: 0;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
        width: 50px;
        height: 40px;
        padding: 10px;
        padding-right: 20px;
        cursor: pointer;
        background-color: #fffdf9;
    }

    #GuglSelect .wrapSelectZ {
        width: 52px;
        height: 40px;
        overflow: hidden;
        position: relative;
    }

        #GuglSelect .wrapSelectZ:after {
            right: 0;
        }

    #GuglSelect .fa-language {
        position: absolute;
        width: 32px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: left;
        font-size: 25px;
        cursor: pointer;
        background-color: #fffdf9;
        left: 0;
        pointer-events: none;
        cursor: pointer
    }

    #GuglSelect select::after {
        content: "ss"
    }
/* END */

/* Footer */
.MaxWi {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
}

footer {
    margin-top: 80px;
    height: 230px;
}

.Riga.MaxWi.mza {
    height: 100%;
}

.PartLogo .Imog {
    margin: 0;
    height: 60px;
    width: 195px;
}

    .PartLogo .Imog + span {
        width: 100%;
        font-size: 16px;
        margin-top: 25px;
        font-weight: 400;
        color: var(--Blu);
    }

.PartLogo, .PartCol {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
}

.PartLogo {
    height: 100%;
}

.BtnTaga {
    text-decoration: none;
    font-weight: 500;
    color: var(--Arancio);
    margin-left: 10px;
}


.PartCol a {
    width: 50%;
    line-height: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--Blu);
}

    .PartCol a:visited {
        color: var(--Blu)
    }

.PartCol {
    height: 100%;
}

.PartLogo .Imog {
    background-image: url('../Immagini/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.WrapSponsor {
    width: 100%;
    height: 150px;
    background-color: var(--Bianco);
    justify-content: space-between;
    display: flex;
    padding: 0 50px;
    border-bottom: 15px solid white;
}

    .WrapSponsor .Imog {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100px;
        margin-left: 20px;
    }

        .WrapSponsor .Imog.Uni {
            background-image: url('../Immagini/Uni.png');
            width: 130px;
        }

        .WrapSponsor .Imog.Rep {
            background-image: url('../Immagini/Rep.png');
            width: 145px;
        }

        .WrapSponsor .Imog.Reg {
            background-image: url('../Immagini/Reg.png');
            width: 250px;
        }

        .WrapSponsor .Imog.Por {
            background-image: url('../Immagini/Por.png');
            width: 90px;
        }

        .WrapSponsor .Imog.Lau {
            background-image: url('../Immagini/Lau.png');
            width: 260px;
        }
/* END */

.RequestError {
    background-color: #ffb8b8;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 6px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

    .RequestError i {
        font-size: 20px;
        margin-right: 12px;
    }
.MasterLoad {
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.Vibra {
    outline: 2px solid #f44336;
    animation: shake 666ms cubic-bezier(.36,.07,.19,.97) both !important;
    transform: translate3d(0, 0, 0) !important;
    backface-visibility: hidden !important;
    perspective: 1000px !important;
}

@font-face {
    font-family: 'Museo';
    src: url('Museo.woff2') format('woff2');
}

body {
    background-image: unset;
    margin: 0;
    padding: 0;
    font-family: "Museo";
    color: #42494f;
}

span {
    cursor: unset;
}

#IlTutto {
    width: 100%;
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
    color: var(--Nero);
    transition: all linear 200ms;
    cursor: pointer;
    font-weight: 600;
}

    a:hover {
        color: var(--grigio) !important;
    }

    a > label {
        cursor: pointer;
    }

ul {
    list-style: none; /* Remove default bullets */
}

    .tuttoText ul  > li::before {
        content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: var(--AzzurroSfondo); /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

.tuttoText > p {
    margin-bottom: 30px;
}

/*layout*/
header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Museo";
    color: #42494f;
    margin-top: 30px;
}

.super {
    display: flex;
    flex-wrap: nowrap;
    max-width: var(--MaxWidth);
    width: 100%;
    height: 70px;
    border: 1px solid var(--Blu);
    overflow: hidden;
    border-radius: 20px;
}

    .super .logo {
        width: 140px;
        height: 100%;
        border-right:1px solid var(--Blu);
    }
        .super .logo a {
            height: 100%;
            width: 100%;
            display: block;
        }

        .super .logo .VeroLofo {
            background-image: url(../Immagini/logo.png);
            height: calc(100% - 10px);
            width: calc(100% - 10px);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin: 5px;
        }

.navBar {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

    .navBar a {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid var(--Blu)
    }
    .navBar a:last-child {
        border-right: 0
    }

    .navBar .navItem, .links > span {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navBar .navItem {
        cursor: pointer;
        color: var(--AzzurroSfondo);
        transition: all linear 200ms;
    }

        .navBar .navItem:hover {
            color: var(--Nero);
        }

.navItem > i {
    margin: 10px
}

.super .navBar a:first-child {
    transition: all linear 200ms;
}

    .super .navBar a:first-child .navItem {
        color: var(--Nero);
    }

    .super .navBar a:first-child:hover {
        background-color: var(--AzzurroSfondo);
    }

        .super .navBar a:first-child:hover .navItem {
            color: var(--Bianco) !important;
        }


.giuper {
    max-width: var(--MaxWidth);
    width: 100%;
    height: 40px;
    background-color: var(--AzzurroSfondo);
    display: flex;
    align-items: center;
    padding: 0 70px;
    justify-content: flex-start;
    color: var(--Bianco);
}

/*footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Museo";
    color: #42494f;
}*/

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--MaxWidth);
    width: 100%;
    justify-content: center;
}

footer .navBar {
    border: none;
}

footer > .container > span {
    width: 100%;
    text-align: center;
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
/*.links > span > a {
    text-decoration: none;
    color: var(--Nero);
    transition: all linear 200ms;
}

    .links > span > a:hover {
        color: var(--grigio);
    }*/


.cookieBox {
    display: flex;
    position: fixed;
    width: 300px;
    height: fit-content;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    background-color: var(--Bianco);
    color: var(--Nero);
    bottom: 50px;
    left: 50px;
    z-index: 111;
    border-radius: 11px;
    border: 1px solid var(--GrigioChiaro);
    overflow: hidden;
}

    .cookieBox > .cookieHead {
        width: 100%;
        background-color: var(--AzzurroSfondo);
        height: 20%;
        color: var(--Bianco);
        display: flex;
        align-items: center;
        padding: 8px;
    }

    .cookieBox > .cookieBody {
        padding: 20px;
    }

    .cookieBox .clicca {
        background-color: var(--AzzurroSfondo);
        color: var(--Bianco);
        margin-top: 15px;
        width: fit-content;
        height: 35px;
        padding: 0 12px;
    }

/*calculator*/

.noGood {
    border: 2px solid red !important;
}


.intro {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 60px 70px;
    background-color: var(--AzzurroSfondo);
    align-items: flex-start;
    color: white;
    justify-content: space-between;
    border-radius: 0 0 20px 20px;
}

    .intro > .left, .intro > .right {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: left;
        align-items: flex-start;
    }

    .intro > .right {
        width: 35%;
    }

    .intro .titolo {
        height: 100px;
        font-size: 32px;
        width: 100%;
    }

.left > .tuttoText {
    margin-bottom: 100px;
    width: 100%;
    margin-top: 0;
}.left > .tuttoText a{
    color: var(--Arancio)
}

.tuttoText a {
    text-decoration: none;
    color: var(--BluSelezionato);
    font-weight: 500;
}

.specchietto {
    width: 100%;
    background-color: var(--Azzurro);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 20px;
}

    .specchietto > span, .specchietto > div {
        width: 100%;
        text-align: center;
    }

    .specchietto > span {
        font-size: 32px;
    }

    .specchietto > .reference {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        border-radius: 6px;
        overflow: hidden;
    }

.reference > input {
    height: 50px;
    width: calc(100% - 60px);
    padding-left: 20px;
    border: 0;
}

.reference > .go {
    height: 50px;
    width: 75px;
    flex: none;
    background-color: var(--AzzurroSfondo);
    color: var(--Bianco);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    width: 70%;
    display: flex;
    padding: 20px;
    gap: 40px;
}

    .form > .fields, .form > .details {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        padding: 24px 0;
        align-content: flex-start;
    }

        .form > .fields > span, .form > .details span {
            width: 100%;
            font-size: 32px;
        }

    .form > .details {
        width: 40%;
    }


    .form .blocco {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        margin: 8px 0;
    }

.blocco > div {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 8px;
    align-items: center;
}

.blocco > .head > div {
    background-color: #42494f;
    display: flex;
    justify-content: center;
    padding: 4px;
    align-items: center;
    border-radius: 50%;
    color: var(--Bianco);
    width: 20px;
    height: 20px;
    font-size: 12px;
    transition: all linear 100ms;
    position: relative;
}

    .blocco > .head > div > i {
        font-weight: normal;
    }

    .blocco > .head > div:hover {
        background-color: var(--Giallino);
        color: var(--Nero);
        font-weight: 600;
    }

.blocco label {
    text-align: left;
    margin-right: 6px;
}

.blocco > select, .blocco > input {
    width: 100%;
    height: 60px;
    border: 1px solid var(--GrigioBordo);
    font: inherit;
    padding: 0 8px;
    border-radius: 9px;
}

.clicca {
    width: 140px;
    height: 50px;
    border: 1px solid var(--GrigioBordo);
    color: var(--AzzurroSfondo);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 9px;
    text-transform: uppercase;
}
    .clicca i.loady, .clicca i.fa-chevron-right, .go i.loady {
        margin-left: 8px;
    }

/*    .clicca:hover {
        background-color: var(--BluSelezionato);
        color: var(--Bianco);
    }*/

.spazioGR {
    width: 100%;
    height: 8px;
}

.form .bottom {
    display: flex;
    flex-wrap: nowrap;
    margin: 8px 0;
    width: 100%;
}

    .form .bottom > div {
        margin-right: 15px;
        width: 100%;
    }

        .form .bottom > div:last-child {
            margin-right: 0;
        }

main .container > .navBar {
    width: 70%;
    height: 100px;
    position: relative;
    top: -40px;
    border: none;
}

.navBar > .step {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--Blu);
    background-color: var(--GrigioChiaro);
    font-size: 32px;
    color: var(--BluSelezionato);
    cursor: pointer;
    transition: all linear 200ms;
}

    .navBar > .step:hover {
        color: var(--grigio);
    }

    .navBar > .step:first-child {
        border-radius: 20px 0 0 20px 
    }
    
    .navBar > .step:last-child {
        border: none;
        border-radius: 0 20px 20px 0
    }

    .navBar > .step.selected {
        background-color: var(--Azzurro);
        color: var(--Bianco);
    }

        .navBar > .step.selected::after {
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 25px solid var(--Azzurro);
            position: absolute;
            bottom: -25px;
            content: '';
        }

    .navBar > .step > img {
        height: 65px;
        width: 65px;
        object-fit: cover;
        /* background-color: var(--GrigioChiaro); */
        padding: 10px;
        border-radius: 11px;
        margin-right: 15px;
    }

    .head > div > .nascosto {
        background-color: var(--Giallino);
        border: 1px solid var(--GrigioBordo);
        position: absolute;
        bottom: 40px;
        display: flex;
        padding: 8px;
        justify-content: center;
        text-align: left;
        align-items: center;
        color: var(--Nero);
        font-weight: 400;
        width: 250px;
        border-radius: 9px;
    }

    .head > div > .nascosto::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--Giallino);
        position: absolute;
        bottom: -10px;
        content: '';
        z-index: 2;
    }

    .head > div > .nascosto::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid var(--GrigioBordo);
        position: absolute;
        bottom: -11px;
        content: '';
    }

.fields .results {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

    .fields .results > span {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        text-align: left
    }
/*results*/
.fields > .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: var(--GrigioChiaro);
    padding: 18px 22px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid var(--GrigioBordo);
    border-radius: 11px;
}

.box > div {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    margin: 4px 0;
}

.details > .specchietto {
    width: 100%;
    color: var(--Bianco);
}

    .details > .specchietto > div > span {
        font-size: inherit;
        text-align: left;
        width: unset;
    }

    .details > .specchietto > div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 8px auto;
        font-weight: 400;
        font-size: 18px;
    }

    .details > .specchietto > span {
        text-align: left;
        margin-bottom: 20px;
    }

    .details > .specchietto > div:last-child {
        margin-top: 16px;
        font-weight: 600;
        font-size: 20px;
    }


.bottom.colorGR > div {
    background-color: var(--AzzurroSfondo);
    color: var(--Bianco);
    position: relative;
}

.bottom.colorGR.dark > div {
    background-color: var(--BluSelezionato);
}
.bottom.colorGR > .clicca > a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom.colorGR > .clicca > a:hover {
    color: var(--Bianco) !important;
}


.bottom.colorGR > div:hover {
    background-color: var(--grigio);
}

.box > .breakdown {
    width: 100%;
    display: flex;
    border-top: 1px solid var(--GrigioBordo);
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    transition: all linear 200ms;
    position: relative;
    padding-bottom: 20px;
}

    .box > .breakdown::after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid var(--BluSelezionato);
        position: absolute;
        bottom: -22px;
        content: "";
        cursor: pointer;
    }

    .box > .breakdown::before {
        position: absolute;
        bottom: -20px;
        color: var(--Bianco);
        content: "x";
        z-index: 2;
        cursor: pointer;
        font-size: 18px;
    }


.box > .breakdown {
    pointer-events: none;
}

    .box > .breakdown::after {
        pointer-events: all;
    }


    .box > .breakdown > div {
        display: flex;
        width: 90%;
        justify-content: space-between;
        padding: 12px 4px;
        border-bottom: 1px solid var(--GrigioBordo);
        align-items: center;
    }

        .box > .breakdown > div:last-child {
            border: none;
            padding-bottom: 0;
        }

.piccolo > span > span {
    color: var(--AzzurroSfondo);
    text-decoration: underline;
    cursor: pointer;
}

/*Glossario*/

.glossario {
    display: flex;
    width: 70%;
    align-content: flex-start;
    justify-content: center;
    text-align: left;
    margin: 40px 0;
    flex-wrap: wrap;
}

    .glossario > span {
        display: flex;
        width: 100%;
        padding-left: 40px;
    }

        .glossario > span.forte {
            font-weight: bolder;
            padding-left: unset;
        }


/*gen*/

.tuttoText {
    width: 75%;
    margin-top: 80px;
}

.intro.gen {
    padding: 0;
    height: 300px;
}

    .intro.gen > div {
        height: 100%;
    }

    .intro.gen > .right > img {
        height: 100%;
        object-fit: cover;
    }

    .intro.gen > .left {
        width: 60%;
        align-items: center;
        padding-left: 60px;
        position: relative;
        padding-bottom: 40px;
        background-color: var(--Blu);
    }

        .intro.gen > .left::after {
           /* content: "";
            position: absolute;
            top: -40px;
            right: -50px;
            height: 0;
            width: 0;
            border: 170px solid transparent;
            border-right: 0;
            border-left: 50px solid var(--AzzurroSfondo);*/
        }

    .intro.gen > .right {
        width: 40%;
    }

    .intro.gen .titolo {
        height: unset;
        font-size: 46px;
    }

.tuttoText .grande {
    font-weight: 900;
    font-size: 21px;
}

section.download {
    width: 75%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.download > .riga {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.download a {
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--Nero);
    transition: all linear 200ms;
}

    .download a > label {
        cursor: pointer;
    }

    .download a:hover {
        color: var(--grigio);
    }

section.quadratoniBox {
    width: 100%;
    display: flex;
    padding: 20px;
    gap: 20px;
    background-color: var(--GrigioChiaro);
    flex-wrap: wrap;
    margin: 40px 0;
    margin-top: 100px;
    border-radius: 35px;
}
.Quis + section.quadratoniBox {
    border-radius: 0;
}

section.quadratoniBox > .quadratone {
    width: calc(33.33% - 14px);
    display: flex;
    background-color: var(--Bianco);
    flex-wrap: wrap;
    padding: 20px;
    text-align: left;
    height: 282px;
    align-content: space-between;
    border-radius: 23px;
}

 /*       section.quadratoniBox > .quadratone:nth-child(3n-1) {
            margin: 0 20px;
        }
*/
        section.quadratoniBox > .quadratone > .titolo {
            font-size: 24px;
            color: var(--AzzurroSfondo);
            width: 100%;
            text-transform: uppercase;
        }

.quadratone > .clicca {
    border: 2px solid var(--AzzurroSfondo);
}

section.quadratoniBox > .quadratone.negativo {
    background-color: var(--AzzurroSfondo);
    color: var(--Bianco);
}

    section.quadratoniBox > .quadratone.negativo > .titolo {
        color: var(--Bianco);
    }

    section.quadratoniBox > .quadratone.negativo > .clicca {
        border: 2px solid var(--Bianco);
        color: var(--Bianco);
    }

    .dataCapture {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .dataCapture > div, .dataCapture > span {
        width: 100%;
    }

    .dataCapture > .dataHead {
        border-bottom: 1px solid var(--GrigioBordo);
        margin-bottom: 24px;
        font-size: 21px;
        font-weight: 600;
        padding-bottom: 24px;
    }

    .dataCapture > .dataForm {
        width: 25%;
        display: flex;
        flex-wrap: wrap;
        padding: 8px;
    }

.dataForm > input {
    width: 100%;
    height: 50px;
    margin: 8px 0;
}

.dataCapture > .dataBottom {
    margin-top: 8px;
    padding: 8px;
}

.dataCapture .clicca {
    border: 2px solid var(--AzzurroSfondo);
    /*width: calc(25% - 12px);*/
}


/*the project*/

section.project {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

    section.project > .striscia {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin-bottom: 40px;
    }

.striscia > .strisciaHead {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.striscia > .strisciaBody {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 125px;
}

.strisciaBody > .strisciaImm {
    width: 25%;
}

.strisciaBody > .strisciaText {
    width: 75%;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.strisciaText > .tuttoText {
    width: 100%;
}

/*.WrapSocial {
    width: 75%;
    display: flex;
    margin-bottom: 40px;
}*/

/*    .WrapSocial > a {
        width: 32px;
        height: 32px;
        margin-right: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: var(--Bianco);
        background-color: #0e76a8;
        -webkit-box-shadow: 0px 0px 8px 1px #CCCCCC;
        box-shadow: 0px 0px 8px 1px #CCCCCC;
    }

        .WrapSocial > a.inst {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
        }

        .WrapSocial > a.yt {
            background-color: var(--Bianco);
            color: #FF0000;
        }
*/
/*tabella*/

.tabella {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .tabella > .row {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

        .tabella > .row:nth-child(2n) {
            background-color: var(--GrigioChiaro);
        }

.row > div {
    width: 27%;
    padding: 8px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .row > div > span {
        width: 100%;
    }

.row > .area {
    width: 19%;
    border-right: 1px solid var(--GrigioBordo);
}

.Graks .bottom.colorGR {
    margin: 0;
    gap: 20px;
    margin-bottom: 20px;
}
    .Graks .bottom.colorGR > div {
        margin: 0;
    }
    .Graks .bottom.colorGR a {
        color: var(--Bianco);
        font-weight: 400;
    }
/*Home*/
.intro.home {
    height: 600px;
    margin-top: 50px;
    background-color: transparent
}

    .intro.home > .left::after {
        right: -100px;
        border: 320px solid transparent;
        border-left: 100px solid var(--AzzurroSfondo);
        border-right: 0;
    }

    .intro.home > .left, .intro.home > .right {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

section.panels {
    display: flex;
    gap: 50px;
    width: 100%;
    height: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.panels > .panel {
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

    .panels > .panel > div {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: space-between;
    }

.panel > .top {
    background-color: var(--Azzurro);
    color: var(--Blu);
    text-align: center;
    padding: 40px;
    position: relative
}

.panels > .panel:nth-child(2n) > .top {
    background-color: var(--Bianco);
    color: var(--Blu);
}

    .panels > .panel:nth-child(2n) > .top .clicca {
        border: 2px solid var(--grigio);
        color: var(--grigio);
    }

.panel > .top > span {
    font-size: 28px;
}

.panel > .top > span, .panel > .top > p {
    width: 100%;
}

.panel > .bottom > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.panel .clicca {
    width: 45%;
    border: 2px solid var(--Blu);
}

/*.panel > .top::after {
    border-left: 0;
    border-right: 370px solid transparent;
    border-top: 75px solid var(--grigio);
    position: absolute;
    content: '';
    bottom: -75px;
    z-index: 2;
    left: 0px;
}*/

/*.panel > .top::before {
    border-left: 370px solid transparent;
    border-right: 0;
    border-top: 75px solid var(--grigio);
    position: absolute;
    content: '';
    bottom: -75px;
    z-index: 2;
    right: 0px;
}

.panels > .panel:nth-child(2n) > .top::before, .panels > .panel:nth-child(2n) > .top::after{
    border-top: 75px solid var(--Bianco);
}*/

.noMargin {
    margin: 0;
}

.titolo.grigio {
    width: 100%;
    text-align: center;
    background-color: var(--GrigioChiaro);
    padding: 40px;
    font-size: 28px;
    color: var(--AzzurroSfondo);
}

.sfondoCase {
    background-color: var(--GrigioChiaro);
    padding: 20px 20px;
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
    border-radius: 0 0 30px 30px;
}

.caseStudies {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--Azzurro);
    color: var(--Blu);
    align-items: center;
    padding: 20px;
    border-radius: 23px;
    padding-left: 35px;
}
    .caseStudies > span:first-child {
       font-weight: 600;
    }
    .caseStudies > .clicca {
        border: 2px solid var(--Bianco);
        color: var(--Bianco);
    }

section.report {
    width: 100%;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-radius: 30px;
    overflow: hidden;
}

.report > div {
    width: 100%
}

.report > .titolo {
    height: 15%;
    background-color: var(--Blu);
    color: var(--Bianco);
    font-size: 24px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*    .report > .titolo::after {
        content: "";
        background-image: url(../immagini/ondinaazzurra.png);
        right: 0 !important;
        height: 155px;
        width: 100%;
        bottom: -150px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }*/


.report > .WrapSlider {
    height: 85%;
    background-image: url('../Immagini/HomeBanner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



/*#slinostro, #UlSlido {
    width: 100%;
    height: 100%;
}*/

/*#UlSlido > li {
    display:flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: var(--Bianco);
    font-size: 28px;
}

    #UlSlido > li > div {
        width: 100%;
    }

    #UlSlido > li .grande {
        font-size:56px;
    }

    #UlSlido > li .piccolo {
        font-size: 16px;
    }*/



    @media screen and (max-width: 768px) {
        .intro, .form {
        flex-wrap: wrap;
    }

        .intro > .left, .intro > div.right, .form > .fields, .form > .details {
            width: 100% !important;
        }

            .intro > div.right > .specchietto {
                margin-bottom: 40px;
            }

    .left > .tuttoText {
        margin-bottom: 20px;
    }
}



@media screen and (max-width: 480px) {
    .form > div > .bottom {
        flex-wrap: wrap;
        width: 100%;
    }

        .form > div > .bottom > div {
            width: 100%;
            margin: 8px 0;
        }

    .specchietto > .reference {
        flex-wrap: wrap;
    }

    .reference > div {
        width: 100%;
    }

    main span {
        font-size: 22px !important;
    }
}


#masterone.Nuov {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #masterone.Nuov .boxAlerz {
        display: flex;
        border-width: 3px;
    }
.Rossana {
    font-weight: 600;
    color: red;
    display: block;
    margin: 10px 0;
    font-size: 16px !important;
}
#UlSlido_ {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

    #UlSlido_ .Card {
        height: 100%;
        width: 100%;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    #UlSlido_ .Card img {
        height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

        #UlSlido_ .Card .clicca {
            background-color: white;
            border: 0;
            width: 100%;
        }
        #UlSlido_ .Card label {
            display: block;
            width: 100%;
            font-size: 45px;
            color: white;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 20px;
        }

        .SlidoNustro #UlSlido_ li{
            width: 100%;
        }
.ConNomCad {
    z-index: 22;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px;
    border-radius: 20px;
}



/* SliNostro */
.WrapSlider {
    height: 490px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: var(--Arancio);
    padding: 20px 40px;
}

.WrapPalli {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    left: 0;
}

    .WrapPalli i {
        font-size: 14px;
        margin-right: 5px;
        cursor: pointer;
        transition: transform 100ms ease-in-out;
        color: #4e76a9;
    }

        .WrapPalli i:active {
            transform: scale(.95);
        }

        .WrapPalli i:last-child {
            margin-right: 0
        }

.SlidoNustro, .SlidoNustroSimple {
    width: 100%;
    /*max-width: 1600px;*/
    overflow: hidden;
    margin: 0;
    height: 100%;
}

    .SlidoNustro#slinostro div:not(.Servo):not(.Imog):not(.WrapColor) {
        width: calc(100% - 40px);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: calc(100% - 40px);
        margin: 20px;
    }

    .SlidoNustro .CardReport.Articolo {
        display: flex;
        align-items: flex-end;
        position: relative;
    }

        .SlidoNustro .CardReport.Articolo .WrapTeglia {
            display: flex;
            background-color: white;
            width: 100%;
            padding: 10px 12px;
            height: 105px;
            align-content: space-between;
            flex-wrap: wrap;
        }

        .SlidoNustro .CardReport.Articolo .Teglia {
            white-space: break-spaces;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .SlidoNustro .CardReport.Articolo .Teglia strong {
                display: inline;
                color: var(--Blu)
            }

            .SlidoNustro .CardReport.Articolo .Teglia.Sup {
                margin-top: 8px;
                font-size: 14px;
                color: var(--Arancio)
            }

    .SlidoNustro li, .SlidoNustroSimple li {
        position: relative;
        height: 100%;
        display: flex;
        flex: none;
        width: 33.333%;
        transition: transform 200ms ease-in-out;
    }

    .SlidoNustroSimple li {
        z-index: 2;
    }

        .SlidoNustroSimple li.HanSolo {
            width: 100%;
        }

            .SlidoNustroSimple li.HanSolo .Piano {
                max-width: 33.33%;
                margin: 0 auto
            }

    .SlidoNustro ul, .SlidoNustroSimple ul {
        position: relative;
        left: 0;
        padding: 0;
        margin: 0;
        height: 100%;
        list-style: none;
        white-space: nowrap;
        display: flex;
        flex: none;
        flex-flow: row nowrap;
        overflow: hidden;
    }

    .SlidoNustro a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .SlidoNustro .Articolo a {
        position: absolute;
    }

    .SlidoNustro ~ i, .SlidoNustroSimple ~ i {
        position: absolute;
        height: 40px;
        width: 40px;
        top: calc(50% - 20px);
        left: 9px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        font-size: 40px;
        cursor: pointer;
        transition: transform 100ms ease-in-out;
        color: #d5d5d5;
    }

        .SlidoNustro ~ i:before, .SlidoNustroSimple ~ i:before {
            margin: 0 auto;
        }

        .SlidoNustro ~ i:active, .SlidoNustroSimple ~ i:active {
            transform: scale(0.9);
        }

        .SlidoNustro ~ i.fa-chevron-right, .SlidoNustroSimple ~ i.fa-chevron-right {
            right: 9px;
            left: unset;
        }
/* End */


/* Sponsor */

.Servo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    margin-top: 30px;
    position: relative;
}

.Parterini .Servo {
    height: 180px;
    width: 100%;
    margin-top: 0;
}

.Servo .Imog {
    height: 180px;
    width: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.Parterini .Servo .Imog {
    width: 58%;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    background-size: contain !important;
}
.Parterini .WrapSlider {
    background-color: transparent;
    height: 220px;
}

.Parterini .SlidoNustro li {
    width: 25%;
}

/* EDD */

/* Barra NewLetters */

.Teston {
    display: flex;
    align-items: center;
    height: 75px;
    width: 100%;
}

    .Teston > span:not(.CapLinea) {
        display: flex;
        font-size: 23px;
        margin: 0 20px;
  /*      font-family: 'Prata';*/
    }

    .Teston > span > strong {
        margin-right: 10px;
        font-family: now-alt,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 500;
        color: var(--Blu);
        font-size: 23px;
    }


    .Teston > .NewLetter {
        display: flex
    }

        .Teston > .NewLetter > input {
            border: 0;
            border-bottom: 1px solid #dee2e6;
            background-color: #fafafa;
            font-size: 15px;
            font-weight: 400;
            width: 220px;
        }

            .Teston > .NewLetter > input.Noval {
                border-bottom: 1px solid red;
            }

        .Teston > .NewLetter > .BtnSBL, .BtnSBL.Giorgio {
            font-weight: 500;
            color: var(--Blu);
            background-color: rgb(236 236 236);
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-left: 5px;
            height: 35px;
            width: fit-content;
            padding: 0 15px;
            font-size: 14px;
            display: flex;
            border-radius: 4px;
            align-items: center;
        }

            .Teston > .NewLetter > .BtnSBL > i {
                font-size: 17px;
                color: var(--Blu);
                margin-left: 10px !important;
            }

                .Teston > .NewLetter > .BtnSBL > i:before {
                    height: 17px;
                    width: 17px;
                }

    .Teston > .WrapSocial {
        margin-left: auto;
        margin-right: 10px;
    }

        .Teston > .WrapSocial > a, .Condividilo > i {
            text-decoration: none;
            text-decoration-color: var(--Blu);
            color: var(--Blu);
            font-size: 22px;
            margin-right: 10px;
        }

            .Teston > .WrapSocial > a:visited {
                color: var(--Blu)
            }
            /* END */

            header, main{
                max-width: 1480px;
                margin: auto
            }

.BosRisl > span{
    color: var(--Blu)
}
.BosRisl > div > span:last-child {
    color: var(--Blu)
}

.titolo.grigio.Quis {
    padding-bottom: 20px;
    border-radius: 30px 30px 0 0;
}

.Blogu .panel, .Blogu > .left, .Blogu > .right {
    border-radius: 30px;
    overflow: hidden;
}



.Blogu > .left{
   position: relative;
   overflow: unset;
   border-radius: 30px 0 0 30px;
}
.Blogu > .right {
    border-radius: 0 30px  30px 0;
}
    .Blogu > .left::after {
        content: "";
        background-image: url(../immagini/ondina.png);
        border: 0 !important;
        right: -125px !important;
        height: 100%;
        width: 130px;
        top: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.intro.gen .titolo  {
   text-align: left;
}
    .intro.gen .titolo span, .intro.gen .titolo label{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
.intro.gen .titolo {
    padding-left: 50px;
}
    .intro.gen .titolo label {
        position: relative;
        margin-bottom: 50px;
    }
    .intro.gen .titolo label::after {
        content: "";
        width: 35%;
        height: 2px;
        position: absolute;
        bottom:-12px;
        left: 0;
        background-color: white;
    }
    .intro.gen .titolo .clicca {
        font-size: 16px;
        color: var(--Bianco);
        width: fit-content;
        padding: 0 20px;
        margin-right: 20px;
        margin-top: 20px;
        border: 2px solid var(--Bianco)
    }

.Blogu .panel > .top{
    position: relative;
}
    .Blogu .panel > .top::after {
        content: "";
        background-image: url('../immagini/ondinaazzurra.png');
        right: 0 !important;
        height: 155px;
        width: 100%;
        bottom: -150px;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
.Blogu .panel > .top {
    background-color: #88d3e9;
}
.Blogu .panel:nth-child(2n) > .top::after {
    background-image: url('../immagini/ondinabianca.png');
}

/*.report > .WrapSlider::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(32,135,214,.5);
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
}*/

section.report .WrapSlider{
    padding: 0;
}
section.report .SlidoNustro ~ i {
    color: var(--Blu);
    background-color: white;
    font-size: 22px;
}

.intro.home.Altre {
    margin-top: 0;
    height: 400px;
    background-color: transparent;
}

.Blogu.Altre > .left::after {
    right: -85px !important;
    width: 87px;
}
.Blogu.Altre > .right {
    border-radius: 0 0 30px 0;
}
.Blogu.Altre > .left {
    border-radius: 0 0 0 30px;
}
.intro.gen.Altre .titolo {
    padding-left: 80px;
}

section.download li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}


/* Tablet */
@media screen and (max-width: 1200px){
    .super {
        border-radius: 0 !important;
    }
    .navBar .navItem{
        font-size: 14px;
    }
    .Blogu > .right {
        border-radius: 0 !important;
    }

    .Blogu > .left {
        border-radius: 0 !important;
    }
    .intro.home{
        margin-top: 0;
    }
    .Blogu .panel {
        border-radius: 0 !important;
    }
        .Blogu .panel > .top::after {
            bottom: -130px;
            background-size: cover;
        }
    .panel .clicca {
        width:60%;
    }
    .titolo.grigio.Quis {
        border-radius: 0 !important;
    }
    .sfondoCase {
        border-radius: 0 !important;
    }
    section.quadratoniBox > .quadratone {
        width: calc(50% - 10px);
    }
    section.report {
        border-radius: 0 !important;
    }
    section.quadratoniBox {
        border-radius: 0 !important;
    }
    .form {
        width: 100%;
    }
    main .container > .navBar {
        width: calc(100% - 40px);
    }
    .intro {
        border-radius: 0;
    }
}

/* Nuova Icona Traduttore */

#GuglSelect .fa-language:before {
    display: none;
}

#GuglSelect .fa-language {
    background-image: url('../immagini/ico.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    left: -6px;
}

#GuglSelect .wrapSelectZ:after {
    right: 1px;
    font-weight: 400;
    top: 13px;
    color: var(--Blu)
}
/* END */



/* Shine */

.Shine {
    background: linear-gradient(95deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}
@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

label.Shine {
    display: block;
    height: 35px;
    margin-bottom: 15px;
}
label.Shine:last-child {
    margin-bottom: 0;
}
 /* END */