@font-face {
	font-family: 'poppins';
	src: local('poppins'), url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
	font-display: swap;
}

body{
    background-color:#EFF5EE;
    /*height:100vh;*/
    font-family: 'poppins', sans-serif;
}

.navb{
    box-shadow: rgb(4 17 29 / 25%) 0px 0px 8px 0px;
    max-width: 100vw;
    height: 72px;
    top: 0px;
    position: sticky;
    z-index: 110;
    transition: top 0.5s ease 0s;
    background-color: rgb(255, 255, 255);
}

.nava{
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 72px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
    color: rgba(4, 17, 29, 0.75);
}

.nava:hover, .nava:active, .nava:focus{
    color:#000!important;
    font-size:16.5px;
}

.foota{
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
    color: rgba(4, 17, 29, 0.75);
}

.foota:hover, .foota:active, .foota:focus{
    color:#000!important;
    font-size:16.5px;
}

#categorie{
    background-color:#fff;
    /*height:100vh;*/
}

#contatti{
    background-color:#fff;
}

.glightbox .imgGB{
    transition: all ease-in-out 0.2s;
}

.glightbox:hover .imgGB{
    transform: scale(1.1);
}

.fdiv1{
    padding-bottom:0px;
}

.fdiv2{
    padding-top:0px;
}

.fdiv3{
    padding-top:0px;
    text-align:right;
}


.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0;
    border-radius: 50%;
	background:#000000;
}

.scrollup:hover{
	opacity:1;
	color:#fff;
}

.opacityup1{
	opacity:0;
	transition: opacity .15s ease-in-out;
}

.opacityup2{
	opacity:0.5;
	transition: opacity .15s ease-in-out;
}

@keyframes opacity {
	0%{
	}
	100%{
		background:rgba(26, 24, 22, 0.85);
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 768px) {
    .fdiv2{
        padding-bottom:0px;
    }
    .fdiv3{
        text-align:left;
    }
}

@media (max-width: 1023px) {
    .nava{
        height: auto;
    }
}

