body {margin:0; padding:0; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
img { max-width:100%; }
.myrow { display:inline-block; width:100%; }
.cover_landing { position: relative; height: calc(100vh - 240px); }
@media only screen and (max-width: 780px) {
	.cover_landing { height: calc(35vh); }
    .info_landing { padding: 40px 20px; }
}
header { text-align:center; padding:25px 20px; }
header img { display:inline-block; width:175px; height:auto;}
img.cropjef { position:absolute; object-fit:cover; object-position:center; top:0; left:0; width:100%; height:100%; }
img.absolute { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); width:480px; max-width:84%; height:auto; }
.info_landing { background-color:#eaeaea; padding:80px 20px; }
.info_landing .testo_landing { text-align:center; padding:40px 0; }
.info_landing .testo_landing span { display:inline-block; width:100%; font-weight: 400; font-size:19px; line-height:24px; color:#000; font-family:"Proxima Nova"; }
.info_landing .testo_landing.smaller span { font-size:16px; line-height:20px; }
.info_landing .testo_landing.smaller span.bigger { font-size:19px; font-weight:600; }
.form_landing form .entry__field { border-radius:0; border:0; border-bottom:1px solid #b0b0b0}
.form_landing form .entry__field input { text-align: center; color: #444; }
.form_landing form .sib-form-block p { font-size:16px; line-height:20px; color:#000; font-family:"Proxima Nova";font-weight:600;}
.form_landing #sib-container, .form_landing .sib-form { padding:0; }
.form_landing { padding: 80px 20px; }
.law_informativa { text-align:justify; font-size:10px; line-height:12px; padding:40px 0 0; color:#382f2d; font-family:"Proxima Nova";}
.law_informativa .title_law {
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Proxima Nova";
}
/*radio button*/
.form_landing form .sib-radiobutton-group {text-align:center; }
.form_landing form .sib-radiobutton-group .entry__choice { width:auto; margin:0 5px; display:inline-block}
.form_landing form .sib-radiobutton-group .entry__choice label { font-size:11px; line-height:13px; color:#382f2d; }
.form_landing form .sib-radiobutton-group .entry__choice .radio-button, .form_landing form .sib-radiobutton-group .entry__choice .radio-button::before { border-radius:0; }
.form_landing form .input_replaced:checked + .radio-button::before  { background-color:#382f2d !important;}
.form_landing form .input_replaced:checked + .radio-button { border-color: #382f2d !important; }
/*check optin*/
.form_landing form .sib-optin {text-align:center; }
.form_landing form .sib-optin .entry__choice { width:auto; margin:0 5px; display:inline-block}
.form_landing form .sib-optin .entry__choice label { font-size:11px; line-height:13px; color:#382f2d; }
.form_landing form .sib-optin .entry__choice .radio-button, .form_landing form .sib-radiobutton-group .entry__choice .radio-button::before { border-radius:0; }
.checkbox { border-radius:0 !important;}


.form_landing { text-align:center; }
.form_landing .titlewebform { font-size:16px; line-height:20px; color:#000; font-family:"Proxima Nova"; font-weight:600; margin-bottom:40px; }
.form_landing form {
	width: 540px;
	max-width: 100%;
	margin: 0 auto;
	display: block; position: relative;
}
.form_landing form input::placeholder {
	text-align: center;
	font-family: 'Proxima Nova';
	color: #b0b0b0;
	border-width: px;
}
.form_landing form input:-ms-input-placeholder {
    text-align: center;
    font-family:'Proxima Nova';
    color: #b0b0b0;
    border-width: px;
}
.form_landing form input { text-align:center; color:#444; width:100%; margin-bottom:40px; padding:10px; display:inline-block; position:relative; border:0; border-bottom:1px solid #ccc }

.form_landing form input[type="submit"],
.form_landing form input[type="button"]
{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	font-family:'Proxima Nova';
	color: #000000;
	background-color: transparent;
	border-width: 0px;
}
.accetto {
	text-align: center; margin-top:20px; margin-bottom:40px;
}
.accetto > * { display:inline-block; margin:0 4px !important;}
.form_landing form .accetto input { width:auto; }
.form_landing form .accetto span {
	font-size: 14px;
	text-align: left;
	font-family:'Proxima Nova';
	color: #3C4858;
	background-color: transparent;
	border-width: px;
}

.message_ok_send {
	display: none;
	width: 100%;
	color: #090;
	margin: 20px 0;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 16px;
}
label.error {
	font-size: 12px;
	font-family: Proxima Nova;
	color: red;
	position: relative;
	top: -35px;
	font-weight: 600;
}
.form_landing form .accetto label.error {top:0; display:block}

.messageForm { display: none; width: 100%; color: #090; margin: 20px 0; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; line-height: 16px; }
.messageForm.visible { display: block; }