body {

	color: #303030;
	font-size: 16px;
	font-weight: 400;
}

.content {
	overflow-x: hidden;
}

.container {
	max-width: 1130px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.container-full {
		margin-top: 200px;
		margin-bottom: 100px;
	}
}

h1 {
	font-size: 30px;
	font-weight: 400;
}

h2 {
	font-family: 'Marcellus', sans-serif;
	font-size: 34px;
	line-height: 44px;
	font-weight: 400;
}

h3 {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

h4 {
	font-size: 16px;
	font-weight: 400;
}

h5 {
	font-size: 14px;
	font-weight: 400;
}

p {
	margin: 0;
}

blockquote {
	padding: 14px 14px 14px 10px;
}

blockquote i.fa {
	float: left;
	font-size: 22px;
	color: #c1c0c0;
	margin: 6px 0 0;
}

blockquote h5 {
	padding: 0 0 0 40px;
	font-size: 21px;
	color: #303030;
	line-height: 1.5625em;
}

.separator {
	background-color: #818181;
	height: 2px;
	position: relative;
	width: 100%;
	max-width: 201px;
	display: block;
	margin: 10px auto 20px;
}

.img-box-shadow .wrap-img {
	position: relative;
	display: inline-block;
}

.img-box-shadow .wrap-img:before,
.img-box-shadow .wrap-img:after {
	content: "";
	position: absolute;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
	left: 5px;
	right: 50%;
	bottom: 8px;
	height: 30%;
	z-index: -1;
	border-radius: inherit;
	transform-origin: 0 0;
	transform: skewY(-6deg);
}

.img-box-shadow .wrap-img:after {
	left: 50%;
	right: 5px;
	transform: skewY(6deg);
	transform-origin: 100% 0;
}

section.st2-home {
	background-color: #15636a;
}

.st5-home {
	background-attachment: fixed;
	background-size: cover;
}

.st6-home a {
	color: #4c4c4c;
	text-decoration: none;
}

.st6-home a:hover {
	text-decoration: underline;
}

.st7-home {
	height: 390px;
	background-attachment: fixed;
	background-size: cover;
}

.team-item .wrap-img {
	overflow: hidden;
}

.team-item .wrap-img img {
	transition: transform .3s ease;
}

.team-item .wrap-img:hover img {
	transform: scale(1.2);
}

.info-contact h5.text-uppercase {
	border-top: 1px solid #3d3d3d;
	padding-top: 10px;
}

h2.title-contact {
	border-top: 1px solid rgb(107 107 107 / 30%);
}

/*header*/
.header-top a {
	color: #969696;
	font-size: 13px;
	text-decoration: none;
}

.header-top a:hover {
	text-decoration: underline;
}

.navbar-toggler:focus {
	box-shadow: none;
}

ul.navbar-nav li.nav-item>a.nav-link {
	color: #365897;
	font-size: 14px;
	font-weight: 500;
	line-height: 68px;
	position: relative;
}

ul.navbar-nav li.nav-item>a.nav-link.active {
	color: #003496;
}

ul.navbar-nav li.nav-item>a.nav-link:hover {
	opacity: .8;
}

ul.navbar-nav li.nav-item>a.nav-link:before {
	content: '';
	background-color: #003496;
	bottom: 30px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	height: 1px;
	opacity: 0;
	transition: opacity .3s ease;
}

ul.navbar-nav li.nav-item>a.nav-link.active:before {
	opacity: 1;
}

.navbar-scrolled ul.navbar-nav li.nav-item>a.nav-link:before {
	bottom: 15px;
}

ul.navbar-nav li.nav-item.dropdown>a.nav-link:after {
	content: "\f107" !important;
	font: normal normal normal 14px / 1 FontAwesome;
	vertical-align: 0;
	border: none;
}

ul.navbar-nav li.nav-item>a.nav-link:hover:before {
	opacity: 1;
}

ul.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 0;
}

ul.dropdown-menu a {
	color: #161616;
	font-size: 13px;
	text-transform: capitalize;
	padding: 11px 20px;
}

ul.dropdown-menu a:hover {
	color: #365897;
	background-color: transparent;
}

li.nav-item.dropdown.nav-item-none {
	display: none;
}

.navbar-brand img {
	height: 80px;

}

.navbar-scrolled .navbar-brand img {
	height: 60px;
}

.navbar-scrolled ul.navbar-nav li.nav-item>a.nav-link {
	line-height: 25px;
}

section.breacumb {
	padding-top: 0px;
	background: #F6F6F6;
}

.breadcrumbs_inner {
	font-size: 13px;
}

.breadcrumbs_inner a {
	color: #303030;
	text-decoration: none;
}

.breadcrumbs_inner a:hover {
	text-decoration: underline;
}

section.breacumb h1.title-page {
	font-size: 15px;
}

section.banner-page {
	height: 400px;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 768px) {
	section.banner-page {
		margin-top: 0px;
	}
}

.image.not_responsive {
	display: none;
}

form input.form-control,
form textarea.form-control {
	background-color: #f3f3f3 !important;
	margin: 5px 0 0;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	font-size: 13px;
	line-height: 17px;
	color: #818181;
	box-shadow: none !important;
}

form textarea.form-control {
	height: 200px;
}

button.btn.btn-primary {
	color: #ffffff;
	border-color: #007893;
	font-size: 12px;
	line-height: 37px;
	height: 37px;
	font-weight: 400;
	background-color: #007893;
	padding: 0 23px;
	text-transform: uppercase;
	border: none;
}

/*footer*/
footer.footer .footer-top {
	background-color: #252525;
}

footer.footer .footer-top h5 {
	font-size: 14px;
	font-weight: 400;
}

footer.footer .footer-top .text-adress {
	color: #818181;
}

footer.footer .footer-bottom {
	background-color: #1b1b1b;
}

footer.footer .footer-bottom .copyright {
	font-size: 12px;
	color: #818181;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .dropdown-end .dropdown-menu {
		right: 0;
	}
}

@media (min-width: 992px) {
	.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar-nav .nav-item.dropdown-end .nav-link span {
		display: none;
	}
}

@media(max-width: 991px) {
	.navbar-nav .nav-item.dropdown-end .nav-link i {
		display: none;
	}

	ul.navbar-nav li.nav-item>a.nav-link {
		color: #888;
		font-size: 13px;
		line-height: 26px;
		padding: 10px 0 !important;
		border-bottom: 1px solid #eaeaea;
	}

	ul.navbar-nav li.nav-item>a.nav-link:before {
		content: none;
	}

	.navbar-brand img,
	.navbar-scrolled .navbar-brand img {
		height: 80px;
	}

	.header-bottom .navbar>.container {
		justify-content: center;
	}

	.navbar-toggler {
		position: absolute;
		left: 15px;
		top: 30px;
	}

	ul.navbar-nav li.nav-item.dropdown>a.nav-link:after {
		position: absolute;
		right: 0;
		top: 15px;
	}

	header.header.fixed-top {
		position: static;
	}

	.header-top .text-end {
		text-align: center !important;
	}

	.img-box-shadow.text-end {
		text-align: center !important;
		padding-bottom: 60px;
	}

	.image.not_responsive {
		display: block;
	}

	section.banner-page {
		background: 0 0;
		height: auto;
	}

	section.breacumb {
		padding-top: 0;
	}

	section.breacumb .row {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.breadcrumbs_inner {
		text-align: left !important;
	}
}

.event {
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 30px;
	padding: 2px 0px;
}

.event.listening {
	background-color: #333333;
	display: block;
}

.event.received {
	background-color: #4B946A;
	display: none;
}

#deviceready.ready .event.listening {
	display: none;
}

#deviceready.ready .event.received {
	display: block;
}

@keyframes fade {
	from {
		opacity: 1.0;
	}

	50% {
		opacity: 0.4;
	}

	to {
		opacity: 1.0;
	}
}

.blink {
	animation: fade 3000ms infinite;
	-webkit-animation: fade 3000ms infinite;
}




/* Overlay scuro */
#cookie-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	/* Oscuramento più scuro */
	position: fixed;
	/* Posizionamento fisso */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	/* Inferiore al banner */
	display: flex;
	/* Assicurati che gli elementi non collassino */
}

/* Banner dei cookie */
#cookie-banner {
	position: fixed;
	/* Banner fisso */
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1e1e1e;
	/* Sfondo scuro */
	color: #fff;
	/* Testo bianco */
	padding: 20px 10px;
	text-align: center;
	z-index: 1000;
	/* Superiore all'overlay */
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}



/* Stile dei link */
#cookie-banner a {
	color: #00aaff;
	/* Colore acceso per i link */
	text-decoration: underline;
}

/* Bottoni */
#cookie-banner button {
	margin: 10px;
	/*padding: 10px 20px;*/
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}

#cookie-banner button#accept-all {
	background-color: #28a745;
	/* Verde per accettare tutti */
	color: #fff;
}

#cookie-banner button#reject-non-essential {
	background-color: #007bff;
	/* Blu per accettare solo i necessari */
	color: #fff;
}

#cookie-banner button:hover {
	opacity: 0.9;
}

.pre-header {
	background: #f8f9fa;
	padding: 5px 0;
	font-size: 14px;
}

.navbar-brand img {
	max-height: 80px;
	margin-left: 60px;
}

.footer-menu a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
}

.footer-menu a:hover {
	text-decoration: underline;
}

@media (max-width: 576px) {
	.mobile-height-60 {
		height: 60px !important;
	}
}

/* === SISPV STYLE BLOCK === */
:root {
    --sispv-primary: #084a79;
    --sispv-accent: #b22222;
    --sispv-dark: #1f2933;
    --sispv-muted: #6c757d;
    --sispv-bg-light: #f5f7fa;
}

.sispv-section {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: #ffffff;
    color: var(--sispv-dark);
}

.sispv-card {
    background: var(--sispv-bg-light);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid #e1e5eb;
    margin-bottom: 2rem;
}

.sispv-title-main {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--sispv-primary);
    margin-bottom: 0.5rem;
    text-align: center;
}

.sispv-subtitle {
    font-size: 1rem;
    color: var(--sispv-muted);
    text-align: center;
    margin-bottom: 1rem;
}

.sispv-link,
.sispv-btn-primary {
    color: var(--sispv-primary);
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
    cursor: pointer;
}

.sispv-btn-primary {
    display: inline-block;
    background: var(--sispv-primary);
    color: #ffffff !important;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 1rem;
}

.sispv-btn-primary:hover {
    background: #052c4a;
    color: #ffffff !important;
}

.sispv-year-highlight {
    color: var(--sispv-accent);
}

.sispv-box-title {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--sispv-dark);
    margin-bottom: 1.2rem;
}

.sispv-text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--sispv-muted);
    text-align: center;
}

.sispv-divider {
    width: 60px;
    height: 3px;
    border-radius: 999px;
    background: var(--sispv-primary);
    margin: 1.5rem auto 0;
}
/* === END SISPV STYLE BLOCK === */
