<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;
	padding: 2px 0 1px 5px;
	text-align: left;
    color: #f5f5f5;
	}

#band-red a{
	color: #fff;
	font-weight: bold;
    -moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	}

#band-red a:hover{
	color: #004994;
	}

#nome{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 60px;
    text-align: left;
    font-size: 1.8em;
    color:#222;
    font-family: 'Oswald', sans-serif;
    padding-left: 4px;
    line-height: 33px;
    }

#nome .line{
	width: 73px;
    height: 3px;
	margin-top: 10px;
    background-color: #ab1414;
    margin-left: 1px;
    }

#centro{
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
    margin-top: 20px;
    margin-bottom: 80px;
    }

#partners{
	display: inline;
    float: left;
	margin: 0 auto;
	width: 46%;
	position: relative;
    margin-right: 30px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
    padding-left: 4px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#testo{
	text-align: justify;
}

#partners img{
	width: 100%;
    max-width: 400px;
}

#partners a{
	font-size: 1.3em;
	font-family: 'Oswald', sans-serif;
}


/* 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) {

#partners{
	width: 47%;
    margin-right: 20px;
}
    
    
}


@media screen and (min-width: 851px) and (max-width: 1000px) {
	
#partners{
	width: 97%;
}


}


@media screen and (min-width: 651px) and (max-width: 850px) {
    
#partners{
	width: 97%;
}
    

	
}

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

#partners{
	width: 96%;
}
    


}


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

#partners{
	width: 96%;
}
    

	
}

@media screen and (max-width: 290px) {
    
#partners{
	width: 96%;
}
    

	
}</pre></body></html>