:root{
	--red-stelvio: #AE372C;
	--blue-stelvio: #0068B4;
	--font-strong:"Source Sans Pro Bold";
}
.items-poi{display: flex;flex-direction: row;flex-wrap: wrap;}
.item_poi{border-radius: 6px;background-color: #fff;margin:15px}
.item_poi .link-card-poi{color:#000}
.item_poi .link-card-poi:hover{color:#000}
.item_poi .img-poi{height: 200px;background-size: cover;background-repeat: no-repeat;border-radius: 6px 6px 0px 0px;}
.item_poi .card-poi-title{display: flex;align-items: center;justify-content:center;text-align: center;color: #fff;background-color: #2266b2;height: 52px;}
.item_poi .card-poi-body .card-poi-meta{padding: 15px;}
.item_poi .card-poi-body .card-poi-meta .title-meta{color:var(--red-stelvio);font-weight: bold;}
.img-poi img{width: 100%;height: auto;object-fit: cover;max-height: 600px;}
.item-info-poi{color:var(--red-stelvio);font-weight: bold;}
.item-info-poi span{color:#000}
.single-poi-body{display: flex;flex-direction: row;flex-wrap: wrap;}
.single-poi-body .text-content{padding: 20px;}
.single-poi-body .info-percorso{padding: 20px;}
.allegati-poi a{color:#000;font-weight: bold;}
.allegati-poi a:hover{color:var(--red-stelvio)}
.content-galleria-img .items-galleria{display: flex;flex-direction: row;flex-wrap: wrap;}
.content-galleria-img .items-galleria .single-img{height: 200px;background-size: cover;background-repeat: no-repeat;margin: 10px;}
.content-mappa{margin:25px 0px}
.content-mappa #map{min-height: 400px}



