.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: #9eb9e4;
    background-image: linear-gradient(141deg, #9acaeb 0%, #c7b8de 51%, #dcecff 75%);
} 

.ebox {
    background: linear-gradient(141deg, #ed1b24 25%, #0072bb 75%);	
    border: none;
    padding: 5px;
}

.ebox figure img {
    padding: 3px;
    background: #fff;
}

.ebox .elink a {
    color: #ffffff;
}

.elencolink {}
.elencolink li{margin: 5px 20px;}
.elencolink li a{color: #fff;font-size: 1.6rem;}


