@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


body{
	margin: 0px;
	display: flex;
	flex-direction: column;
	align-items:center;
	font-family: 'Inter', sans-serif;
}
a{
	text-decoration: none;
	color:  inherit;
	cursor: pointer!important;
}
.contenitore{
	max-width: 1120px;
	padding: 0px 20px 0px 20px
}
.evidence{
	color: #ef9f08;
}
.headerx{
	background-image: url("../img/bg_header.jpg");
	width: 100%;
	height: 700px;
	display: flex;
	justify-content:center;
	align-items:center;
}
.header_int{
	background-image: url("../img/bg_header.jpg");
	width: 100%;
	height: 150px;
	display: flex;
	justify-content:center;
	align-items:center;
}
.logo_header{

}
.logo_int{

}
.logo_int img{
	width: 200px;
	height: auto;
	filter: drop-shadow(0 0 0.9rem rgb(0, 0, 0));
}
.logo_header img{
	width: 500px;
	height: auto;
	filter: drop-shadow(0 0 0.9rem rgb(0, 0, 0));
}
.titolo_intro{
	font-weight:700; 
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
}
.titolo_int{
	font-weight:700; 
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}
.introduzione{
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction: row;
	flex-wrap: wrap;
    border-bottom: 3px solid #bad6eb;
	margin: 20px 0px 20px 0px
}
.introduzione_int{
	display: flex;
	
	align-items:center;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 20px 0px 20px 0px
}
.area_testo_intro{
	max-width: 520px;
}
.foto_intro {
	max-width: 600px;
	display: flex;
}
.nostri_brand{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1120px;
	justify-content:center;
	align-items:center;
	margin: 35px 0px 20px 0px
}
.title00{
	font-weight:700; 
	font-size: 40px; 
	font-family: 'Poppins', sans-serif;
}
.box_brands{
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap:  wrap;
	justify-content:space-between;

}
.box_brands a:hover{
	background-color: #F7F7F7;
}
.brand{
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	flex-wrap: wrap;
	/* questo deve andare a 100% in query: */
	max-width: 350px;
	padding: 10px;
	
}
.brand::after {
	content: '';
    display: block;
    margin: 10px auto;
}
.sito_internet_solectro{
	display: block;
	background-color: #ef9f08;
	color: white;
	border-radius: 10px;
	padding: 8px;
	margin-top: 10px;

}
.sito_internet_hommie{
	display: block;
	background-color: #3FAF9B;
	color: white;
	border-radius: 10px;
	padding: 8px;
	margin-top: 10px;

}
.sito_internet_wenergy{
	display: block;
	background-color: #0F9E50;
	color: white;
	border-radius: 10px;
	padding: 8px;
	margin-top: 10px;

}
.descrizione_brand{
	text-align: center;
		min-height: 175px;
}
.logo_solectro{
	width: 280px;
	max-width:280px!important;
	display: flex;
	height: 80px;
	margin-bottom: 20px;
}
.logo_hommie{
	width: 270px;
	max-width:270px!important;
	display: flex;
	height: 80px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.logo_wenergy{
	width: 260px;
	max-width:260px!important;
	display: flex;
	height: 80px;
	margin-bottom: 20px;
}
.footer{
	background-color: #cfdee7;
	width: 100%;
	display: flex;
	justify-content:center;	
}
.cont_footer{
	max-width: 1120px;
	margin: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.logo_footer{
	display: flex;
	align-items:center;
}
.logo_footer img{
	max-width: 200px;
	height: auto;
}
.titolo_footer{
	font-weight:700; 
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.testo_footer{
	
}
.gmap{
	height:320px;
	width: 100%;
 
}
 iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
.area_footer{
	margin-left: 30px;
	padding-left: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
	min-width: 230px;
	border-left: 3px solid #0AB0E7;
}

.sub_footer{;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #183762;
}
.cont_subfooter span:after {
    content: "|";
    margin: 0 2px 0 5px;
    color: rgba(255,255,255,.3);
}
.cont_subfooter{
	max-width: 1120px;
	margin: 0px 20px 0px 20px;
	color: #81a5ba;
	font-size: .8rem;
	text-align: center;
    padding: 10px 20px;
}
.cont_subfooter a{
	color:#E3ECF1;
	text-decoration:underline;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}



.table-container {
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
}

.cell {
  flex: 1;
  padding: 8px;
  text-align: left;
}

.header {
  font-weight: bold;
  background-color: #f2f2f2;
}


/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.box_brands{
		justify-content: center;
	}
}

/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.box_brands{
		flex-direction: column;
		justify-content: center;
	}
	.box_brands a{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 600px) {
	.brand{
		max-width: 100%;
	}
	.introduzione {
    	text-align: center;
	}
	.introduzione_int{
		text-align: center;
		margin: 20px!important;
	}
	.logo_header {
    	width: 70%;
	}
	.headerx {
    	height: 350px;
		background-position: center left;
	}
	.cont_footer {
   		justify-content: center;
	}
	.logo_footer{
		margin-bottom: 10px;
	}
	.area_footer {
		text-align: center;
		max-width: 400px;
		margin-left: 0px;
		border-left: 0px solid #0AB0E7;
	}
	.area_footer::after {
		content: '';
		display: block;
		height: 2px;
		width: 50px;
		margin: 20px auto;
		background-color: #0AB0E7;
	}
	.brand::after {
		content: '';
		display: block;
		height: 2px;
		width: 50px;
		margin: 30px auto;
		background-color: #ef9f08;
	}
}