@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #3d1111;
	--c2: #f28e56;
	--c3: #26a7e0;
	--c4: linear-gradient(10deg, rgba(99, 184, 113, 1) 0%, rgba(109, 192, 105, 1) 50%, rgba(99, 184, 113, 1) 100%);
	--c5: rgba(131, 204, 213, 0.8);
	--c6: #31150e;
	--font: "Sofia Sans Extra Condensed";
	--wLight: 300;
	--wNormal: 500;
	--wBold: 700;
	--wBlack: 900;
}

.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);
}

.orange-bg {
	background: var(--c2);
}

.blu-bg {
	background: var(--c3);
}

.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: 22px;
	color: var(--c1);
}

.parallax {
	background: url('../img/ball.png'), var(--c3);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax_2 {
	background: url('../img/ball_2.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-device-width: 991pxpx) {
  .parallax,
  .parallax_2 {
    background-attachment: scroll;
  }
}

.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: var(--wBlack);
	font-style: italic;
	font-size: calc(1.9rem + 9.5vw);
	-webkit-text-stroke: 30px white;
	font-weight: 100;
	transition: font-weight 0.25s ease-in-out;
	&:hover {
		font-weight: 800;
	}
}

.box-meccanica {
	background: url('../img/ball.png');
	background-position: 50% 50%;
	background-size: cover;
}

.fix-stroke {
	paint-order: stroke fill;
}

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: transparent;
	border: 0px solid transparent;
	outline: none;
	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: var(--c2);
	background: transparent;
}

#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
   ============================ */

.spazio {
	padding-top: 4rem !important;
}

.sfondo {
	background: url('../img/bg_1.png');
	background-position: 50% 100%;
	background-size: cover;
}

.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/step1.png"],
img[src="assets/img/step2.png"],
img[src="assets/img/step3.png"] {
	max-width: 150px;
}

img[src="assets/img/1.png"],
img[src="assets/img/2.png"],
img[src="assets/img/3.png"] {
	max-width: 50px;
}

.partecipa-ora {
	width: 400px;
	max-width: 400px;
	height: 200px;
	background: url('../img/btn_partecipa.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.partecipa-ora:hover {
	width: 400px;
	height: 200px;
	background: url('../img/btn_partecipa_HOVER.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.2s ease-in-out, scale 0.2s ease-in-out;
}

.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;
	position: fixed;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	transition: left 0.3s ease-in-out;
}

img[src="assets/img/logo_Kimbo.png"] {
	max-width: 150px;
}

img[src="assets/img/timeTitle.png"] {
	max-width: 550px;
}

#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;
	transition: text-transform 0.3s ease-in-out, font-weight 0.3s ease-in-out, color 0.4s ease-in-out;
}

@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;
	transition: text-transform 0.3s ease-in-out, font-weight 0.3s ease-in-out, color 0.4s ease-in-out;
}

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);
}

.bi-info-circle-fill:hover {
	color: var(--c3);
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

.box {
	background: var(--c3);
	border-radius: 30px;
}

.invia {
	width: 400px;
	max-width: 400px;
	height: 200px;
	background: url('../img/btn_invia.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.invia:hover {
	width: 400px;
	height: 200px;
	background: url('../img/btn_invia_HOVER.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.2s ease-in-out, scale 0.2s ease-in-out;
}

.leggi {
	width: 200px;
	max-width: 200px;
	height: 100px;
	background: url('../img/btn_leggi.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1;
	transition: background 0.3s ease-in-out, scale 0.4s ease-in-out;
}

.leggi:hover {
	width: 200px;
	height: 100px;
	background: url('../img/btn_leggi_HOVER.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	scale: 1.2;
	transition: background 0.2s ease-in-out, scale 0.2s ease-in-out;
}

@media (max-width: 575px) {
	label {
		font-size: 1rem;
	}
	img[src="assets/img/step1.png"],
	img[src="assets/img/step2.png"],
	img[src="assets/img/step3.png"] {
		max-width: 120px;
	}
}

/* ============================
	FOOTER
   ============================ */

footer {
	background: white;
}

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);
}

img[src="assets/img/sponsor.png"] {
	max-width: 100px;
}

@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;
	}
}

img[src="assets/img/prize_zaino.png"],
img[src="assets/img/prize_palla.png"] {
	max-width: 400px;
}