:root {
	--input-background: #ffffff;
	--form-line: #f6f6d8;
	--label-title: #f6f6d8;
	--label-input: #f6f6d8;
	--input-color: #1f3b70;
	--border-color: #f6f6d8;
	--button-color: #ffdc28;
	--button-text-color: #1f3b70;
	--bg-red: #d51419;
	--bg-blue: #1f3b70;
	--bg-white2: #f6f6d8;
	--bg-lime: #a1c551;
	--text-white2: #f6f6d8;
	--text-yellow: #ffdc28;
	--text-blue: #1f3b70;
	--text-red: #d5151c;
	--text-lime: #a1c551;
}

html,
body {
	overflow-x: hidden;
	background-color: #ffffff;
	padding-right: 0 !important;
	font-family: "pestofresco", sans-serif;
	text-rendering: geometricPrecision;
}

.arial {
	font-family: "arial";
}

svg {
	position: relative;
	top: 1px;
}

.bg-red {
	background-color: var(--bg-red);
	position: relative;
  top: 1px;
}

.bg-blue {
	background-color: var(--bg-blue);
}

.bg-white2 {
	background-color: var(--bg-white2);
}

.bg-lime {
	background-color: var(--bg-lime);
}

.hero {
	background: var(--bg-white2);
	padding-bottom: 5rem;
}

.top-shape {
	color: var(--text-white2);
	background: var(--bg-red);
	line-height: 0;
}

.top-shape svg {
	display: block;
	width: 100%;
	position: relative;
  top: 2px;
}

.text-yellow {
	color: var(--text-yellow);
}

a.text-yellow {
	color: var(--text-yellow);
}

a:hover.text-yellow,
a:focus.text-yellow,
a:active.text-yellow {
	color: var(--text-yellow);
}

.text-white2 {
	color: var(--text-white2);
}

a.text-white2 {
	color: var(--text-white2);
}

a:hover.text-white2,
a:focus.text-white2,
a:active.text-white2 {
	color: var(--text-white2);
}

.text-blue {
	color: var(--text-blue);
}

a.text-blue {
	color: var(--text-blue);
}

a:hover.text-blue,
a:focus.text-blue,
a:active.text-blue {
	color: var(--text-blue);
}

.text-red {
	color: var(--text-red);
}

a.text-red {
	color: var(--text-red);
}

a:hover.text-red,
a:focus.text-red,
a:active.text-red {
	color: var(--text-red);
}

.text-lime {
	color: var(--text-lime);
}

a.text-lime {
	color: var(--text-lime);
}

a:hover.text-lime,
a:focus.text-lime,
a:active.text-lime {
	color: var(--text-lime);
}

/* Header */
.site-header {
	width: 100%;
	background: #f3f3f3;
}

.container-header {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
}

/* =========================
   DESKTOP
========================= */
.main-nav {
	min-height: 70px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 40px;
	position: relative;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8rem;
}

.nav-links {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 55px;
	margin-top: 1rem;
}

.nav-links a {
	font-family: "raleway", sans-serif;
	text-decoration: none;
	color: #004119;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
	color: #004119;
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 5px;
}

.icon {
	text-decoration: none;
	color: #004119;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social {
	width: 28px;
	height: 28px;
	line-height: 1;
}

.divider {
	width: 1px;
	height: 38px;
	background: #d5b84d;
	display: inline-block;
}

/* hamburger nascosto desktop */
.menu-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 2rem;
	height: 4px;
	background: #004119;
	margin: 6px 0;
	border-radius: 2px;
}

/* OVERLAY MOBILE MENU */
.mobile-menu {
	position: fixed;
	width: 70%;
	inset: 0;
	background: #ffffff;
	z-index: 999;
	transform: translateX(-100%);
	transition: transform 0.35s ease;
	transition: transform .45s cubic-bezier(.77, 0, .18, 1);
	overflow-y: auto;
}

.mobile-menu.is-open {
	transform: translateX(0);
}

.mobile-menu-inner {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 10px 22px 40px;
}

.mobile-menu-top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.menu-close {
	background: #004119;
	border: 0;
	color: #ffffff;
	font-family: "raleway", sans-serif;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 0;
	right: 0;
}

.logo.logo-mobile-menu {
	justify-self: start;
	width: 6rem;
}

.close-x {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
}

.close-text {
	font-weight: 500;
	font-family: "raleway", sans-serif;
}

.mobile-nav {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-left: 0;
}

.mobile-nav > li > a,
.submenu-toggle {
	width: 100%;
	text-align: left;
	text-decoration: none;
	background: none;
	border: 0;
	color: #004119;
	font-family: "raleway", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.submenu {
	list-style: none;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-left: 0;
}

.has-submenu.open .submenu {
	max-height: 500px;
	margin-top: 14px;
}

.submenu li + li {
	margin-top: 10px;
}

.submenu a {
	text-decoration: none;
	color: #004119;
	font-size: 18px;
	opacity: 0.9;
}

.submenu-icon {
	font-size: 28px;
	line-height: 1;
	transition: transform 0.25s ease;
}

.has-submenu.open .submenu-icon {
	transform: rotate(45deg);
}

/* =========================
   MOBILE <= 991px
========================= */
@media (max-width: 991px) {
	.container-header {
		padding: 0 18px;
	}

	.main-nav {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: auto auto;
		align-items: center;
		row-gap: 18px;
		padding: 10px 0;
	}

	.menu-toggle {
		display: block;
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
		align-self: center;
	}

	.logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		width: 8rem;
	}

	.nav-links {
		display: none;
	}

	.nav-actions {
		grid-column: 3;
		grid-row: 2;
		justify-self: end;
		gap: 5px;
	}

	.divider {
		height: 42px;
	}

	.social {
		width: 28px;
		height: 28px;
	}
}

/* DESKTOP > 991 */
@media (min-width: 992px) {
	.mobile-menu {
		display: none;
	}
}

/* Fine Header

/* Footer */

footer .footer-below {
	padding: 0;
	background-color: var(--text-white2);
}

footer .footer-below a {
	text-decoration: none;
}

footer .footer-below a:hover {
	text-decoration: underline;
}

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

.menu-footer li {
	list-style-type: none;
	color: var(--bg-blue);
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 4rem;
	padding-right: 4rem;
}

.menu-footer li a {
	color: var(--bg-blue);
	text-decoration: none;
}

.menu-footer li a:hover {
	text-decoration: none;
	color: var(--bg-red);
}

.logo-footer {
	max-width: 20%;
}

.social-foot svg {
	width: 70px;
	height: 70px;
}

/* 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;
}

.w-button {
	background-color: var(--bg-blue);
	padding: 0.5rem 4rem;
	border-radius: 2rem;
	color: var(--text-white2);
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2.5rem;
	border: none;
	font-weight: normal;
	cursor: pointer;
}

.w-button.w-button-red {
	background-color: var(--bg-red);
}

a.w-button {
	color: var(--text-white2);
	cursor: pointer;
	text-decoration: none;
}

#submit {
  background-color: var(--button-color);
  color: var(--button-text-color);
}

.rect-radius-red {
	background-color: var(--bg-red);
	border-radius: 2rem;
	padding: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	margin: 0.5rem auto;
}

.rect-radius-red p {
	color: var(--text-white2);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}

.picture {
	max-width: 15%;
	position: absolute;
	z-index: 1;
}

#yin-yang {
	top: 0;
	right: 0;
}

#cactus {
	bottom: 0;
	left: 0;
}

#cactus2 {
	bottom: -3rem;
	left: 0;
}

#tigre {
	bottom: 0;
	right: 0;
}

.bg-carousel {
	background-color: var(--bg-blue);
	border-radius: 1rem;
	padding: 1rem;
}

.owl-carousel .owl-item .shape {
	height: 400px;
	background: var(--bg-white2);
	border-radius: 0 200px 200px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-carousel .owl-item .shape img {
	max-width: 80%;
	height: 80%;
	object-fit: contain;
}

.text-prodotti {
	width: 70%;
	text-align: start;
}

.owl-theme .owl-dots .owl-dot span {
	opacity: 0.3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
	background-color: #ffffff;
}

.owl-carousel .nav-btn {
	height: 80px;
	position: absolute;
	width: 80px;
	cursor: pointer;
	top: 33%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide {
	background: url(../images/prev-arrow.png) no-repeat;
	left: -100px;
}

.owl-carousel .next-slide {
	background: url(../images/next-arrow.png) no-repeat;
	right: -100px;
}

.modal-header .btn-close {
	font-size: 1.5rem;
	color: hsl(0, 0%, 0%);
	opacity: 1;
}

#esempio_doc_acquisto,
#esempio_ean {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex) !important;
	display: none;
	width: 100% !important;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	max-width: 100% !important;
	background-color: transparent !important;
	padding: 0 !important;
}

#img-influencer {
	position: relative;
	top: 0;
	display: block;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: -60px;
}

.hero-oval {
	position: relative;
	width: 100%;
	min-height: clamp(0px, 28vw, 420px);
	overflow: hidden;
	isolation: isolate;
	background: var(--bg-lime);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 100%;
	background: var(--bg-lime);
	z-index: 0;
}

.hero__oval {
  position: absolute;
  left: 50%;
  bottom: -66%;
  transform: translateX(-50%);
  width: 110%;
  height: 113%;
  background: var(--bg-white2);
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.hero__content {
	position: relative;
	z-index: 2;
	min-height: inherit;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: clamp(16px, 2vw, 28px);
}

.hero__product {
	position: relative;
	width: min(65vw, 1100px);
	aspect-ratio: 3.1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: clamp(12px, 2vw, 28px);
}

@media (max-width: 900px) {
	.hero::before {
		width: 36%;
	}

	.hero__product {
		width: min(70vw, 760px);
		aspect-ratio: 2.6 / 1;
	}

	.hero__oval {
		height: 58%;
  	bottom: 0;
	}
}

@media (max-width: 600px) {
	.hero {
		min-height: 260px;
	}

	.hero::before {
		width: 32%;
	}

	.hero__content {
		align-items: flex-end;
		padding: 12px;
	}

	.hero__product {
		width: 88vw;
		aspect-ratio: 2.2 / 1;
		margin-bottom: 12px;
	}

	.hero__oval {
	  width: 120%;
    height: 70%;
    bottom: -16%;
	}

	.hero__placeholder {
		border-radius: 12px;
		font-size: 14px;
	}
}

@media (min-width: 576px) {

	.text-prodotti {
		text-align: center;
		width: 100%;
	}

	.owl-carousel .owl-item .shape {
		height: 100%;
		border-radius: 0 100px 100px 0;
	}

	.owl-carousel .owl-item .shape img {
		width: 60%;
		height: 60%;
	}

	.rect-radius-red {
		width: 100%;
	}

	.bg-carousel {
		width: 70%;
	}

	.owl-carousel .next-slide {
		background: url(../images/next-arrow.png) no-repeat;
		right: 0;
		width: 30px;
		height: 30px;
		background-size: contain;
		top: 20%;
	}

	.owl-carousel .prev-slide {
		background: url(../images/prev-arrow.png) no-repeat;
		left: 0;
		width: 30px;
		height: 30px;
		background-size: contain;
		top: 20%;
	}

	#img-influencer {
		margin-bottom: -90px;
	}
}

@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%;
	}

	.bg-carousel {
		width: 80%;
	}

	.text-prodotti {
		text-align: start;
		width: 80%;
	}

	.owl-carousel .owl-item .shape {
		height: 400px;
		border-radius: 0 200px 200px 0;
	}

	.owl-carousel .owl-item .shape img {
		width: 80%;
		height: 80%;
	}

	.rect-radius-red {
		width: 70%;
	}

	.owl-carousel .nav-btn {
		height: 80px;
		position: absolute;
		width: 80px;
		cursor: pointer;
		top: 33%;
	}

	.owl-carousel .owl-prev.disabled,
	.owl-carousel .owl-next.disabled {
		pointer-events: none;
		opacity: 0.2;
	}

	.owl-carousel .prev-slide {
		background: url(../images/prev-arrow.png) no-repeat;
		left: -100px;
	}

	.owl-carousel .next-slide {
		background: url(../images/next-arrow.png) no-repeat;
		right: -100px;
	}

	#img-influencer {
		margin-bottom: -120px;
	}
}

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

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

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

	.bg-carousel {
		width: 85%;
	}

	.rect-radius-red {
		width: 50%;
	}

	#img-influencer {
		margin-bottom: -160px;
	}
}

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

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

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

	.col-xxxl {
		width: 100%;
		padding-top: 3rem;
	}

	.bg-carousel {
		width: 100%;
	}

	.rect-radius-red {
		width: 40%;
	}
}

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

	.col-xxxl {
		width: 100%;
		padding-top: 0;
	}

	#img-influencer {
		margin-bottom: -215px;
  }

	.pt-0-xxxl {
		padding-top: 0 !important;
	}
}

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

	#top-shape {
		height: 392px;
	}
}

@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(1rem + 0vw);
	}

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

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

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

	.w-button {
		font-size: 1.5rem;
		padding: 0.5rem 1rem;
	}

	.rect-radius-red {
		width: 85%;
	}

	.rect-radius-red p {
		font-size: 1.8rem;
	}

	.display-5 {
		font-size: calc(1.425rem + 1vw);
	}

	.text-prodotti {
		text-align: center;
		width: 100%;
		padding-left: 2rem;
    padding-right: 2rem;
	}

	.owl-carousel .owl-item .shape {
		height: 100%;
		border-radius: 0 100px 100px 0;
	}

	.owl-carousel .owl-item .shape img {
		width: 60%;
		height: 60%;
	}

	.picture {
		max-width: 14%;
	}

	.owl-carousel .next-slide {
		background: url(../images/next-arrow.png) no-repeat;
		right: 0;
		width: 30px;
		height: 30px;
		background-size: contain;
		top: 20%;
	}

	.owl-carousel .prev-slide {
		background: url(../images/prev-arrow.png) no-repeat;
		left: 0;
		width: 30px;
		height: 30px;
		background-size: contain;
		top: 20%;
	}

	.logo-footer {
		max-width: 35%;
	}

	.social-foot svg {
		width: 50px;
		height: 50px;
	}

	#img-influencer {
		margin-top: 0.75rem;
		margin-bottom: -80px;
	}
}