/*
Theme Name: Lazzerini
*/
/* COMMON */
body {
  background-color: #fff; 
  color: #000a23; 
  font-size: 1rem; 
  overflow-x: hidden;
}
.lzz_header {
  background-color: #00355d; /* blu ufficiale e sezione autobus */
  color: #000a23; 
}
.lzz_header.sticky-top,
.lzz_header.sticky-top .dropdown-menu{
  background-color: #00355d !important;
}
a { 
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  /*font-size: 1rem;*/
  color: #426289; /* celeste */ 
  text-align: left;
  text-decoration: none 
}
a:hover {
    color: #426289;
    text-decoration: underline;
    font-weight: 400;
}
p {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem; 
  color: #000a23; 
  text-align: left;
  margin-bottom: 0;
}
p a { color: #426289; /* celeste */ text-decoration: none }
p a:hover {
    color: #426289;
    text-decoration: underline;
}
h1 {

}
h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #4e90cb; 
  text-align: left;
}
h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4e90cb; 
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  line-height: 1.5em;
}
h5 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 1.9rem;
  color: #00355d; /* celeste, viola, arancione cioè le costanti o variabili colore dichiarate ieri (celeste per la slide del GT6700, viola per Brio, arancione per Transito, arancione per Compact */
}
/* stili per cookie privacy */
#iub-pp-container header {

}
#iub-pp-container p {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: #000a23;
  text-align: left;
  margin-bottom: 2rem;
}
#iub-pp-container ul {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: #000a23;
  text-align: left;
  list-style-type: disc; 
  padding-left: 20px; 
}

#iub-pp-container li {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: #000a23;
  text-align: left;
  margin-bottom: 5px; 
}

#iub-pp-container h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #4e90cb;
  text-align: left;
  font-size: 1.7rem;
}
#iub-pp-container h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4e90cb;
  text-align: left;
  font-size: 1.3rem;
  padding-bottom: 0;
  line-height: 1.4em;
}

/* stili per menù */
.navbar-collapse  {
  border-top: 1px solid #fff;
  margin-top: 40px;
}
.navbar-nav {
  flex: 1; /* Le voci occupano tutto lo spazio disponibile */
  justify-content: space-between; /* Spaziatura uniforme */
}
.nav-item {
 flex-grow: 1; /*  Ogni voce principale occupa lo stesso spazio */
  text-align: left; 
}
.navbar {
  padding-top: 35px;
  padding-bottom: 35px;
}
.navbar .nav-link {
font-family: "Lato", serif;
font-weight: 300;
font-style: normal;
font-size: 1.1rem; 
color: #fff; 
text-align: left;
text-decoration: none;
text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: #fff; 
  text-decoration: underline;
} 
.navbar-nav {
  flex-direction: column;
}
.dropdown-menu {
  background-color: #00355d; 
  border: none;
}
.navbar-nav .dropdown-menu {
  padding-left: 25px;
}
.dropdown-menu .dropdown-item {
  color: #fff; 
  padding-left: 15px;
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem; 
}
.dropdown-menu .dropdown-item:hover {
  background-color: #00355d; 
  text-decoration: underline;
}
.dropdown-toggle::after {
  display: none; 
}
.navbar .megamenu {
  border-radius: 0;
}
.navbar .megamenu ul{
  list-style-type: none;
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -35px;
  }
}
@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* fine stili per menù */

.fondo_b_sedili { 
  background-color: #426889;
  padding: 4rem 0;
}
.stondo_news { 
  border-radius: 50px; 
}
.box_home_ecology h2 { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #11395e; 
  text-align: center;
}
.box_home_ecology p { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  text-align: center;
  padding-bottom: 16px !important;
}
/* button */
.btn:first-child:hover, :not(.btn-check) + .btn:hover {
  background-color: #00355d;
  border-color: #00355d;
}
.b_cat_prod { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  text-align: center;
  color: #fff; 
  border-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.b_scopri { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  text-align: center;
  color: #4e90cb; 
  border-color: #4e90cb;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
 /* news home */
.news_home h2 { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.news_home .date { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000a23; 
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
.title_focus {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
.title_focus a {
  color: #11395e;
  text-decoration: none;
}
 /* news int. */
 .news_int_date { 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000a23; 
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
}
 /* footer */
.fondo_footer { 
  background-color: #000a23;
  padding: 4rem 0;
}
.fondo_footer p { 
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 0.9rem;
}
.fondo_footer p a { color: #fff; /* celeste */ text-decoration: none; font-size: 0.8rem; }
.fondo_footer p a:hover {
    color: #fff;
    text-decoration: underline;
}
.stondo_footer { 
  border-radius: 50px; 
  background-color: #04243e;
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  color: #bacdd9;
  font-size: 0.9rem;
  line-height: 1.8rem;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-top: 50px;
}
.stondo_footer a { 
  color: #fff;
}
.stondo_footer a:hover{ 
  color: #fff;
  text-decoration: underline;
}

/* briciole */

.crumbs .breadcrumb li a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  text-decoration: none;
  text-align: left;
  font-size: 1.8rem; 
  display: inline-block; 
}
.breadcrumb-item {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000a23;
  text-decoration: none;
  text-align: left;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000a23; 
  text-decoration: none;
  text-align: left;
  font-size: 1.8rem; 
  display: inline-block;
}

.desc_intro h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  text-align: center;
  font-size: 1.1rem;
  padding: 2rem 4rem;
  line-height: 1.5em;
}

/* pagina base e base onepage */

.cont_txt h2 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4e90cb; 
  text-align: left;
  padding-bottom: 0.5rem;
}
.cont_txt p {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem; 
  color: #000a23; 
  text-align: left;
}

/* lista allegati */
.listAttach {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #426289;
}
.listAttach li {
  margin-bottom: 7px;
  font-size: 1.1rem;
}
.bi-caret-right-fill::before,
.bi-caret-down-fill::before {
  color: #4e90cb;
  font-size: 1.1rem;
}
/* paginazione */
.active > .page-link, .page-link.active {
  background-color: #eaebef !important;
  border-color: #eaebef !important;
  color: #000a23 !important;
}
.pagination {
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: transparent;
}
.page-link{
font-family: "Montserrat", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: #4e90cb; 
font-size: 1.2rem;
}

/* form contatti */
.ind {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000a23; 
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
}

.custom-input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem; 
  color: #000a23; 
  text-align: left;
}
/* tolto l'outline al focus e aggiunto un effetto bordo spesso */
.custom-input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
}
.form-richiesta,
.form-check-label{
  color: #636c72 !important;
  font-size: 1rem !important;
}
.custom-textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  resize: none;

}
.custom-textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
}

.form-check-label{
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem; 
  color: #000a23; 
  text-align: left;
}
.c_o {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.85rem; 
  color: #000a23; 
  text-align: left;
}
/* CARD elenco prodotti */
.card {
  border: 1px solid #639dd9; 
  border-radius: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform 0.3s ease; 
}
.card h5 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #4e90cb; 
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
/* hover della card: effetto zoom */
.card:hover {
  transform: scale(1.05);
  text-decoration: none;
}
/* Contenitore per le immagini */
.image-container {
  position: relative;
  width: 100%;
  max-width: 270px; 
  height: 250px; 
  overflow: hidden; 
}
/* img principale */
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  transition: opacity 0.3s ease; 
}
/* img secondaria nascosta */
.image-container img.hover-image {
  opacity: 0; 
}
/* img secondaria si mostra all'hover */
.image-container:hover img.hover-image {
  opacity: 1; 
}
/* nasconde img principale */
.image-container:hover img.main-image {
  opacity: 0; 
}
/* stile per la prima card con immagine di sfondo che apre il capitolo*/
.card-with-bg {
  position: relative;
  border: none; 
  background: url('../img/img_intro_turismo.jpg') center/cover no-repeat; 
  height: 430px; 
  color: white;
  text-align: left;
  transition: none; 
}
/* testo nome linea sedili sovrapposto */
.card-with-bg .overlay-text {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #4e90cb; 
  text-align: left;
  font-size: 1.8rem;
}


/* per SCHEDE DETTAGLIO PRODOTTO */
.scheda_prod h1 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000a23;
  text-align: left;
  padding-top: 4rem;
  font-size: 1.8rem;
}

.image-container-dettaglio {
  position: relative; /* posizionare la seconda immagine sopra */
  width: 100%; 
  /* height: 370px; */
}

/* Immagine di sfondo */
.image-container-dettaglio img.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 15px; 
  position: absolute;
  top: 0;
  left: 0;
}

/* Immagine sovrapposta */
.image-container-dettaglio img.top-image {
  position: absolute;
  top: 75%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  z-index: 2; 
  max-width: 75%; 
}

/* lista con sfondi alternati in background */
.scheda_prod ul {
  margin-top: 2rem; 
  --bs-list-group-border-color: #fff; 
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1rem;
  list-style: none;
  padding-left: 0 !important;
  text-transform: uppercase;
}
.scheda_prod ul li:nth-child(odd) {
  background-color: #f3f3f3;
  display: block;
  padding: 0.5rem;
}
.scheda_prod ul li:nth-child(even) {
  background-color: #fff;
  display: block;
  padding: 0.5rem;
}
/* sottolista */
.scheda_prod ul li:nth-child(2) > ul {
  list-style-type: disc; 
  margin: 8px 0; 
}
/* fondo accordion */
.fondo_accordion {
  background-color: #f3f3f3;
  padding: 4rem 0;
}
.gallery_det  {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 5rem;
}
/* Cambiare l'icona del pulsante dell'accordion */
.accordion-button::after {
  content: '+'; /* Mostra un "+" per default */
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #d5d5d5;
  font-size: 2.4rem;
  display: inline-block; 
  width: 1.5em; 
  height: 1em; 
  line-height: 1em; 
  text-align: center; 
  vertical-align: middle; 
  transition: none; 
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  content: '-'; /* Mostra un "-" quando aperto */
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #d5d5d5;
  font-size: 2.4rem;
  display: inline-block;
  width: 1.5em; 
  height: 1em; 
  line-height: 1em; 
  text-align: center;
  vertical-align: middle;
  transition: none;
  background-image: none;
}
/* accordion personalizzato */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #4e90cb;
  background-color: #f3f3f3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  box-shadow: none;
}
.accordion-button {
  background-color: #f3f3f3;
  text-transform: uppercase;
  color: #4e90cb;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem; 
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: #f3f3f3;
  border: none;
  border-bottom: 1px solid #e0e0e0;;
}
.accordion-item {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem; 
  color: #000; 
  text-align: left;
  text-decoration: none 
}
.accordion-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion-list-group {
  margin-top: 0.8rem; 
  --bs-list-group-border-color: #fff; 
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem; 
  color: #000; 
  text-align: left;
  text-decoration: none; 
  list-style-type: none;
  padding-left: 0;
}
.opz_sta {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.opz_sta p {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem; 
  color: #000; 
  text-align: left;
}
.table-title {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15rem; 
  color: #000; 
  text-align: left;
  text-transform: uppercase;
  background-color:#d0dfed !important;
}
.table-active {
  width: 28px;
  background-color: #b0cee8 !important;
  box-shadow: none !important;
}
.testohome h3 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #4e90cb; 
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 0;
  line-height: 1.5em;
}

/* inizio carosello
.carousel-inner{
  height: 90vh; 
  position: relative;
}

.carousel-item {
  height: 60vh; 
  position: relative;
}
.colore1 {
  background-color: #00355d; /* Sfondo blu
}
.colore2 {
  background-color: #e59832; /* Sfondo giallo

}

.custom-layer {
  position: absolute;
  bottom: 30vh; 
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.custom-image {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-height: 100%;
}

.carousel-caption {
  position: absolute;
  bottom: -14rem;
  left: 10rem;
  text-align: left;
  color: black;
}
.carousel-caption p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 1.4rem;
}
.carousel-caption h5 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 1.9rem;
  padding-bottom: 15px;
  color: #000a23;
}
.carousel-caption h2 {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem; 
  color: #000; 
  text-align: left;
  padding-top: 15px;
}
.perspective-container {
  position: relative;
  width: 100%;
  height: 0;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rectangle {
  position: absolute;
  width: 700px;
  border-radius: 15px;
  transform-origin: center;
  margin-top: 70px;
}
.rectangle-1 {
  transform: rotateX(0deg) rotateY(-40deg) translateZ(240px);
  border: 2px solid #fff;
  height: 230px;
  margin-right: 400px;
}
.rectangle-2 {
  transform: rotateX(0deg) rotateY(-40deg) translateZ(100px);
  background-color: red;
  height: 380px;
  right:-20px
}
 fine carosello */

 header,
 header .dropdown-menu,
 #colorBanner{
  -webkit-transition: background-color 1.5s ease-in-out;
  -ms-transition: background-color 1.5s ease-in-out;
  transition: background-color 1.5s ease-in-out;
 }

 #sliderContainer {
  height: calc(100vh - 150px);
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 20px 0;
  max-height: 650px;
}
#sliderContainer #colorBanner{
  width: 100%;
  height: 40%;
  background-color:#00355d;
  position: absolute;
  top: 0;
}
#slider{
  height: 100%;
  position: relative;
}
.control{
  
}
#slider .item{
  height: 100%;
  display: block;
  position: relative;
}

#slider .item .img-finestrino{
  display: block;
  width: 100%;
  z-index: 100;
}
#slider .item .img-sedile{
  display: block;
  width: 40%;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -250px; /* le immagini devono essere ridimensionate a 500px di larghezza */
  z-index: 200;
}
#slider .item .info{
  position: absolute;
  z-index: 300;
  padding-top: 7rem;
}
.info p {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 1.4rem;
  padding-top: 0;
  color: #00355d; /* celeste, viola, arancione cioè le costanti o variabili colore dichiarate ieri (celeste per la slide del GT6700, viola per Brio, arancione per Transito, arancione per Compact */
}
.payoff { 
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  color: #000;
  text-align: left;
  padding-top: 15px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23acadae'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23acadae'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (min-width: 576px) { 
  .image-container-dettaglio {
    height: 370px;
  }
}

  @media (min-width: 768px) { 
  .crumbs .breadcrumb li a {
    font-size: 2.4rem; 
  }
  .breadcrumb-item {
    font-size: 2.4rem; 
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 2.4rem; 
  }
  .scheda_prod h1 {
    font-size: 2.6rem;
  }
  .ind {
      border-bottom: none;
    }
  .image-container {
    max-width: 170px; 
    height: 150px;
  }
  .card-with-bg {
    height: 320px; 
  }
  .card-with-bg .overlay-text {
    font-size: 1.4rem;
  }
  .scheda_prod .list-group {
    margin-top: 9rem; 
  }
  .image-container-dettaglio {
    height: 500px; 
  }
  .b_cat_prod { 
    font-size: 0.8rem;
  }




  }
  @media (min-width: 992px) {
  .image-container {
    max-width: 270px; 
    height: 250px; 
  }
  .card-with-bg {
    height: 400px;
  }
  .card-with-bg .overlay-text {
    font-size: 1.8rem;
  }
  .scheda_prod .list-group {
    margin-top: 0; 
  }
  .scheda_prod h1 {
    padding-top: 0;
  }
  .stondo_footer { 
    padding-left: 50px;
  }
  .navbar-nav {
    flex-direction:row
  }
  .dropdown-menu .dropdown-item {
    padding-left: 0;
  }
  .b_cat_prod { 
    font-size: 1rem;
  }
  .image-container-dettaglio {
    height: 650px; 
  }
  .navbar-nav .dropdown-menu {
    padding-left: 0;
  }

  }
  #sliderContainer {
    min-height: 700px;
  }
  @media (min-width: 1200px) {
    #slider .item .info {
      padding-top: 4rem;
    }
  }
  @media (min-width: 1400px) {
    #slider .item .info {
      padding-top: 5rem;
    }
    #sliderContainer {
      max-height: 750px;
    }
  }
  @media (min-width: 1920px) { 
    #slider .item .info {
      padding-top: 5rem;
    }
  }
  @media (min-width: 2560px) {
    #slider .item .info {
      padding-top: 5rem;
    }
   }

#lightboxModal .modal-body {
  background-color: #000;
  padding: 2.4rem 1rem 1rem 1rem;
}
#lightboxModal .modal-header {
  position: absolute; /* Sposta il bottone di chiusura */
  top: 10px;
  right: 15px;
  padding: 0;
  border: none;
  z-index: 10;
}
#lightboxModal .btn-close {
  filter: invert(1); /* Rende l'icona bianca */
}
#lightboxCarousel .carousel-caption {
  position: static;  /* sposta la descrizione sotto l'immagine */
  padding: 5px 0;
  font-size: 0.9rem;
}
#lightboxCarousel .carousel-caption p {
  color: #fff !important;
  margin-bottom: 0 !important;
}

#lightboxCarousel .carousel-control-prev-icon {
  background-color: #000;
  padding: 5px; 
  width: 32px;
  height: 52px;
}
#lightboxCarousel .carousel-control-next-icon {
  background-color: #000;
  padding: 5px; 
  width: 32px;
  height: 52px;
}
@media (min-width: 992px) {
  #lightboxModal .modal-lg {
    --bs-modal-width: 700px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.rotate-icon {
  transition: transform 0.3s ease;
}
.rotated-icon {
  transform: rotate(90deg);
}