body{
    font-family: 'Open Sans';
}
.box-cookie{
    position: fixed;
    z-index: 30;
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    width: 80%;
    left: 10%;
    padding: 20px;
    font-size: 12px;
    color: white;
    border-radius: 4px;
}
.banner-di-fondo{
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.riga-banner-fondo{
    width: 50%;
    height: 100%;
    text-align: center;
}
.riga-banner-fondo>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.colonna-banner-fondo{
    width: 100%;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    cursor: pointer;
}
.colonna-banner-fondo>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.3s;
}
.colonna-banner-fondo:hover >img{
    filter: grayscale(1);
}
.didascalia-banner-fondo{
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: rgba(0,0,0,0.8);*/
    position: absolute;
    font-family: 'Merriweather';
    font-weight: 300;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 3em;
    /*top: 50%;*/
    z-index: 2;
    text-transform: uppercase;
    display: none;
    text-shadow: 1px 1px 2px black;
}
.colonna-banner-fondo:hover .didascalia-banner-fondo{
    display: block;
}
.desc-banner-fondo{
    font-size: 15px;
    font-family: 'Merriweather';
    color: white;
    text-shadow: none;
    line-height: normal;
    width: 60%;
    margin-left: 20%;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.6);
}
nav{
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    height: 50px;
}
.contenitore{
    width: 90%;
    margin-left: 5%;
}
.in-nav{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.logo{
    width: 50%;
    font-family: 'Merriweather';
    font-size: 20px;
}
.menu{
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    height: 50px;
}
.ico-menu{
    margin-left: 10px;
    transition: all ease 0.3s;
    cursor: pointer;
}
.ico-menu:hover{
    color: #666;
}
.ico-fb{
    color: #4267B2;
}
.ico-in{
    color: #C13584;
}
.ico-tw{
    color: #1DA1F2;
}
.ico-te{
    color: cadetblue;
}
.btn-menu{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.linea-btn-menu{
    width: 0;
    background-color: #666;
    height: 2px;
    position: absolute;
    left: 0;
    top: 80%;
    transition: all ease 0.3s;
}
.btn-menu:hover .linea-btn-menu{
    width:100%;
}
.btn-footer{
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn-footer:hover{
    background-color: #333;
}
footer{
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all ease 0.3s;
    z-index: 3;
    font-size: 12px;
    color: white;
    text-align: center;
}
.link-foo:link{ color: white; text-decoration: underline;}
.link-foo:active{ color: white; text-decoration: underline;}
.link-foo:visited{ color: white; text-decoration: underline;}
.link-foo:hover{ color: white; text-decoration: none;}
.btn-close-footer{
    font-size: 20px;
    position: absolute;
    left: 20px;
    cursor: pointer;
}
.ico-menu-sm{
    display: none;
    border-radius: 2px;
    background-color: #833AB4;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    color: white;
    margin-left: 10px;
}
.contenitore-piccolo{
    width:40%;
    margin-left: 30%;
}
.titolo{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Merriweather';
}
.sottotitolo{
    color: #666;
    font-size: 12px;
    font-family: 'Merriweather';
}
.cont-gallery{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-gallery{
    width: 25%;
    aspect-ratio: 1/1;
    overflow:hidden;
}
.box-gallery>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.input-pers{
    appearance: none;
    -webkit-appearance: none;
    padding: 10px;
    border: solid thin #d1d1d1;
    background-color: white;
    width: 100%;
}
.btn-pers{
    background-color: #833AB4;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    min-width: 150px;
    transition: all ease 0.3s;
    font-weight: 700;
}
.btn-pers:hover{
    background-color: #333;
}
.menu-sm{
    position: fixed;
    z-index: 30;
    background-color: white;
    border-radius: 4px;
    width: 80%;
    height: 80%;
    margin-left: 10%;
    margin-top: 10px;
    padding: 20px;
    display: none;
    overflow-y: scroll;
}
.patina{
    position: fixed;
    z-index: 29;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: none;
}
.btn-menu-sm{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Merriweather';
    font-size: 1.5em;
    text-transform: capitalize;
    transition: all ease 0.3s;
    cursor: pointer;
}
.btn-menu-sm:hover{
    background-color: aliceblue;
}
.btn-close-menu-sm{
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.cont-art{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.img-art{
    /*border-radius: 6px;*/
    flex: 0 1 auto;
    max-width: 25%;
    overflow: hidden;
    position: relative;
    /*border-radius: 8px;*/
    cursor: pointer;
}
.img-art>img{
    width: 100%;
    transition: all ease 0.3s;
}
.img-art:hover>img{
    filter: grayscale(1);
}
.didascalia-art{
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    color: white;
    text-transform: uppercase;
    font-family: 'Merriweather';
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    top: calc(50% - 20px);
    opacity: 0;
    transition: all ease 0.3s;
    z-index: 28;
}
.img-art:hover .didascalia-art{
    opacity: 1;
}
.cip-disp{
    font-weight: 700;
    border-radius:4px;
    background-color: darkolivegreen;
    color: white;
    text-align: center;
    padding: 10px;
}
.cip-nodisp{
    font-weight: 700;
    border-radius:4px;
    background-color: darkred;
    color: white;
    text-align: center;
    padding: 10px;
}
.cip-exp{
    font-weight: 700;
    border-radius:4px;
    background-color: cadetblue;
    color: white;
    text-align: center;
    padding: 10px;
}
.prezzo{
    background-color: transparent;
    border: solid thin #333;
    font-weight: 700;
    border-radius:4px;
    color: #333;
    text-align: center;
    padding: 10px;
}
.btn-close-gallery{
    background-color: white;
}
@media screen and (max-width:768px){
    .img-art{
        /*border-radius: 6px;*/
        flex: 0 1 auto;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        /*border-radius: 8px;*/
        cursor: pointer;
    }
    .img-art:hover>img{
        filter: grayscale(0);
    }
    .img-art:hover .didascalia-art{
        opacity: 0;
    }
    .box-gallery{
        width: 50%;
        aspect-ratio: 1/1;
        overflow:hidden;
    }
    .contenitore-piccolo{
        width:70%;
        margin-left: 15%;
    }
    .logo{
        font-size: 15px;
    }
    .btn-footer{
        width: 80%;
        right: 10%;
    }
    .banner-di-fondo{
        flex-direction: column;
        margin-top: 50px;
    }
    .colonna-banner-fondo:hover .didascalia-banner-fondo{
        display: block;
    }
    .didascalia-banner-fondo{
        font-size: 1.5em;
        display: block;
    }
    .desc-banner-fondo{
        display: none;
    }
    .btn-menu{
        display: none;
    }
    nav{
        background-color: white;
    }
    .ico-menu-sm{
        display: block;
    }
    .colonna-banner-fondo{
        height: 42%;
    }
    .riga-banner-fondo{
        width: 100%;
        height: 50%;
    }
}