.modulo-custom-griglia{display:grid;grid-gap:30px}.modulo-custom-griglia.grid-3{grid-template-columns:repeat(3,1fr)}.modulo-custom-griglia.grid-4{grid-template-columns:repeat(4,1fr)}.modulo-custom-griglia.flex{display:flex}.modulo-custom-griglia.flex[data-h-alignment=CENTER]{justify-content:center}.modulo-custom-griglia.flex .item-griglia{margin:0 .8%;min-width:200px}.modulo-custom-griglia .item-griglia a{border:1px solid #eeedec;border-radius:8px;display:inline-block;padding:0 35px;transition:all .3s ease-in-out}.modulo-custom-griglia .item-griglia a:hover{background-color:#f6f6f6}.modulo-custom-griglia.flex.no-image .item-griglia h3{color:#292929;font-size:16px;font-weight:700;line-height:1.5;margin:0;padding:10px 0;text-transform:uppercase}.modulo-custom-griglia.flex.no-image .item-griglia a:hover h3{color:#d2232a}.modulo-custom-griglia.has-image .item-griglia{position:relative}.modulo-custom-griglia.has-image .item-griglia a{border-radius:0;padding:0}.modulo-custom-griglia.has-image .item-griglia img.item-feat-img{-webkit-filter:brightness(100%);filter:brightness(100%);transition:filter .3s linear}.modulo-custom-griglia.has-image .item-griglia a:hover img.item-feat-img{-webkit-filter:brightness(98%);filter:brightness(98%)}.modulo-custom-griglia.has-image .item-griglia a .overlay-content{align-items:end;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.634) 57.49%,#fff);bottom:0;display:flex;justify-content:space-between;left:0;min-height:100px;padding:0 30px 35px;position:absolute;right:0;transition:all .4s ease-in-out;width:100%}.item-griglia .overlay-content h3.item-title{font-size:22px;line-height:1;margin:0;padding-right:35px}.item-griglia .overlay-content .link-icon-round{background-color:#d2232a;padding:8px 7px 6px 10px}.item-griglia .overlay-content .link-icon-round>svg{height:auto;max-width:20px}.item-griglia .overlay-content h3:hover{color:#d2232a}.item-griglia .overlay-content .link-icon-round:hover{background-color:#292929}span.badge-filters{background:linear-gradient(90deg,#bd2026 0,#d7393f);color:#fff;cursor:default;font-size:13px;font-weight:600;left:20px;letter-spacing:.4px;padding:4px 8px 5px;position:absolute;text-transform:uppercase;top:20px;z-index:3}.filters{background-color:#eeedec;display:flex;gap:20px;justify-content:start;margin:20px 0 30px;padding:5px 20px 0}.filters .title-filtering{font-weight:700}.filters>span{line-height:45px}.filters .filter{border-bottom:2px solid transparent;padding:0 6px;text-transform:capitalize}.filters .filter.active{border-bottom-color:#d2232a;color:#d2232a}span.filter:not(.active):hover{border-color:#25408f;color:#25408f;cursor:pointer}.hide{animation:hide .75s ease 0s 1 normal forwards}.show{animation:show .75s ease 0s 1 normal forwards}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes show{0%{opacity:0}to{opacity:1}}@media screen and (max-width:1090px){.item-griglia .overlay-content h3.item-title{font-size:19px}}@media screen and (max-width:840px){.modulo-custom-griglia.grid-3{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.modulo-custom-griglia.grid-3{grid-template-columns:repeat(1,1fr)}.modulo-custom-griglia.flex{flex-direction:column}.modulo-custom-griglia.flex .item-griglia a{width:100%}}