body {
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #4C4A48;
}

h1 {
	font-weight: 600;
	font-size: 3rem;
}

h2 {
	font-weight: 700;
	font-size: 2.1rem;
}

h3 {
	font-weight: 700;
	font-size: 1.5rem;
}

h4 {
	font-size: 1.45rem;
	font-weight: 300;
}

b,
strong {
	font-weight: 700;
}

a {
	color: #4C4A48;
}

a:hover {
	color: #4C4A48;
	text-decoration: none;
}

.navbar {
	padding: 1rem;
}

.navbar-nav {
	justify-content: center;
}

.navpos-header_right img {
	height: 33px;
}

.navpos-header_right .navbar-nav {
	column-gap: 0 !important;
}

.navpos-header_right .navbar-nav .nav-link {
	padding: 3px !important;
}

.bg-light {
	background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #4C4A48;
}

.navbar-light .navname-azioni .nav-link.selected {
	background: #4c4a48;
	color: white;
}

.navname-azioni a {
	font-weight: 600;
	font-size: 1.2rem;
	text-transform: uppercase;
	background: #EEEBE6;
	padding: 5px 20px;
	border-radius: 100px;
	min-width: 150px;
	text-align: center;
	margin: 0 05px;
}

.navname-pagine {
	font-weight: 600;
	font-size: 1.1rem;
	column-gap: 1rem;
}

.breadcrumb {
	font-weight: 500;
	text-transform: lowercase;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #DE790D;
	border-color: #DE790D;
}

.btn {
	padding: 8px 15px;
	font-weight: 600;
	border-radius: 25px;
}

.btn>i {
	margin-right: 5px;
}

.btn.btn-grey {
	background: #eeebe6;
}

.btn.btn-orange {
	background: #DE790D;
	color: #fff;
}

.icon i {
	background: #EEEBE6;
	padding-top: 13px;
	border-radius: 100px;
	width: 41px;
	height: 41px;
	text-align: center;
	font-size: 1rem;
	margin-right: 5px;
}

.top-header {
	background: #4C4A48;
	color: #fff;
	padding: 25px 20px;
	border-radius: 10px;
	display: flex;
}

h2.grid-header {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.top-header h1 {
	font-weight: 700;
	font-size: 2.1rem;
	margin: 0;
}

.line-separator {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.1rem;
	font-weight: 600;
	text-transform: capitalize;
	margin: 1em 0;
}

.line-separator .line {
	border-top: 1px solid #4C4A48;
	width: 100%;
}

.line-separator .text {
	margin: 0 1em;
}

.form-control {
	height: calc(1.5em + .75rem + 5px);
	margin: 0 3px;
	border-radius: 3px;
}

#xls-download {
	display: block;
	background-color: #eeeeee;
	color: #4c4a48;
	position: absolute;
	margin-top: 5px;
}

#xls-download:after {
	content: "\f56d";
	font-family: 'Font Awesome 6 Pro';
	padding-left: 7px;
}

.close {
	opacity: 1;
}

.close:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f00d";
}

.generatore-form .container {
	background: #4c4a48;
	color: #fff;
	border-radius: 20px;
	padding: 2em;
	margin: 1em auto;
}

.modifica-iniziativa {
	background: #d77725 !important;
	border: 1px solid #d77725 !important;
	color: #fff !important;
	font-size: 1rem !important;
	margin-top: 20px;
	min-width: 150px;
}

.slick-next:before,
.slick-prev:before {
	color: #000 !important;
}

.media-gallery {
	padding: 0 25px;
}

.media-gallery .slick-slide {
	text-align: center;
	background: black;
}

.media-container {
	position: relative;
	height: 0;
	padding-bottom: 66.22%;
}

.media-gallery .slick-prev:before,
.media-gallery .slick-next:before {
	font-family: 'Font Awesome 6 Pro';
	position: relative;
	background: #d77725;
	opacity: 1;
	color: #ffffff !important;
	padding: 5px 6px;
	border-radius: 100px;
	font-size: 0.9rem;
}

.media-gallery .slick-prev:before {
	content: '\f060';
	right: -15px;
}

.media-gallery .slick-next:before {
	content: '\f061';
	right: 15px;
}

.media-container>img,
.media-container>video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.document-download {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.document-download:hover {
	color: #fff;
	opacity: 0.8;
}

.document-delete {
	color: #fff;
}

.document-container {
	border: 1px dotted #fff;
	border-radius: 5px;
	padding: 0 10px;
}

#cookieChoiceInfo a {
	background: #000 !important;
}