@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body, html, .background_bianco {
	font-family: "Space Grotesk", sans-serif;
	color: #2c3e50;
	background: #F5F8FA;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 100%;
}

.col-right {
	display: none;
} 


.comeback {
	font-size: 14px;
	color: #fff !important;
}
.req {
    color: #FF5733; /* Red */
}
.mainmenu_trigger {
	display: block;
}
	.mainmenu_trigger { 
		cursor: pointer;
		padding: 8px 15px;
		color: #fff;
		float: right;
		font-size: 23px;
	}
	.mainmenu_trigger:hover {
	}
	





.dashboard_elem a {
		box-shadow: 0 0 15px rgba(0,0,0,.3); 
		border-radius: 5px;
		overflow: hidden;
		margin: 0 15px 32px 15px;
		text-decoration: none;
		display: block; 
	}
	.dashboard_elem_parent a {
		box-shadow: 0 0 0 rgba(0,0,0,0); 
	}
	
	.dashboard_elem .cover {
		border-radius: 5px;
		margin-bottom: 15px;
		overflow: hidden;
		height: 200px;
	}
	.dashboard_elem_parent .cover {
		border-radius: 5px;
		overflow: hidden;
		height: auto;
	}
.dashboard_elem .date {
	font-size: 13px;
	display: block;
}
.dashboard_elem h5 {
	font-size: 17px;
	margin: 0;
}
.dashboard_elem .margin {
	margin: 0;
	padding: 0 15px;
}



.form-control.token { 
	padding-top: 15px !important;
	padding-bottom: 15px !important;	
	text-align: center;
	font-size: 30px;
}
#show-password, #check-password {
	z-index: 1;
	background: none;
	border: 0;
	outline: none;
	position: absolute;
	top: 25px;
	right: 15px;
}
#check-password {
	cursor: auto;
}
#strength-meter {
	margin-bottom: 10px;
}
	#strength-meter div {
		transition: all .3s;
		width: 22%;
		background-color: #fff;
		padding: 3px 5px;
		margin-right: 1%;
		border-radius: 2px;
		border: 1px solid #dedede;
		float: left;
	}
	#strength-meter:after {
		content: '';
		clear: both;
		display: block;
	}
	#strength-meter div.weak {
    background-color: #FF5733; /* Red */
	}

	#strength-meter div.fair {
		background-color: #FFA500; /* Orange */
	}

	#strength-meter div.good {
		background-color: #90EE90; /* Light Green */
	}

	#strength-meter div.strong {
		background-color: #2E8B57; /* Green */
	}




	#mainform .cont {
		margin: 15px;
	}

#footer {
	background: #111;
	color: #fff;
	font-weight: 400;
	padding: 30px 0;
	font-size: 12px;
}
#subfooter {
	padding: 30px 0;
	font-size: 11px;
}
	
		#subfooter .social a {
			color: #000;
			font-size: 20px;
			margin-left: 10px;
			
		}
		
	#footer ul, #footer ul li {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#footer h4 {
		font-weight: 600;
	}
	#footer a {
		transition: all .3s;
		font-weight: 600;
		font-size: 14px;
		display: block;
		padding: 5px 0;
		color: #cedeef
	}
	#footer a:hover {
		color: #fff
	}



	
img {
	max-width: 100%;
}

.searform {
	position: relative;
	padding: 15px;
	background: #fff;	
	border-radius: 25px;
}
	.searform input, .searform button {
		font-size: 18px;
		outline: none !important;
		background: none;
		color: #111;
		border: 0;
	}
	.searform input {
		width: 100%;
	}
	.searform button {
		font-size: 30px;
		position: absolute;
		top: 10px;
		right: 15px;
	}

.hero {
	padding: 60px 0;
	color: #fff;
	font-size: 18px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5,#23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.get_the_app {
	
}
.get_the_app li {
	float: left;
}
.get_the_app img {
	margin-right: 15px;
	width: 120px;
}



.div404 {
	background: #fff;
	text-align: center;
}

.hero_light, .area {
	background: #ecf0f1;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 60px 0;
	color: #2c3e50;
	font-size: 18px;
}
.hero_light {
	padding-top: 160px;
	padding-bottom: 15px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5,#23d5ab);
}
	.hero_light h1 {
		color: #fff;
	}

.area {
	background: #fff;
	color: #2c3e50;
}
.hero p {
	
}
.information, .sideb {
	padding: 30px;
	border-left: 1px solid #dedede;
	min-height: 600px;
}

.information {
	font-size: 17px;
	line-height: 26px;
}
	.information h2 {
		font-size: 24px;
		font-weight: 600;
		margin-top: 70px;
		margin-bottom: 15px;
	}
	.information h2:first-of-type {
		margin-top: 0;
	}
.sideb {
	padding: 30px 0;
	border: 0;
}
.sideb ul, .sideb ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sideb ul li {
	margin-bottom: 15px; 
}
.sideb ul li a {
	color: #34495e;
	font-size: 17px;
	line-height: 26px;
}
	.sideb ul li a:hover {
		color: #2c3e50;
	}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


ul, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}




#header {
	transition: all .5s;
	clear: both;
	display: block;
}
	#top {
		display: none;
	}
	#header:after {
		clear: both;
		display: block;		
	}
	#header ul, #header ul li {
		display: inline-block;
	}
	#header ul.right {
		float: right;
	}
	#header ul li.submenu a:after {
		content: '\f107';
		font-family: "Font Awesome 6 Pro";
		margin-left: 5px;
	}
		#header ul li.submenu ul li a:after {
			display: none;
		}

	#header ul li ul {
		display: none;
	}
	#header ul li:hover ul {
		position: absolute;
		z-index: 15;
		margin-left: 15px;
		background: #fff;
		border-radius: 5px;
		display: block;
	}
		#header #header_data ul {
			display: none;
		}
		#header #header_data ul li:hover ul {
			display: block;
			margin-left: 0;
		}
	#header ul li:hover ul li {
			clear: both;
			display: block;
		}
		#header a {
			transition: all .3s;
			text-decoration: none !important;
			display: block;
			padding: 5px 15px;
		}
			#header #top a {
				color: rgba(255,255,255,.8);
			}
				#header #top ul li ul li a {
					font-size: 12px;
					color: #2c3e50;
				}
				#header.static #top a, #header.static #top ul li ul li a {
					color: #2c3e50;
				}
				
			#header #header_data a {
				padding: 5px 10px;
				font-size: 17px;
				font-weight: 500;
				border-radius: 5px;
				border: 2px solid transparent;
			}
				#header #header_data a.logo {
					padding-right: 0;
					color: #fff;
					border: 0 !important;
					font-weight: 700;
					display: inline-block;
					font-size: 26px;
				}
				#header.static #header_data a.logo {
					color: #2c3e50;
				}
				#header #header_data ul li ul li a {
					font-size: 15px;
					color: #2c3e50;
				}
			#header a.cta {
				margin-right: 15px;
				padding-right: 20px;
				padding-left: 20px;
				border: 2px solid #fff;
			}
		#header i {
			margin-right: 5px;
		}
		#header ul li:hover ul li img {
			border-radius: 50%;
			margin-right: 15px;
			width: 15px;
			height: 15px;
		}
		
		#header.sticked .mainmenu_trigger {
			padding-top: 5px; 
			color: #2c3e50 !important;
		}
		#header.sticked {
			width: 100%;
			position: fixed;
			background: #fff;
			box-shadow: 0 0 15px rgba(0,0,0,.3); 
		}
		#header.static {
			background: #fff;
			position: relative !important;
		}
		#header.sticked .header_container {
			padding: 10px 0;
		}
		#header.sticked #top {
			display: none;
		}
		#header.sticked #header_data ul {
			margin: 0;
		}
		#header.sticked a, #header.sticked #header_data a.logo, 
		#header.static a, #header.static a.logo {
			font-size: 15px;
			color: #2c3e50;
		}
		#header.sticked #header_data a.logo {
			font-size: 20px;
		}
		#header.sticked #header_data a.cta {
			background: #39D9B3;
			color: #fff;
		}

		#header.mobile {
			color: #2c3e50;
			background: #fff;
		}
			#header.mobile a, #header.mobile .mainmenu_trigger {
				color: #2c3e50 !important;
			}
			#header.mobile a.cta, #header.sticked a.cta {
				margin-left: 10px;
				background: #38D8B3 !important;
				color: #fff !important;
			}
			
		#header.mobile #header_data ul {
			margin: 0;
			padding: 0;
			clear: both;
			display: block;
			float: none !important;
		}
		#header.mobile ul li {
			clear: both;
			display: block;
			margin: 0;
			padding: 0;
		}
			#header.mobile #header_data ul li ul {
				display: none;
			}
	
	
	
#header {
	z-index: 99;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

	.header_container_tool {
		display: none;
	}

	#header ul li ul {
		display: none;
	}

	#header ul li:hover ul {
		position: absolute;
		z-index: 15;
		background: #fff;
		border-radius: 5px;
		display: block;
	}
		#header ul li:hover ul li {
			clear: both;
			display: block;
		}
		#header ul li:hover ul li a {
			color: #999;
			display: block;
			padding: 5px 15px;
		}

		#header ul li:hover ul li img {
			border-radius: 50%;
			margin-right: 15px;
			width: 15px;
			height: 15px;
		}


	#mainmenu, #toolmenu {
		display: inline-block;
	}
	
	#toolmenu {
		text-align: right;
		width: 132px;
		position: absolute;
		top: 0;
		right: 15px;
		float: right;
	}
	#toolmenu form {
		display: inline-block;
	}
	#toolmenu a {
		color: #fff;
		border: 0 !important;
		padding: 0 12px !important;
		height: 32px !important;
		line-height: 32px !important;
		font-size: 12px !important;
	}
	
	
	#header ul, #header ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#header ul li {
			display: inline-block;
		}
		#header ul li a {
			color: #fff;
		}
		#header .common_link a {
			transition: all .3s;
			color: #fff;
			padding: 15px 0;
			font-weight: 700;	

		}
		#header .common_link a:hover, #header .common_link a.active {
			text-decoration: none;
			
		}
		a.lenuslab {
			text-decoration: none;
			font-weight: 700;
			font-size: 20px;
		}
		#header a.lenuslab {
			color: #fff !important;
		}
		#header a.lenuslab:hover {

		}
		
		
		.tool_label {
			display: none;
		}
		
.header_container {
	padding: 15px 0;
}

.videoclip {
	text-align: right;
	position: absolute;
	bottom: 30px;
	right: 0;
}
	.videoclip video {

	}
		.videoclip img {
			width: 100%;
			max-width: 460px;
		}

.plan_container, .app_item_container {
	text-align: center;
	background: #fff;
	opacity: .9;
	transition: all .3s;
	padding: 0;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.plan_container {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.app_item_container {
	text-align: left;
	margin: 10px;
}
	.app_item_container h2 {
		clear: both;
		display: block;
		margin: 0 0 15px 0;
		font-size: 24px;
		padding: 0 15px 0 15px;

	}
	.app_item_container h2 i {
		text-align: center;
		line-height: 50px;
		background: #eee;
		border-radius: 15px;
		width: 50px;
		height: 50px;
		margin: 0 15px 0 0;
		float: left;
		font-size: 30px;
	}
	.app_item_container .app_description {
		margin: 0;
		clear: both;
		display: block;
		padding: 0 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 16px;
		height: 60px;
	}
	.app_item_container h2 a {
		text-decoration: none;
		color: #111;
	}
.plan_container:hover {
	padding: 0 0 15px 0;
	opacity: 1;
	margin: 0;
	border-radius: 15px;
	box-shadow: 0 0 30px rgba(0,0,0,.25);
}
.plan_container_inactive, .plan_container_inactive:hover {
	background: none;
	opacity: 1;
	padding: 20px 0;
	opacity: 1;
	margin: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.plan_container h3 {
	margin: 0;
	padding: 30px 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #23d5ab;
}
.plan_container_inactive h3 {
	background: none;
	color: #111;
}
	.plan_container .plan_price {
		padding: 5px 0;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.plan_container .plan_option {
		padding: 15px 0;
		font-size: 14px;
		border-bottom: 1px solid #eee;
		text-align: center;
	}
	.plan_container .plan_recurring_price {
		font-size: 30px;
		color: #000;		
		font-weight: 800;
	}
	.plan_container .plan_recurring_price .sup {
		font-size: 15px;
	}
	.plan_option_value {
		font-weight: 600;
		font-size: 20px;
	}
	.plan_button {
		color: #fff;
		margin: 15px;
	}
	.plan_button a {
		color: #fff;
	}
	
	
.carousel-container {
	position: relative;
}

.carousel-container::before {
	z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none; /* Per evitare che l'elemento interferisca con gli eventi del mouse */
}

.carousel-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none; /* Per evitare che l'elemento interferisca con gli eventi del mouse */
}

.carousel-container:hover .carousel-prev, .carousel-container:hover .carousel-next {
	opacity: 1;
}
.carousel {
	position: relative;
	width: 100%; /* Larghezza del carosello */
	overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease; /* Aggiungiamo una transizione animata */
}

.carousel-item {
	width: 415px; /* Larghezza di ciascun elemento */
	margin: 10px;
	flex: 0 0 auto;
}
.scheda_applicazione {
	transition: all .3s;
	position: relative;
	background: #eee;
	color: #000;
	padding: 15px;
	border-radius: 15px;
	height: 180px; /* Altezza di ciascun elemento */
}
.scheda_applicazione:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.10);
}

.carousel-prev, .carousel-next {
	transition: all .3s;
	opacity: 0;
	z-index: 6;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
	color: #000;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	width: 64px;
	height: 64px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.carousel-prev {
	left: -32px;
	top: 70px;
}
.carousel-next {
	right: -32px;
	top: 70px;
}


.tab_selector {
	text-decoration: none !important;
	transition: all .3s;
	display: inline-block;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	padding: 5px 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 1px solid #aaa;
}
.tab_selector.active {
	color: #fff;
	background: #aaa;
}
.application_item {
	font-size: 14px;
	text-decoration: none !important;
	color: #000;
}
.application_item h3 {
	font-size: 20px;
	margin: 8px 0 0 0;
}
.pos_applicazione {
	height: 64px;
	font-size: 17px;
	line-height: 64px;
	float: left;
	width: 30px;
}
.icona_applicazione {
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative; /* Per creare uno spazio per il gradiente */
}

.icona_applicazione_big {
    font-size: 36px;
    text-align: center;
    width: 128px;
    height: 128px;
    line-height: 128px;
}

.icona_applicazione::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(242, 242, 242, 0.25)); /* Utilizzo RGBA per regolare l'opacità */
    border-radius: 15px;
    z-index: 1; /* Per posizionare il gradiente dietro all'icona */
}


.scheda_applicazione a {
	color: #000;
}
.etichetta {
	transition: all .3s;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	background: rgba(255,255,255,.7);
}
.scheda_applicazione:hover .etichetta{
	background: rgba(255,255,255,.9);
}

.scheda_applicazione h3 {
	font-size: 22px;
}
.scheda_applicazione .app_description {
	font-size: 17px;
}

.scheda_applicazione_dettagli {
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 768px) {
  .carousel-item {
  }
}






label {
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.normal_text {
	font-size: 18px;
	text-transform: none;
}
.iti {
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
.accordion {
	border-bottom: 1px solid #dedede;
}
	.accordion .domanda {
		cursor: pointer;
		padding: 15px;
		margin-bottom: 5px;
		font-size: 22px;
		font-weight: bold;
	}
	.accordion .risposta {
		display: none;
		padding: 15px;
	}
	

.table {
	max-width: 100%;
	box-shadow: 0 15px 15px rgba(0,0,0,.15);
	border: 0 !important;
	margin: 30px 0;
	background: #fff;
	border-radius: 15px !important;
}
	.table th, .table td {
		font-size: 14px;
		padding: 5px 10px !important;
		border: 0 !important;
		border-bottom: 2px solid #ecf0f1 !important;
	}
	.table tr:last-child td {
		border: 0 !important;
	}

.tag {
	margin: 0 auto;
	margin-bottom: 5px;
	letter-spacing: 1px;
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.section_dark .tag {
	color: #f1c40f;
}
.section {
	font-size: 20px;
}
.section h2 { 
	font-weight: 700;
	margin: 0;
	margin-bottom: 30px;
	font-size: 30px;
}
.section .btn {
	margin: 60px auto;
	margin-bottom: 0;
}

#mainform {
	position: relative;
	height: 100vh;
	padding: 0;
}
	#mainform .btn-success {
		background: #fff;
		color: #000;
	}


	
	#mainform h1, h1 {
		margin: 0 0 10px 0;
		font-weight: 700;
		font-size: 40px;
	}
	#mainform p {
		font-weight: 700;
		font-size: 20px;
	}
	p.lead {
		font-weight: 400;
		font-size: 20px;
	}
	#mainform p.secondary {
		font-weight: 700;
		font-size: 16px;
	}
	#mainform p.disclaimer {
		display: block;
		margin: 30px 0;
		font-weight: 400;
		font-size: 12px;
	}
	
	#mainform p span {
		background: #f1c40f;
		padding: 0 5px;
	}

.descr {
	font-size: 13px;
	margin-bottom: 15px;
}
.formail {
	border-radius: 15px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 15px 15px rgba(0,0,0,.2);
}
.err {
	display: block;
	color: #c0392b;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
}
	.err a {
		color: #c0392b;
		text-decoration: underline;
	}
.form-control {
	border: 0;
	margin-bottom: 10px !important;
	background: #eee;
	border-radius: 5px;
}
.form-control-margin {
	margin-bottom: 5px !important;
}
.section_light {
	background: #f5f5f5;
}
.section_dark {
	background: #2c3e50;
	color: #fff;
}
.google_review_widget, .google_review_widget a {
	font-size: 16px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.google_review_widget .logo_google {
	background: #fff;
	color: #000;
	padding: 2px 5px;
	border: 1px solid #dedede;
}
	.google_review_widget i {
		color: #f9bc15;
		margin: 0 1px;
	}
	.google_review_widget .logo_google i {
	color: #4385F5;
	}









.single {
	font-size: 17px; 
	background: #fff;
}
	.single img {
		margin-bottom: 32px;
		border-radius: 15px;
		max-width: 100%;
		height: auto;		
	}
	.single h1 {
		margin: 0 0 32px 0;
		padding: 0 0 32px 0;
		border-bottom: 1px solid #cedeef;
	}
	.single h2 {
		margin-top: 40px 0 32px 0;
		font-weight: bold;
	}
	.single, .single p, .single ul, .single ul li, .single ol, .single ol li {
		font-size: 17px;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		margin-bottom: 20px;
	}
	.single ul, .single ol {
		margin: 0 0 32px 20px;
	}
	.single ul li, .single ol li {
		margin: 0 0 5px 0;
	}
	.single a {
		font-weight: bold;
	}
	.single table {
		margin: 32px 0;
		background: #fff;
		border-collapse: collapse;
	}
	.single table td, .single table th {
		font-size: 15px;
		padding: 15px 30px;
		border-bottom: 1px solid #eee;
	}

	.single .tag {
	}
	.single img {
		margin: 0 0 15px 0;
		border-radius: 5px;
	}
	.single .single_footer {
		font-weight: bold;
		border-top: 1px solid #cedeef;
		padding: 15px 0;
		font-size: 16px;
	}
	.single .single_footer a {
		text-decoration: none;
	}




.section { 
	padding: 45px 0;
}
#siamotop {
	padding: 30px 0;
}
.icon {
	text-align: center;
	margin: 30px auto;
	margin-bottom: 15px;
	font-size: 80px;
}
.iconize {
	display: block;
	text-align: center;
	padding: 0 30px;
}
.section .btn {
	transition: all .3s;
	white-space: wrap;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
}
.btn-primary {
	
}
.btn-success {
	transition: all .3s;
	border: 0;
	background: #1abc9c;
	color: #fff;
}



.dashboard_related_contents {
	margin: 32px 0;
	clear: both;
	display: block;
}
.dashboard_related_contents:after {
	content: '';
	clear: both;
	display: block;
}



.or_call {
	display: block;
	margin-top: 15px;
}
	.or_call a {
		text-decoration: none;
		border-bottom: 1px dashed #27ae60;
		color: #27ae60;
	}
	.section_dark .or_call a {
		border-bottom: 1px dashed #f1c40f;
		color: #f1c40f;
	}
	
	.caption {
		display: block;
		clear: both;
		position: relative;
		color: #111;
		margin-bottom: 30px;
		font-weight: 300;
		text-align: center;
	}
	.caption_author {
		color: #111;
		text-align: center;
		font-weight: 800;
		font-size: 16px;
	}
		.caption_author img {
			border: 1px solid #dedede;
			margin: 5px;
			width: 80px;
			height: 80px;
			border-radius: 50%;
		}
		.caption_author span {
			margin-bottom: 5px;
			color: #2C3E50;
			opacity: .9;
			display: block;
			clear: both;
		}
	.caption:before, .caption:after {
		opacity: .5;
		content: '';
		position: absolute;
		display: block;
	}
	.caption:before {
		content: '\f10d';
		left: 0;
		top: -30px;
		font-weight: 600;
		color: #2C3E50;
		font-size: 20px;
		font-family: "Font Awesome 6 Pro";

	}
	.caption:after {
		bottom: 0;
		right: 0;
		content: '\f10e';
		font-weight: 600;
		color: #2C3E50;
		font-size: 20px;
		font-family: "Font Awesome 6 Pro";

	}
	.parlano_di_noi {
		text-align: center;
		padding: 60px 0;
		color: #111;
		font-size: 17px;
		text-decoration: none;
	}
	.parlano_di_noi .tag {
		color: #000;
		font-size: 14px;
	}
	.parlano_di_noi a {
		color: #111;
		font-size: 17px;
		text-decoration: none;
	}
	.parlano_di_noi img {
		margin: 5px 0;
	}
.lenuslab_copyright {
	color: #dedede;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 0;
	display: block;
}
.support_for_mobile {
	display: none;
}
.logo_link {
	margin: 15px;
}
#mainmenu .mainmenu_design {
	transition: all .3s;
	margin: 15px;
	padding: 0 0 15px 0; 	
	border-radius: 5px;
}

#mainmenu .mainmenu_design {
	
}

	#mainmenu .mainmenu_design .mainmenu_trigger {
		color: #000;
		display: inline-block;
		padding: 0;
	}
	#mainmenu .mainmenu_design .lenuslab {
		color: #000 !important;
	}

@media(max-width: 1024px)
{
	
	
	.support_for_mobile {
		padding: 15px;
		display: block;
	}
		#header .support_for_mobile .common_link a.lenuslab, #header .support_for_mobile .common_link a.mainmenu_trigger {
			color: #000;
		}
	#mainmenu {
		display: none;
		padding-bottom: 15px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		clear: both;
	}
	#mainmenu .mainmenu_design {
		box-shadow: 0 0 15px rgba(0,0,0,.05);
		background: #fff;
	}

		
		#header #mainmenu ul li {
			display: block;
			clear: both;
		}
			#mainmenu ul li.all {
				padding: 5px 15px;
			}
			#header #mainmenu ul li a {
				padding: 10px 15px;
				font-size: 16px;
				display: block;
				color: #191919;
				clear: both;
			}
}

.allineamento_centrale {
			position: absolute;
			width: 100%;
			top: 50%;
			transform: translateY(-50%);
			left: 0;
		}
		
		
		
		
	
	
	


@media(min-width: 860px){
	
	
		




		
		
		
	#subfooter .social {
		float: right;		
	}
	#top {
		display: block;
	}
		#header #header_data ul.right {
			display: block;
		}
			#header .mainmenu_trigger {
				display: none;
			}

	.columns {
		clear: both;
		display: block;
		max-width: 1250px;
		margin: 0 auto;
		height: 100%;
	}
		.columns:after {
			content: '';
			clear: both;
			display: block;
		}
	
		
	.col-left, .col-right {
		position: relative;
		display: block;
		float: left;
		width: 50%;		
		height: 100%;
	}
	
	.col-left {
	}
	
		

	
	
	
	#header a.lenuslab {
		font-size: 24px;
	}
	
	
	.tool_label {
		display: inline-block;
	}
	
	#header #mainmenu ul li a {
		font-size: 15px;
		padding: 0 15px;
	}
		
	#toolmenu {
		width: 180px;
	}

	.searform {
		margin: 0 auto;
		width: 60%; 
	}
	
	
	.item {
		width: 33%;
		float: left;
	}
	.plan {
		width: 20%;
		float: left;
	}
	.plan_single .plan {
		color: #000;
		width: 100%;
		float: none;
	}
	.parlano_di_noi {
		margin: 0 auto;
		padding: 60px 240px;
	}
	
	.table th, .table td {
		font-size: 17px;
		padding: 15px 30px !important;
	}
	.section .btn {
		font-size: 24px;
	}
	
	#mainform h1 {
		font-size: 48px;
	}
	#mainform p {
		font-size: 24px;
	}
	#mainform p.secondary {
		font-size: 20px;
	}
	#mainform p.disclaimer {
		font-size: 14px;
	}
	#mainform img {
		float: right;
		max-height: 350px;
	}
		
	.section h2 { 
		font-size: 48px;
	}


	.table {
		width: 60%;
		margin: 30px auto;
	}
	
}


@media(min-width: 1024px){
	
	.single {
		border-radius: 15px;
		padding: 30px 60px;
	}
	
	.header_container_tool {
		display: block;
		padding: 5px 0;
	}

	
	
}


@media (min-width: 1400px){
	
	.container {
		width: 1280px;
	}
	#header .header_container {
		max-width: 1400px;
		margin: 0 auto;
	}
}

.btn-blank, .btn-primary {
	background: #1abc9c;
	border: 0;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1; /* Aggiunto z-index positivo */
}
	.btn-blank:hover, .btn-primary:hover, .btn-success:hover, #header #mainmenu ul li a.btn, #header #mainmenu ul li a.btn:hover {
		color: #fff !important;
		background: #1abc9c !important;
	}