@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');




body {
	font-family: 'Teko', 'Montserrat', sans-serif;
}
h1, h2, #cta-info a, #cta-info a:hover, #cta-info a:visited {
	font-family: 'Montserrat', sans-serif;
}
#ico-app h1 {
    font-family: 'Teko', 'Montserrat', sans-serif;
}
#ico-app h2, #ico-app h2 em, #ico-app h2 strong {
	font-family: 'Montserrat', sans-serif;
}
p, .sPage #ico-app.col-md-6 ul li  {
	font-family: 'Montserrat', sans-serif;
}
#frmSostienici h3, #frmSostienici #btnSubmit{
	font-family: 'Montserrat', sans-serif;
}
#frmSostienici.form-horizontal .control-label, #frmSostienici .checkbox, #frmSostienici .checkbox label{font-family: 'Montserrat', 'Source Sans Pro', sans-serif;}
.bg_splash_app {
	background-size: 100% auto;
	width: 100%; height: 100%; top: 0; left: 0;
	background: url(../images/bg_app.png) no-repeat center bottom;
	position: fixed;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* ---- ico-app ---- */
#ico-app { text-align: center; padding-top: 160px; }
#ico-app img { max-width: 240px; width: 100%; height: auto;}
#ico-app h1 {  color: #999532; font-size: 48px; line-height: 44px; margin: -10px 0 10px 0; padding: 0; text-align: center;}
#ico-app h2 { color: #46440F; font-size: 20px; line-height: 28px; margin: 10px 0 20px 0; padding: 0; text-align: center;font-style: normal; }
#ico-app h2 em {font-size: 20px; font-style: normal; font-weight: normal;  }
#ico-app h2 strong {font-size: 20px; font-style: normal; font-weight: normal; }
#ico-app p { text-align: center; color: #333; font-size: 14px; line-height: 24px;}

#btn-store { margin: 0 auto;}
#btn-store img { max-width: 135px; width: 100%; height: auto; margin: 20px;}

#btn-webapp, #btn-webapp a, #btn-webapp a:hover, #btn-webapp a:visited {
    color: #333 !important;
}
#btn-webapp a, #btn-webapp a:hover, #btn-webapp a:visited {
    text-decoration: underline !important;
}

/* ---- cta-info ---- */
#cta-info { padding-top: 20px; padding-right: 10%; top: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;}
#cta-info a, #cta-info a:hover, #cta-info a:visited { display: block; float: right; width: 30%; background-color: #999532; border: 1px solid rgba(255,255,255,0.4); color: #fff; padding: 6px 15px 6px 15px; border-radius: 60px; text-align: center; text-decoration: none; font-size: 16px; line-height: 24px;}

#cta-info a:hover{background-color: #999532; color: #fff;}



/* ---- footer ---- */
#footer { background-color: #fff; bottom: 0; position: fixed; width: 100%;}
#footer p { font-size: 11px; line-height: 16px; padding: 20px 10% 10px 10%;}
#footer p a, #footer p a:hover, #footer p a:visited { color: #999532; text-decoration: none;}
#footer p a:hover { text-decoration: underline;}



/* ============ */
/* 	SOSTIENI */
/* ============ */

#info-form { text-align: center; padding-top: 160px; }
#frmSostienici { padding: 20px 10px; background-color: rgba(255,255,255,0.8); }
#frmSostienici h3 { color: #000; margin-bottom: 20px !important; }
#frmSostienici .col-sm-10 { width: 76.333333%;}
#frmSostienici .col-sm-offset-2 { margin-left: 11.666667%;}
#frmSostienici .checkbox { padding-top: 0px; }
#frmSostienici .checkbox label { padding-left: 0px !important; font-size: 10px; line-height: 18px; }
#frmSostienici #btnSubmit {
    float: none !important;
    background-color: #999532;
    color: #FFF;
    text-transform: uppercase;
    border: 0px solid #999532;
    padding: 10px 15px 6px 15px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
	margin-top: 20px;
}

#frmSostienici .checkbox label a, #frmSostienici .checkbox label a:hover, #frmSostienici .checkbox label a:visited { color: #999532;}


.alert { display: none; }


.sPage #ico-app.col-md-6 h1, .sPage #ico-app.col-md-6 h2, .sPage #ico-app, .sPage #ico-app.col-md-6 ul { text-align: left !important;}
.sPage #ico-app.col-md-6 ul li { list-style-type: square; text-align: left;
    font-size: 13px;
    line-height: 22px;
}
.sPage #ico-app.col-md-6 h2 { margin-bottom: 0 !important;}
.sPage #ico-app img { max-width: 160px; margin-bottom: 10px !important;}
.sPage #ico-app { padding-top: 20px;}

.sPage #ico-app.col-md-6 h1, .sPage #ico-app.col-md-6 h2 { padding-left: 30px !important;}
.sPage #ico-app.col-md-6 ul { padding-left: 50px !important; margin-bottom: 20px !important;}


/* ---- responsive ---- */
@media only screen and (max-width: 1400px) {

	#ico-app { text-align: center; padding-top: 140px; }
	#frmSostienici { padding: 20px;}
	.form-horizontal .col-sm-2 { min-width: 100px;}
}
@media only screen and (max-width: 1200px) {

	#ico-app { text-align: center; padding-top: 120px; }
}
@media only screen and (max-width: 1080px) {

	.sPage #ico-app h1 { font-size: 36px;}
	#frmSostienici .checkbox { padding: 0 20px;}
}
@media only screen and (max-width: 1024px) {

	#ico-app { text-align: center; padding-top: 100px; }	
}
@media only screen and (max-width: 991px) {

	#ico-app { text-align: center; padding-top: 100px; background-color: rgba(255, 255, 255, 0.6); padding-bottom: 200px;}
	#cta-info { top: 0; position: fixed; right: 0; width: 100%; padding-right: 15px;text-align: center;}

	#cta-info a, #cta-info a:hover, #cta-info a:visited { /*width: 33%;*/ width: 100%; margin: 0 auto; float: none; max-width: none;}
	.bg_splash_app { padding-left: 0; padding-right: 0;}
	#cta-info a, #cta-info a:hover, #cta-info a:visited {border: 1px solid #999532; }
	
	
	.sPage { height: auto; position: inherit;}
	.sPage #footer { width: 100%; position: relative;}
	.sPage #ico-app { padding-bottom: 40px; padding-top: 40px;}
	#info-form {padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 110px;}
	
	
	
	
	
}
@media only screen and (max-width: 768px) {

	#cta-info a, #cta-info a:hover, #cta-info a:visited { font-size: 14px;}
	
	

}
@media only screen and (max-width: 767px) {

	#frmSostienici .col-sm-10 { width: 100%;}
	#frmSostienici .col-sm-offset-2 {margin-left: 0;}
	#info-form { padding-bottom: 135px;}


}
@media only screen and (max-width: 736px) {
		.bg_splash_app { height: auto; position: inherit;}
		.sPage { height: auto; position: inherit;}
	#footer { width: 100%; position: relative;}
	#ico-app { padding-bottom: 20px; padding-top: 80px;background-color: rgba(255, 255, 255, 0.8);}
	#cta-info { position: absolute;}
	
	
	#info-form {padding-bottom: 0;}
	
	
}

	@media only screen and (max-height: 740px) {
		.bg_splash_app { height: auto; position: inherit;}
		.sPage { height: auto; position: inherit;}
		#footer { width: 100%; position: relative;}
		#ico-app { padding-bottom: 40px; padding-top: 40px;}
		#cta-info { position: absolute; width: 100%;}
		#cta-info a, #cta-info a:hover, #cta-info a:visited { /*width: 34%; max-width: 245px;*/width: 100%;}
	}
	@media only screen and (max-height: 650px) {
		.bg_splash_app { height: auto; position: inherit;}
		.sPage { height: auto; position: inherit;}
		#footer { width: 100%; position: relative;}
		#ico-app { padding-bottom: 20px; padding-top: 20px;}
		#cta-info { position: absolute; width: 100%;}
		#cta-info a, #cta-info a:hover, #cta-info a:visited { /*width: 34%; max-width: 245px;*/ width: 100%;}
		#ico-app img { max-width: 200px;}
		#btn-store img { max-width: 135px;}
		#ico-app h2 { margin-bottom: 0;}
	}
	@media only screen and (max-height: 560px) {
		#ico-app img { max-width: 160px;}
		#btn-store img { max-width: 135px;}
		#ico-app h2 { margin-bottom: 0;}
		#ico-app h1 { font-size: 34px; }
		#ico-app h2 { font-size: 22px; line-height: 32px; margin-bottom: 10px;}
		#ico-app h2 strong { font-size: 26px;}	
	}	
	
	
@media only screen and (max-width: 640px) {

	#ico-app { text-align: center; padding-top: 80px; }
	#cta-info a, #cta-info a:hover, #cta-info a:visited { font-size: 14px; /*width: 48%;*/ width: 100%;}

		#ico-app h1 { font-size: 36px; line-height: 32px; }
    	#ico-app h2 { font-size: 16px; line-height: 28px; margin-bottom: 10px;}
    	#ico-app h2 strong { font-size: 24px;}
}
@media only screen and (max-width: 480px) {

	#ico-app { text-align: center; padding-top: 60px; }
	#cta-info a, #cta-info a:hover, #cta-info a:visited { font-size: 13px; /*width: 46%;*/ width: 100%;}

}
@media only screen and (max-width: 420px) {

	#cta-info { padding-right: 20px;}
	#cta-info a, #cta-info a:hover, #cta-info a:visited { padding: 10px 10px 6px 10px;}
}
@media only screen and (max-width: 400px) {
	
	#ico-app img { max-width: 200px;}
	#btn-store img { max-width: 134px;}
	#ico-app h1 { font-size: 36px; line-height: 32px; }
	#ico-app h2 { font-size: 16px; line-height: 28px; margin-bottom: 10px;}
	#ico-app h2 strong { font-size: 24px;}
	#btn-store img { margin: 10px 5px;}


}
@media only screen and (max-width: 39px) {
	#ico-app h1 { font-size: 26px; line-height: 32px; }
	#ico-app h2 { font-size: 15px; line-height: 28px; margin-bottom: 10px;}
	#ico-app h2 strong { font-size: 20px;}

}
@media only screen and (max-width: 340px) {
	
	#ico-app { text-align: center; padding-top: 80px; }
	#ico-app img { max-width: 140px;}
	#btn-store img { max-width: 120px;}
	#ico-app h1 { font-size: 34px; }
	#ico-app h2 { font-size: 22px; line-height: 32px; margin-bottom: 10px;}
	#ico-app h2 strong { font-size: 26px;}	
	#btn-store img { margin: 10px 5px;}
	#footer p { font-size: 9px; line-height: 14px; padding: 20px 10px 10px 10px;}

}



/* IUBENDA FOOTER STYLE */
#footer .iubenda-cs-preferences-link img {
    display: none;
}