.banner {
	background: #cde4ff;
	border-bottom: 4px solid #b6afd0;
    box-shadow: 0 2rem 2rem rgb(0 0 0 / 52%);
}
.banner > img {opacity: .3;}
.banner .content > h1 {
    color: #1d1276;
    text-shadow: 2px 4px 5px #f7f8fc;
    text-transform: uppercase;
}
}
.banner .content > h1 span {font-size: 1.8rem; color: red;}
.btn {margin: 2rem 0;}
#espositori{
    background-color: #97abca;
    background-image: linear-gradient(141deg, #97abca 0%, #c8e4f6 51%, #90d4dc 75%);
} 

.ebox {
    background: linear-gradient(141deg, #1c68ae 25%, #ab2b7e 75%);
    border: none;
    padding: 5px;
	border-radius: 18px 18px 0 0;
    overflow: hidden;	
}

.ebox figure {
	border-radius: 18px 18px 0 0;
    overflow: hidden;	
}

.ebox figure img {
    padding: 3px;
    background: #fff;
}

.ebox .elink a {
    color: #ffffff;
}

.elink p {
    text-align: center;
    font-size: 2.3rem;
    color: #ffffff;
}

.elencolink {}
.elencolink li{margin: 5px 20px;}
.elencolink li a{color: #fff;font-size: 1.6rem;}


