@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
   --c1: #1a1e3b;
   --c2: #d8287d;
   --c3: linear-gradient(180deg,rgba(185, 226, 244, 1) 0%, rgba(103, 190, 236, 1) 50%, rgba(216, 40, 125, 1) 100%);
   --c4: radial-gradient(circle at 100% 40%,rgba(21, 85, 162, 1) 0%, rgba(36, 52, 97, 0) 40%), radial-gradient(circle at 0% 40%,rgba(196, 32, 125, 1) 0%, rgba(36, 52, 97, 1) 40%);
   --font: "Montserrat";
   --wNormal: 400;
   --wNormal2: 500;
   --wBold: 800;
}

.title-shadow {
	color: white;
	text-shadow:
		-1px -1px 0 var(--c2),
		1px -1px 0 var(--c2),
		-1px 1px 0 var(--c2),
		1px 1px 0 var(--c2),
		1.5px -2px 0 var(--c2),
		2px -3px 0 var(--c2),
		2.5px -4px 0 var(--c2),
		3px -5px 0 var(--c2),
		3.5px -6px 0 var(--c2),
		4px -7px 0 var(--c2);
}

.title-shadow-2 {
	color: var(--c2);
	text-shadow:
		-1px -1px 0 white,
		1px -1px 0 white,
		-1px 1px 0 white,
		1px 1px 0 white,
		1.5px -2px 0 white,
		2px -3px 0 white,
		2.5px -4px 0 white;
}

.display-custom {
	font-size: 10rem;
}

.sfondo {
	background: var(--c3);
}

@media (max-width:1200px) {
	.display-custom {
		font-size: 8rem;
	}
}

.wNormal {
	font-weight: var(--wNormal);
}

.wNormal2 {
	font-weight: var(--wNormal2);
}

.wBold {
	font-weight: var(--wBold);
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	font-size: 14px;
	color: var(--c1);
	background: var(--c4);
}

.c1 {
	color: var(--c1);
}

.c2 {
	color: var(--c2);
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a {
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: var(--c1);
}

p {
	font-weight: var(--wNormal);
}

a {
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: var(--c1);
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
	box-shadow: 0 0 0 0px !important;
}

/*#partecipa_body_1,*/
.button {
	color: white;
	background: var(--c1);
	border: 0px solid transparent;
	outline: none;
	border-radius: 15px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 2.2rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 350px;
  	text-decoration: none;
}

/*#partecipa_body_1:hover,*/
.button:hover {
	color: white;
	background: var(--c2) ;
}

#ocr.button {
	font-size: 1.3rem;
}

@media (max-width:375px) {
	/*#partecipa_body_1,*/
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

img[src="assets/img/bollinoX2.png"] {
	max-width: 200px;
}

img[src="assets/img/logoVivaticket.png"] {
	max-width: 400px;
}

img[src="assets/img/loghi.png"] {
	max-width: 500px;
}

/* ============================
	MENU
   ============================ */

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	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: 2rem;
	color: white;
}

#menu {
	background-color: var(--c1);
}

#menu_list {
	padding-left: 0px;
	margin-bottom: 0px;
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	color: white;
	font-weight: var(--wNormal);
	font-size: 25px;
}

@media (max-width: 991px) {
	.display-custom {
		font-size: 7rem;
	}
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 21px;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	color: white;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: var(--wBold);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c1);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

@media (max-width: 575px) {
	.display-custom {
		font-size: 4rem;
	}
	label {
		font-size: .80rem;
	}
}

.bi-info-circle-fill:hover {
  	color: var(--c2);
}

/* ============================
	FOOTER
   ============================ */

 footer {
 	background-color: var(--c2);
 }

 footer p {
 	color: white;
 	font-family: var(--font), sans-serif;
 	font-weight: var(--wNormal);
 	font-style: normal;
 	text-align: center;
 }

 footer p a,
 footer p a:hover,
 footer p a:focus {
 	color: white;
 	text-decoration: underline;
 	font-weight: var(--wBold);
 }

 @media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
 }

/* =========================
	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;
	}
}
