:root {
	--input-background: #ffffff;
	--form-line: #000000;
	--label-title: #000000;
	--label-input: #666666;
	--input-color: #000000;
	--border-color: #000000;
	--button-color: #5F80CD;
	--button-text-color: #ffffff;
}

html, body {
	overflow-x: hidden;
	background-color: rgba(204, 204, 204, 1);
	padding-right: 0 !important;
	font-family: "Archivo Narrow", sans-serif;
	font-style: normal;
	text-rendering: geometricPrecision;
}

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

.text-grey {
	color: #666666;
}

a.text-grey {
	color: #666666;
}

.text-blue {
	color: #264D9C !important;
}

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

.letter-spacing {
	letter-spacing: 1px;
}

section {
	position: relative;
}

/* Footer */

footer {
	color: #666666;
}

footer .footer-below {
	padding: 1rem 0;
	background-color: #EBEBEB;
}

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

footer .footer-below a:hover {
	opacity: .8;
}

.menu-footer {
	display: inline-block;
	list-style-type: none;
	color: #666666;
	text-transform: uppercase;
}

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

.menu-footer a:hover {
	opacity: .8;
}

/* 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: 500;
	margin-bottom: 0;
	line-height: 1;
}

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

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

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

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

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

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

/* Fine Classi generiche */

/* Pulsanti */

.w-button {
	background-color: var(--button-color);
	padding: 0.5rem 2rem;
	border-radius: 1rem;
	color: #ffffff;
	text-transform: uppercase;
	outline: none;
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.w-button:focus {
	outline: none;
}

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

#modal1, #modal2, #modal3, #modal4 {
	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;
}

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

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

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

@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) {
	.container {
		width: 1570px;
	}
}

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

	.container {
		width: 1870px;
	}
}

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

	.hide_mobile {
		display: none;
	}

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

	footer .menu-footer li {
		text-align: center;
		font-size: 0.9rem;
		padding-left: 0;
		padding-right: 0;
		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%;
	}

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

	.input-group {
		display: flex;
		flex-direction: column;
	}

	.input-group > .form-control,
	.input-group > .custom-select,
	.input-group > .custom-file {
		width: 100%;
	}

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

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