/* ================
ZUEGG
===================*/
body {
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Noto Sans Display', sans-serif!important;
}
.row {
	margin-right: 0px!important;
	margin-left: 0px!important;
}
.text-red {
	color: #013A88;
}
.text-green {
	color: #008f45;
}
.text-blu {
	color: #0071b9;
}
.text-yellow {
	color: #f8ad3b;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Display', sans-serif!important;
	font-weight: 800;
}

.bg-gray {
	background-color: #c9c9c9;
	color: #000;
}

.bg-light-gray {
	background-color: #dedede;
	color: #000;
}

.bg-gray a {
	color: #000;
}
.btn-danger {
	background-color: #013A88;
}
.richiesta {
	transition: 1s;
}
.box-shadow {
	box-shadow: 2px 2px 12px rgba(0,0,0,.4);
	transition: 1s;
}
/* ================
MENU
===================*/
/*======MENU======*/
nav:after {
	content: url('../img/icons/freccia.png');
	position: absolute;
	bottom:-10px;;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navbar-dark .navbar-nav .nav-link {

	color: #004289 !important;
  
	background: transparent;
  
	text-transform: uppercase;
  
	font-size: 24px;
  
	font-family: 'Noto Sans Display';
  
  }
  
  .navbar-dark .navbar-nav .nav-link:hover {
  
	color: #004289 !important;
  
	background: transparent;
  
	text-transform: uppercase;
  
	font-size: 24px;
  
	font-family: 'Noto Sans Display';
  
	text-decoration: underline;
  
  }
  
  .navbar-dark .navbar-toggler {
  
	color: #004289;
  
	border-color: #004289;
  
  }
  
  .navbar-dark .navbar-toggler-icon {
  
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 66, 137, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  
  }
  
  .nav-item:before {
  
	content: none;
  
  }
  
  
  
  .navbar-dark .navbar-nav .nav-link span{
  
	font-size: 18px;
  
	color: #013b89;
  
	text-transform: uppercase;
  
	margin: 3px 18px 0 !important;
  
	opacity: 1;
  
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
	color: #013b89;
  
	position: relative;
  
	text-decoration: none !important;
  
	z-index: 10;
  
	  padding-left: 6px;
  
	  padding-right: 6px;
  
	  
  
  }
  
  .navbar-dark .navbar-nav .nav-link span:before {
  
	left: 0;
  
	bottom: -3px;
  
	z-index: -1;
  
	position: absolute;
  
	width: 0%;
  
	height: 15px;
  
	background-color: #c1d1e7;
  
	content: "";
  
	display: block;
  
	  text-decoration: none !important;
  
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
  }
  
  .navbar-dark .navbar-nav .nav-link span:hover:before {
  
	width: 100%;
  
  }
  
  .navbar-dark .navbar-nav .nav-link span:before {
  
	bottom: -3px;
  
	height: 10px;
  
  }
  
  .navbar-dark .navbar-nav .active .nav-link span {
  
	color: #013b89;
  
	position: relative;
  
	text-decoration: none !important;
  
	z-index: 10;
  
  }
  
  .navbar-dark .navbar-nav .active .nav-link span:before {
  
	left: 0;
  
	bottom: -3px;
  
	z-index: -1;
  
	position: absolute;
  
	width: 0%;
  
	height: 15px;
  
	background-color: #94bded;
  
	content: "";
  
	display: block;
  
	  text-decoration: none !important;
  
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  
  }
  
  .navbar-dark .navbar-nav .active .nav-link span:hover:before {
  
	width: 100%;
  
  }
  
  .navbar-dark .navbar-nav .active .nav-link span:before {
  
	width: 100%;
  
	bottom: -3px;
  
	height: 10px;
  
  }
  
  .menu a:hover {
  
	text-decoration: none !important;
  
	bottom: -3px;
  
	height: 10px;
  
  }
  
  
  
  @media (max-width:768px) {
  
  .navbar-dark .navbar-nav {
  
	  margin-right: 0px;
  
	  margin-bottom: 100px;
  
	}
  
  .navbar-dark .navbar-nav .nav-link {
  
	  text-align: center;
  
	  width: auto;
  
	  display: table;
  
	  margin: 0 auto !important;
  
	}
  
  }


#header {
	position: relative;
}
#menu {
	background-color: #013A88;
	position: relative;
	z-index: 50000!important;
}

#menu_list {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
}
#menu_list li {
	list-style-type: none;
	float: left;
	display: flex;
}

#menu_list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
	margin: 0px 20px;
}

#menu_list li a.active, #menu_list li a:hover  {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;

}

@media screen and (max-width: 768px) {
	#menu_list li {
		list-style-type: none;
		float: left;
		padding-left: 10px;
		position: relative;
		width: 100%;
	}
}
/* ================
HOME
===================*/
.bg_gray_light {
	background-color: #EDF2F8;
}
.voucher {
	border-radius: 20px;
	border: 4px dashed #000;
	overflow: hidden;
	transition: 1s;
}
.voucher:hover {
	box-shadow: 8px 8px 10px rgba(0,0,0,.4);
	transition: 1s;
	border: 2px solid #000;
	cursor: url('../img/scissors.png'), auto!important;	 
}
.animated.delay-6s {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.background-image {
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}
.btn-round {
	border-radius: 150px;
}
.img-center {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.btn-void {
	filter: grayscale(100%);
}

.btn-top {
	position: absolute;
	top: 50px;
	right: 18%;
	max-width: 150px;
	border-radius: 100px;
}

@media screen and (max-width: 768px) {
	.btn-top {
	position: absolute;
	top: 30px;
	right: 10%;
	max-width: 150px;
	border-radius: 100px;
}
}

#carica_scontrino_home {
	position: absolute;
	bottom:20px;
	right:5%;
}
/* ================
FAQ
===================*/
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #013A88;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


/* ================
STORICO
===================*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active h5 {
	color: #013A88;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
#euro-symb {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 120px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.border-r {
	border-right: 2px solid #013A88;
}

.v_static {
	max-width: 120px;
}

@media screen and (max-width: 768px) {
	#euro-symb {
		max-width: 80px;
	}
	.border-right {
		border-right: 0px solid #013A88;
	}
}

.img-small {
	max-width: 200px;
	border: 1px dashed #000;
}
/* ================
FORM
===================*/
#loghi {
	position: relative;
	top: -25%;
}
#errore{
	text-align: center;
	color: #013A88;
	padding: 25px;
	font-size: 24px;
	font-weight: bold;
}

label {
	display: block;
	width: : 100%;
	padding-bottom: 10px;
}
#form_container {
	padding: 2vw 2vw 0px 2vw;
}
.form-control {
	border:1px solid #000f5b;
	border-radius: 0px;
	margin-bottom: 15px;
}
.text-white {
	color: #fff;
}

/* ================
FOOTER
===================*/
footer {
	background-color: #EDF2F8;
}
.footer {
	background-color: #EDF2F8;
}

.footer p {
	color:#000!important;
	font-size: 16px;
}
.footer a, .footer a:hover {
	display: inline;
	color: #000;
	text-decoration: underline;
}