@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: white;
	--c2: #f9dc51;
	--c3: #1a171b;
	--c4: #007D99;
	--font: "Montserrat";
	--wNormal: 400;
	--wBold: 800;
}

.c2 {
	color: var(--c2);
}

.c3 {
	color: var(--c3);
}

.c4 {
	color: var(--c4);
}

.wNormal {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
}

.wBold {
	font-family: var(--fontBold), sans-serif;
	font-weight: var(--wBold);
}

.smaller {
	font-size: 80%;
}

.bigger {
	font-size: 130%;
}

.sfondo {
	background: url('../img/sfondo.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
		font-size: .75rem !important;
		line-height: 1.1em !important;
	}
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 16px;
	color: var(--c3);
	background: var(--c2);
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, b {
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: var(--c3);
}

p {
	font-family: var(--font), sans-serif;
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c4);
}

.txt-underline {
	text-decoration: underline;
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
  	box-shadow: 0 0 0 0px !important;
}

.button {
	color: var(--c1);
	background: var(--c3);
	outline: none;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
	box-shadow: 5px 5px 0px var(--c4);
	border-radius: 100px;
	border: 2px solid black;				
}

.button-light {
	font-size: 1.2rem;
	padding: .3rem 1.5rem;
}

.button:hover {
	color: var(--c3);
	background: var(--c1);
	box-shadow: 5px 5px 0px var(--c4);
	border: 2px solid black;
}

.button:focus {
	border: 5px solid rgba(13, 110, 253, .25);
}

#ocr.button {
	font-size: 1.2rem;
}

img[src="assets/img/pack_clean.png"] {
	max-width: 600px;
}

.big {
	font-size: 4rem;
	opacity: 0.65;
}

.big_1 {
	font-size: 4rem;
}

.big_2 {
	font-size: 3rem;
}

@media(max-width:1400px) {

}

@media (max-width:991px) {

}

@media (max-width:375px) {
	.button {
		font-size: 1.5rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
	#ocr.button {
		font-size: 1rem;
	}
}

.nascosto {
	height: 0px;
	overflow: hidden !important;
}

/* ============================
	MENU
   ============================ */

#menu {
	background: transparent;
}

#menu .container {
	background-color: var(--c2);
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
	top: 2rem;
}

#logo {
	max-height: 35px;
	width: auto;
}

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: var(--c5);
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#attiva_menu {
	max-width: 30px;
	margin:10px 25px;
	cursor: pointer;
}

.bi-list {
	font-size: 3rem;
	color: var(--c3);
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 18px;
	position: relative;
}

#menu_list li a {
	font-weight: var(--wLight);
	display: block;
	color: var(--c3);
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0px;
}

.active {
	color: var(--c4);
	font-size: 1.5rem;
	vertical-align: bottom;
}

#menu_list li a.active,
#menu_list li a:hover {
	display: block;
	font-weight: var(--wBold);
	color: var(--c4);
	text-decoration: none;
	padding: 5px 0px;
}

@media screen and (max-width: 992px) {
	#menu_list li {
		list-style-type: none;
		float: left;
		padding-left: 10px;
		position: relative;
		width: 100%;
	}
}

.modal-body {
	background-color: var(--c5);
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c3);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

.form-control,
.form-select {
	border-radius: 50px;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

.bi-info-circle-fill:hover {
  	color: var(--c3);
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: var(--c2);
	position: relative;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, .2);
}

footer p {
	color: var(--c3);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
}

footer b {
	color: var(--c4);
}

footer p a {
	color: var(--c3);
	text-decoration: underline;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
}

footer p a:hover {
	color: var(--c4);
}

a.policy {
	margin-right: 5rem;
	text-decoration: none;
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
	a.policy {
		margin-right: 1rem;
	}

}

/* =========================
	COOKIE BAR
	======================= */

.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
		font-size: .75rem !important;
		line-height: 1.1em !important;
	}
	#menu .container {
		top: 1rem;
	}
}

.thumbnail {
	max-height: 50px;
}