@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--primary: #1d1d1b;
	--secondary: #f7a600;
	--area: #333333;
	--wLight: "Continental Stag Sans";
	--wNormal: "Continental Stag Sans Book";
	--wBold: "Continental Stag Sans Med";
}

.secondary-text {
	color: var(--secondary) !important;
}

.wBold {
	font-family: var(--wBold);
}

.underline {
	background-color: var(--secondary);
}

body {
	font-family: var(--wLight), sans-serif;
	font-style: normal;
	font-size: 14px;
	color: var(--primary);
	background-color: var(--secondary);
}

main {
	background-color: white;
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, .contact {
	font-family: var(--wBold), sans-serif;
	font-style: normal;
	color: var(--primary);
}

p {
  	font-family: var(--wLight), sans-serif;
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--primary);
}

.navbar-toggler:focus { /* rimuove l'ombra di selezione del bottone di Bootstrap */
  	box-shadow: 0 0 0 0px !important;
}

#partecipa_body_1,
.button {
	color: var(--secondary);
	background: var(--primary);
	border: 0px solid transparent;
	outline: none;
	font-family: var(--wBold), sans-serif;
	font-size: 2.2rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 350px;
	text-decoration: none;
	border-radius: 0px;
}

#partecipa_body_1,
.button.area {
	color: white;
	background: var(--secondary);
}

#partecipa_body_1:hover,
.button.area:hover {
	color: var(--primary);
	background: white;
}

.button:hover {
	color: var(--primary);
	background: var(--secondary) ;
}

@media (max-width:375px) {
	#partecipa_body_1,
	.button {
		font-size: 1rem;
		padding: .5rem 1.8rem;
		max-width: 250px;
	}
}

#partecipa {
	background: var(--secondary);
}

@media(max-width:1400px) {
	#partecipa_body_1 {
		font-size: 1.6rem;
	}
}

.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}

.bigger {
  	font-size: 350%;
}

#come_partecipare ul {
  	list-style-image: url('../img/marker.png');
}

.dark-bg {
	background: var(--area);
}

.sfondo {
	background: url('../img/sfondo2.jpg');
	background-position: 50% 100%;
	background-size: cover;
}

.sfondo-banner {
	background: url('../img/sfondo3.jpg');
	background-position: 50% 100%;
	background-size: cover;
}

.sfondo-banner-dark {
	background: url('../img/sfondo3_dark.jpg');
	background-position: 50% 100%;
	background-size: cover;
}

img[src="assets/img/title.png"],
img[src="assets/img/prize.png"] {
	max-width: 900px;
}

img[src="assets/img/voucher_30.png"],
img[src="assets/img/voucher_60.png"],
img[src="assets/img/gift.png"] {
	max-width: 500px;
}

img[src="assets/img/phone.png"] {
	max-height: 500px;
}

.space {
	padding-top: 120px;
}

.orange-c {
	background-color: var(--secondary);
	border: 2px solid var(--secondary);
	border-radius: 10px;
}

.white-c {
	background-color: white;
	border: 2px solid var(--secondary);
	border-radius: 10px;
}

.span-c-w {
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: var(--secondary);
	border: 2px solid var(--secondary);
	color: white;
}

.span-c-o {
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: white;
	border: 2px solid var(--secondary);
}

/* ============================
	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: 3rem;
	color: white;
}

#menu {
	background-color: black;
}

#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-family: var(--wBold), sans-serif;
	font-size: 1.1rem;
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		text-align: right;
	}
}

#menu_list li a:hover, #menu_list li a.active {
	text-decoration: none !important;
	color: var(--secondary);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

#errore {
	color: #ac182d;
	font-family: var(--wBold), sans-serif;
	/*text-align: center;*/
	font-size: 24px;
}

label, input, select {
  	color: var(--primary);
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

.bi-info-circle-fill:hover {
  	color: var(--secondary);
}

.form-select-alt,
.form-control-alt {
	border: 2px solid var(--secondary) !important;
}

.form-control-alt:focus,
.form-select-alt:focus {
	box-shadow: 0 0 0 .3rem rgba(247, 166, 0, 0.25) !important;
}

/* ============================
	FOOTER
   ============================ */

footer {
	background-color: white;
}

#footer_2 {
	background: var(--secondary);
}

footer p {
	color: var(--primary);
	font-family: var(--wLight), sans-serif;
	font-style: normal;
	text-align: center;
}

footer p a {
	color: var(--primary);
	text-decoration: underline;
	font-family: var(--wBold), sans-serif;
}

footer p a:hover {
	color: var(--primary);
}

@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;
	}
	.contact {
		word-break: break-all;
		font-size: 250%;
	}
}

.modal-footer .button {
  	font-size: 1.4rem;
}
