<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#band{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: #ab1414;
	z-index: 110;
	margin-top: -1px;
    margin-bottom: -1px;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
	}

#band-red{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	}

#band-red .text{
	display: inline;
	float: left;
	margin: 0 auto;
	position: relative;
	width: 73%;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 1.45em;
	font-weight: 400;
      -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#band-red .text span{
	font-size: 0.85em;
	color: #f5f5f5;
	}

#band-red .button{
	display: inline;
	float: left;
	margin: 0 auto;
	position: relative;
	width: 25%;
	font-size: 1.6em;
	font-family: 'Oswald', sans-serif;
	margin-top: 3px;
	margin-bottom: 10px;
      -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

#band-red .button a{
	background-color: #004994;
	color: #fff;
	border-radius: 5px;
	padding: 8px 12px 12px 12px;
	}

#band-red .button a:hover{
	background-color: #222;
	color: #fff;
}

#design{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	color: #0e609d;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	font-size: 2.1em;
	line-height: 40px;
	text-align: left;
	margin-top: 60px;
	padding: 5px;
		}

.text-home{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
	font-size: 1.2em;
	margin-top: 20px;
	line-height: 26px;
	text-align: left;
	padding: 5px;
}

#scopri{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
	color: #0e609d;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	margin-top: 10px;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}

#scopri span{
	color: #0e609d;
	font-weight: 400;
}

#bg1 {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin-top: 100px;
	min-height: 200px;
	background-image: url('../images/home/bg1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	padding: 50px 0 50px 0;
	}

#bg1 p{
	color: #fff;
	text-shadow: 3px 0px 9px #000;
	}

#bg1 p.rimozione{
	font-family: 'Oswald', sans-serif;
	font-size: 2.6em;
	line-height: 60px;
	}

#bg1 p.scopri{
    display: block;
    margin: 0 auto;
    max-width: 1000px;
	font-family: 'archivo';
	font-size: 1.8em;
	line-height: 35px;
    text-align: right;
    padding-right: 15px;
    margin-top: -30px;
	}

#bg1 a{
    color: #fff;
	}

#corpo{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 1500px;
	margin-top: 150px;
	margin-bottom: 150px;
}

#cat-b{
	display: inline;
	float:left;
	margin: 0 auto;
	position: relative;
	width: 63%;
	margin: 8px;
	min-height: 300px;
	}

#cat-m{
	display: inline;
	float:left;
	margin: 0 auto;
	position: relative;
	width: 32%;
	margin: 8px;
	min-height: 300px;
}

#cat-s{
	display: inline;
	float:left;
	margin: 0 auto;
	position: relative;
	width: 34.1%;
	margin: 8px;
	min-height: 300px;
}

#white{
	display: block;
	position: relative;
	width: 100%;
	margin-top: -20px;
	background: transparent;
}

#white .text{
	display: block;
	position: relative;
	background: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 1.6em;
	color: #fff;
	padding: 7px 0 10px 15px;
	line-height: 28px;
	text-shadow: 1px 2px 2px #000;
	text-align: left;
    background-color: rgba(0, 0, 0, 0.8);
}

#corpo .pav-stampati{
    background-image: url('../images/home/pavimenti-stampati-mantova.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#corpo .cappotti{
	background-image: url('../images/home/cappotti-termici-isolamenti-mantova.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#corpo .ristrutturazioni{
	background-image: url('../images/home/ristrutturazioni-mantova.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#corpo .costruzioni{
	background-image: url('../images/home/nuove-costruzioni-mantova.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#corpo .amianto{
	background-image: url('../images/home/rimozione-amianto-mantova.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#corpo .pav-stampati:hover{
	background-image: url('../images/home/pavimenti-stampati-mantova-h.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#corpo .cappotti:hover{
	background-image: url('../images/home/cappotti-termici-isolamenti-mantova-h.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#corpo .ristrutturazioni:hover{
	background-image: url('../images/home/ristrutturazioni-mantova-h.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#corpo .costruzioni:hover{
	background-image: url('../images/home/nuove-costruzioni-mantova-h.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#corpo .amianto:hover{
	background-image: url('../images/home/rimozione-amianto-mantova-h.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* responsive rules */
@media screen and (min-width: 1900px) {


	
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {


}

@media screen and (min-width: 1590px) and (max-width: 1799px) {
	

	
}

@media screen and (min-width: 1220px) and (max-width: 1589px) {




	
}

@media screen and (min-width: 1001px) and (max-width: 1219px) {

#band-red .text{
	font-size: 1.4em;
	}
    
#cat-b{
	margin: 6px;
	}

#cat-m{
	margin: 6px;
	}

#cat-s{
	margin: 6px;
	}
    
    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	
#band{
	margin-top: 0px;
	}
    
#band-red .text{
	font-size: 1.3em;
	}

#cat-b{
	width: 97%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-m{
	width: 48%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-s{
	width: 48%;
	margin: 4px;
	margin-bottom: 20px;
	}

}


@media screen and (min-width: 651px) and (max-width: 850px) {
    
 #band{
	margin-top: 0px;
	}
    
#band-red .text{
	font-size: 1.3em;
	}
    
#cat-b{
	width: 97%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-m{
	width: 48%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-s{
	width: 48%;
	margin: 4px;
	margin-bottom: 20px;
	}

#white .text{
	font-size: 1.6em;
	}
	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#band{
	margin-top: 0px;
	}

#band-red .text{
	width: 98%;
	font-size: 1.1em;
	text-align: center;
	}

#band-red .button{
	width: 98%;
	}

#cat-b{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-m{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-s{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#white .text{
	font-size: 1.5em;
	}

}


@media screen and (min-width: 291px) and (max-width: 450px) {

#band{
	margin-top: 0px;
	}

#band-red .text{
	width: 98%;
	font-size: 1.1em;
	text-align: center;
	}

#band-red .button{
	width: 98%;
	}

#cat-b{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-m{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-s{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#white .text{
	font-size: 1.4em;
	}
	
}

@media screen and (max-width: 290px) {
    
#band{
	margin-top: 0px;
	}

#band-red .text{
	width: 98%;
	font-size: 1.1em;
	text-align: center;
	}

#band-red .button{
	width: 98%;
	}

#cat-b{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-m{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}

#cat-s{
	width: 96%;
	margin: 4px;
	margin-bottom: 20px;
	}
	
#white .text{
	font-size: 1.4em;
	}
	
}</pre></body></html>