html, body {
	font-family: 'Open Sans', sans-serif;
	color:#444; font-size:14px;
	background-color: #fff;
	line-height: 22px;
	padding: 0;
	margin: 0;
	min-height: 100vh;
}

.poppins {
	font-family: "Poppins", sans-serif !important;
}

* {
	box-sizing: border-box;
}

.container {
	min-width: 98% !important;
	margin: 0 auto;
}

.container-big {
	width: 100%;
	margin: 0 auto;
}

.clear{
	display: block;
	height: 0;
	clear: both
}

.cf:after, .cf:before {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.head {
	margin-top: 0;
	padding: 0 20px;
}

.logo-width {
	float: left;
	width: calc(60% - 20px);
	margin-left: 20px;
}

.logo img, .logo-width img {
	max-width: 100%;
	width: auto;
	margin-top: 10px;
}

.clock {
	float: right;
	width: calc(40% - 20px);
	text-align: right;
	font-size: 30px;
	line-height: 77px;
	margin-right: 20px;
}

h1, h2 {
	margin: 0 0 20px 0;
}

.f-left {
	float: left;
	cursor: pointer;
	color: #444;
	text-decoration: none;
}

.f-right {
	float: right;
	cursor: pointer;
	color: #444;
	text-decoration: none;
}

.body {
	padding: 0 20px;
	min-height: calc(100vh - 141px);
}

.nopad {
	padding: 0;
}

.disclaimer {
	border: 1px solid #ccc;
	color: #cc0000;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
	padding: 10px;
	margin: 0 auto 20px auto;
}

.nored, .nored a {
	color: #444;
	text-decoration: none;
}

.bigsize {
	max-width: 100%;
	border-radius: 10px;
}

.radius {
	border-radius: 10px;
}

.sinistra {
	float: left;
	width: 60%
}

.bg-green {
	padding: 40px;
	background-color: #008800;
	height: calc(100vh - 77px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-red {
	padding: 40px;
	background-color: #cc0000;
	height: calc(100vh - 77px);
	text-align: center;
	color: #fff;
	position: relative;
}

.bg-grey {
	padding: 40px;
	background-color: #efefef;
	height: calc(100vh - 77px);
	text-align: center;
	position: relative;
}

.absolution {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
}

.big-title {
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.occupation {
	font-size: 40px;
	line-height: 50px;
}

.object {
	font-size: 40px;
	line-height: 50px;
}

.evento {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.evento.last {
	border-bottom: 0;
}

.noborder {
	border: 0;
}

.time, .subject, .organizer {
	font-size: 25px;
	line-height: 35px;
}

.time {
	text-align: left;
}

.subject {
	text-align: left;
	float: left;
	overflow: hidden;
	width: 50%;
	font-weight: 700;
	word-wrap: normal;
}

.organizer {
	text-align: right;
	float: left;
	overflow: hidden;
	width: 50%;
}

.tcenter {
	text-align: center;
}

.destra {
	float: right;
	width: 40%;
}

.icone {
	padding-top: 20px;
}

.icona {
	text-align: center;
	/*width: calc(100% / 3);
	float: left;*/
}

.icona .fa-solid {
	font-size: 50px;
	margin-bottom: 5px;
}

.titolino {
	font-size: 25px;
	line-height: 35px;
}

.data_table {
    width: 100%;
}

.label {
    width: 25%;
    vertical-align: middle;
}

.input {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    border: 1px solid #ccc;
    color: #444;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background-color: #f9f9f9;
    transition: all .2s ease;
}

.table_spacing {
    padding: 10px 0;
}

.btn-cnt {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box {
	width: calc(25% - 15px);
	margin-right: 20px;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.box:nth-child(4n+0) {
	margin-right: 0;
}

.box.last {
	margin-right: 0;
}

.center {
	text-align: center;
}

h2 {
	min-height: 66px;
	color: #003F8A;
	margin: 0;
}

.center h2 {
	min-height: 0;
}

.link-box {
	text-align: center;
}

.btn {
	display: inline-block;
	border: 1px solid #003F8A;
	padding: 10px;
	min-width: 100px;
	text-decoration: none;
	color: #444;
	font-family: 'Open Sans',sans-serif;
	cursor: pointer;
	border-radius: 5px;
	transition: .4s ease;
}

.btn:hover {
	background-color: #003F8A;
	color: #fff;
}

.foot {
	padding: 0 20px;
}

.team {
	box-sizing: border-box;
	padding-right: 15px;
    padding-left: 15px;
	float: left;
	width: 20%;
}

.content:after {
    content: "";
    display: block;
    clear: both;
}

.user {
    overflow: hidden;
    position: relative;
    width: auto;
    transition: all 400ms ease-in;
}

figure {
    margin: 0 auto;
	display: block;
}

.user figure {
    overflow: hidden;
    position: relative;
}

.user figure:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.user img {
    margin-bottom: -8px;
    transition: all 400ms;
	border-radius: 10px 10px 10px 10px;
	height: auto;
    max-width: 100%;
	border: 0;
}

.user .islide {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    transform: scale(0);
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	overflow: hidden;
    transition: all 400ms ease-in;
}

.user:hover .islide {
    transform: scale(1);
}

.user .islide > div {
    transition: all 400ms ease-in;
}

.contacts {
    float: right;
    width: 50px;
    margin-right: 5%;
    padding: 50% 15px 20px 0;
    text-align: right;
}

.user .contacts a, .user .contacts span {
    transition: all 400ms ease-in;
}

.user .contacts a, .user .contacts span {
	background-color: #f35444;
    border-radius: 50% 50% 50% 50%;
    padding: 0;
    color: #e84265;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 8px 0;
    line-height: 40px;
    text-align: center;
}

.user a strong, .user a em, .user span strong, .user span em {
    text-decoration: none;
}

.user .contacts a em, .user .contacts span em {
    color: #ffffff;
}

.user em {
    transition: all 200ms;
}

.user .contacts a:hover, .user .contacts span:hover {
    background-color: #ffffff;
}

.user .contacts a:hover em, .user .contacts span:hover em {
    color: #f35444;
}

.user .posa {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.content-title {
    margin: 25px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}

.user .content-title {
    margin: 0;
}

.user .content-title, .user .content-subtitle {
    text-align: left;
}

.user .content-title {
    color: #222222;
    background-color: #f6f7fb;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    padding-top: 35px;
}

.content-subtitle {
    float: left;
    width: 100%;
}

.user .content-subtitle {
    float: none;
}

.user .content-subtitle {
    color: #666666;
    background-color: #f6f7fb;
    font-size: 17px;
    text-align: center;
    padding-bottom: 35px;
}

::-webkit-scrollbar {
	width: .6rem;
	height: .6rem;
	border-radius: .5rem;
	background: hsl(0, 0%, 85%);
}

::-webkit-scrollbar-thumb {
	border-radius: .5rem;
	background: hsl(0, 0%, 65%);
}

::-webkit-scrollbar-thumb:hover {
	background: hsl(0, 0%, 55%);
}

::-webkit-scrollbar-thumb:horizontal{
	border-radius: .5rem;
	background: hsl(0, 0%, 65%);
}

::-webkit-scrollbar-thumb:horizontal:hover {
	background: hsl(0, 0%, 55%);
}

.news-slider {
	display: flex;
	overflow: hidden;
	width: 100%;
	position: relative;
}

/* Ogni slide è larga il 100% del container */
.slide {
	flex: 0 0 100%;
	transition: transform 0.5s ease-in-out;
}

/* Stile per le news */
.slide h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.slide p {
	font-size: 14px;
	margin-bottom: 15px;
}

.slide h3 a {
	text-transform: none;
	text-decoration: none;
	color: #444;
}

.meteo {
	display: block;
	text-align: center;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.meteo img {
	max-width: 300px;
	border: 0;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

/* Sempre visibile, anche se la classe phpdebugbar-widgets-pretty viene applicata */
.phpdebugbar-widgets-value pre,
.phpdebugbar-widgets-pretty pre {
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	overflow: visible !important;
	max-height: none !important;
}

.phpdebugbar-widgets-value,
.phpdebugbar-widgets-pretty {
	max-height: none !important;
	overflow: visible !important;
}

.phpdebugbar-widgets-list li {
	cursor: default !important;
}

.phpdebugbar-widgets-toolbar {
	width: calc(100% - 8px) !important;
}

@media all and (max-width: 1150px){
	.big-title {
		font-size: 40px;
		line-height: 50px;
	}

	.sinistra, .destra {
		float: none;
		width: 100%;
	}

	.logo-width, .clock {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.bg-green, .bg-red, .bg-grey {
		padding: 20px;
		height: auto;
	}

	.absolution {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		transform: none;
	}

	.time, .subject, .organizer {
		text-align: center;
		float: none;
		width: 100%;
	}

	.box {
		width: calc(50% - 10px);
	}

	.box:nth-child(2n+0) {
		margin-right: 0;
	}
}

@media all and (max-width: 768px) {
	.box {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	h2 {
		text-align: center;
	}

	.big-title {
		margin-bottom: 0;
	}

	.icona {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.icona .fa-solid {
		font-size: 30px;
	}

	.slide h3 {
		font-size: 16px;  /* Riduci la dimensione del titolo */
	}

	.slide p {
		font-size: 12px;  /* Riduci la dimensione della descrizione */
	}

	.foot {
		text-align: center;
	}
}

@media all and (max-width: 600px){
	.big-title {
		font-size: 30px;
		line-height: 40px;
	}

	.titolino {
		font-size: 18px;
		line-height: 25px;
	}
}

@media (max-width: 480px) {
	.slide h3 {
		font-size: 14px;  /* Ulteriore riduzione per schermi molto piccoli */
	}

	.slide p {
		font-size: 10px;  /* Riduci ancora la descrizione su schermi piccoli */
	}
}