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


body {
	width: 100%;
	overflow-x: none;
	font-family: "Open Sans";
	font-size: 18px;
	background: #ecf0f1;
}
.video_presentazione {
	background: #dee0d9;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
}
.video_presentazione video {
	opacity: 1;
	width: 100%;
}

#footer {
	padding: 30px 0;
	text-align: center;
}
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: #CDC0BA;
}
.section {

}
.section h2 { 
	font-weight: 700;
	margin: 0;
	margin-bottom: 30px;
	font-size: 30px;
}
.section .btn {
	margin: 60px auto;
	margin-bottom: 0;
}

#benefit, #form, #faq, #oam {
	padding: 60px 0;
}
#benefit {
	background: url('/gest/config/gestionale/web/antonioromanelli/images/antonio_romanelli_consulenten_bancario.jpg') no-repeat;
	background-size: cover;
	
}

#mainform {
	
}
	#mainform h1 {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 30px;
		text-align: center;
		font-family: "Qwitcher Grypen", cursive;
		font-weight: 400;
		font-style: normal;
		font-size: 50px;
	}
		#mainform h1 span {
			clear: both;
			display: block;
			text-align: center;
			letter-spacing: 5px;
			font-family: "Open Sans";
			font-weight: 300;
			font-style: normal;
			font-size: 18px;
		}
		#mainform .disclaimer {
			font-size: 14px;
		}
		#mainform .btn-success {
			margin-top: 0;
			font-size: 18px;
		}
	

.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: #00975E;
	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;
	}

#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: #00975E;
	color: #fff;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* Altezza minima al 100% della finestra */
  max-width: 800px;  /* Larghezza massima */
  width: 100%;       /* Assicurati che il modale sia responsive */
}


.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 #CDC0BA;
		color: #CDC0BA;
	}
	
	.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;
}
.videoclip_play {
	text-align: center;
	margin-top: 50%;
	transform: translateY(-40%);
}
.videoclip_play a {
	transition: all .3s;
	opacity: .6;
	display: block;
	font-size: 100px;
	text-align: center;
	border: 10px solid #fff;
	color: #fff;
	margin: 0 auto;
	width: 280px;
	height: 280px;
	line-height: 280px;
	border-radius: 50%;
}
.videoclip_play a:hover {
	opacity: 1;
}
.btn-close {
	float: right;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	border: 0;
	background: none;
	color: #fff;
}
.modal-header {
	border: 0;
}

.modal-content {
	border: 0 !important;
	box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	background: none !important;
}

.social {
	padding: 30px 0;
	font-size: 30px;
}
.social a {
	padding: 0 15px;
	color: #111;
}


.allineamento_centrale:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 1;
	width: 150px;
	height: 100%;
	background: linear-gradient(to right, rgba(222, 224, 217, 1), rgba(222, 224, 217, 0));
}
#oam {
	background: #fff;
}


@media(max-width: 1000px){
	.videoclip_play {
		display: none;
	}
	.container {
		max-width: 100% !important;
		width: 100% !important;
	}
}
@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 ul:after {
		content: '';
		clear: both;
		display: block;
	}

	#mainform ul {
		margin-bottom: 30px;
	}
	#mainform ul li {
		float: left;
		width: 50%;
	}
		
	.section h2 { 
		font-size: 48px;
	}
	


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

}




@media(min-width: 1000px){
	.container {
		width: 100%;
	}
	
	#mainform h1 {
		font-size: 70px;
	}
		#mainform h1 span {
			font-size: 18px;
		}
	
	.allineamento_centrale {
		padding-top: 0;
		padding-right: 120px;
	}
	.video_presentazione {
		overflow: hidden;
		height: 450px;
	}
	.video {
		max-width: 1400px;
		top: 0;
		right: 0;
		position: absolute;
	}
	
}
@media(min-width: 1200px){
	
	.video_presentazione {
		height: 500px;
	}

	
	
}
@media(min-width: 1400px){
	
	.container {
		width: 1280px;
	}

	.video_presentazione {
		height: 600px;
	}

	
}