
a {
    text-decoration: underline !important;
    font-family: Roboto;
}

body {
    /*margin: 1em;*/
    padding: 0;
    font-family: Roboto;

    /* Google Sans, Noto, Roboto, Helvetica Neue, sans-serif; */
    color: #244376;
}


#card {
    /*margin: 3em auto;

    /* display: flex */
    /* flex-direction: column */
    /* max-width: 600px */
    /* border-radius: 6px */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25) */
    overflow: hidden;
}

model-viewer {

    width: 100vw;
    height: 100vh;
    background-image: url(./../html/Background_v2.png);
    
    /*width: 72%;
    margin: auto;
    display: block;
    height: 69vh;
    max-width: 70vw;

    /* background-color: #af5050;
    width: 100vw;
    height:100vh; 
    background-image: url(./../html/Background_v2.png);
    --poster-color: #ffffff00;
    background-position: center;
    background-size: cover;
    margin-top: 1rem;
    z-index: 661;

    */
}

.attribution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
}

.attribution h1 {
    margin: 0 0 0.25em;
    text-align: center;
}

.attribution img {
    opacity: 0.5;
    height: 2em;
}

.attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
}

/* ========    Bottoni ========= */
button_vw {
    display: block;
    width: 2000px;
    height: 2000px;
    border-radius: 100px;
    border: none;
    background-color: rgb(0, 255, 251);
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}

button_vw[slot="hotspot-1"] {
    --min-hotspot-opacity: 0;
    background-color: red;
}

button_vw[slot="hotspot-A"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid blue;
}

.annotation {
    /* visibility: hidden; */
    /* background-color: #888888; */
    background-image: linear-gradient(to bottom right, rgba(255,0,0,0.5), rgba(255, 255, 255,0.7), rgba(255, 255, 255,0.4), rgba(255, 255, 255,0.2));
    font-family: Verdana;
    color: red;
    position: absolute;
    transform: translate(10px, 10px);
    border-radius: 10px;
    padding: 10px;
    --poster-color: transparent;
}

/* keeps child nodes hidden while the element loads */
:not(:defined) > * {
    display: none;
}

.testingb_Spray {
    display: block;
    background-color: rgba(0.6, 255, 0,0.3);
    width: 40px;
    height: 180px;
    border: 0px;
}

.testingb {
    display: block;
    background-color: rgba(255, 0, 0, 0);
    width: 60px;
    height: 60px;
    border: 0px;
}

.testingb_Spray- {
    display: block;
    background-color: rgba(0.6, 0, 0,0);
    width: 40px;
    height: 180px;
    border: 0px;
}

.testingb_Spray-:focus {
    outline: 0;
}

.testingb- {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    outline: none;
    width: 150px;
    height: 150px;
    border: 0px;
}

.testingb-:focus {
    outline: 0;
}

.testingb-::selection {
    background: rgba(0,0,0,1);
    outline: none;
}

.triggerer {
    /* bottone spray spruzzo */
    display: block;
    background-color: rgba(1, 2,0, 0);
    width: 40px;
    height: 110px;
    border: 0px;
}

.triggerer::selection {
    background: rgba(0,0,0,1);
}

.zona1 {
    background-position: center;
    background-image: url(./../html/Background_v2.png);
    max-height: 1080px;

    /* height: 1080px */
    background-repeat: no-repeat;
    background-size: cover;
}

.logoAV {
    display: block;
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.zona2Desktop {
    background-color: #ff6702;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    color: #ffffff;
}

.zona3Desktop {
    background-color: white;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    color: #949494;
}

.zona4Desktop {
    background-color: #5f5f5f;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    color: white;
}

.nav-mobile {
    display: none;
}

.navbar {
    display: none !important;
}

@media only screen and (orientation: portrait) and (max-width: 900px) {
    body {
        overflow: hidden;
    }

    .navbar {
        display: -ms-flexbox !important;
        display: flex !important;
        z-index: 1;
    }

    model-viewer {
        width: 100vw;
        height: 100%;
        margin: 0px;
        padding: 0px;
        left: 0px;
        overflow: hidden;

        /* position: fixed */
        bottom: 0px;
        position: absolute;
        max-width: 100vw;
        background-image: url(./../html/bkg_Mobile.png);
        z-index: 0;
        margin-top: 0;
    }

    .nav-mobile {
        display: block;
    }

    .img-menu {
        position: fixed;
        margin: 2.5vh 0 2vh 1vw;
        padding: auto;
        vertical-align: middle!important;
        max-height: 4vh;
        right: 3vw;
    }

    #card {
        margin: 0px;
        padding: 0px;
        width: 100vw;
        height: 90vh;
        overflow: hidden;

        /* max-width: 98vw */
    }

    .logoAV {
        display: none;
    }

    .testingb {
        display: block;
        background-color: rgba(100, 0, 0, 0.4);
        width: 40px;
        height: 40px;
        border: 0px;
    }

    .zona1 {
        background-color: #ff6702;
        height: 95vh;
        background-image: none;
        bottom: 0px;
        position: absolute;
        width: 100vw;
    }

    .zona2Desktop {
        display: none;
    }

    .zona3Desktop {
        display: none;
    }

    .zona4Desktop {
        display: none;
    }
}

.bg-orange {
    background-color: #ff6702 !important;
}

.navText {
    font-family: 'Roboto';
    color: #ffffff;
    font-weight: 700;
    margin-left: 0rem;
    padding-left: 0.2rem;

    /* line-height: 2rem */
    width: 100%;
    margin: auto;
    text-align: left;
    font-size: 1.2rem;
}

.navText2 {
    font-family: 'Roboto';
    color: #ffffff;
    font-weight: 700;
    margin-left: 1rem;
    padding-left: 0.1rem;
    line-height: 2rem;
    width: 100%;
}

.okkkk {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.loghiMenu {
    max-height: 3.5rem;
    max-width: 150%;
    background-color: #eeeeee;
    border-width: 0rem;
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.logoInfBarra {
    /* height: 10vh */
    width: 100vw;
    z-index: 10;
}

.colMENU {
    margin-left: 0rem;
    padding-left: 0rem !important;
}

/* =============ALTRA PAGINA ===================== */
.showScrollbar {
    overflow-y: auto;
}

/* Trick */
.bodyFF {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
    min-height: 50px;
    background: PapayaWhip;
}

/* footer {
    display: block;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
    bottom: 0px;
    position: sticky;
    width: 100vw;
} */
ol > li {
    font-family: Roboto;
    color: #ffffff;
    padding: 0.8rem;
}

*,
::after,
::before {
    box-sizing: none !important;
}

button,
select {
    text-transform: none;
    outline: none;
}