/* ============================
	FONT
   ============================ */


/* ============================
	GENERALI 
   ============================ */

body {
	font-family: "brother-1816", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	background: linear-gradient(0deg, #FAC479, #FEF2C2),
		linear-gradient(180deg, #FEF2C2 0%, #FAC479 78.86%, #FAC479 127.16%);
	background-position: top center;
	background-size: cover;
}


.row {
	margin-left: 0px;
	margin-right: 0px;
}

a {
	text-decoration: underline;
}

.text-red {
	color: #ac182d;
}

.text-white {
	color: #ffffff;
	;
}

.text-green {
	color: rgba(0, 86, 66, 1);
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.rounded-border {
	border-radius: 5rem;
}

.bg-orange {
	background-color: rgba(246, 138, 31, 1);
}

.bg-green {
	background-color: rgba(0, 86, 66, 1) !important;
}

.bg-gray {
	background-color: rgba(237, 237, 237, 1);
}

#audioguide {}

/* ============================
	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;
}

#menu {
	background-color: #F68A1F;
}

#menu_list li {
	list-style-type: none;
	float: left;
}

#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
}


@media (max-width: 991px) {
	#menu_list li {
		float: none;
	}

	#menu_list li a {
		text-align: right;
	}
}


@media (max-width: 1199px) {

	#menu_list {
		margin-left: 45px;
	}
}

@media (max-width:991px) {

	#menu_list {
		margin-left: 0px;
	}
}

#menu_list li a:hover,
#menu_list li a.active {
	text-decoration: none !important;
	color: #ffffff;
}

.modal-body {
	background-color: #fff;
}

#birba_vinto {
	position: absolute;
	bottom:0px;
	left: -30%;
}

/* ============================
	FORM
   ============================ */

.sfondo {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 20px;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, .4);
}

#errore {
	color: #ac182d;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.form-control,
.form-select {
	height: 60px;
	border-radius: 5px;
	border: 1px solid #ffff;
	color: #000000;
	border-radius: 200px;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .4);
}

.form-control.no-style,
.form-select.no-style {
	height: 60px;
	border-radius: 5px;
	border: 1px solid #ffff;
	color: #000000;
	border-radius: 200px;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0) !important;
	background-color: rgba(237, 237, 237, .5);
}

.form-group {
	margin-bottom: 15px;
}

.bg-white-shadowed {
	background-color: #ffffff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	border-radius: 10px;
}

label[for=reg],
label[for=tratt_dati] {
	display: block;
}

label a {
	color: inherit;
	text-decoration: underline;
}

small.small {
	font-size: 10px;
	line-height: 9px;
}


.button {
	background-color: rgba(136, 136, 136, 1);
	color: #ffffff;
	border-radius: 25px;
	border: 0px solid transparent;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 2rem 5rem;
	width: max-content;
	max-width: 300px;
	-webkit-box-shadow: 2px 4px 8px 1px #000000;
	box-shadow: 2px 4px 8px 1px #000;
	text-decoration: none;
	font-family: "brother-1816", sans-serif;
	cursor: pointer;
}

.button:hover {
	color: #000;
	background: rgba(136, 136, 136, 1);
	;
}


@media (max-width:375px) {
	.button {
		font-size: 1rem;
	}
}

@media (max-width: 575px) {
	label {
		font-size: .80rem;
	}
}

.modal-body {
	background-color: #4D7BBC;
}

/* ============================
	CAROUSEL
   ============================ */
.carousel-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
}

.carousel-control-prev img,
.carousel-control-next img {
	width: 100%;
	height: auto;
}

/* ============================
	AUDIOSTORIE
   ============================ */
#audioguide-container_home {
	background-image: url('../img/sfondo_audioguide.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

#audioguide-container_home:before {
	content: url(../img/as_birba.png);
	display: block;
	position: absolute;
	bottom: -10%;
	left: -15%;
}

@media screen and (max-width: 767px) {
	#audioguide-container_home:before {
		content: url(../img/as_birba.png);
		display: block;
		position: absolute;
		bottom: -10%;
		left: -15%;
		opacity: 0;
	}
}

#audioguide-container {
	background-image: url('../img/sfondo_audioguide.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

#audioguide-container:before {
	content: url(../img/birba_furba.png);
	display: block;
	width: 20%;
	height: 20%;
	position: absolute;
	bottom: 30%;
	right: -10%;
}

.gray img {
	filter: grayscale(100%);
}

.gray:before {
	content: url(../img/as_scaricata.png);
	position: absolute;
	top: 0px;
	right: 15px;
	display: block;
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.gray:before {
		content: url(../img/as_scaricata.png);
		position: absolute;
		top: 0px;
		right: 15px;
		display: none;
		z-index: 1000;
	}
}

.audio-guida-conenitore img:hover {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .4));
	transition: 1s;
}

.audio-guida-conenitore.scaricata img {
	filter: grayscale(100%);
}

.audio-guida-conenitore {
	position: relative;
}

.audio-guida-conenitore.scaricata:before {
	content: url('../img/scaricata.png');
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 1000;
}

.figure-caption {
	color: rgba(0, 86, 66, 1);
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

#birba_fondo_registraizone {
	max-width: 135px;
	position: absolute;
	right: 10px;
	top: -60px;
}

/* ============================
	WIN SI/NO
   ============================ */

#win_no_container {
	position: relative;
	z-index: 1000;
}

#win_no_container:before {
	content: url('../img/sfondo_audioguide.png');
	display: block;
	width: 1000px;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

#birba_triste {
	position: absolute;
	bottom: -50%;
	left: 15%;
	z-index: 900;
}

/* ============================
	FOOTER
   ============================ */
footer {
	font-family: 'Roboto';
	font-size: 0.8rem;
	background-color: rgba(0, 86, 66, 1);
}

footer p {
	color: #ffffff;
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	font-size: 0.8rem;
	text-align: center;
}

footer p a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: 700;
}


/* =========================
	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;
	}
}



/* =========================
	 OCR LOADING
	======================= */

#ocr_loading,
#ocr_loading>.modal-dialog,
#ocr_loading>.modal-dialog>.modal-content,
#ocr_loading>.modal-dialog>.modal-content>.modal-body {
	background-color: transparent !important;
}

/* =========================
	 OCR LOADING
	======================= */

/* Stili CSS personalizzati per la colonna 1/36 */
.col-1of36 {
	flex: 0 0 auto;
	width: 2.77777778%;
}

/* Regole per i breakpoint di Bootstrap */
@media (min-width: 576px) {
	.col-sm-1of36 {
		flex: 0 0 auto;
		width: 2.77777778%;
	}
}

@media (min-width: 768px) {
	.col-md-1of36 {
		flex: 0 0 auto;
		width: 2.77777778%;
	}
}

@media (min-width: 992px) {
	.col-lg-1of36 {
		flex: 0 0 auto;
		width: 2.77777778%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1of36 {
		flex: 0 0 auto;
		width: 2.77777778%;
	}
}

@media (min-width: 1400px) {
	.col-xxl-1of36 {
		flex: 0 0 auto;
		width: 2.77777778%;
	}
}