/* .bg-over{
    background: -webkit-linear-gradient(bottom, #000000 0%, rgba(255, 255, 255, 0.1) 20%, rgb(255 255 255 / 0) 100%) !important;
    background: linear-gradient(to right, #ffffff 0%, rgb(255 255 255 / 75%) 50%, rgb(255 255 255) 100%) !important;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 1;
} */

.owl-3d .card{
    -webkit-box-shadow: 0 5px 1.5rem 0.0625rem rgba(64, 64, 64, 0.15);
    box-shadow: 0 5px 1.5rem 0.0625rem rgba(64, 64, 64, 0.15);
}

.owl-3d .card img{
    border-radius:10px;
}

.bg-blocco{
    background-color: #ffffffe0;
    border-radius: 30px;
    padding: 25px;
    -webkit-box-shadow: 0 5px 2rem 0.0625rem rgba(64, 64, 64, 0.15);
    box-shadow: 0 5px 2rem 0.0625rem rgba(64, 64, 64, 0.15);
}

.home-slider .owl-dots .owl-dot span {
    border-color: #ffffff;
}
.home-slider .owl-dots .owl-dot:hover span, .home-slider .owl-dots .owl-dot.active span {
    border-color: #b9dec5;
}

.home-slider .owl-dots .owl-dot:hover span:before, .home-slider .owl-dots .owl-dot.active span:before {
    background: #b9dec5;
}


/* OWL-3D CATEGORIE */

.owl-3d.owl-carousel.owl-drag .owl-item {
    z-index: 2;
    /* -webkit-transform: scale(0.8) translateY(-1rem) translateX(0); */
    transform: scale(0.8) translateY(-2rem) translateX(0);
    opacity: .5;
    transition: 1s;
    filter: blur(2px);
}



.owl-3d.owl-carousel.owl-drag .owl-item.active {
    z-index: 3;
    /* -webkit-transform: scale(0.8) translateY(-1rem) translateX(0); */
    transform: scale(1) translateY(0rem) translateX(0);
    opacity: 1;
    filter: none;
}



.owl-3d.owl-carousel.owl-drag .owl-item .over{
    background: -webkit-linear-gradient(bottom, rgb(153 153 153) 0%, rgb(153 153 153 / .5) 50%, rgb(153 153 153 / .1) 100%);
    background: linear-gradient(to top, rgb(153 153 153) 0%, rgb(153 153 153 / .5) 50%, rgb(153 153 153 / .1) 100%);
    background-color: #f6f7f9;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 2;
    border-radius: 8px;
}
.over,.owl-3d.owl-carousel.owl-drag .owl-item.active .over{
    display:none
}


/* .owl-3d .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot{
    display: block;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -51px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 48px;
    text-align: center;
    text-align: center;
    opacity: 0.65;
    font-size: 60px;
    color: #79c08f;
} */

.owl-3d .card .blocco-tr{
    position: relative;
}

.owl-3d .card .widget-body{
    background: #e5e9f0;
    padding: 10px;
    border-radius: 10px;
}

.owl-3d .card .widget-body .cat-list li a {
    color: #777;
    font-weight: 600;
}


.bg-cat{
    position: absolute;
    padding: 15px;
    color: #fff;
    width: 100%;
    background: -webkit-linear-gradient(rgb(0 0 0 / 0.7) 0%, rgb(0 0 0 / 0.3) 50%, rgb(0 0 0 / 10%) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0.7) 0%, rgb(0 0 0 / 0.3) 50%, rgb(0 0 0 / 10%) 100%);
    border-radius: 10px;
    height: 100%;
}


/* Non da mobile */

.section-bg-gray img{
    border-radius: 10px;
}

.features-section {
    padding: 3rem 0 2.4rem;
}

.bg-nero{
    background-color: #323232
}

.lateral {
    top: 205px;
    transform: translate3d(100%,0,0) translate3d(40px,0,0);
    width: auto;
    opacity: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    transition: all .3s, margin-right 0s;
}
		.lateral .icon-fix {
    border-radius: 20px 0px 0px 20px;
}
.icon-fix {
    height: 40px;
    background: #79c08f;
    transition-duration: .3s;
}
.lateral .icon-fix:hover {
    transform: translate3d(-100%,0,0) translate3d(40px,0,0);
    transition-timing-function: linear;
    transition-duration: .3s;
}

.lateral.visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(100%,0,0) translate3d(-40px,0,0);}

.btn-agenti{
    padding: 2px 10px !important;
    background: #96cea7;
    border-radius: 25px;
    color: #fff;
}

.btn-agenti:hover{
    background: #ffffff !important;
    color: #79c08f !important;
}

.main-nav .menu > li > a.btn-feste{
    padding: 1.1rem;
    margin: 1rem 0;
    border:solid 1px #bd272f;
    border-radius: 10px;
    color: #bd272f;
    transition: .5s;
}

.main-nav .menu > li > a.btn-feste:hover, .main-nav .menu > li > a.btn-feste.focus{
    background: #bd272f;
    border:solid 1px #fff;
    border-radius: 10px;
    color: #fff
}

.snowfall-flakes{
    -webkit-box-shadow: 0 2px 1.75rem 0rem rgba(64, 64, 64, 0.15);
    box-shadow: 0 2px 1.75rem 0rem rgba(64, 64, 64, 0.15);
    background-color: #f0f0f0 !important;
    border-radius:50%;
}
.list li a.tuto-ag
     {
        color: #bd272f;
}

.list li a.tuto-ag:before
     {
        border-left: 4px solid #bd272f;
}