:root {
	--input-background: #ffffff;
	--form-line: #ffffff;
	--label-title: #ffffff;
	--label-input: #ffffff;
	--input-color: #ffffff;
	--border-color: #ffffff;
	--button-color: #ffffff;
	--button-text-color: #223C60;
	--sea: #80c3c6;
	--navy: #203f72;
	--white: #ffffff;
}

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

.container-portal {
	width: 100%;
	margin: 0 auto;
}

/* extra large */
@media (min-width: 1600px) {
	.container-portal {
		max-width: 1440px;
	}
}

/* full HD */
@media (min-width: 1920px) {
	.container-portal {
		max-width: 1600px;
	}
}

/* 4K / portali */
@media (min-width: 2560px) {
	.container-portal {
		max-width: 1800px;
	}
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

.page {
	background: var(--sea);
	position: relative;
	overflow: hidden;
}

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

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(255, 255, 255, 0) 58%,
			rgba(255, 255, 255, 0) 74%,
			rgba(255, 255, 255, 0.5) 90%,
			rgba(255, 255, 255, 0.5) 100%);
	pointer-events: none;
}

.offer-margin {
	margin-top: 30rem;
}

.offer {
	position: relative;
	top: 6rem;
	background-image: url(../images/bolla.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7rem 0;
	z-index: 2;
}

.offer.offer2 {
	padding: 4rem 0;
}

.offer.offer3 {
	padding: 7rem 0;
}

.offer p {
	color: var(--navy);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.02;
	letter-spacing: 0.02em;
	font-size: clamp(1rem, 1.8vw + 0.45rem, 2rem);
	max-width: 92%;
}

.content-fill {
	width: 100%;
	background: var(--sea);
}

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

.menu-footer p {
	color: #223C60;
	font-weight: 900;
	font-size: 1rem;
	text-transform: uppercase;
	padding-left: 3rem;
	padding-right: 3rem;
}

.menu-footer a {
	text-decoration: none;
	color: #223C60;
}

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

.menu-footer a:focus, .menu-footer a:active {
	text-decoration: none;
	color: #223C60;
}

.text-blue {
	color: #223C60;
}

a.text-blue {
	color: #223C60;
	text-decoration: underline;
}

a:hover.text-blue , a:focus.text-blue, a:active.text-blue {
	color: #223C60;
}

/* 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(--button-color);
	padding: 0.5rem 4rem;
	border-radius: 0.5rem;
	color: #223C60;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2rem;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

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

@media (min-width: 576px) {
	
	.offer-margin {
		margin-top: 7rem;
	}

	.offer {
		padding: 4rem 0;
	}
}

@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%;
	}
	
	.offer {
    padding: 6rem 0;
  }
}

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

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

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

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

	.offer {
		padding: 7rem 0;
	}
}

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

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

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

	.offer-margin {
    margin-top: 30rem;
	}
}

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

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

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

	.offer {
		padding: 2.5rem 0;
		top: 5rem;
	}

	.offer-margin {
    margin-top: 7rem;
	}

	.offer.offer2 {
    padding: 2rem 0;
	}

	.offer.offer3 {
	padding: 4rem 0;
	}
}