@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #483729;
	--c2: #132840;
	--c3: #f0e1c0;
	--font: "Barlow";
	--font2: "Barlow Condensed";
	--w1Normal: 500;
	--w1Bold: 900;
	--w2Normal:400;
	--w2Bold:700;
}

.font1 {
	font-family: var(--font);
}

.font2 {
	font-family: var(--font2);
}

.w1Normal {
	font-weight: var(--w1Normal);
}

.w1Bold {
	font-weight: var(--w1Bold);
}

.w2Normal {
	font-weight: var(--w2Normal);
}

.w2Bold {
	font-weight: var(--w2Bold);
}

.bigger {
	font-size: 160%;
}

.even-bigger {
	font-size: 200%;
}

.c3 {
	color: var(--c3);
}

.c2 {
	color: var(--c2);
}

.c1 {
	color: var(--c1);
}

body {
	font-family: var(--font), sans-serif;
	//font-weight: var(--wNormal);
	font-style: normal;
	font-size: 16px;
	color: var(--c1);
	background: var(--c3);
}

.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 {
	color: var(--c1);
  	text-decoration: underline;
}

.title {
	color: var(--c1);
	text-shadow: 2px 2px 12px var(--c3);
	padding-top: 15vh !important;
	padding-bottom: 15vh !important;
	font-family: var(--font2);
	font-weight: var(--w2Bold);
}

.title.title2 {
	padding-top: 5vh !important;
	padding-bottom: 5vh !important;
}

.fs-custom {

}

img[src="assets/img/pad.png"]{
	max-width: 200px;
}

img[src="assets/img/pack.png"]{
	max-width: 1000px;
}

.sand-shadow {
	text-shadow: 0px 0px 10px var(--c3), 0px 0px 10px var(--c3);
}

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: white;
	background: var(--c1);
	border: 3px solid transparent;
	border-radius: 16px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	text-decoration: none;

	transition: color 0.25s, background 0.25s, border 0.25s ease-in-out;
	&:hover, &:focus, &:active {
		color: var(--c1);
		background: var(--c3);
		border: 3px 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;
}

.sfondo {
	background: var(--c3);
}

.overlap {
	top: -8vh;
}

/* ============================
	HOME
   ============================ */

.parallax {
	background: url('../img/sfondo.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-device-width: 991px) {
	.parallax {
		background-attachment: scroll;
	}

	.title {
		padding-top: 5vh !important;
		padding-bottom: 5vh !important;
		font-family: var(--font2);
		font-weight: var(--w2Bold);
	}

	.fs-custom {
		font-size: 65%;
	}
}

/*classi per sfondo pannello di vetro fumè*/
.glass-panel {
	background: rgba(255, 255, 255, 0.2);
	/*border-radius: 16px;*/
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* ============================
	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: transparent;
}

.menu-border {
	border-bottom: 20px solid black;
}

#attiva_menu {
	max-width: 30px;
	margin:10px 25px;
	cursor: pointer;
}

.bi-list {
  	font-size: 2rem;
  	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: 16px;
	text-transform: none;
}

@media (max-width: 1299px) {
	.position-custom {
		left: 5%;
	}
}

@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: white;
	text-transform: uppercase;
	border: 0px solid transparent;
}

#menu_list li a.active.menu-entry,
#menu_list li a.menu-entry:hover {
	color: var(--c2);
}

@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}
	#menu_list li a {
		color: var(--c3);
		text-align: right;
    	font-size: 15px;
	}
	#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);
	}
	.bi-list {
		font-size: 2rem;
		color: var(--c3);
	}
}

li.d-lg-inline-block {
	font-size: 1.8rem;
	color: black;
}

.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;
}

img[src="assets/img/complimenti.png"] {
	max-width: 500px;
}

/* ============================
	FORM
   ============================ */

#errore,
#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

label, input, select {
  	color: var(--c1);
	font-size: 1rem;
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

.bi-info-circle-fill {
	color: var(--c1);
	&:hover, &:focus, &:active {
		color: var(--c3);
		-webkit-text-stroke: 2.5px var(--c1);
	}
}

.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: transparency;
}

footer p {
	color: var(--c1);
	font-family: var(--font2), sans-serif;
	font-weight: var(--wNormal);
	font-style: normal;
	text-align: center;
	font-size: 14px;
}

footer b {
	font-family: var(--font2), sans-serif;
	color: var(--c1);
	font-weight: var(--w1Bold);
}

footer p a {
	font-family: var(--font2), sans-serif;
	color: var(--c1);
	text-decoration: underline;
	font-weight: var(--w1Bold);
}

footer p a:hover,
footer p a:active,
footer p a:focus {
	font-family: var(--font2), sans-serif;
	color: var(--c1);
	font-weight: var(--w1Bold);
}

@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;
	}
}