        
        @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
        
        *{
          margin: 0;
          padding: 0;
        }
        
        body{
            font-family: "Lato", sans-serif;
            line-height: 1.5;
        }
        
a{
    color: inherit;
}
 
  
        .header{
            background-color: #1d1d1b;
            padding: 20px 5%;
            width: 90%;
        }
        
        .header_in{
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
            padding: 0 0;
            display: flex;
            justify-content: space-between;
        }
        
        .slider{
            width: 100%;
            position: relative;
        }
        
        .intro{
            text-align: center;
            margin: 100px auto 80px auto;
            max-width: 900px;
            width: 95%;
            padding: 0 2.5%;
        }

    .logo img {
          max-width: 300px;
        }    

        
        .logo, .menu{
            align-self: center
        }
        

       .menu li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}

        .menu a{
            text-transform: uppercase;
            text-decoration: none;
            list-style: none;
            color: #fff;
        }

.current a, .menu a:hover, .active a {
    color: #d93731 !important;
}

.container a{
     color: #d93731;
}

        .title2{
            color: #d33a34;
        }
        
        .title3{
            font-size: 4vw;
            font-weight: bold;
            margin: 20px 0px;
        }
        
.pad1 {
  padding: 50px 10%;
  text-align: right;
  min-width: 220px;
  position: relative;
  z-index: 9;    
}
        
.grid2x2 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}
.grid2x2 > div {
  display: flex; 
  flex: 1 0 calc(50%); 
  justify-content: space-between; 
  align-items: center;   
  position: relative;   
  padding: 80px 0;
}

.gridimg {
  max-height: 450px;
  height: 30vw;    
}

.absright{
    right: 0;
}

.absleft{
    left: 0;
}

.order2{
    order: 2;
}

.box2 .pad1, .box4 .pad1{
    text-align: left !important;
}

.foto2{
  clear: both;
}

.immagine, .foto2, .foto3, .foto4, .foto5 {
    cursor: pointer;
}

.foto2, .foto3, .foto4, .foto5 {
  width: 150px;
  display: block;
  margin: 10px 10px 10px 0 !important;
  float: left;
}

.foto2 img, .foto3 img, .foto4 img, .foto5 img {
  width: 100%;
  border: solid 1px #ccc;
  height: 100px;
  object-fit: cover;
}

 .box{
  display: flex;  
 font-size: 1.2em;
}   
        
.box img{
  position: absolute;
  bottom: 0;    
}    

.mod-articles-title a{
    text-decoration: none;
}
        
.box1 { background-color: #eda666; }
.box2 { background-color: #d8d8d8; }
.box3 { background-color: #d8d8d8; }
.box4 { background-color: #000000; }
        
        .content_in, .item-pageproduct{
            margin: 0 auto;
            max-width: 1400px;
            padding: 80px 5%;
            font-size: 1em;
        }        
        
        .txt_center{
                        text-align: center;
        }     
        
.map iframe{width: 100%; height: 400px;}   
        
 
.sticky{
  position: sticky;
  top: 0;
  padding: 20px 0;

}

.space1{
    height: 50px;
}
        
        .footer{
            background-color: #1d1d1b;
            padding: 20px 5%;
            width: 90%;
            color: #fff;
            clear: both;
        }
        
        .footer_in{
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
            padding: 50px 0%;
            display: flex;
            justify-content: space-between;
            align-self: center
        }  

.footer a{
    text-decoration: none;
}
.footer a:hover{
    color: #d33a34
}
        
        .footer div{
          align-self: center;
        }
        
        .title2{
            color: #d33a34;
            font-size: 1.4em;
            margin: 10px 0;
            font-weight: bold;
        }   
        
        h1{
            font-size: 3em;
        }
        
        
     .logo2 {
  position: absolute;
  text-align: center;
  width: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
   position: absolute;
   bottom: -102px;
   text-align: center;      
}
     
        .intro p, .contact p{
            font-size: 1.2em;
            padding: 15px;
            line-height: 1.6;
        }        
        
.contact {
  text-align: center;
  margin: 10px auto 30px auto;
  max-width: 900px;
}    


.button1 {
  padding: 10px 20px;
  background-color: #d93731;
  border-radius: 20px;
  border: solid 1px #fff;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  width: max-content;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
}
        
        .button1:hover{
         background-color: #fff; 
        color: #d93731 !important;
        }        
        
    .credits{
        margin-top: 15px;
    }  


.prod_block, .blog {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  align-items: stretch;
  display: flex;
}

.prod_list ul, .blog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: space-between;
  padding: 5% 5%;
    width: 90%;
}
        
.prod_list .mod-articles-items li, .blog-item {
  flex: 0 0 calc(50% - 80px);
  box-sizing: border-box;
  padding: 2.5% 0;
  text-align: center;
  list-style: none;
}

.blog-item a:hover {
  color: #d33a34;
}

.blog-items .fields-container {
    display: none;
}

.prod_list img, .blog-items img{
    width: 100%;
    height: auto;
}

.blog-items .item-content img{
width: 100%;
    height: auto;
}

.cat_desc h1, .blog .category-desc h1{
    font-size: 2em;
    text-transform: uppercase;
}

.cat_desc, .blog .category-desc {
  background: #f7f7f7;
  padding: 80px 2.5%;
  max-width: 320px;
  min-width: 320px;    
  margin-right: 5%;
}

.blog-items li{
    list-style: none;
}


.mod-carousel-item {

    text-align: center;
  }

.prod_list{
    margin: 80px 0;
}


.prod_list .readmore a, .mod-carousel-readmore {
	margin-top: 0.5rem;
	background-color: #d33a34;
	font-size: 1em;
	border-radius: 50px;
    color: #fff !important;
}

.prod_list .readmore a:hover, .mod-carousel-readmore:hover{
    background-color: #000000 !important;
    color: #ffffff;
}

.prod_list .readmore a {
  padding: 0.5rem 1rem;
  text-decoration: none;
}

    
.title4 {
  font-size: 2em;
  padding: 25px 5px 0 2.5%;  
  font-weight: bold;
}  

.mod-carousel-nav {
  text-align: center;
}  

#carousel-129 {
    position: relative;  /* Imposta il carosello come contenitore relativo */
}

.mod-carousel-nav {
    /* position: absolute;
    /* top: 50%;Posiziona le frecce verticalmente al centro del carosello */
    /*  width: 100%;  Si estende su tutta la larghezza del carosello */
    /* display: flex;
    /* justify-content: space-between;  Posiziona le frecce ai due estremi */
    /* transform: translateY(-50%);  Centra le frecce verticalmente */
}

.mod-carousel-next{
    position: absolute;
    top: 50%;
    right: 0;
}

.mod-carousel-prev{
    position: absolute;
    top: 50%;
    left: 0;
}

.mod-carousel-prev, .mod-carousel-next {
    font-size: 3em;  /* Dimensione delle frecce */
    color: #d33a34;  /* Colore rosso per la freccia */
    background-color: transparent;  /* Sfondo trasparente */
    border: none;  /* Rimuove il bordo */
    cursor: pointer;  /* Cambia il cursore quando sopra le frecce */
    padding: 10px;  /* Aggiunge un po' di spazio attorno al simbolo della freccia */
}

.mod-carousel-prev:hover, .mod-carousel-next:hover {
    color: #a02828;  /* Colore più scuro per l'hover */
}

.mod-carousel-item {
  padding: 30px;
}

.item-pageprodotti {
  width: 90%;
  padding: 0 5%;
  margin: 120px auto;
  max-width: 1400px;
}

.item-pageprodotti h1 {
  margin-top: 20px;
  line-height: normal;
  font-size: 2.2em;
}

.field-entry {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tipo-bicicletta{
 margin-bottom: 40px;
}    

.prezzo-di-listino {
  font-size: 1.3em;
}

.prezzo-scontato {
  font-size: 1.7em;
  color: #d93731 !important;
}

.disponibilita {
  font-size: 1.3em;
  font-weight: bold;
    margin-top: 20px;
}

.immagine {
  float: left;
  width: 60%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.descrizione{
    clear: both;
    font-size: 1;
    background: #f7f7f7;
    padding: 5%;
}

.immagine img{
    width: 100%;
    height: auto;
}

.descrizione .field-label{
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: solid 1px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
  font-weight: bold;   
}

.map{
    margin: 10px 0 10px 0;
}

.mod-carousel-container{
    margin-bottom: 50px;
}

.mod-carousel-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.menu_m {
    display: none;
}  

h2 {
  font-size: 1.2em;
}   


@media (max-width: 960px) {
    
    .logo img{
  width: 200px;
    }    
    
    .header {
  padding: 10px 5%;
}
    
    .logo2 {
  width: 130px;
  bottom: -68px;
}
    
    
  .grid2x2 {
    flex-direction: column;
   }  
    

    
  .pad1 {
    padding: 20px 5%;
    text-align: center;
  }
    
.box {
  font-size: 1em;
}    
    
  .grid2x2 > div {
    display: flex;
    flex-basis: calc(50%);
    padding: 20px 0;
    flex-direction: column;
    margin: 10px 20px;
    min-height: 250px;
    align-items: center;
    justify-content: center;  
  }
    
    
.box2 .pad1, .box4 .pad1 {
  text-align: center !important;
}    
       
    
h1 {
  font-size: 1.5em;
}    
    
 
    
  .intro {
    text-align: center;
    margin: 50px auto 20px auto;
    max-width: 900px;
  }  
    
.intro p, .contact {
  font-size: 1em;
  padding: 20px;
}    
    
.mod-carousel-container {
  margin-bottom: 20px;
}   
    
    
.mod-carousel-image {
  height: 200px;
}    
    
.mod-carousel-item {
  padding: 0 30px;
}  
   
    
.title3 {
  font-size: 3em;
    margin: 10px 0px;
}   
    
  .intro p, .contact {
    font-size: 1em;
    padding: 20px;
  }    
    
.title2 {
  color: #d33a34;
  font-size: 1.1em;
}    
    
.title4 {
  font-size: 1.5em;
}    
    
.content_in {
  font-size: 1em;
  padding: 25px 5%;
}   
    
.footer{
 margin-top: 80px;
}    
    
.footer_in {
  flex-direction: column;
  text-align: center;
}    
    
  .menu {
    position: absolute;
    background-color: #000000e5;
    top: 62px;
    z-index: 999;
    left: 0;
    width: 90%;
    padding: 50px 5%;
    text-align: center;
    font-size: 1.2em;
      display: none;
  }
    
.menu li {
  list-style: none;
  display: block;
  margin-left: 0;
  padding: 10px 0;
}    
    
  .menu_m {
    position: absolute;
    right: 5%;
    top: 12px;
    width: 40px;
    display: block;
    cursor: pointer;
  }   
 
.cat_desc, .blog .category-desc {
    padding: 5%;
    max-width: none;
    margin: 20px 2.5%;
    min-width: initial;
    width: 85%;
}   
    
.prod_block, .prod_list ul, .blog, .blog-items {
  flex-direction: column;
}    
    
.blog-item h2 {
  font-size: 1.2em;
}    
     
.item-pageprodotti {
  margin: 60px auto;
}    
    
    .item-pageprodotti h1 {
  float: none;
  width: 100%;
  margin-top: 20px;
  line-height: normal;
  font-size: 1.2em;
}
   
.prezzo-di-listino {
  font-size: 1.2em;
}
    
.prezzo-scontato {
  font-size: 1.4em;
}    
    
.disponibilita {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}   

.descrizione {
  margin-top: 50px;
}    
    
.foto2, .foto3, .foto4, .foto5 {
  width: 65px;
  margin: 10px 5px 10px 0 !important;
}    
    
.immagine {
  float: none;
  width: 100%;
  margin-right: 0;
} 
    
.prod_list {
  margin: 0 0 50px 0;
}    
    
    
.foto2 img, .foto3 img, .foto4 img, .foto5 img {
  height: 50px;
}   
    
    .prezzo-di-listino, .prezzo-scontato, .disponibilita {
        clear: both;
    }  
    
  }         
     