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

@font-face {
	font-family: 'Helvetica Condensed';
	src: url('../fonts/Helvetica-Condensed.woff2') format('woff2'),
		url('../fonts/Helvetica-Condensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Praxis LT Pro';
	src: url('../fonts/PraxisLTPro-Oblique.woff2') format('woff2'),
		url('../fonts/PraxisLTPro-Oblique.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Praxis LT Pro';
	src: url('../fonts/PraxisLTPro-Heavy.woff2') format('woff2'),
		url('../fonts/PraxisLTPro-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Praxis LT Pro';
	src: url('../fonts/PraxisLTPro-SemiBoldOblique.woff2') format('woff2'),
		url('../fonts/PraxisLTPro-SemiBoldOblique.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

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

.bg_image {
	background-image: url(../images/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}

.onda {
	background-image: url(../images/onda.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

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

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

#sfumatura2 {
	position: absolute;
  bottom: -8rem;
  left: 0;
  right: 0;
  z-index: 1;
}

.curva {
	background-image: url(../images/curva.png);
  background-repeat: no-repeat;
  background-position: center 25rem;
  background-size: 100%;
}

.curva#curva2 {
	background-position: center 50%;
}

#macchia {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 25%;
}

#prodotti {
	position: absolute;
  bottom: -6rem;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

.p-top {
	padding-top: 9rem;
}

.pad {
	padding: 5rem 0 7rem;
}

.vertical-baseline {
	vertical-align: baseline;
}

/* Header */

nav {
	padding-right: 0 !important;
}

.navbar-default,
.navbar-inverse {
	border: 0;
}

.navbar {
	padding: 0;
	background-color: #ffffff;
	z-index: 5;
}

.navbar a:focus {
	outline: 0;
}

.navbar .navbar-nav {
	letter-spacing: 1px;
	text-align: center;
}

.navbar .navbar-nav li a:focus {
	outline: 0;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
	color: #000000;
  font-size: 1.2rem;
  font-weight: bold;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover,
#mainNav .navbar-nav li.nav-item a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	color: #E1251B;
	text-decoration: none;
}

#mainNav .navbar-toggler {
	position: relative;
	height: 40px;
	padding: 0.5rem;
}

.navbar-brand {
	margin-right: 0;
}

/* Fine Header */

/* Footer */

footer {
	color: #fff;
}

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

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

.menu-footer {
	display: block;
	margin: 0;
	padding: 0;
}

.menu-footer li {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	list-style-type: none;
	color: #ffffff;
}

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

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

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

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

.cta {
	background-color: #000000;
	padding: 0.5rem 4rem;
	border-radius: 0.5rem;
	color: #ffffff;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2rem;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.cta:hover, a.cta:hover {
	background-color: #ffffff;
	color: #E1251B;
}

a.cta {
	text-decoration: none;
}

.button-home {
	background-color: #ffffff;
	padding: 0.1rem 4rem;
	border-radius: 2rem;
	color: #E1251B;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2rem;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.button-home:hover,
a.button-home:hover {
	background-color: #000000;
	color: #E1251B;
}

.button-home:focus,
a.button-home:focus {
	background-color: #ffffff;
	color: #E1251B;
}

a.button-home {
	text-decoration: none;
}

#partecipa {
	padding-top: 3rem;
}

.labeltitle {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.formcontainer {
	border-radius: 30px;
	width: 100%;
	min-width: auto;
	max-width: none;
	min-height: auto;
	padding: 0;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: #000000;
	height: 2.5rem;
	border-radius: 0.5rem;
	border: none;
	padding: 0 1rem;
	width: 100%;
	background-clip: border-box;
	position: relative;
	z-index: 3;
	margin-bottom: 3px;
}

.color-402 {
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
}

.slash {
	font-size: 2rem;
}

.w-form-label {
	font-style: italic;
}

input::-webkit-input-placeholder {
	color: #000000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

input::-moz-placeholder {
	color: #000000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

input:-moz-placeholder {
	/* Older versions of Firefox */
	color: #000000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

input:-ms-input-placeholder {
	color: #000000 !important;
	font-weight: normal;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

.w-checkbox-input {
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	border: 4px solid #ffffff;
	position: relative;
  top: -3px;
}

.w-select {
	background-image: url(../images/arrow-select.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
	appearance: none;
	text-align: center;
}

.w-checkbox-input:checked, .w-checkbox-input:focus {
	background-color: #265899;
}

@media (min-width: 576px) {

	.curva {
		background-position: center 13rem;
	}

	.curva#curva2 {
		background-position: center 38%;
	}

	.onda {
		background-position: center -21rem;
		background-size: cover;
	}
}

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

	.curva {
		background-position: center 19rem;
	}

	.pad {
		padding: 8rem 0 10rem;
	}

	.curva#curva2 {
		background-position: center 45%;
	}

	.onda {
		background-position: center -20rem;
	}
}

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

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

	.curva {
		background-position: center 22rem;
	}

	.pad {
    padding: 5rem 0 13rem;
	}

	.onda {
		background-position: center -24rem;
	}
}

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

	.pad {
		padding: 5rem 0 15rem;
	}

	.onda {
		background-position: center -22rem;
	}
}

@media screen and (min-width: 1400px) {
	
	.curva {
		background-position: center 25rem;
	}
}

@media screen and (min-width: 1600px) {
	.curva {
		background-position: center 23rem;
	}

	.onda {
		background-size: 100% 100%;
	}
}

@media screen and (min-width: 1900px) {
	.curva {
		background-position: center 16rem;
	}
}

@media screen and (min-width: 2500px) {
	.curva {
		background-position: center;
	}
}

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

	#Dtmm-3, #Dtaa-3  {
		font-size: 1.5rem;
	}

	.box-form {
		border-radius: 5rem;
	}

	#prodotti {
		top: -50px;
	}

	#sfumatura2 {
		bottom: -5rem;
	}

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

	.curva {
		background-position: center 9rem;
	}

	.pad {
    padding: 4rem 0;
	}

	.curva#curva2 {
		background-position: center 30%;
	}

	.onda {
		background-position: center -15rem;
		background-size: cover;
	}

	.bg_image {
		background-size: 140% auto;
	}
}
