:root {
	--input-background: #ffffff;
	--form-line: #ffffff;
	--label-title: #004933;
	--label-input: #ffffff;
	--input-color: #ffffff;
	--border-color: #ffffff;
	--button-color: #ffffff;
	--button-text-color: #FFEC00;
}

html,
body {
	overflow-x: hidden;
	background-color: #007934;
	padding-right: 0 !important;
	font-family: 'Praxis LT Pro';
	text-rendering: geometricPrecision;
}

.background {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

#fiori_sx {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 20%;
}

#bolle2 {
	position: absolute;
	left: 0;
	max-width: 20%;
	top: 8rem;
}

#fiori_dx, #bolle1, #bolle3 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 20%;
}

.praxis-next {
	font-family: praxis-next, sans-serif;
}

.helvetica-cond {
	font-family: 'Helvetica Condensed';
}

.helvetica-std-bold {
	font-family: 'helvetica_neue_lt_std75_bold';
}

.text-yellow {
	color: #FFEC00;
}

a.text-yellow {
	color: #FFEC00;
}

a:hover.text-yellow,
a:focus.text-yellow,
a:active.text-yellow {
	color: #FFEC00;
}

.text-green {
	color: #006837;
}

a.text-green {
	color: #006837;
}

a:hover.text-green,
a:focus.text-green,
a:active.text-green {
	color: #006837;
}

.inter {
	font-family: "Inter", sans-serif;
}

/* Footer */

footer {
	color: #fff;
}

footer .footer-below {
	padding: 0;
	background-color: #007934;
}

footer .footer-below a {
	color: #ffffff;
}

.menu-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	margin: 0;
	padding: 0;
}

.menu-footer li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #ffffff;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 4rem;
	padding-right: 4rem;
}

.menu-footer li a {
	color: #ffffff;
	text-decoration: none;
}

.menu-footer li a:hover {
	text-decoration: none;
	color: #FFEC00;
}

/* Fine Footer */

/* Font Weight */

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-800 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

/* Fine Font Weight */

/* Line Height */

.line-height-xxs {
	line-height: 0.5rem;
}

.line-height-xs {
	line-height: 1rem;
}

.line-height-sm {
	line-height: 1.2rem;
}

.line-height-md {
	line-height: 1.4rem;
}

.line-height-lg {
	line-height: 1.6rem;
}

.line-height-xl {
	line-height: 1.8rem;
}

.line-height-xxl {
	line-height: 2rem;
}

.line-height-xxxl {
	line-height: 2.5rem;
}

/* Fine Line Height */

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1;
}

p {
	font-size: 1rem;
	margin-bottom: 0;
}

.text-transform-none {
	text-transform: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
}

a:not([href]):not([class]) {
	text-decoration: underline;
}

a:not([href]):not([class]):hover {
	text-decoration: none;
}

/* Fine Classi generiche */

/* Pulsanti */

button:focus {
	outline: none;
}

.button-bg {
	background-image: url(../images/button-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.w-button {
	padding: 0.5rem 4rem;
	border-radius: 0.5rem;
	color: #FFEC00;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2.5rem;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

a.w-button {
	color: #FFEC00;
	cursor: pointer;
}

.hero-shelf .products {
	width: min(1400px, 100vw);
	margin: 0 auto;
	transform: translateY(160px);
	position: relative;
	z-index: 2;
}

.hero-shelf .products img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-shelf .band {
	position: relative;
	z-index: 1;
	background: #7cc000;
	min-height: 340px;
	padding: 40px 0;
}

.hero-shelf .band::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 6px;
	background: #fff;
}

.hero-shelf .band::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	height: 20px;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.18),
			rgba(0, 0, 0, 0));
	pointer-events: none;
}

.hero-shelf .band .claimer {
	margin: 120px auto 0;
}

@media (max-width: 768px) {
	.hero-shelf {
		padding-top: 24px;
	}

	.hero-shelf .products {
		transform: translateY(70px);
	}

	.hero-shelf .band {
		min-height: 260px;
		padding-bottom: 35px;
	}

	.hero-shelf .band::before {
		height: 5px;
	}

	.hero-shelf .band::after {
		top: 5px;
		height: 16px;
	}

	.hero-shelf .band .claimer {
		margin-top: 20px;
	}
}

@media (min-width: 576px) {}

@media screen and (min-width: 768px) {

	.mw-10 {
		max-width: 100%;
	}

	.mw-20 {
		max-width: 100%;
	}

	.mw-30 {
		max-width: 100%;
	}

	.mw-40 {
		max-width: 100%;
	}

	.mw-50 {
		max-width: 100%;
	}

	.mw-60 {
		max-width: 100%;
	}

	.mw-70 {
		max-width: 100%;
	}

	.mw-80 {
		max-width: 100%;
	}

	.mw-90 {
		max-width: 100%;
	}
}

@media screen and (min-width: 992px) {

	li.nav-item {
		display: inline-block;
	}
}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

@media screen and (min-width: 2500px) {}

@media screen and (min-width: 3000px) {}

@media screen and (max-width: 575px) {
	#mainNav .navbar-nav li.nav-item a.nav-link {
		font-size: 1rem;
	}

	li.nav-item {
		display: inline-flex;
		justify-content: center;
	}

	.button {
		padding: 0.1rem 4rem;
		font-size: 1.5rem;
	}

	.hide_mobile {
		display: none;
	}

	footer .menu-footer {
		display: inline-block;
	}

	footer .menu-footer li {
		display: block;
		text-align: center;
		font-size: 1rem;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1rem;
	}

	footer .menu-footer li.div {
		display: none;
	}

	.mw-10 {
		max-width: 10%;
	}

	.mw-20 {
		max-width: 20%;
	}

	.mw-30 {
		max-width: 30%;
	}

	.mw-40 {
		max-width: 40%;
	}

	.mw-50 {
		max-width: 50%;
	}

	.mw-60 {
		max-width: 60%;
	}

	.mw-70 {
		max-width: 70%;
	}

	.mw-80 {
		max-width: 80%;
	}

	.mw-90 {
		max-width: 90%;
	}

	.cta {
		padding: 0.5rem 3rem;
		font-size: 1.5rem;
	}

	h1,
	.h1 {
		font-size: calc(1.375rem + 0vw);
	}

	h2,
	.h2 {
		font-size: calc(1.325rem + 0vw);
	}

	h3,
	.h3 {
		font-size: calc(1.3rem + 0vw);
	}

	h4,
	.h4 {
		font-size: calc(1.275rem + 0vw);
	}

	h5,
	.h5 {
		font-size: 1rem;
	}

	h6,
	.h6 {
		font-size: 0.9rem;
	}

	.btnblock {
		flex-direction: column;
		align-items: center;
	}

	.w-button {
		font-size: 2rem;
		padding: 0.5rem 3rem;
	}
	
	#bolle1, #bolle2, #bolle3 {
		display: none;
	}
}