#contenitore{
    padding: 0 !important;
    margin: 0 !important;

    width: 100svw;
    height: 100svh;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    gap: 0;
}


.welcome-head{

    article{
        height: 100%;
        padding: 3rem 5svw 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo-welcome{
        width: 410px;
        max-width: 80svw;
        margin: 0 auto;
        display: block;

        img{
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }
    }

    .cont-btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
}




.STILE_headlogo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100svh -  0px);


    img{
        display: block;
        max-width: 360px !important;
        width: 100%;
        height: auto;
        margin: 0 auto;

        @media only screen and (max-width: 480px) {
            max-width: 260px !important;
        }
    }
}
