@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #243163;
	--c2: #ffd317;
	--c3: #c3171a;
	--font: "Jost";
	--wNormal: 400;
	--wBold: 700;
}

.wNormal {
	font-weight: var(--wNormal);
}

.wBold {
	font-weight: var(--wBold);
}

.size1 {
	font-size: 240%;
}

.size2 {
	font-size: 300%;
}

.c3 {
	color: var(--c3);
}

.c2 {
	color: var(--c2);
}

.c1 {
	color: var(--c1);
}

.blu-bg {
	background: var(--c1);
}

.bg-giallo {
	background: var(--c2);
}

.badge {
	padding-bottom: 1.3rem;
	vertical-align: text-bottom;
}

.big {
	font-size: calc(1.575rem + 3.2vw);
	line-height: 1;
}

body {
	font-family: var(--font), sans-serif;
	//font-weight: var(--wNormal);
	font-style: normal;
	font-size: 18px;
	color: var(--c1);
}

.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(--c1);
}

p {
  	font-weight: var(--wNormal);
}

a {
  	text-decoration: underline;
}

.title {
	font-weight: 900;
	font-size: 10rem;
	-webkit-text-stroke: 2px white;
	display: inline-block;
	color: transparent;
	background: var(--c1);
	background-clip: text;
	paint-order: stroke fill;
}

img[src="assets/img/titolo.svg"]{
	max-height: 2.5rem;
}

img[src="assets/img/maglia.png"]{
	max-width: 350px;
}

img[src="assets/img/frame_settimana.svg"],
img[src="assets/img/frame_finale.svg"],
img[src="assets/img/frame_finale_m.svg"] {
	max-height: 1.7rem;
}

.white-shadow {
	text-shadow: 0px 0px 10px white, 0px 0px 10px white;
}

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;
}

.button {
	color: var(--c1);
	background: white;
	border: 5px solid var(--c2);
	outline: 5px solid var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	text-decoration: none;
}

.button:hover {
	color: white;
	background: var(--c1);
	border: 5px solid var(--c2);
	outline: 5px solid var(--c1);
}

#ocr.button {
	font-size: 1.3rem;
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.no-list-style {
	list-style-type: none;
	padding-left: 0px;
}

.nascosto {
	height: 0px;
	overflow: hidden !important;
}

/* ============================
	HOME
   ============================ */

.bg-c3 {
	background: var(--c3);
}

.bg-c2 {
	background: var(--c2);
	border-radius: 20px;
}

.bg-c1 {
	background: var(--c6);
}

.bg-dark-red {
	background-color: #DA1E28;
	color: #ffffff !important;
}

img[src="assets/img/1.svg"],
img[src="assets/img/2.svg"],
img[src="assets/img/3.svg"],
img[src="assets/img/4.svg"] {
	max-width: 50px;
}

.rounded-circle {
	width: 350px !important;
	height: 350px !important;
}

@media (max-width:991px) {
	.title {
		font-size: calc(2rem + 5vw);
		-webkit-text-stroke: 20px white;
	}
	.big {
		font-size: calc(2rem + 5vw);
	}
	.badge {
		padding-bottom: 0.4rem;
		vertical-align: text-bottom;
	}
}

#claim_mobile {
	margin-bottom: 8vh;
}

@media (max-width:375px) {
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
	#claim_mobile {
		margin-bottom: 0px;
	}
}

/* ============================
	MENU
   ============================ */

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white !important;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#menu {
	background-color: white;
}

.menu-border {
	border-bottom: 20px solid var(--c1);
}

#attiva_menu {
	max-width: 30px;
	margin:10px 25px;
	cursor: pointer;
}

.bi-list {
  	font-size: 3rem;
  	color: var(--c1);
}

#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: 5px 10px;
	color: var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-size: 22px;
	text-transform: none;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
    	font-size: 15px;
	}
}

@media (max-width: 1199px) {

}

@media (max-width:991px) {
	#menu_list {
		margin-left: 0px;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	color: var(--c1);
	text-transform: uppercase;
	border: 0px solid transparent;
}

li.d-lg-inline-block {
	font-size: 1.8rem;
	color: var(--c2);
}

.modal-body {
	background-color: #fff;
}

.animazione {
	scale: 1;
	transition: scale 0.6s ease-in-out;
}
.animazione:hover {
	scale: 1.2;
	transition: scale 0.2s ease-in-out;
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c1);
	font-size: 1.2rem;
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

.bi-info-circle-fill {
	color: var(--c2);
	-webkit-text-stroke: 1px var(--c1);
}

.bi-info-circle-fill:hover {
	color: var(--c1);
	-webkit-text-stroke: 1px var(--c2);
}

.box {
	background: var(--c3);
	border-radius: 30px;
}

@media (max-width: 575px) {
	label {
		font-size: 1rem;
	}
	img[src="assets/img/frame_settimana.svg"],
	img[src="assets/img/frame_finale.svg"],
	img[src="assets/img/frame_finale_m.svg"] {
		max-height: 1.2rem;
	}
}

/* ============================
	FOOTER
   ============================ */

footer {
	background: var(--c2);
}

.blu-border {
	border-top: 20px solid var(--c1);
}

.hr-blu {
	color: var(--c1);
	opacity: 1;
}

footer p {
	color: var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	text-align: center;
	font-size: 20px;
}

footer b {
	color: var(--c1);
}

footer p a {
	color: var(--c1);
	text-decoration: underline;
	font-weight: var(--wBold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	color: var(--c1);
}

.outline-blu {
	outline: 2px var(--c1)
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
	.rounded-circle {
		width: 250px !important;
		height: 250px !important;
	}
}

/* =========================
	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;
	}
}