.h1, h1 {
	margin: 0 0 1.25rem 0;
	font-size: 2rem;
}
.h2, h2 {
    text-align: center;
}
.h3, h3 {
	margin: 0 0 1.25rem 0;
	font-size: 1.35rem;
}
/* Classi riferite all'articolo*/
.article-list .article {
    margin: 5px 0px 5px 0px;
    padding: 20px 20px 3px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    background-color: hsla(0,0%,100%,.9);
    /*transition: box-shadow .25s ease 0s;
    -webkit-box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);
    box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);*/
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2rem;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -20px -20px 20px -20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.descrizione{
	padding: 20px;
	background: hsla(0,0%,100%,.9);
	box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);
	margin-bottom: 20px;
}
.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: transparent;
    border-radius: 0.25rem;
}
.background{
	padding: 5px 20px 10px 20px;
	margin-bottom: 20px;
	background: hsla(0,0%,100%,.9);
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
#sp-header {
    background: transparent;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: none;
}
/*.burger-icon > span {
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}*/
.article-details{
	padding: 11px 20px 20px 21px;
	background: hsla(0,0%,100%,.9);
	box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);
	margin-bottom: 20px;
}
.page-header{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	background: hsla(0,0%,100%,.9);
	/*background: transparent;
	transition: box-shadow .25s ease 0s;
	-webkit-box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);
	box-shadow: 0 2px 3px 0 rgba(52,52,52,.4);*/
}
.row {
    --bs-gutter-x: .5rem;
}
.container {
    padding-left: 8px;
    padding-right: 8px;
}
/*Menu*/
#sp-header-topbar{
	box-shadow: none;
	border: none;
	background: hsla(0,0%,100%,.9);	
}
#sp-header.lg-header {
    box-shadow: none;
    border: none;
	background: hsla(0,0%,100%,.9);
}
#sp-header-topbar .container-inner {
    border-bottom: none;
}
.border-title{
	padding: 10px 20px 5px 20px;
	margin-bottom: 0px;
	/*background: transparent;*/
	background: hsla(0,0%,100%,.9);
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
/*.titolo{
	background: hsla(0,0%,100%,.9);
	padding: 15px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}*/