/*@charset "utf-8";*/
/* CSS Document */
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/plus-jakarta-sans-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/plus-jakarta-sans-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/plus-jakarta-sans-v12-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500.svg#PlusJakartaSans') format('svg'); /* Legacy iOS */
}

/* plus-jakarta-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/plus-jakarta-sans-v12-latin-500italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/plus-jakarta-sans-v12-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/plus-jakarta-sans-v12-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/plus-jakarta-sans-v12-latin-500italic.svg#PlusJakartaSans') format('svg'); /* Legacy iOS */
}

/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/plus-jakarta-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/plus-jakarta-sans-v12-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700.svg#PlusJakartaSans') format('svg'); /* Legacy iOS */
}

/* plus-jakarta-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/plus-jakarta-sans-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/plus-jakarta-sans-v12-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/plus-jakarta-sans-v12-latin-700italic.svg#PlusJakartaSans') format('svg'); /* Legacy iOS */
}

body {
  background: #fff;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;	
  font-size: 16px;
  color: #666666;	
}
@media (max-width: 768px) {
p {
  font-size: .85rem;
}
}

a {
  color: #2966a6;
}

.bg_blu {
	background-color: #004494 !important;
	color: #ffffff !important;
}

.bg_red {
	background-color: #e2001a !important;
	color: #ffffff !important;
}

.text_blu {
	color: #2966a6 !important;
}

.text_red {
	color: #e2001a !important;
}

.space {
	letter-spacing: 0.2em;
}

#cookie-policy-content > h3, #privacy-cookie-content > h3 {
	font-size: 3rem;
}

.main-container {
  max-width: 1170px;
}
.form-container {
  max-width: 750px;
}
.form-head {
  background: #DAE6EF;
  display: block;
}
.form-main {
  background: #DAE6EF;
  display: block;
  padding-left: 10%;
  padding-right: 10%;
}

.form-note {
  color: #2966A6;
  font-size: 0.8em;
	font-family: 'Plus Jakarta Sans';
	text-align: center;
	padding-top:10px;
}

.form-control {
    color: #212529;
    background-color: #fff;
    border: none;
    border-radius: 0rem;
	margin-bottom: 15px;
    margin-top: 5px;

}

.form-group-s {
    padding: 0% 10%;

}

@media (max-width: 991px) {
	
	.form-group-s {
        padding: 0% 4%;

}

}
	

#menu {
	background: transparent;
}

#menu_list {
	background: transparent;
	
}

#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 3%;
    padding-right: 0%;
	/*position: relative;*/
}


#menu_list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
}

#menu_list li a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
	border-bottom: 2px solid #ffffff;
}



@media (max-width: 991px) {
	#menu > .row > .col-12.col-lg {
		background: #fff;
	}
	
	#menu_list li {
	float: none; 	
	/*color: #004289;
	background: rgba(18, 80, 155, 0.8);*/
}
	#menu_list li a {
	text-align: right;
	color: #fff;
}

}

.menu {
	text-align:right;
	font-size: 1.2rem;
	text-decoration:none;
}

@media(max-width:991px) {
	.menu {
	padding: 0px !important;
	}
}

@media (max-width: 767px) {
	.menu {
	font-size: 1.2rem;
}
}


@media (max-width: 1199px) {

	#menu_list {
	margin-left: 45px;	
	transition: 0.55s ease;	
	}
}

@media (max-width:991px) {
	.menu {
	color:#000;
	}
	#menu_list {
	margin-left: 0px;	
	transition: 0.55s ease;	    
	padding: 1.5rem 2rem;
	background: rgba(18, 80, 155, 1);
    /*background-color: #fff;*/
  }
}



.menu:hover {
	color:#000;
}

#menu_list li a.active {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0px 6px;
	color: #fff;
	border-bottom: 2px solid #ffffff;
}



.menu_bottom{
	margin-top: 0px;
	transition: 0.55s ease;
	
}

.menu_top{
	margin-top: 0px;
	transition: 0.55s ease;	

}

@media (max-width: 991px) {
	
	#menu_list li a:hover {
	display: block;
	text-decoration: none;
	padding: 15px 22px 6px;
	text-align: right;
	color: #004289;
	border: none;
}
	
	#menu_list li a.active {
	display: block;
	text-decoration: none;
	padding: 15px 0px 6px;
	text-align: right;
	color: #e2001a;
	border: none;
}

.menu_bottom{
	margin-top: 0px;
	margin-bottom: 50px;
	transition: 0.55s ease;
	
}

.menu_top{
	margin-top: -200px;
	transition: 0.55s ease;	

}

}

.active {
	color: #fff;
	border-bottom: 2px solid #ffffff;
}




/* Header menù */
#menu {
  background: rgba(18, 80, 155, 0.8);
  position: sticky;
  top: 0;
  z-index: 999;
}

@media(max-width:991px) {
	#menu {
	height: 60px !important;
	background: rgba(18, 80, 155, 1);	
	}
}

/* Evita che menu sovrascriva lo sfondo */
#menu .menu {
  background: transparent;
}

.navbar-dark .navbar-nav .nav-link {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	

}
.navbar-dark .navbar-nav .nav-link span{
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
}
.navbar-dark .navbar-nav .nav-link span:hover {
  color: #004289 !important;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
border-bottom: 2px solid #004289;
	padding-bottom: 6px;
}
.navbar-dark .navbar-nav .link-login span{
  color: #2966A6 !important;
  background: transparent;
  text-transform: uppercase;
  font-size: 1em;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
}
.navbar-dark .navbar-nav .link-login span:hover {
  color: #2966A6 !important;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
border-bottom: 2px solid #2966A6;
	padding-bottom: 6px;
}

@media (max-width: 768px) {
.navbar-dark .navbar-nav .nav-link {
	text-align: left;
	padding: 10px;
}
	}

.navbar-dark .navbar-nav .link-login {
  color: #2966A6 !important;

}
.navbar-dark .navbar-nav .link-login:hover {
  color: #2966A6 !important;

}
.navbar-dark .navbar-toggler {
  color: #004289;
  border-color: #004289;
	float: right;
}
.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");
	width: 2em;
    height: 2em;
}
.nav-item:before {
  content: none;
}
.menubullet {
  margin-right: 1%;
  margin-top: -1%;
	max-height: 16px;
}
.footerfrozen {
  margin-left: 1%;
  margin-top: 0%;
}

h1 {
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
  color: #004289;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;	
  line-height: 1.5; 
  font-size: 2rem;	
}
/*
.form-head h1 {
      font-size: 1.5em;
}*/
h2 {
  font-family: 'Plus Jakarta Sans';
  color: #004494;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;	
  letter-spacing: 0.2em;
  line-height: 1.5; 	
}
h3, .title-grey {
  font-family: 'Plus Jakarta Sans';
  color: #6e8898;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 500;		
  font-size: 1.6rem !important;	
  line-height: 1.5; 
  text-transform: none !important;	
}
/*h4 {
  font-family: 'Plus Jakarta Sans';
  font-size: 1.5em;
  color: #484848;
  text-align: center;
}
h5 {
  font-family: 'Plus Jakarta Sans';
  font-size: 2em;
  color: #2966A6;
  text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h6 {
      font-family: 'Plus Jakarta Sans';
    font-size: 1.5em;
    color: #2966a6;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
}
*/
hr {
  border-top: solid 1px #2966A6;
  max-width: 770px;
}
@media (max-width: 768px) {
  h1 {
    font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
    font-size: 1.2em;
    color: #004289;
    text-transform: uppercase;
    text-align: center;
  }
  h2 {
    font-family: 'Plus Jakarta Sans';
    font-size: 1.2em;
    color: #2966A6;
    text-align: center;
  }
  h3, .title-grey {
    font-family: 'Plus Jakarta Sans';
    font-size: 1em !important;
    color: #484848;
  }
  h4 {
    font-family: 'Plus Jakarta Sans';
    font-size: 1.3em;
    color: #484848;
    text-align: center;
  }
  h5 {
    font-family: 'Plus Jakarta Sans';
    font-size: 1.5em;
    color: #2966A6;
    text-align: center;
  }
  h6 {
    font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
    font-size: 0.9em;
    color: #004289;
    text-transform: uppercase;
    text-align: left;
  }
}

.list-group-item {
    position: relative;
    display: list-item;
    padding: 0.5rem 1rem;
    color: #212529;
    /* text-decoration: none; */
    background-color: transparent;
    list-style: inside;
    border: none;
}

.sfondo {
    background-color: #f2f2f2;
}

@media (max-width:575px) {
	#main > .container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
}

   .skip-to-main-content-link {
   	position: absolute;
   	left: -9999px;
   	z-index: 999999;
   	padding: 1em;
   	background-color: black;
   	color: white;
   	opacity: 0;
   }
   .skip-to-main-content-link:focus {
   	left: 50%;
   	transform: translateX(-50%);
   	opacity: 1;
   }



.button {
	background: linear-gradient(to bottom,  #004494 0%,#004494 50%,#00307b 50%,#00307b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #ffffff;
	border: 0px solid transparent;
	border-radius: 0px;
	font-size: 1.3rem;
	padding: .25rem 2rem;
	width: 300px;
	max-width: 380px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);*/
}
@media (max-width:575px) {
	.button {
	font-size: 1.2rem;
	width: 250px;
	max-width: 250px;
}
}

.button:hover {
	color: #ffffff;	
	background-color: #00307b;
}

.button2 {
	background: linear-gradient(to bottom,  #e30613 0%,#e30613 50%,#bf0002 50%,#bf0002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #ffffff;
	border: 0px solid transparent;
	border-radius: 0px;
	font-size: 1.3rem;
	padding: .25rem 2rem;
	width: 300px;
	max-width: 380px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.4);*/
}
@media (max-width:575px) {
	.button2 {
	font-size: 1.2rem;
	width: 250px;
	max-width: 250px;
}
}

.button2:hover {
	color: #ffffff;	
	background-color: #bf0002;
}

.a_bordo {
	margin-bottom: -18px;
}
@media (max-width:767px) {
	.a_bordo {
	margin-bottom: -18px;
	}
}
@media (max-width:575px) {
	button.a_bordo {
	margin-top: .95rem;
}
}

.ico {
	max-height: 20px;
	display: inline-block;
	margin-bottom: 3px;
  	margin-left: 5px;
}

.form-group {
	margin-bottom: 2rem;
}
@media(max-width:575px) {
	.form-group {
	margin-bottom: 1rem;
}
}

label {
	color: #2966a6;
}

.form-control, .form-select, .text-area, text-area {
	color: #666666;
	border: 1px solid #b3b3b3;
	border-radius: 0px !important;
}

.form-control.disabled, .form-control.disabled {
	background-color: transparent;
}

@media(max-width:575px) {
	label, .form-control, .form-select, .text-area, text-area {
	font-size: .8rem !important;
}
	.form-select {
	padding: .375rem 1.25rem .375rem .35rem;
}
}

.text-grey {
	color: #666666 !important;
}


#cookie-bar {
  padding: 15px;
  background: #004289;
  color: #fff;
  font-family: 'Plus Jakarta Sans';
  z-index: 1040;
  position: fixed;
  bottom: 0px;
  width: 100%;
	font-size: 0.8em;
}
.cb-enable {
  padding: 10px;
  background: #fff;
  color: #2966A6  !important;
  border-radius: 0px;
  display: table;
  font-family: 'Plus Jakarta Sans';
	  font-size: 0.8em;
	margin-top: 10px;
}
input:-internal-autofill-selected {
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  background: transparent !important;
}
.purple {
  color: #a1176b;
}
.blue {
  color: #a1176b;
}
.bodywrap {
  max-width: 1440px;
}
@media (max-width: 768px) {
  .bodywrap {}
}
ul {
  list-style: none;
}
/*li {
    position: relative;
}

li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #a1176b;
}*/
/*Modal*/
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
	background: #fff;
	border: 2px solid #004289;
	text-align: center;
	margin-top: 10%;
}



.modal-body h1{
	font-family: 'Plus Jakarta Sans';
  font-size: 32px;
	
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: transparent;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*padding: 4rem;*/
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}

.modal-body p{
font-family: 'Plus Jakarta Sans';
	color: #2966A6;
	font-size: 28px;
	
}
.modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}
.modal-bodybg1 {
  /*background: url("../img/modal_bg.png");*/
  background-size: 100% 100%;
}
@media (max-width: 768px) {
	.modal-body h1{
	font-family: 'Plus Jakarta Sans';
  font-size: 1em;
	
}
	.modal-body p{
font-family: 'Plus Jakarta Sans';
	color: #2966A6;
	font-size: 0.8em;
	
}

	
  .modal-bodybg1 {
    background: url("../img/modal_bg_mobile1.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
  .modal-bodybg2 {
    background: url("../img/modal_bg_mobile2.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
}
.modal-backdrop.show {
  opacity: 0.6;
  background: #061F33;
}


/* ==============================
		PAGINA PROMO
	============================== */

.banner-promo {
  padding: 1em 2em 0em; 
}


/*Login Modal

.form_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.form_modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: transparent;
    text-align: right;
    font-size: 1.5rem;
}
.form_modal-header .btn-close {
    
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.closefm { 
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em 0.25em;
    color: #ffffff;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}


.form_modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
	border: none;
	text-align: left;
	margin-top: 3%;
	position: relative;
}


.form_modal-body h1{
	font-family: 'Plus Jakarta Sans';
  font-size: 32px;
	
}

.form_modal-body h5{
  font-size: 1.5em;
	
}

.form_modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #e5eff9;
  border: none;
  border-radius: 0rem;
  outline: 0;
	text-align: left;
	padding: 6% 10%;
}

.form_modal-content-sx {
  background: #ffffff;
    border: none;
    padding: 5%;
    padding-right: 10%;
    position: absolute;
    top: 210px;
        min-height: 380px;
}

.form_modal-content-dx {
  
    background: #e5eff9;
    border: none;
    padding: 2%;
    position: absolute;
    top: 180px;
}

.banner-sx {
    
    background-color: #e5eff9;
    padding: 2%;
	min-height: 300px;
    padding-right: 5%;
	    position: relative;
	top: 0px;
}

.banner-terminate {
    background-color: #f2f2f2;
    padding: 2%;
	min-height: 200px;
    padding-right: 5%;
	    position: relative;
	top: 0px;
	margin-bottom: 5%;
}

.banner-dx {
 
    background-color: transparent ;
    padding: 0%;

}

.banner-sx img {
	    margin-right: -100%;
    margin-top: -10%;
}

.banner-terminate img {
	    margin-left: -100%;
    margin-top: 2%;
	margin-right: 5%;
	margin-bottom: -20%;
}


.form_modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-size: 100% 100%;
}

.form_modal-body p{
font-family: 'Plus Jakarta Sans';
	color: #2966A6;
	font-size: 1rem;
	
}
.form_modal-bodybg1 {
  
  background-size: 100% 100%;
}
.form_modal-bodybg1 {
  
  background-size: 100% 100%;
}

@media (max-width: 768px) {
	.form_modal-body h1{
	font-family: 'Plus Jakarta Sans';
  font-size: 1em;
	
}
	.form_modal-body p{
font-family: 'Plus Jakarta Sans';
	color: #2966A6;
	    font-size: 1rem;
	
}

	
  .form_modal-bodybg1 {
    background: url("../img/modal_bg_mobile1.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
  .form_modal-bodybg2 {
    background: url("../img/modal_bg_mobile2.png");
    background-size: 100% 100%;
    font-size: 12px;
    padding: 2rem;
  }
	
	.form_modal-content-sx {
  margin: 1.75rem auto;
	border: none;
	margin-bottom: 0%;
	padding: 5%;
		position: relative;
		top: 0px;
}

.form_modal-content-dx {
  margin: 1.75rem auto;
	background: #e5eff9;
	border: none;
	margin-top: 1%;
	padding: 5%;
	position: relative;
	top: 0px;
}
	
}

@media (max-width: 991px) {
	.banner-sx img {
	    margin-right: 0%;
    margin-top: 0%;
}
	
	.banner-sx {

	    position: static;
}
	.banner-terminate {
		margin: 0rem auto;
}

	
}


.form_modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.form_modal-backdrop.show {
  opacity: 0.8;
  background: #061F33;
}
*/
#carouselExampleIndicators {
    position: relative;
      overflow: hidden;
      /* serve per tagliare la lama correttamente */
}

#carouselExampleIndicators::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  /* LARGO IN ALTO → STRETTO IN BASSO */
  clip-path: polygon(0 0,
      /* alto sinistra */
      60% 0,
      /* molto largo in alto */
      45% 100%,
      /* più stretto in basso */
      0 100%
      /* basso sinistra */
    );

  /* fade morbido verso destra */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.85) 0%,
      rgba(255, 255, 255, 0.85) 40%,
      rgba(255, 255, 255, 0.45) 65%,
      rgba(255, 255, 255, 0.00) 100%);
}



/* Il contenuto (immagini) deve stare sotto la lama */
#carouselExampleIndicators .carousel-inner img {
  position: relative;
  z-index: 1;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25px;
	height: 0px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #FFF;
	background-clip: border-box;
	border-radius: 14px;
	opacity: 1;
	transition: opacity 0.6s ease;
	/* border-top: 5px solid transparent; */
	border-bottom: 6px solid transparent;
}

.carousel-indicators .active {
	background-color: #6e8898;
	opacity: 1;
}

.carousel-indicators li::marker {
	color: transparent;
}

/* Box del logo sopra tutto */
.main-text {
  position: absolute;
  top: 22%;
  left: 6%;
  width: 40%;
  z-index: 3;
  padding: 2rem 0;
}

/* Mobile: pannello più semplice e centrato */
@media (max-width: 768px) {
  #carouselExampleIndicators::before {
    clip-path: none;
    background: rgba(255, 255, 255, 0.9);
  }

  .main-text {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
  }
}


.payoff {
  color: #2966A6;
  border-bottom: 1px solid #2966A6;
}


.carousel-inner {
    margin-top: 0;
}

.carousel {
    margin-top: -5%;
    z-index: -1;
}
	


/*
.bannersd {
  max-width: 1300px;
  margin: 1.75rem auto;
	border: none;
	text-align: left;
	margin-top: 3%;
	position: relative;
}

.promorow{
	margin: 0px;
}

.promorow img{
	max-width: 362px;
}



.banner-sx form_modal-body {
	color: #666666;
	font-size: 19px;
}
  

.banner-date{
  color: #2966a6 !important;
	font-size: 14px !important;
	font-family: 'Plus Jakarta Sans';
} 
.banner-note{
  font-size: 12px !important;
}

 */ 

@media (max-width: 768px) {
	.carousel-inner {
    	margin-top: 0;
	}
	
	.carousel {
    	margin-top: -15%;
    	z-index: -1;
	    min-height: 350px;
		background-color: #d1d1d1;
	}
	
	.carousel-indicators, .carousel-inner {
	  display: none;
	}

	/*
	.bannersd {
  color: #666666;
  border-bottom: none;
		font-size: 0.8em;
		
}
.bannersd img {
  border: none;
}
.banner-date {
  color: #2966A6;
	
    font-size: 0.8em;
}
.banner-note {
      font-size: 0.7em;
}
	*/
}

@media (max-width: 575px) {
	.carousel {
	    min-height: 300px;
	}
}

@media (max-width: 450px) {
	.carousel {
	    min-height: 220px;
	}
}
@media (max-width: 350px) {
	.carousel {
	    min-height: 190px;
		margin-top: -20%;
	}
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 35%;
    z-index: 1000;
    display: none;
    float: left !important;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #004289 !important;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Plus Jakarta Sans'; 
  font-weight: 700;	
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    border: none;
}

.navbar-brand {

    padding: 4px 15px;
}


.brandpromo {
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 12px;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	padding: 1rem 0rem;
	width: 100%;
	display: inline-block;
}

.brands img {
    padding-left: 25%;
	padding-right: 25%;
}
@media(max-width:991px) {
    .brands img {
    padding-left: 10%;
	padding-right: 10%;
}
}

.brands > .col {
    padding-left: 2%;
	padding-right: 2%;
}

@media(max-width:575px) {
.brands > .col {
    max-width: 33%;
    width: 33%;
	min-width: 33%;
}
	
}


.btn-primary {
     color: #fff;
  font-family: 'Plus Jakarta Sans';
    background-color: #2966a6;
    border-color: #2966a6;
    border-radius: 0px;
    font-size: 1.3em;
	text-transform: uppercase;
	padding: 0.375rem 2.75rem;
	letter-spacing: 3px;
}

.btn-image:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.myBtnLogin:after{
	background-image: url("../img/icons/user.png")
}

.myBtnReg:after{
	background-image: url("../img/icons/reg.png")
}




#menuToggle {
  display: block;
  position: relative;
  top: 10px;
  /*  left: 50px;*/
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  padding: 5px;
  border: 2px solid #fff;
  margin-right: 20px;	
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  
  background: #ffffff;
  border-radius: 1px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
	 background: #fff;
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(45deg) translate(-10px, -10px);
	 background: #fff;
}


/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#errore
{
  color: red;
}

small, .small {
  line-height: 1 !important;
}
  

/* =====================
		FOOTER
	==================== */

.footer {
  background: #004494;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 1em;
  padding: 2% 2% 0%;
}
.footer a {
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
}


.footermenu a:last-child:after {
  content:"";
}
.footermenu a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.footermenu a:after {
  content:" | ";
  padding: 8px;	
  text-decoration: none !important;
}


@media (max-width: 575px) {
.footermenu a:after {
  content:"";
  padding: 0px;	
}
.footermenu a {
  display: block;
  margin: 1rem auto;
}	
}

.subfooter {
  color: #91ccdb !important;
  font-size: 1em;
}

@media (max-width: 991px) {
.footer {

  font-size: 0.7em;
}
.footer a {
  font-size: 1.3em;
}
	.form-consensi {

  font-size: 0.8em;

}
	
	}