html {
	scroll-behavior: smooth;
	background: #34495e;
	min-height: calc(100% + env(safe-area-inset-top));
  	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #FFF;
}

a {
	color: #2980b9;
	text-decoration: none
}
a:hover {
	color: #3498db;
}
.content {
	margin: 0 auto;
	width: 100%;
}
.inner {
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
}
.bg-1{
	background: #ecf0f1;
}
.container {
	display: grid;
	grid-template-columns:  repeat(auto-fit, minmax(300px, 1fr));
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	margin-bottom: 40px;
}
footer {
	background: #34495e;
	color: #ecf0f1;
	font-size: 0.9em;
}
footer a {
	color: #ecf0f1;
	text-decoration: underline;
}
label {
	display: block;
	padding: 5px 5px;
	margin-top: 10px;
}
input[type=text] {
	padding: 7px 10px;
	border-radius: 10px;
	font-size: 0.9em;
	border: 1px solid #bdc3c7;
	background: #ecf0f1;
}
.text-center {
	text-align: center;
}
button {
	margin-top: 15px;
	padding: 10px 10px;
	border-radius: 10px;
	background: #34495e;
	border: 1px solid #2c3e50;
	color: #ecf0f1;
	font-size: .8em;
}
button:hover {
	background: #2c3e50;
}
.input-append {
	background: #bdc3c7;
	padding: 7px 10px;
	font-size: .9em;
	margin-left: -13px;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 800;
}
.table-container {
	overflow-x: auto;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #2c3e50;
}
th {
	background: #34495e;
	color: #ecf0f1;
	text-transform: capitalize;
}
th, td {
	padding: 10px;
}
td {
	background: #fff;
}
h3{
	font-size: 1.5em;
}
#importo_netto {
	font-weight: 800;
	color: #279b37;
}
#tasse {
	font-weight: 800;
	color: #e4002b;
}
#st_gdpr_iframe{
	display: none !important;
}
form[name=proposta] label {
	font-weight: 800;
}
form[name=proposta] input {
	width: 100%;
	background: #ecf0f1;
	border: 1px solid #34495e;
	border-radius: 0px;
	padding: 15px;
	margin: 10px 0;
	box-sizing: border-box;
	font-size: 1em;
}
form[name=proposta] textarea {
	width: 100%;
	min-height: 200px;
	background: #ecf0f1;
	border-radius: 0px;
	padding: 15px;
	border: 1px solid #34495e;
	margin: 10px 0;
	box-sizing: border-box;
	font-size: 1em;
}
form[name=proposta] button[type=submit] {
	display: block;
	width: 100%;
	border-radius: 0;
	background: #34495e;
	font-weight: bold;
	font-size: 1em;
}
form[name=proposta] button[type=submit]:hover {
	display: block;
	width: 100%;
	border-radius: 0;
	background: transparent;
	border: 1px solid #34495e;
	box-sizing: border-box;
	color: #34495e;
}
.standard-padding{
	padding: 20px 0;
}
.card-grid{
	display: grid;
	grid-template-columns:  repeat(auto-fit, minmax(200px, 1fr));
	width: 100%;
	grid-gap: 30px;
}
.card {
	background: #34495e;
	color: #ecf0f1;
	padding: 20px;
	text-align: center;
	margin: 30px 0px;
	border-radius: 5px;
	-webkit-box-shadow: 10px 10px 29px -14px rgba(0,0,0,0.45);
	-moz-box-shadow: 10px 10px 29px -14px rgba(0,0,0,0.45);
	box-shadow: 10px 10px 29px -14px rgba(0,0,0,0.45);
}
.card a {
	background: #27ae60;
	color: #ecf0f1;
	padding: 10px;
	font-weight: 800;
	border-radius: 10px;
	margin: 20px 0;
	display: inline-block;
}
.card a:hover {
	background: #2ecc71;
}

iframe{
	border: 0;
	width: 100%;
	height: 100%;
}
