/* HERO */
.hero-sezione {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:auto;
    padding-bottom: 60px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 3.84em; /* 50px; */
	line-height:42px;
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
.hero-sezione h2 {
    color: #FEC700;
	font-family: var(--font-general);
    font-size: 1.69em; /* 22px; */
	line-height:24px;
    font-weight: 300;
    margin: 0;
	opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* HERO */

/* INTRO SEZIONE */
.sfumino {
	/* sfumatura grigio -> bianco */
	background-image:url(../images/sfumino.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
	margin-bottom:30px;
	background:#FFFFFF;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
    max-width: 1420px;
    margin: 0 auto;
}
/* Titolo sezione */
#intro-sezione .container h2 {
	position: relative;
    font-family: var(--font-general);
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:400;
    color: #121B21;
	margin: 0 auto;
	padding-top:30px;
}
/* Separatore titolo */
#intro-sezione .container h2::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin: 20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-family: var(--font-general);
    font-size: 1.53em; /*20px */
	line-height: 28px;
	font-weight:300;
    color: #000;
    margin: 0 auto;
	padding-top:30px;
}
.image-container {
	display: grid;
	grid-template-columns: 1fr; /* 1 colonna per mobile */
	gap: 40px;
	margin: 40px auto;
	width: 90%;
}
.image-container-box {
	width: 100%;
	max-width: 240px;
	margin: 0 auto; /* centra la card dentro la colonna */
}
/* Posizionamento iniziale invisibile e fuori dallo schermo */
.image-container .image-container-box {
  opacity: 0;
  transform: translateY(50px); /* Le immagini partono leggermente pi� in basso */
  transition: opacity 0.6s ease, transform 0.6s ease; /* Transizione fluida */
}

/* Quando l'immagine diventa visibile */
.image-container .image-container-box.visible {
  opacity: 1; /* Immagine completamente visibile */
  transform: translateY(0); /* Ripristina la posizione originale */
}
/* Centra l'ultima immagine */
.image-container-box:last-child {
  justify-self: center; /* Centra l'ultima immagine nella griglia */
}
.image-container-box img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
/* INTRO SEZIONE */

/* FASCIA SCURA*/
.fascia-scura {
    background: linear-gradient(90deg, #121C22 0%, #1B2831 100%);
    padding: 40px 20px;
	text-align:center;
}
.fascia-scura .container {
    max-width: 1200px;
    margin: 0 auto;
}
.fascia-scura h3 {
	position: relative;
    font-family: var(--font-general);
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
    color: #92ADB7;
	margin: 0 auto;
	padding-top:10px;
}
/* Separatore titolo */
.fascia-scura h3::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin:20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
.fascia-scura p {
    font-family: var(--font-general);
    color: #FFF;
    font-weight: 300;
    font-size: 1.53em; /* circa 20px */
	line-height:28px;
}
.btn {
  position: relative;
  font-family: var(--font-general);
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding: 18px 35px;
  border-radius: 10px;
  color: #121C22;
  background: #FEC800;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.2s ease-out, border-color 0.2s ease-out; /* Aggiunto transition per il bordo */
}

/* Effetto del layer sopra */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #719FB8;
  transform: translateY(100%);
  transition: transform 0.25s ease-out; /* Transizione per il movimento del layer */
  z-index: -1; /* Assicurati che il layer sia sotto il testo */
}

/* Testo iniziale */
.btn span {
  position: relative;
  z-index: 1;
  color: #121C22; /* Colore iniziale del testo */
  transition: color 0.3s ease; /* Transizione graduale del colore del testo */
}

/* Hover */
.btn:hover {
  transform: translateY(-3px); /* Movimento del pulsante durante hover */
  border-color: #719FB8; /* Colore del bordo durante hover */
  text-decoration: none;
}

.btn:hover span {
  color: #fff; /* Colore del testo durante hover */
}

.btn:hover::before {
  transform: translateY(0); /* Il layer si muove sopra il pulsante */
}
/* NAVIGAZIONE TRA CATEGORIE */
.nav-arrow {
  cursor: pointer;
  font-size: 20px;
  color: #555; /* Colore grigio chiaro */
  padding: 0 15px;
  display: flex; /* Flexbox per centrare gli elementi */
  justify-content: center; /* Centra orizzontalmente */
  align-items: center; /* Centra verticalmente */
  transition: color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Aggiunto effetto trasformazione e ombra */
}
.nav-arrow:hover {
  color: #000;
  transform: translateY(-4px); /* Solleva leggermente il pulsante */
/*  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Aggiunta ombra per l'effetto di sollevamento */
}
.nav-arrow.disabled {
  color: #ccc; /* Colore per freccia disabilitata */
  cursor: not-allowed;
}
/* Stile per le frecce sui dispositivi desktop */
.category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Titillium Web', sans-serif;
  font-size:1.38em; /*18px;*/
  color: #555; /* Colore grigio chiaro */
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin-bottom:10px;
}
#prev-category {
  position: absolute;
  left: 0;
}
#next-category {
  position: absolute;
  right: 0;
} 
  /* ==========================
   NAV BUTTON CATEGORIE
========================== */
.nav-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;	
	font-family: var(--font-general);
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 14px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: transform .25s ease-out, background .25s ease-out;
}
/* layer animato */
.nav-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0;
}
/* testo */
.nav-btn span {
	position: relative;
	z-index: 1;
	color: #121C22;
	transition: color .2s ease;
}
.nav-btn i {
  font-size: 0.9em;
}
/* hover */
.nav-btn:hover {
	transform: translateY(-3px);
	text-decoration:none;
}
.nav-btn:hover span {
	color: #fff;
}
.nav-btn:hover::before {
	transform: translateY(0);
}
/* stato disabilitato */
.nav-btn.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
/* NAVIGAZIONE TRA CATEGORIE */
}
/* ==========================
   RESPONSIVE BREAKPOINTS
   ========================== */
/* Layout tablet portrait: da 480 px a 820 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 480px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid, .gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/* CONTAINER */

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:60px;
    padding-bottom: 40px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.15em; /*54px; */
	line-height:54px;
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
.hero-sezione h2 {
    color: #FEC700;
	font-family: var(--font-general);
    font-size: 2.0em; /* 26px; */
	line-height:26px;
    font-weight: 300;
    margin: 0;
	opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
/* HERO*/

/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:86%;
    margin: 0 auto;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:40px;
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-size: 1.53em; /*20px */
	line-height: 28px;
	font-weight: 300;
    margin: 0 auto;
	padding-top:30px;
}
.image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Due colonne per desktop */
  gap: 30px;
  margin: 40px auto;
  width: 100%;
/*  max-width: 768px;*/
}
.image-container-box {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; /* Centra la card dentro la colonna */
  overflow: hidden; /* Nasconde la parte dell'immagine che esce fuori */
}
.image-container-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.3s ease; /* Transizione per zoom e rotazione */
}
/* Effetto hover: Zoom e Rotazione */
.image-container-box img:hover {
  transform: scale(1.1) rotatez(2deg); /* Zoom 1.1 e leggera rotazione */
/* INTRO SEZIONE */
}
/* FASCIA SCURA*/
.fascia-scura {
    background: linear-gradient(90deg, #121C22 0%, #1B2831 100%);
    padding: 40px 20px;
	text-align:center;
}
.fascia-scura .container {
    max-width: 1200px;
    margin: 0 auto;
}
.fascia-scura h3 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:10px;
}
/* Separatore titolo */
.fascia-scura h3::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin:20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
.fascia-scura p {
    font-family: var(--font-general);
    color: #FFF;
    font-weight: 300;
    font-size: 1.53em; /* circa 20px */
	line-height:28px;
/* FASCIA SCURA*/

/* NAVIGAZIONE TRA CATEGORIE */
}
.nav-arrow {
  cursor: pointer;
  font-size: 20px;
  color: #555; /* Colore grigio chiaro */
  padding: 0 15px;
  display: flex; /* Flexbox per centrare gli elementi */
  justify-content: center; /* Centra orizzontalmente */
  align-items: center; /* Centra verticalmente */
  transition: color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease; /* Aggiunto effetto trasformazione e ombra */
}
.nav-arrow:hover {
  color: #000;
  transform: translateY(-4px); /* Solleva leggermente il pulsante */
/*  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Aggiunta ombra per l'effetto di sollevamento */
}
.nav-arrow.disabled {
  color: #ccc; /* Colore per freccia disabilitata */
  cursor: not-allowed;
}
/* Stile per le frecce sui dispositivi desktop */
.category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Titillium Web', sans-serif;
  font-size:1.38em; /*18px;*/
  color: #555; /* Colore grigio chiaro */
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin-bottom:10px;
}
#prev-category {
  position: absolute;
  left: 0;
}
#next-category {
  position: absolute;
  right: 0;
} 
  /* ==========================
   NAV BUTTON CATEGORIE
========================== */
.nav-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;	
	font-family: var(--font-general);
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 14px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: transform .25s ease-out, background .25s ease-out;
}
/* layer animato */
.nav-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0;
}
/* testo */
.nav-btn span {
	position: relative;
	z-index: 1;
	color: #121C22;
	transition: color .2s ease;
}
.nav-btn i {
  font-size: 0.9em;
}
/* hover */
.nav-btn:hover {
	transform: translateY(-3px);
	text-decoration:none;
}
.nav-btn:hover span {
	color: #fff;
}
.nav-btn:hover::before {
	transform: translateY(0);
}
/* stato disabilitato */
.nav-btn.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
/* NAVIGAZIONE TRA CATEGORIE */
}
}
/* Layout landscape: da 820 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 820px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid  {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
/* CONTAINER */	

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:80px;
    padding-bottom: 50px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.46em; /* 58px; */
	line-height:58px;
    font-weight: 300;
    margin: 0;
	 opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
.hero-sezione h2 {
    color: #FEC700;
	font-family: var(--font-general);
    font-size: 2.30em; /* 30px; */
	line-height:30px;
    font-weight: 300;
    margin: 0;
	opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
/* HERO*/
	
/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
    margin: 0 auto;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:60px;
}
/* Testo descrittivo */
#intro-sezione .container p {
    font-size: 1.53em; /*20px */
	line-height: 32px;
	font-weight: 300;
    margin: 0 auto;
	padding-top:30px;
}
.image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Due colonne per desktop */
  gap: 30px;
  margin: 60px auto;
  width: 90%;
  max-width: 1200px;
  justify-items: center; /* Centra gli item nella colonna */
}
.image-container-box {
  width: 100%;
  max-width: 343px;
  margin: 0 auto; /* centra la card dentro la colonna */
}
/* Centra la terza immagine quando ci sono 3 immagini */
.image-container-box:nth-child(3) {
	grid-column: auto; /* Resetta: la terza immagine torna ad essere nella stessa colonna */
    justify-self: auto; /* Reset: allinea la terza immagine come le altre */
}
.image-container-box img {
  width: 100%;
  height: auto;
  display: block;
/* INTRO SEZIONE */

}
/* FASCIA SCURA*/
.fascia-scura {
    background: linear-gradient(90deg, #121C22 0%, #1B2831 100%);
    padding: 50px 20px;
	text-align:center;
}
.fascia-scura .container {
    width: 80%;
    margin: 0 auto;
}
.fascia-scura h3 {
    font-size: 3.07em; /* 40px */
	line-height:40px;
	font-weight:300;
	margin: 0 auto;
	padding-top:10PX;
}
/* Separatore titolo */
.fascia-scura h3::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin:20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
.fascia-scura p {
    font-family: var(--font-general);
    color: #FFF;
    font-weight: 300;
    font-size: 1.53em; /* circa 20px */
	line-height:28px;
}
  /* ==========================
   NAV BUTTON CATEGORIE
========================== */
/* Stile per le frecce sui dispositivi desktop */
.category-nav {
  margin-bottom:20px;
}
.nav-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;	
	font-family: var(--font-general);
	font-size: 0.92rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 28px;
	border-radius: 10px;
	color: #121C22;
	background: #FEC800;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: transform .25s ease-out, background .25s ease-out;
}
/* layer animato */
.nav-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #121C22;
	transform: translateY(100%);
	transition: transform .25s ease-out;
	z-index: 0;
}
/* testo */
.nav-btn span {
	position: relative;
	z-index: 1;
	color: #121C22;
	transition: color .2s ease;
}
.nav-btn i {
  font-size: 0.9em;
}
/* hover */
.nav-btn:hover {
	transform: translateY(-3px);
	text-decoration:none;
}
.nav-btn:hover span {
	color: #fff;
}
.nav-btn:hover::before {
	transform: translateY(0);
}
/* stato disabilitato */
.nav-btn.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
/* NAVIGAZIONE TRA CATEGORIE */
}
}
/* Layout desktop: da 1024 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1024px ) {
/* CONTAINER */
.gridContainer {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
}
.gridContainerMid {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1920px;
}
.gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/*	max-width:1920px;*/
	min-width:768px;
/* CONTAINER */

/* HERO */
}
.hero-sezione {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate; /* evita conflitti di z-index */
}
/* OVERLAY COLORE */
.hero-sezione::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0F1A20;
    opacity: 0; /* regola qui l�intensit� */
    z-index: 1;
    pointer-events: none;
}
/* CONTENUTO SOPRA */
.hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; /* centra il contenuto */
	padding-left:100px;
    padding-bottom: 60px;
}
.hero-sezione h1 {
    color: #ffffff;
	font-family: var(--font-general);
    font-size: 4.92em; /* 64px; */
	line-height:64px;
    font-weight: 300;
    margin: 0;
	opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
.hero-sezione h2 {
    color: #FEC700;
	font-family: var(--font-general);
    font-size: 2.76em; /* 36px; */
	line-height:36px;
    font-weight: 300;
    margin: 0;
	opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s ease forwards;
    animation-delay: 0.6s;
/* HERO*/

/* INTRO SEZIONE */
}	
#intro-sezione {
	padding: 0 auto;
    text-align: center;
    width: 100%;
}
#intro-sezione .container {
	display:inline-block;
	width:90%;
    margin: 0 auto;
	padding-bottom:20px;
}
/* Titolo sezione */
#intro-sezione .container h2 {
    font-size: 3.30em; /* 43px */
	line-height:43px;
	font-weight:300;
	margin: 0 auto;
	padding-top:60px;
}
.image-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 60px auto;
	width: 90%;
	max-width:1200px; /* desktop grande */
}
.image-container-box {
	width: 100%;
	max-width: 343px;
	margin: 0 auto; /* centra la card dentro la colonna */
}
.image-container-box img {
	width: 100%;
	height: auto;
	display: block;
/* INTRO SEZIONE */

}
/* FASCIA SCURA*/
.fascia-scura {
    background: linear-gradient(90deg, #121C22 0%, #1B2831 100%);
    padding: 60px 20px;
	text-align:center;
}
.fascia-scura .container {
    max-width: 1200px;
    margin: 0 auto;
}
.fascia-scura h3 {
    font-size: 3.30em; /* 43px */
	line-height:43px;
	font-weight:300;
	margin: 0 auto;
	padding-top:0px;
}
/* Separatore titolo */
.fascia-scura h3::after {
	content: "";
	display: block;
	width: clamp(60px, 8vw, 100px); /* lineetta responsive */
	height: 3px;
	background-color: #FEC800;
	margin:20px auto 0 auto; /* centra la lineetta */
	border-radius: 2px; /* leggermente più elegante */
}
.fascia-scura p {
    font-family: var(--font-general);
    color: #FFF;
    font-weight: 300;
    font-size: 1.53em; /* circa 20px */
	line-height:28px;
/* FASCIA SCURA*/
}
.category-nav {
  margin-bottom:10px;
}
}