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




a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
}

a:active {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
}

a:visited {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
}












.riquadro_scuro
{
	

    font-family: 'Oswald', sans-serif;
/*	font-size: 1.2rem; */


	padding:10px;
	background-color: rgb(230,230,230);
	text-align: center;
}

.riquadro_chiaro
{
	

    font-family: 'Oswald', sans-serif;


	padding:10px;
	background-color: rgb(242,242,242);
	text-align: center;
}


.riquadro_bianco
{
	

    font-family: 'Oswald', sans-serif;

	/* fotn-size:0.6em; */
	padding:2px;
	padding-top:40px;
	padding-bottom:10px;
	/* background-color: white; */
	text-align: center;
}


.riquadro_verde
{
	

    font-family: 'Oswald', sans-serif;
	color: white;
	/* fotn-size:0.8em; */
	padding:2px;
	padding-top:40px;
	padding-bottom:10px;
	background-color: #009540;
	text-align: center;
}





.font_numero_capitolo
{
	font-size:24px;
}



/* Icone social personalizzate */
.social .fa {
  background-color: #666666;
  color: white;
  padding: 6px;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
}

/* Hover generico per tutte le icone */
.social .fa:hover {
  opacity: 0.8;
}

/* Hover specifici (opzionali) */
.social .fa-twitter:hover {
  background-color: #46c0fb;
}
.social .fa-facebook:hover {
  background-color: #3b5998;
}
.social .fa-instagram:hover {
  background-color: #c13584;
}
.social .fa-youtube-play:hover {
  background-color: #ff0000;
}
.social .fa-linkedin:hover {
  background-color: #0077b5;
}



div.navbar-collapse ul.navbar-nav li {
  color: #E69D32;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}



/*
@media (max-width: 576px) { 
  .navbar-brand {
      margin-left:30%;
  }
}
*/

.navbar
{
	/* margin-top:20px; */
	padding: 20px;
	background-color: rgb(230,230,230) !important;
	
	 transition: 0.2s; /* Adds a transition effect when the padding is decreased */
}

.navbar-brand
{
	margin-left:16px;
	
}


.ricerca_icon
{
	margin-right:12px;
}



.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link
	{
	color: #009540 !important; /* <—– change your color here*/
	background-color: transparent !important; 
	}

.navbar
	{

	}

.testi_footer
{
    font-family: 'Oswald', sans-serif;
/*	font-size: 1.2rem; */	
	
	color:#666666;
	/* background-color:white; */
}


.testi_footer_piccoli
{
    font-family: 'Oswald', sans-serif;
	font-size: 1rem;
	
	color:#666666;
	/* background-color:white; */
}


.titolo_footer
{
	font-family: 'Oswald', sans-serif;
	
	color: #009640;
	padding-top:10px;
	padding-bottom:10px;
	/* background-color:white; */
}
	
.loghi_footer
{
	padding-bottom:18px;
	/* background-color:white; */
}

.footer_zona
{
	margin:10px !important;
	padding:20px !important;
	
}



.chi_siamo
{
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	padding:30px;
}


.img_chi_siamo
{
		margin-top:30px;

	margin-bottom:20px;
}


.dropdown-menu {
   font-family: 'Oswald', sans-serif;
   font-size:inherit !important;
}





/* AGGIIUNTO PER GESTIRE COLONNE CAPITOLI CON COLORI ALTERNATI */

/* Contenitore generale (tutti i blocchi sono flex-wrap) */
.contenitore_capitoli {
  margin: 0;
  padding: 0;
}

/* Ogni riquadro con bordo bianco e box flessibile */
.riquadro_capitolo {

  box-sizing: border-box;
  outline: 2px solid white; /* separatore bianco */
  display: flex;
  align-items: stretch;
}



/* Contenuto centrato e altezza uniforme */
.contenuto_riquadro {
	

	
  flex: 1;
  padding: 20px;
  text-align: center;
/*  font-weight: bold; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Colori alternati */
.sfondo_chiaro 
{ 	
	border: 2px solid white;
	
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
	display: flex; 
    justify-content: center; 
    align-items: stretch; 


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
}
.sfondo_scuro  
{ 
	
	border: 2px solid white;
	
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
	display: flex; 
    justify-content: center; 
    align-items: stretch; 


	/* padding:10px; */
	background-color: rgb(230,230,230);
	text-align: center;
	margin:0px;
	padding:0px;
	
	
} 




/* aggiunto il 260726  */



/* Icone e testi dei capitoli allineati in alto */
.contenitore_capitoli .contenuto_riquadro {
    justify-content: flex-start;
}

/* Icone e testi dei capitoli allineati in alto */



/*

.link_riquadro {
  color: inherit;
  text-decoration: none;
  display: block;
}
*/


.link_riquadro {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: inherit;

  /* Per compatibilità con flex genitore */
/* display: flex; */
  align-items: center;
  justify-content: center;
}



a.blocco_link {
  text-decoration: none;
  color: inherit;
}

a.blocco_link:hover {
  background-color: transparent !important;
  text-decoration: none;
}



a.riquadro_capitolo:hover {
  background-color: transparent !important;
  text-decoration: underline;
}


/* AGGIIUNTO PER GESTIRE COLONNE CAPITOLI CON COLORI ALTERNATI */



.riquadro_capitolo:hover .sfondo_chiaro {
  background-color: #dddddd; /* più scuro del chiaro */
}

.riquadro_capitolo:hover .sfondo_scuro {
  background-color: #cccccc; /* più scuro dello scuro */
}


.riquadro_vuoto a {
  pointer-events: none;
}

/*
.riquadro_vuoto .contenuto_riquadro:hover {
  background-color: inherit !important;
}

*/







.riquadro_grigio
{
	
	border: 2px solid white;
	
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
	display: flex; 
    justify-content: center; 
    align-items: stretch; 


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
	
	
}



.riquadro_grigio0
{
	
	border: 2px solid white;
	
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
	display: flex; 
    justify-content: center; 
    align-items: stretch; 


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
	
	
}



.riquadro_grigio1
{
	
	border: 2px solid white;
	
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
	display: flex; 
    justify-content: center; 
    align-items: stretch; 


	/* padding:10px; */
	background-color: rgb(230,230,230);
	text-align: center;
	margin:0px;
	padding:0px;
	
	
}








.riquadro_grigio_articoli
{

	border: 2px solid white;
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
/*	display: flex; */
   /* justify-content: center; */
 /*   align-items: stretch; */


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
	
	
	
}

.riquadro_grigio_articoli img
{
	max-height: 236px; 
}




/* AGGIUNTO IL 260726  */

/* Prodotti allineati in alto nel riquadro */
.riquadro_grigio_articoli .contenuto_riquadro {
    justify-content: flex-start;
}


/* AGGIUNTO IL 260726  */






.riquadro_grigio_articoli_nuovi_extra
{
	
	/* border: 2px solid white; */
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
/*	display: flex; */
   /* justify-content: center; */
 /*   align-items: stretch; */


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
	
	border:2px solid #009540; text-decoration: none;
	border-radius:6px;
	
	
}

.riquadro_grigio_articoli_nuovi_extra img
{
	max-height: 236px; 
}




.riquadro_grigio_articoli_nuovi
{
	
	/* border: 2px solid white; */
	
	font-family: 'Oswald', sans-serif;
	
	/* PER FAR SI CHE IL BLOCCO CONTENUTO PRENDA DEL MISURE DI QUESTO DIV */
	
/*	display: flex; */
   /* justify-content: center; */
 /*   align-items: stretch; */


	/* padding:10px; */
	background-color: rgb(242,242,242);
	text-align: center;
	margin:0px;
	padding:0px;
	
	border:2px solid #f0ad4e; text-decoration: none;
	border-radius:6px;
	
	
}

.riquadro_grigio_articoli_nuovi img
{
	max-height: 236px; 
}



.intestazione_capitoli

{
font-family: 'Oswald', sans-serif;
	
	color: #009640;
	padding-top:20px;
	padding-bottom:10px;
	/* padding-left:30px; */
	
	letter-spacing: 2px;
	
	text-align: center;
	
	
}



.voce_capitolo

{
	float:left;
	font-family: 'Oswald', sans-serif;
	color: #009640;
	padding-top:20px;
	padding-bottom:10px;
	/* padding-left:30px; */
	
	letter-spacing: 1px;
	
	text-align: center;
	 text-transform: uppercase;
	/* padding-left:10px; */
	padding-right:10px;
	
	margin-left:30px;
	
	
	
}

.pulsante_indietro

{
	margin-top:16px;
	margin-left:30px;
	/* padding-bottom:10px; */
	float:left;
	/* margin-right:20px; */
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
	font-size: small;
	background-color:#009640; 
	letter-spacing: 1px; 
}


.intestazione_categorie
{
	/* clear:both; */
	/* margin-bottom:20px; */
}


.descrizione_articolo
{
	font-family: 'Oswald', sans-serif;
	margin-top:15px;
	overflow: hidden;
}

.descrizione_prodotto_del_giorno
{
	font-family: 'Oswald', sans-serif;
	
	font-size: small;
	
	
	margin-top:10%;
	
	overflow: hidden;

	
	white-space: nowrap;
	
	text-overflow: ellipsis;
	/*
	padding-left:5px;
	padding-right:5px;
	*/
	

}





/* _______________________________________________________________________ Tabelle */


#tabella_articolo{
	
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
	/* width:100%; */
	border:0px solid #FFFFFF;
	width:auto;
	border-spacing: 0px;
	border-collapse:collapse;
	*border-collapse: expression('collapse', cellSpacing = '0px');
	/* border-collapse:collapse; */
}
#tabella_articolo td{
/*	font-size:11px;	*/
	
	font-weight:normal;
	
	border:1px solid #CCCCCC;
	padding:3px 7px 2px 7px;
	text-align:right;
}
#tabella_articolo th{
/*	font-size:11px;	*/
	padding-top:5px;
	padding-bottom:4px;
	background-color:#AAAAAA;
	color:#ffffff;
}
#tabella_articolo tr.intestazione td{
	/* font-size:12px;	*/
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#00a651;
}
#tabella_articolo tr.alt td {background-color:#e3e8ec;}
#tabella_articolo td.numero {text-align:right;}
#tabella_articolo td.testo {text-align:left;}


/* _________________________________________________________________ MARCHI E DOWNLOAD  */

.schedaprodotto-marchi {
/*	display:block;
	float:left;
	width:650px;
	height:auto;
	border:0px solid #c7d6dd;
	margin:3px;
	font-size:12px;
	*/
	
	margin:24px;
}


.tabellaprodotto 
{
	font-size:10px;
	 width: 100%;
}


.schedaprodotto-immagine
{
	/* min-widht: 500px; */
	
	margin:30px;
	
	margin-left:10px !important;
}

.schedaprodotto-testo

{
	/* font-size:14px !important; */
	/* color: #666666; */
	margin:30px;
}




.marchi
{
	margin-top:30px;
	margin-left:30px;
	
	
}

.schedaprodotto-BIM

{
	margin:30px;
	

}


.tabella_articolo
{
	
	
	
	/*
	margin:30px;
	*/
	margin-left:40px;
	margin-bottom:30px;
	
	
	
}


.specifiche_e_download
{
	margin:0px;
	
	/* padding:10px; */
}

.colonne
{
	margin:10px;
}

.riga
{
	margin:10px;	
}


.riga_scheda_prodotto
{
	margin:10px;	

}



.cod_e_titolo-art
{
	/*
	float:left;
	*/
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color: #009640;
	/*
	padding-top:20px;
	*/
	padding-bottom:10px;
	/* padding-left:30px; */
	
	letter-spacing: 1px;
	
	/*
	text-align: center;
	*/
	text-transform: uppercase;
	/* padding-left:10px; */
	padding-right:10px;
	
	/*
	margin-left:30px;
	*/
}



td.item-node {
	 max-width: 200px;
  /*  min-width: 100px; */
}

div.ellipsis {
	display: inline-block;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}





/* PER TABELLA ALLEGATO PDF PER TRONCARE CON ELLISSI */

.list-table {

/*margin:20px;*/
	
  display: table;
  /*l&f*/
 /* border: 1px solid blue; */
  /*l&f*/
/*  border-spacing: 5px; */
  width: 100%; /* ADDED */
}
/* CREATED */
.fixed-table {
  width:100%;
  table-layout: fixed;
  display:table
}

.list-tr {
  display: table-row;
  /*l&f*/
 /* background-color: lightgray; */
}
.list-td {

	/*
 font-size: 10px;	
	*/
	
  display: table-cell; /* CHANGED */
 white-space: nowrap;
  /* one line 
  /*l&f*/
  padding: 6px;
 /* border: 1px solid green; */
  /*l&f*/
   /* border: 1px solid red; */
}
.summary {
  display: table-cell;
  /*l&f*/
  /* background-color: lightblue; */
  white-space: nowrap;
  /* one line */
  overflow: hidden;
  /* make text overflow */
  text-overflow: ellipsis;
  /* truncate texT with ... */
	

}





.classe_ricerca
{
	margin:30px;
}




.pulsante_cerca
{
	/* margin-top:16px; */
	/* margin-left:30px; */
	/* padding-bottom:10px; */
	/* float:left; */
	/* margin-right:20px; */
	/* margin-bottom:15px; */
	font-family: 'Oswald', sans-serif;
	font-size: small;
	background-color:#009640; 
	letter-spacing: 1px; 
}

.descrizione_articolo_non_trovato
{
	margin:30px;
}


.tassello_capitoli, .tassello_categorie, .tassello_articoli
{
	padding-top: 10px;
	padding-bottom: 10px;
}




/* PER FARE IN MODO CHE IL LINK INTERNO VENGA ESTESO AL BLOCCO ESTERNO (link su tutto il pulsante non solo sul testo) */
a.blocco_link { display:block;padding:20px; padding-top:32px; padding-bottom: 32px; width:100%; border:0px solid #666; text-decoration: none}
a.blocco_link:hover { background-color: rgb(220,220,220);}

/*
a.blocco_link:hover, a.blocco_link:focus, a.blocco_link:active { background-color: rgb(220,220,220);}
*/




a.fa-youtube-play, a.fa-facebook, a.fa-instagram, a.fa-linkedin
{
	font-family: fontawesome !important;
}

.allineamento_dx_in_alto
{
	/*text-align:right; */
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	
	/*float:right;*/

}


.fiera_evento_spazio
{
	/*height:100%; */
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
}

.fiera_evento
{
	/* margin:20px; */
	/* height:100%; */
	padding:20px;
	/* height:100%; */
	background-color: rgb(220,220,220);
}



.bim_e_instagram

{
	
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: rgb(220,220,220);
	
/*
  width: 100%;
	
	*/
/*	padding:10px; */
}

.prodotto_del_giorno_bim_e_instagram
{
	padding-top:10px;
	padding-bottom:10px;
	background-color: rgb(220,220,220);
}


.prodotto_del_giorno_bim_e_instagram_2_col
{
	padding-top:10px;
	padding-bottom:10px;

	background-color: rgb(220,220,220);
}



.bim_pulsante
{
	/* margin:20px; */
	/* height:20vh; */
	float:left;
	
	 margin:0px;
/*	width:50%; */
	
	/* padding:10px; */
	
	/* min-height:200px;
	min-width:200px;
	*/
	
	background-color: rgb(255,255,255);
	

}


.imgBIM
{
	width:100%;
	
	/*
	max-width: 100%;
	*/
	
	
	/* width:50%; */
}


.prodotto_giorno_pulsante
{
	/*
	float:left;
	*/
	/* margin:20px; */
	/* height:20vh; */
	/*
	width:90%;
	height:90%;
	*/
	
	/*
	height:100%;
	*/
	
	
	margin:0px;
	
	position: absolute;
	
	top:0;
	left:0;
	
	/*
		overflow:hidden;
	*/
/*	 padding: 2px; */
	
	/*
	
	min-height:200px;
	min-width:200px;
	
	*/
	
	/* background-color: rgb(255,255,255); */
	
	z-index: 200;
	
	/* overflow: hidden; */
	
	/*
	background-image: url("../img_quello_che_cercavi/soluzione_che_cercavi.png");
	background-repeat: no-repeat;
	*/
}

.prodotto_giorno_pulsante img
{
	margin:0;
	width:100%;
	
	/* width:95%; */
}


.blocco_link_prodotto_del_giorno
{
	
	text-align:center;
	/*
	min-height:100%;
	*/
	/*
	  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
	*/
	margin:0px;
	padding:0px;
	
	background_color:white;
	
}

a.blocco_link_prodotto_del_giorno { display:block;padding:10px; width:100%; text-decoration: none}

a.blocco_link_prodotto_del_giorno:hover 

{ background-color: none !important; }



.articolo_del_giorno_db
{
	
/* height:500px; */
	
	padding-top:10%;
/*	height:98%; */
	display: flex;
    align-items: center;
	justify-content: center;
	
}

.striscia_bassa
{
	 display: flex;
  flex-direction: column;
}


.contenuto_prodotto_del_giorno
{

	
	margin: 2% 2%;
    width: 98%;
	
	/* height:100%; */
	float: left;
	
	/*
	margin: 1% 1%;
    width: 98%;
    float: left;
	*/
	
	/*
	min-height: 100%;
 	height:100%;
	*/
	

	
	/*
	max-height:50%;
	
	*/

	font-size:small;
	
	/*
  width: 75%;
  height: 75%;
	
	*/
  position: relative;
	
	/*
  top: 15%;
  left:15%;
	
	*/

	
	z-index: 90;
	
/*	overflow: hidden; */
	
	background-color:white;
/*	padding-bottom:100px; */
	
	/*
	display: flex;
    align-items: center;
	justify-content: center;
	
	*/


}

.largo
{
	width:100%;
	font-size:1.4vw;
	
	/* 2.8 */
}

.largo_2_col
{
	width:100%;
	font-size:2.8vw;

}


.colonna_min_larghezza
{
	min-width:200px;
	/* max-width:300px;*/
	
}

.colonna_min_larghezza_e_margin_top
{
	min-width:200px;
	/* max-width:300px;*/
	
	margin-top:10px !important;
	
	margin-bottom:10px !important;
	
}



.colonna_min_larghezza_e_margin_top_e_sx
{
	min-width:200px;
	/* max-width:300px;*/
	
	margin-top:10px !important;
	
	margin-bottom:10px !important;
	
	
	/* margin-left:12px !important;  */
	
	/* e poi  margin-left:14px !important; */
	
}

.colonna_min_larghezza_e_margin_top_e_sx_2_col
{
	min-width:200px;
	/* max-width:300px;*/
	
	margin-top:10px !important;
	
	margin-bottom:10px !important;
	
	/* margin-left:12px !important; */
	
/*	margin-right:0px !important; */
	
	
	

	
}


.colonna_min_larghezza_e_margin_top_e_dx_2_col
{
	min-width:200px;
	/* max-width:300px;*/
	
	margin-top:10px !important;
	
	margin-bottom:10px !important;
	
/*	margin-left:10px !important; */
	
	margin-left:0px !important;
	
	
	margin-right:12px !important; 

	
}




.img-art2 img
{
	min-width:100%;
	
	
}


.articolo_del_giorno_sfondo_VECCHIO
{
	
	/*
	
	height: calc(100% - 10%);
	
	*/
	
	border:4px double #009540;
	/* border-style: double; */
	
	/*

  background-image: url('../img_quello_che_cercavi/soluzione_che_cercavi.png');
  

  background-position: center center;
  

  background-repeat: no-repeat;
  

 background-attachment: inherit;
  

  background-size:cover;
  */

		background-color:white !important;
}


.articolo_del_giorno_sfondo
{
	

		background-color:white !important;
}




.articolo_dentro_pulsante_soluzione
{
	position: absolute;
	top:0;
	left:0;
}



.contenuto_BIM
{


	
	margin: 4% 4%;
    width: 98%;
	
	height:100%;
    float: left;
	
	/* height:100%; */
	

	
	/*
	max-height:50%;
	
	*/

	font-size:small;
	
	/*
  width: 75%;
  height: 75%;
	
	*/
  position: relative;
	
	/*
  top: 15%;
  left:15%;
	
	*/

	
	z-index: 90;
	
/*	overflow: hidden; */
	
	background-color:white;
/*	padding-bottom:100px; */
	


}



.articolo_del_giorno
{
	margin:0;
	/*
	padding:20px;
	*/
/*
	float:left;
	
	*/
	
	/*
	padding-top:5%;
	
	
	*/
	/* padding-top:100px;
	*/
	
	
		z-index: 10;
	
/* 	background-colo: white; */
	

}



.instagram_pulsanti
{
	/*
	margin:10px;
	*/
	/*padding:20px;*/
	/* background-color: rgb(255,255,255); */
}




.intestazione_magazine, .intestazione_catalogo, .intestazione_contatti_italia, .intestazione_contatti_estero, .intestazione_contatti_head_office

{
	
	clear:both !important;

	 width: 100%; 
	
	font-family: 'Oswald', sans-serif;
	
	/*
	margin-top:20px;
	*/
	
	/*
	margin: auto;
*/
	
	color: #009640;
	
	padding:0px;
	padding-top:20px;
	padding-bottom:10px;
	/* padding-left:30px; */
	
	letter-spacing: 2px;
	
	text-align: center;
	background-color: rgb(220,220,220);
	
	margin:0px;
}


.contenuto_rettengolare_centrato
{
	
	/*
	background-color: rgba(183,216,216,1.00);
	*/
	
	/* align-content: center; */
	width: 100%;
	
	
	/* margin: auto; */
	
	/* margin-bottom: 20px; */
	
	
	border:2px solid rgb(220,220,220); text-decoration: none;
	border-radius:6px;

	
	clear: both !important;
	
	
	/* margin: auto; */
	
	
	
	/* text-align: center; */
}


.elenco_magazine, .elenco_cataloghi

{
	
	clear: both !important;
	margin: auto;
	
	
	height:100%;

	
	/* text-align: center; */
	padding:30px;
	
	font-family: 'Oswald', sans-serif;
	
	/* font-size:14pt; */
	
	line-height: 2rem;
	
	font-weight: 100;
	
	font-style: normal;
	
/*	margin-bottom:10px; */
	min-height: 100px;
	
	/*
	display: flex;
  flex-direction: column;
	
	*/

	
	/*
	background-color: rgba(216,0,113,1.00);
	*/
	
}



.elenco_contatti

{
	
	clear: both !important;
	margin: auto;
	
	
	/*
	height:100%;
*/
	
	/* text-align: center; */
	padding:30px;
	
	font-family: 'Oswald', sans-serif;
	
	/* font-size:14pt; */
	
	line-height: 2rem;
	
	font-weight: 100;
	
	font-style: normal;
	
/*	margin-bottom:10px; */
	min-height: 100px;
	
	/*
	display: flex;
  flex-direction: column;
	
	*/

	
	/*
	background-color: rgba(216,0,113,1.00);
	*/
	
}





.scritta_in_verde
{
	color: #009540 !important; /* <—– change your color here*/
}

.spaziatura
{
	padding:10px;
}


.messaggio_errore
{
	padding:30px;
	padding-top:10px;
	
	font-family: 'Oswald', sans-serif;
}

/*
.cerca_articoli
{
		
	font-family: 'Oswald', sans-serif;
}
*/

.form-group
{
	font-family: 'Oswald', sans-serif;
}


.img_art_per_BIM
{
text-align:center !important;
	border:none;
	widht:100%;
	height: 100%;
	/* widht:50%; */
	/* height:150px; */
	padding:0px;
	margin:0px;
	background: white !important;
}


.img_art_per_BIM img
{

	border:none;
	
	/* widht:50%; */
	/* height:150px; */
	padding:0px;
	margin:0px;
	max-height: 100px; 
	/* background: white; */
}


.img_art
{
text-align:center !important;
	/*
	border:none;
	widht:100%;
	height: 100%;

	padding:0px;
	margin:0px;
	background: white !important;
	*/

}

.img_art img
{

	width:100%;
	border:none;
	
	/* widht:50%; */
	/* height:150px; */
	padding:0px;
	margin:0px;
	/*max-height: 100px; */
	/* background: white; */
}





.link_bim
{
	text-align: center !important;
}



/* PER CAPIRE IN CHE DIMENSIONE DELLO SCHERMO (MEDIA QUERY) STIAMO LAVORANDO */
#mq-detector {
    visibility: hidden;
}


.colonna_contatti
{
	float:left;
	/*
	background-color: rgb(242,242,242);
	*/
	/*
	margin-left:20px;
	margin-right:20px;
	*/
	padding:20px;
}

.scritta_piccola_agenti
{
	
	font-size:small;
	
}

.blocchi_contatti
{
	padding:20px;
}

.modal-title
{
	color: #009540 !important;
}


#info_mappa
{
	display:none !important;
}

#contenitore_testi_mappa
{
	float:left;
}


.contenuto_rettengolare_centrato_contatti_italia
{
	/* align-content: center; */
	width: 100%;
	
	
	
	
	margin: auto;
	
/*	margin-bottom: 20px; */
	
	
	border:2px solid rgb(220,220,220); text-decoration: none;
	border-radius:6px;
	
}

.contenuto_contatti_italia
{
	margin: auto;	
	padding-top:30px;
	padding-bottom:30px;
}

.blocchi_contatti_italia, .blocchi_contatti_estero, .blocchi_download
{
	padding:5px;
	padding-bottom:0px;
	margin:0px;

	/*
	height:100%;
	*/
	
	

}

.blocchi_contatti_head_office
{
	/* padding:5px;*/
	/* margin:5px;*/
	margin:0px;
}
.riga_head_office
{
	margin-top:20px;
	/* padding:5px;*/
	/* margin:5px;*/
	padding:5px;
}

.riga_lavora_con_noi
{
	
	font-family: 'Oswald', sans-serif;
	width:100%;
	margin:auto;
	margin-top:20px;
	/* padding:5px;*/
	/* margin:5px;*/
	text-align: center;
	/* padding:5px; */
/* 	background-color:#009640;*/
	
	/* color:#009640; */
}




.elenco_pdf_multicolonna
{

width: 100%;
margin: 20px auto;
-webkit-column-count: 2;
-webkit-column-gap:25px;
-moz-column-count: 2;
-moz-column-gap:25px;
column-count: 2;
column-gap: 25px;

	
	clear: both !important;
	margin: auto;
	height:100%;

	/* text-align: center; */
	padding:30px;
	
	font-family: 'Oswald', sans-serif;
	
	/* font-size:14pt; */
	
	line-height: 2rem;
	
	font-weight: 100;
	
	font-style: normal;
	
/*	margin-bottom:10px; */
	min-height: 100px;	
	
}

.elenco_pdf_singola_colonna
{
	clear: both !important;
	margin: auto;
	height:100%;

	/* text-align: center; */
	padding:30px;
	
	font-family: 'Oswald', sans-serif;
	
	/* font-size:14pt; */
	
	line-height: 2rem;
	
	font-weight: 100;
	
	font-style: normal;
	
/*	margin-bottom:10px; */
	min-height: 100px;	
	
}


.elenco_magazine_interno
{
	widht:auto;
	margin:0px;;
}

.intestazione_magazine2
{
	clear:both !important;
}

.interlinea_bassa
{
	line-height: 20px !important;
}

.colonne
{
	/*line-height: 20px !important;*/

	overflow:auto;
	/*height:auto;*/
	margin:auto;

	display:block;
	clear:both;
}
.colonna1
{
	float:left;
	
}
.colonna2
{
	
	float:left;
	


}

.riga_sotto
{
	clear:both !important;
}

.contatti_estero_bordino
{
	
	/*
	 background-color: #efefef !important; 
	 border-radius:6px;
	 margin:1px;
	
	*/
	
	/*
	padding:2px;
	*/
	
	border-right:1px solid #cccccc;
	
	
}


.contatti_estero_bordinosx
{
	
	/*
	 background-color: #efefef !important; 
	 border-radius:6px;
	 margin:1px;
	
	*/
	
	/*
	padding:2px;
	*/
	
	border-left:1px solid #cccccc;
	
	border-right:1px solid #cccccc;
	
}




.testo_storia
{
	color: #575757;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
	
	
}

.testo_storia ul
{
	margin:0px;
	padding:0px;
	
	
}

.testo_storia ul li
{
	margin-bottom:6px;
	
}



.sb-large
{
    font-family: 'Oswald', sans-serif;
	font-size: normal;
	
	font-weight: 600;
		line-height:normal;
}

.sb-xlarge
{
    font-family: 'Oswald', sans-serif;
	font-size: x-large;
	
	font-weight: 500;
		line-height:normal;
}


.testo_storia ul {
  list-style: none; /* Remove default bullets */
}

.testo_storia ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009540; /* Change the color */
  font-weight: 600; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.img_certificati
{
	margin:14px;


}


.img_certificazioni
{
	font-size: x-small;
	
	min-width: 250px;
}

.spaziatura_riga
{
	margin:-5px;	
}

.schedaprodotto_immagine_articolo
{
	/* min-widht: 500px; */
	
	margin:30px;
	
	/* margin-left:25px !important; */
}

.testo_in_ottemperanza
{
	color: #888888;
	
	font-family: 'Oswald', sans-serif;
	
	font-size:small;
	
	font-weight:normal;
	
	line-height:normal;
	
	margin-bottom:20px;
}
	

.testo_iscrizione_newsletter
{
	color: #888888;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
}

.testo_iscrizione_meeting
{
	color: #888888;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
}
	

	
.google_recaptcha
{
	margin-top:20px;
	margin-bottom:20px;
	
	/*
	margin-left:0px !important;
	margin-right:0px !important;
	*/
	
}


.testo_titolo
{
	color: #009540;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
	
	margin-top:40px;
}



.testo_titolo_newsletter
{
	color: #009540;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
	
	margin-top:0px;
	
}



.testo_avviso_iscrizione_meeting
{
	color: #009540;
	
	font-family: 'Oswald', sans-serif;
	
	font-weight:normal;
	
	line-height:normal;
}



.instagram-image
{
	height: auto !important;
}

.fondino_campi_form
{
	background-color: rgba(172,255,172,0.3) !important;
}


.logo_newsletter
{
	text-align: center;
	padding:20px;
	padding-top:30px;
}




@media screen and (max-width: 414px) {
   .g-recaptcha {
      position: relative;
      left: 35%;
      -o-transform: scale(0.8) translateX(-50%);
      -ms-transform: scale(0.8) translateX(-50%);
      -moz-transform: scale(0.8) translateX(-50%);
      -webkit-transform: scale(0.8) translateX(-50%);
      transform: scale(0.8) translateX(-50%);
      -o-transform-origin: left center;
      -ms-transform-origin: left center;
      -moz-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}



/* DA LUGLIO 2025 */

.banner_a_sx

{
	padding:0px;
	margin:0px;
}


.titolo_prodotto_del_giorno

{
	text-align:center;
		font-size: large;
	color: rgba(0,96,40,1) !important;
	
}

.sfondo_carousel
{

	background-color:lightgray;
}



.img-fade {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

.img-hidden {
  opacity: 0;
  pointer-events: none;
}


/*

img{ 
  max-width: 100%;
  height: auto;
}

*/


html, body{
  overflow-x: hidden;
}




.stile_icona {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.stile_icona img {
    max-height: 102px;
    width: auto;
    object-fit: contain;
}



.riquadro_capitolo.riquadro_grigio_articoli_nuovi,
.riquadro_capitolo.riquadro_grigio_articoli_nuovi_extra {
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.riquadro_capitolo.riquadro_grigio_articoli_nuovi::after,
.riquadro_capitolo.riquadro_grigio_articoli_nuovi_extra::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 6px;
    pointer-events: none;
    z-index: 5;
}

.riquadro_capitolo.riquadro_grigio_articoli_nuovi::after {
    border: 2px solid #f0ad4e;
}

.riquadro_capitolo.riquadro_grigio_articoli_nuovi_extra::after {
    border: 2px solid #009540;
}







/* RIPRISTINO COLORI BADGE NOVITÀ - compatibilità Bootstrap 5 */

.badge-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.badge-success {
    background-color: #009540 !important;
    color: #ffffff !important;
}

.allineamento_dx_in_alto {
    z-index: 10;
}





/* AGGIUNTO il 260726 */

/*  PER FAR EIN MODO CHE IL TESTO NON ESCA A DESTRA DALLA PAGINA  */

.row.spaziatura_riga > .col6,
.row > .schedaprodotto-testo {
    flex-shrink: 1 !important;
    min-width: 0 !important;
}

.row > .schedaprodotto-testo {
    width: auto !important;
    flex-grow: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
}


/*  PER FAR EIN MODO CHE IL TESTO NON ESCA A DESTRA DALLA PAGINA  */

.row.spaziatura_riga > .col6,
.row > .schedaprodotto-BIM {
    flex-shrink: 1 !important;
    min-width: 0 !important;
}

.row > .schedaprodotto-BIM {
    width: auto !important;
    flex-grow: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
}







/*  PER FAR EIN MODO CHE LA TABELLA POSSA SCORRERE DX E SX */

/* Le due colonne possono restringersi senza uscire dalla pagina */
.row.spaziatura_riga > .col6 {
    flex-shrink: 1 !important;
    min-width: 0 !important;
}

/* Contenitore della tabella */
.colonnezzz > .row {
    min-width: 0;
}

/* Scroll orizzontale solo nella zona della tabella */
.colonnezzz > .row > .tabella_articolo {
    flex-shrink: 1 !important;
    min-width: 0 !important;
	
   /* Occupa solo lo spazio necessario, massimo 100% */
    width: fit-content !important;
	
	
    max-width: 100% !important;
	
	
	padding-left: 0 !important;
    padding-right: 0 !important;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* La tabella mantiene la propria larghezza */
.tabella_articolo #tabella_articolo {
	
	
	width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    table-layout: auto;
	
	/*
    width: max-content !important;

    max-width: none !important;
	*/
}





/* Intestazione: può andare a capo */
.tabella_articolo #tabella_articolo tr.intestazione td {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

/* Corpo tabella: testo sempre su una sola riga */
.tabella_articolo #tabella_articolo tr:not(.intestazione) td {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}


