@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #1d1d1b;
	--c2: #d9a53d;
	--c3: #03477c;
	--c4: linear-gradient(90deg,rgba(255, 254, 250, 1) 0%, rgba(248, 216, 135, 1) 16%, rgba(244, 205, 96, 1) 26%, rgba(251, 188, 41, 1) 34%, rgba(244, 234, 151, 1) 42%, rgba(251, 188, 41, 1) 49%, rgba(179, 103, 22, 1) 56%, rgba(251, 194, 53, 1) 62%, rgba(245, 231, 150, 1) 72%, rgba(255, 255, 255, 1) 84%, rgba(251, 184, 44, 1) 100%);
	--font: "Barlow Condensed";
	--font2: "Unilever Shilling";
	--font2B: "UnileverShilling-Bd";
	--wNormal: 400;
	--wBold: 700;
}

.hr-custom {
	border-image: var(--c4) 1;
	border-style: solid;
	border-width: 4px;
}

.c1 {
	color: var(--c1);
}

.c2 {
	color: var(--c2);
}

.c3 {
	color: var(--c3);
}

.font2 {
	font-family: var(--font2);
}

.font2B {
	font-family: var(--font2B);
}

.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-size: cover;
	background-position: 50% 0%;
}

.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(--font2), sans-serif;
	font-style: normal;
	font-size: 16px;
	color: var(--c1);
	background: white;
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, b {
	font-family: var(--font2B), sans-serif;
	font-style: normal;
	color: var(--c1);
}

p {
	font-family: var(--font2), sans-serif;
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c2);
}

.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(--c3);
	background: white;
	outline: none;
	font-family: var(--font2), sans-serif;
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
	box-shadow: 5px 5px 0px var(--c5);
	border-image: var(--c4) 1;
	border-style: solid;
	border-width: 4px;	
	box-shadow: 2px 2px 8px rgba(21, 57, 73, .2);		
}

.button-light {
	font-size: 1.2rem;
	padding: .3rem 1.5rem;
}

.button:hover {
	color: white;
	background: var(--c3);
	box-shadow: 5px 5px 0px var(--c5);
	border: 4px solid var(--c2);
}

.button:focus {
	border: 5px solid rgba(13, 110, 253, .25);
}

#ocr.button {
	font-size: 1.2rem;
}

img[src="assets/img/coin.png"] {
	max-width: 400px;
}

.big {
	font-size: 4rem;
	opacity: 0.65;
}

.big_1 {
	font-size: 4rem;
}

.big_2 {
	font-size: 3rem;
}

.overlap {
	left: 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: 0.8rem;
	}
}

.nascosto {
	height: 0px;
	overflow: hidden !important;
}

/* ============================
	MENU
   ============================ */

.round-gold-box {
	z-index: 0;
}

.round-gold-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: var(--c4,white);
	padding: 2px;
	border-radius: 50px;
	mask: 
		linear-gradient(#000 0 0) exclude, 
		linear-gradient(#000 0 0) content-box;
}

.round-gold-box.custom-box {
	border-radius: 100px 0;
	box-shadow: 8px 8px 16px rgba(21, 57, 73, .2);
}

.round-gold-box.custom-box:before {
	padding: 12px 0 12px 0;
	border-radius: 100px 0;
}

#menu {
	background: transparent;
}

#menu .container:first-child {
	background-color: white;
	box-shadow: 0px 4px 4px rgba(21, 57, 73, .2);
	border-radius: 50px;
	position: relative;
	top: 2rem;
	z-index: 5;
}

#logo {
	max-height: 55px;
	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(--c2);
	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(--c2);
	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%;
	}
}

img[src="assets/img/ban_1_m.png"] {
	max-width: 400px;
}

img[src="assets/img/ban_1.png"] {
	max-width: 700px;
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-family: var(--font2B), sans-serif;
	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: transparent;
	position: relative;
}

footer p {
	color: var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
}

footer b {
	color: var(--c1);
	font-family: var(--font), sans-serif;
}

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(--c2);
}

a.policy {
	margin-right: 5rem;
	text-decoration: none;
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
	a.policy {
		margin-right: 1rem;
	}
	.bi-list {
		font-size: 2rem;
	}
	img[src="assets/img/ban_1_m.png"] {
		max-width: 250px;
	}
}

/* =========================
	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;
}