/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')

body {
	width: 100%;
	overflow-x: none;
	font-family: "Open Sans";
	font-size: 18px;
	background: #ecf0f1;
}
#mainform {
	font-style: italic;
	background: url('https://gestionale.lenuslab.com/gest/config/gestionale/web/forfettariofacile/images/fantetti_background.jpg?ico=4');
	background-size: cover !important; 
}
#footer {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
}
img {
	max-width: 100%;
}

label {
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.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 {
	color: #27ae60;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 1px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	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 {
	
}
	#mainform h1 {
		font-weight: 700;
		font-size: 30px;
	}
	#mainform p {
		font-weight: 700;
		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);
}
.form-control {
	border: 0;
	margin-bottom: 10px !important;
	background: #f7f7f7;
	border-radius: 5px;
}
.form-control-margin {
	margin-bottom: 5px !important;
}
.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;
	}

.section { 
	padding: 5% 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;
}
.btn {
	transition: all .3s;
	white-space: wrap;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
}
.btn-success {
	border: 0;
	background: #27ae60;
	color: #fff;
}
.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;
}
@media(min-width: 768px){
	
	.parlano_di_noi {
		margin: 0 auto;
		padding: 60px 240px;
	}
	
	.table th, .table td {
		font-size: 17px;
		padding: 15px 30px !important;
	}
	.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;
	}
		
	.section h2 { 
		font-size: 48px;
	}
	.container {
		width: 1280px;
	}


	.table {
		width: 60%;
		margin: 30px auto;
	}
	
	.allineamento_centrale {
		padding-right: 10%;
	}
}