:root {
    color-scheme: light only;
}

*{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}


body{
    background: rgb(42,106,108);
    background: linear-gradient(166deg, rgb(32 91 93) 0%, rgb(250 255 255) 52%, rgba(255,255,255,1) 100%);
    margin: 0;

}

p{
    margin: 0;
}

.centra{
    display: flex;
    justify-content: center;
}

.centra_verticale{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.default_margin{
    margin: 0 6vw;
}

.titolo{
    color: #B90D49;
    color: #a40039;
    font-weight: 700;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

.testo{
    color: #404040;
}


.btn{
    background: #487F81;
    color: #FDFDFD;
    border-radius: 4vw;
    padding: 1vw;
    text-align: center;
}

a{
    text-decoration: none;
    color: white;
}

/*HEADER*/

@media screen and (max-width: 500000px) {
    
    /*navbar_phone*/
    #navbar_phone{
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        position: sticky;
        top: 0;
        left: 0;
        background-color: rgb(32 91 93);
        height: 100vh;
        width: 100vw;
    }

    #navbar_phone img{
        filter: invert(1);
        width: 5vw;
        position: absolute;
        right: 12vw;
        top: 8vw;
    }

    #navbar_phone div{
        display: flex;
        flex-direction: column;
        row-gap: 3vw;
    }

    #navbar_phone h4{
        font-size: 7vw;
        color: white;
        text-align: center;
    }

    /*navbar_phone*/

    /*Header*/
    #desktop{
        display: none;
    }
    #header{
        padding-top: 4vw;
        position: absolute;
        width: -webkit-fill-available;
        top: 0;
    }
    #header #phone{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 2vw;
    }



    #btn_menu{
        width: 27px;
    }

    .cambia_lingua{
        width: fit-content;
        display: flex;
        align-items: center;
        background: #ffffffed;
        padding: 1.8vw 2vw;
        border-radius: 3vw;
        margin-right: 2vw;
        column-gap: 4vw;
    }

    .cambia_lingua h4{
        display: inline-block;
        margin: 0;
    }



    .cambia_lingua img{
        /* width: 15px; */
        height: 15px;
        /* margin-right: 1vw; */
        /* transform: rotate(90deg) */
    }
}

@media screen and (min-width: 500px) {
    /*NAVBAR*/
    #desktop{
        display: inline;
    }
    #header #phone{
        display: none;
    }

    /*HEADER*/
    #header{
        background: #367273;
        margin: 0;
        padding: 1vw 5vw;
    }
    #header #desktop{
        display: flex;
        align-items: center;
        justify-content:space-between;
    }

    /*NAVBAR */
    #navbar_desktop{
        display: flex;
        column-gap: 15px;
        color: white;
    }

    .cambia_lingua{
        padding: 3px 20px;
    }
}

@media screen and (min-width: 900px) {
    /*HEADER*/
    #header{
        padding: 1vw 2vw 1vw 4vw;
    }
}

@media screen and (min-width: 1200px) {
    /*HEADER*/
    #header{
        padding: 10px 2vw 10px 4vw;
    }
}

/* /HEADER */

/* CSS */
.button-17 {
  box-shadow:rgb(0 0 0 / 40%) 0 3px 5px -1px, rgb(72 127 129) 0 6px 10px 0, rgb(0 0 0 / 12%) 0 1px 18px 0;
}

