@charset "utf-8";
/* CSS Document */

/* ============================
      COLOR
   ============================ */

  :root {
	--Brand-Primary: #242f80; /* colore per le parti attive, pulsanti, link, ecc... */
	--Brand-Primary-Light: #00b1eb; /* colore per hover di link e button */
	--Brand-Primary-Dark: #1c144a; /* esempio colore sfondo footer */

	--Brand-Secondary: #76b729; 
	--Brand-Secondary-Light: ;
	--Brand-Secondary-Dark: ;

  --dark: #000000; /* colore testo */
  --dark-light: #333; /* colore testo di secondo piano come text-muted o breadcrumbs */
  --light: #ffffff; /* sfondo body e colore testi sopra var --dark */

  --grey: #f6f6f6; /* colore di sfondo grigio per evidenziare aree o sezioni diverse + sfondo etichetta categoria premio */
  --red: #B30000; /* colore accessibile per #errore, test-danger e alert simili di bootstrap */
  --green: #11643E; /* colore accessibile per success-icon bg-success e alert simili di bootstrap */
}



/* ============================
	     FONT
   ============================ */

    /* roboto-100 - 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: 'Roboto';
      font-style: normal;
      font-weight: 100;
      src: url('../fonts/roboto-v51-latin-100.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-100.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-100.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-100italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 100;
      src: url('../fonts/roboto-v51-latin-100italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-100italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-100italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-200 - 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: 'Roboto';
      font-style: normal;
      font-weight: 200;
      src: url('../fonts/roboto-v51-latin-200.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-200.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-200italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 200;
      src: url('../fonts/roboto-v51-latin-200italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-200italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-200italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-200italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-300 - 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: 'Roboto';
      font-style: normal;
      font-weight: 300;
      src: url('../fonts/roboto-v51-latin-300.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-300italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 300;
      src: url('../fonts/roboto-v51-latin-300italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-regular - 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: 'Roboto';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/roboto-v51-latin-regular.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 400;
      src: url('../fonts/roboto-v51-latin-italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-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: 'Roboto';
      font-style: normal;
      font-weight: 500;
      src: url('../fonts/roboto-v51-latin-500.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-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: 'Roboto';
      font-style: italic;
      font-weight: 500;
      src: url('../fonts/roboto-v51-latin-500italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-600 - 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: 'Roboto';
      font-style: normal;
      font-weight: 600;
      src: url('../fonts/roboto-v51-latin-600.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-600.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-600italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 600;
      src: url('../fonts/roboto-v51-latin-600italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-600italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-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: 'Roboto';
      font-style: normal;
      font-weight: 700;
      src: url('../fonts/roboto-v51-latin-700.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-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: 'Roboto';
      font-style: italic;
      font-weight: 700;
      src: url('../fonts/roboto-v51-latin-700italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-800 - 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: 'Roboto';
      font-style: normal;
      font-weight: 800;
      src: url('../fonts/roboto-v51-latin-800.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-800.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-800italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 800;
      src: url('../fonts/roboto-v51-latin-800italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-800italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-800italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-800italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-900 - 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: 'Roboto';
      font-style: normal;
      font-weight: 900;
      src: url('../fonts/roboto-v51-latin-900.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-900italic - 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: 'Roboto';
      font-style: italic;
      font-weight: 900;
      src: url('../fonts/roboto-v51-latin-900italic.eot'); /* IE9 Compat Modes */
      src: url('../fonts/roboto-v51-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../fonts/roboto-v51-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
          url('../fonts/roboto-v51-latin-900italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
          url('../fonts/roboto-v51-latin-900italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
          url('../fonts/roboto-v51-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
    }


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

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;	
	font-size: 1rem;
	line-height: 1.4;
	color: var(--dark);
	background: var(--light);
	/*background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;*/
}

@media(max-width:575px) {
	body {
	font-size: .85rem;
}
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.text {
  font-size: 1.2rem;
}



a {
	color: var(--Brand-Primary);
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: var(--Brand-Primary-Light);
	text-decoration: none;
}

a.bottone {
	text-decoration: none !important;
}

h1 {
	font-weight: bold;
}

.text-muted, .breadcrumb-item.active  {
	color: var(--dark-light) !important;
}

.button, .btn.btn-primary {
	background-color: var(--Brand-Primary);
	color: #fff;
	border: 1px solid var(--Brand-Primary);
	border-radius: 65px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	padding: 0.8rem 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.4;
	font-weight: bold;
  letter-spacing: 1px;
	text-decoration: none !important;
	width: max-content;
	max-width: 280px;
	text-transform: uppercase;
	text-align: center;
}

.button:hover, .btn.btn-primary:hover {
	color: var(--grey);
	border: 1px solid var(--Brand-Secondary);
    background-color: var(--Brand-Secondary);
}

.button2 {
	background-color: #ffffff;
	color: var(--Brand-Primary);
	border: 2px solid var(--Brand-Primary);  
	border-radius: 65px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	padding: 0.8rem 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.4;
	font-weight: bold;
  letter-spacing: 1px;
	text-decoration: none !important;
	width: max-content;
	max-width: 280px;
	text-align: center;
}

.button2:hover {
	color: #ffffff;
	border: 2px solid var(--Brand-Primary);
    background-color: var(--Brand-Primary);
}

@media (max-width:575px) {
	.button, .button2 {
	font-size: 1rem;
	padding: 1rem;
	width: 200px;
	max-width: 200px;	
}
}

.btn_transparent {
	background-color: transparent !important;
	border: 0px solid transparent !important;
	color: #0a2240 !important;
}

.btn_transparent:hover {
	background-color: rgba(255,255,255,.15) !important;
}

.btn_transparent.active {
	color: var(--Brand-Primary) !important;
}	

.text_blu {
	color: var(--Brand-Primary) !important;
}

.text_#000000 {
	color: #495057 !important;
}

small, .small {
	font-size: 80% !important;
	line-height: 1;	
}

hr {
	background-image: none;
	background-color: var(--Brand-Primary-Dark);
	height: 2px;
	opacity: .45;
	margin: 1rem 0px;
}

@media (max-width: 575px) {
	hr {
	margin: 2rem 0px;
}
}

.text-red {
	color: red;
}

.bg_blu {
	background-color: var(--Brand-Primary);
}

.bg_senzamenu {
	background-color: var(--grey);
}

.bg_celeste {
	background-color: #e3ebff;
}

.bg_grey, .bg_gray {
	background-color: var(--grey);
}
.bg_gold {
	background-color: var(--Brand-Secondary);
}

.bg_white {
	background-color: #ffffff;
	color: #0a2240 !important;
	border-radius: 8px;
	padding: 2rem;
}

.bg_white {
	background-color: var(--grey) !important;
}

@media(max-width:575px) {
	.bg_white {
	padding: .5rem;
}
}

/* CLASSE DEI RIQUADRI DEI FORM */
.sfondo {
	background-color:#ffffff; 
	border: 3px solid var(--Brand-Secondary);
	border-radius:10px;
	margin-bottom: 2.5rem;
}


/* ==============================
				MENU  
	============================== */

.logo {
  max-width:160px;
}

nav.top_page {
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.1);
}

#menu {
	background-color: var(--light);
	/*box-shadow: 0 6px 8px 0 rgba(0,0,0,0.1);
	width: 100%;*/
}

#submenu {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.5);
	width: 250px;
	top: 40px;
	z-index: 99;
	border: 0px solid;
	border-radius: .3rem;
	padding: .5rem;
	left: -65px;
}

#menu_list li, #submenu li {
	list-style-type: none;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
}

 #submenu li {
	float: none !important;
}

#menu_list li a, #submenu li a {
	display: block;
	color: var(--Brand-Primary-Dark);
	text-align: center;
	text-decoration: none;
	padding: .30rem;  
	opacity: 0.9;
}

#attiva_menu {
	display: block;
	color: var(--Brand-Primary-Dark);
	text-align: center;
	text-decoration: none;
	padding: .30rem;  
	opacity: 0.9;
  max-width: 30px; 
  margin:10px;
}


#submenu li a {
	text-align: right !important;
	opacity: 1 !important;
	padding-top: .7rem;
    padding-bottom: .7rem; 
}
@media (max-width: 991px) {
/*#menu > .row > .col-12.col-lg {
		background-color: #606060;
	}*/
	
	#menu_list li {
	float: none; 		
	}
	#menu_list li a {
	text-align: right;
	}
}

.menu {
	font-family: 'Roboto', sans-serif;
	text-align: right;
	border-bottom: 2px solid transparent;
	border-radius: 0px;
	font-size: 1.1rem;
	color: var(--Brand-Primary-Dark);
	text-decoration:none;
}
@media (max-width:1250px) {
	.menu {
	font-size: 1.2rem;
}
}
@media (max-width:1199px) {
	ul {
	padding-left: 0rem !important;
}
}


@media (max-width:991px) {
	.menu {
	background: transparent;
	border: 0px solid #ffffff;
	font-size: 1.3rem;	
	}
	#menu_list li a {
	padding: 0rem;
	}
	#menu_list {
	margin-left: 0px;	
	}
}

.menu.active {
	color: var(--Brand-Secondary) !important;
	border-bottom: 2px solid var(--Brand-Secondary);  
	opacity: 1 !important;
}

.menu:hover {
	color: var(--Brand-Primary-Light) !important;
	border-bottom: 2px solid var(--Brand-Primary-Light);  
	opacity: 1 !important;
}

@media (max-width:991px) {
.menu:hover, .menu.active {
	border-bottom: 0px solid transparent;
}
}


/*  =========================
		PORTAFOGLIO punti  
	========================= */

#portafoglio {
	background-color: var(--Brand-Primary);
	color: var(--light);
}

@media (max-width: 520px) {
	#portafoglio {
	font-size: 1rem;
}
}

.text-portafoglio {
	color: #ffffff;
}

#ico_profilo {
	  background-color: var(--light);
	  width: 34px;
	  color: var(--Brand-Primary-Light);
	  font-size: 19px !important;
	  border-radius: 50%;
	  text-align: center;
	  padding: 8px 6px 8px 4px !important;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}


/* ==============================
				HOME 
	============================== */

.step1::before, .step2::before, .step3::before {
  content: "";
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.step1::before {
  background-image: url("../img/step1.png");
}
.step2::before {
  background-image: url("../img/step2.png");
}
.step3::before {
  background-image: url("../img/step3.png");
}

@media(max-width:575px) {
	#partecipa_body_1 {
		transform: translateX(-45px);
	}	
}

@media(max-width:520px) {
	#partecipa_body_1 {
		transform: translateX(0px);
	}	
}

/* ==============================
				FORM  
	============================== */

.form-control, .form-select {
	font-size: 1rem;
	border-radius: .3rem;
	/*border: 1px solid #000000;*/
	font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

@media(max-width:575px) {
	.form-control, .form-select {
	font-size: .75rem;
}
}

label {
	color: var(--dark);
}

label a {
	color: var(--Brand-Primary);
}

.form-group {
	margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
label {
	font-size: .80rem;
}
}

/********* AREA PERSONALE ****/

hr.riepilogo_punti {
  border-bottom: 3px solid #000;
}
/*
.punti_label {
    
} 
*/
.punti_value {
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--Brand-Primary);
  /*width: 60%;
  margin: 2rem auto;
  padding: 1rem 0px;*/
  text-align: center;
}

.punti_label.disponibili {
  color: #000000 !important;
  background-color: var(--Brand-Secondary) !important;
} 

.progress-bar {
  color: var(--Brand-Secondary);
  background-color: var(--Brand-Secondary);
  height: 32px;
}

.progress {
  /* margin-bottom: 1rem; */
  margin-bottom: 0rem;
  border: 3px solid var(--Brand-Secondary);
  border-radius: 65px;
  height: 32px;
}

.avanzamento p {
  margin-bottom: .15rem;
}

.avanzamento .col-lg-6 {
  padding: 0rem !important;
}

.avanzamento {
  margin-top: 3rem;    
  margin-bottom: 3rem;
  background-color: var(--grey);
  padding: 3rem;
}
@media (max-width:991px) {
  .avanzamento {
  margin-top: 2.5rem;    
  margin-bottom: 2.5rem;
}
}	
@media (max-width:575px) {
  .avanzamento {
  padding: 1.5rem .5rem;
}
}

.riquadro {
  border: 3px solid #e3000f;
  text-align: center;
  margin: 5% 5% 10% 5%;
}

.riquadro img {
  position: relative;
  top: -32px;
  text-align: center;
  margin: auto;
}

.table {
	font-size: 1rem;
} 
@media (max-width:575px) {
  .table {
	font-size: .75rem;
}
}

/*********  CATALOGO  *******/


.card {
	margin-bottom: 2.5rem;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	/*padding: 4px;*/
	/*-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);*/
	/*min-height: 380px;*/
}

/*.card img {
	-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);
}*/

.card-header {
	padding: 0px;
	margin-bottom: 0;
	color: transparent;
	border-bottom: 0px solid transparent;
	min-height: 300px;
	margin-bottom: 1rem;
	-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);
	align-content: center;
}

@media (max-width:1400px) {
  .card-header {
	min-height: 255px;
    }
}

@media (max-width:1200px) {
  .card-header {
	min-height: 300px;
    }
}

@media (max-width:991px) {
  .card-header {
	min-height: 440px;
    }
}

@media (max-width:767px) {
  .card-header {
	min-height: auto;
    }
}


.card p {
	text-align: left;
}

.type-text, .category-text  {
	color: #000 !important;
	background-color: var(--grey) !important;
	position: relative;
	margin-top: -30px !important;
	border-radius: 4px !important;
	text-transform: uppercase !important;
	font-weight: normal;
}

.brand-text {
	opacity: 0.85;
	text-transform: uppercase;	
}

.prize-points {
	font-size: 1.25rem;
}

/*
.card-title.brand {
	min-height: 30px;
}

.brand {
	margin-top: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;	
}
*/


.card-body {
	margin-bottom: 1rem;
	border: 0px solid #ffffff;
	border-radius: .5rem;
	background-color: #ffffff;
	padding: 10px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0); 
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0);
	text-decoration: none !important;
}

.card-title {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	margin: .5rem 0px;
}


 p.card-title {
	text-decoration: none !important;
}

.card-img-top {
	/*margin-bottom: 1rem;*/a
	width: 100%;
}


#nav_catalogo {
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
}



        .prize-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        /*.prize-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }*/
        .prize-image {
            /*height: 200px;*/
            object-fit: cover;
            width: 100%;
        }
        .prize-points {
           /* font-size: 1.5rem;*/
            font-weight: bold;
            /*color: #28a745;*/
        }
        .prize-title {
            /*font-size: 1.1rem;
            font-weight: 600;*/
            min-height: 50px;
        }
        .prize-detail {
            font-size: 0.9rem;
            /*color: #6c757d;*/
            min-height: 40px;
        }
        .filters-container {
            /*background-color: #ffffff;*/
            padding: 20px;
            border-radius: 10px;
            /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
            margin-bottom: 30px;
        }
        .filter-label {
            
            font-size: 0.9rem;
            margin-bottom: 5px;
            display: block;
        }
        .pagination-container {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .pagination .page-link {
            color: var(--Brand-Primary);
            border-radius: 4px;
            margin: 0 2px;
        }
        .pagination .page-item.active .page-link, .page-item.active {
            background-color: var(--Brand-Primary) !important;
            border: 0px solid transparent !important;
            color: #fff !important;
            font-weight: bold;
        }
        .pagination .page-link:hover {
            background-color: var(--grey);
        }
        .cart-badge {
              margin-left: -8px;
              background-color: var(--red);
              color: #ffffff;
              border-radius: 50%;
              padding: 2px 6px;
              font-size: 0.75rem;
              font-weight: bold;
              position: absolute;
        }
        
        .btn-add-to-cart {
            width: 100%;
            max-width: 100% !important;
        }
        #toast-container {
            width: 90%;
            position: fixed;
            top: 160px;
            z-index: 9999;
            left: 20%;
            transform: translateX(-20%);
        }


.btn-transparent {
  background-color: transparent;
  border: 0px;
  text-align: left;	
}

.btn-default {
  background-color: #e3ebff;
}

/* ==============================
      DETTAGLIO PRODOTTO
   ============================== */
   
   .product-image {
      -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);
    }
        /* .product-info-card {
            background-color: #ffffff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .product-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: var(--dark-light);
        }
        .product-detail {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 20px;
        }
        .product-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #495057;
            margin-bottom: 25px;
        }
        .product-points {
            font-size: 2.5rem;
            font-weight: bold;
            color: #28a745;
            margin-bottom: 20px;
        }
        .info-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
        }
        .info-value {
            font-size: 1.1rem;
            color: #212529;
            margin-bottom: 15px;
        }
        .badge-large {
            font-size: 1rem;
            padding: 8px 15px;
        }
        .cart-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background-color: var(--red);
            color: #ffffff;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 0.75rem;
            font-weight: bold;
        }
        */

/* ==============================
		CARRELLO
	============================= */

.border {
  border-bottom: 1px solid var(--grey);
} 

.alert.alert-info {
	--bs-alert-color: var(--dark-light);
	--bs-alert-bg: var(--grey);
	--bs-alert-border-color: var(--dark-light);
	--bs-alert-link-color: var(--dark-light);
}

        .cart-item {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .cart-item:hover {
            transform: translateY(-2px);
        }
        .cart-item-image {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 8px;
        }
        .cart-summary {
            background-color: #ffffff;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 20px;
        }
        .quantity-input {
            width: 70px;
            text-align: center;
        }
        .btn-quantity {
            width: 35px;
            height: 35px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .empty-cart-container {
            text-align: center;
            padding: 60px 20px;
        }
        .empty-cart-icon {
            font-size: 4rem;
            color: #6c757d;
            margin-bottom: 20px;
        }
        /*.cart-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            background-color: var(--red);
            color: #ffffff;
            border-radius: 50%;
            padding: 2px 6px;
            font-size: 0.75rem;
            font-weight: bold;
        }
        #toast-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 9999;
        }*/
        .loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10000;
        }
        .loading-overlay.show {
            display: flex;
        }
        .spinner-border-lg {
            width: 3rem;
            height: 3rem;
        }

/* ==============================
        CONFERMA ORDINE
   ============================== */
   

        .confirmation-card {
            background-color: #ffffff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            margin-top: 50px;
            margin-bottom: 50px;
        }
        .step-indicator {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
            position: relative;
        }
        .step {
            flex: 1;
            text-align: center;
            position: relative;
        }
        .step-number {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #6c757d;
            color: #ffffff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-bottom: 10px;
            z-index: 2;
            position: relative;
        }
        .step.active .step-number {
            background-color: var(--Brand-Primary);
        }
        .step.completed .step-number {
            background-color: #000;
        }
        .step-line {
            position: absolute;
            top: 20px;
            left: 50%;
            width: 100%;
            height: 2px;
            background-color: #dee2e6;
            z-index: 1;
        }
        .step:last-child .step-line {
            display: none;
        }
        .form-section {
            background-color: var(--grey);
            border-radius: 0px;
            padding: 25px;
            margin-bottom: 25px;
        }
        
        @media(max-width:575px){

            .form-section {
            padding: 10px;
            }
        }
        .order-summary {
            background-color: #e7f3ff;
            border-left: 4px solid var(--Brand-Secondary);
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 30px;
        }

/* ================================
        ORDINE COMPLETATO
   ================================ */
   
   .success-animation {
            text-align: center;
            margin: 2rem 0;
        }
        .success-icon {
            font-size: 5rem;
            color: #198754;
            animation: scaleIn 0.5s ease-in-out;
        }
        @keyframes scaleIn {
            0% { transform: scale(0); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
        }
        .order-summary {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .item-image {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 5px;
        }



/* ==============================
				BRANDS 
	============================== */

#brands  {
	/*background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;*/
  background-color: var(--grey);
}

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


.footer { 
	background-color: #242f80;
}

.footer_list {
	list-style-type: none;
	padding-left: 0rem;
}

.footer_list li {
	float: left;  
	text-align: left;
}

.footer p, .footer_list li {
	color: var(--light) !important;/*#b9997e*/
	font-size: 0.9rem;
}

.footer a, .footer_list li a {
	font-weight: bold;
	color: var(--light);
	font-size: 0.9rem;
	line-height: 1.2;
	text-decoration: none !important;
}

.footer_list li a {
	margin-right: 1rem;
}

.footer p a:hover, .footer_list li a:hover {
	color: var(--Brand-Primary-Light) !important;
}

@media(max-width:450px){

	.mail {
		word-break: break-all;
	}
}

@media(max-width:350px){
	.footer p a {
	font-size: .8rem;
	}
	#mailto {
		word-break: break-all;
	}
}

/* ==================================
        STAMPA ORDINE
   ================================== */
   
@media print {
  /* Imposta l'orientamento in orizzontale se la tabella è larga 
  @page { size: landscape; }*/

  /* Adatta la tabella alla larghezza del foglio */
  table {
    width: 100% !important;
    table-layout: fixed; /* Aiuta a gestire larghezze fisse */
    word-wrap: break-word; /* Va a capo se il testo è troppo lungo */
  }

  /* Evita che le righe vengano tagliate a metà tra due pagine */
  tr, td, th {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* Riduci margini per avere più spazio 
  body {
    margin: 1cm;
  }*/

  .card {
    width: 18cm;
  }
}

/* ===========================
    ALERT
   =========================== */
   
   .alert-warning {
	--bs-alert-color: var(--dark-light) !important;
	--bs-alert-link-color: var(--dark-light) !important;
}

#errore, #errore_ocr {
	color: var(--red) !important;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
  }

  .text-red, .text-danger, .errore-test {
	color: var(--red) !important;
}

  .alert-danger {
	--bs-alert-color: var(--red) !important;
	--bs-alert-link-color: var(--red) !important;
	--bs-alert-bg: transparent !important;
}

  .success-icon {
	color: var(--green) !important;
}

  .bg-success {
	background-color: var(--green) !important;
}

  .alert-success {
	--bs-alert-color: var(--green) !important;
	--bs-alert-link-color: var(--green) !important;
	--bs-alert-bg: transparent !important;
}


/* ============================
ALERT PUNTI DOPPI
*/

.promo-punti-doppi-banner {
  background: linear-gradient(180deg, #08689a 0%, #198bbe 100%);
  border-radius: 18px;
  color: #ffffff;
  overflow: hidden;
}

.promo-punti-doppi-banner__image {
  max-width: 190px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.promo-punti-doppi-banner__text {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.45;
}

.promo-punti-doppi-banner__text p {
  margin-bottom: .85rem;
}

@media (max-width: 767.98px) {
  .promo-punti-doppi-banner__image {
    max-width: 140px;
  }

  .promo-punti-doppi-banner__text {
    font-size: .95rem;
  }
}

