<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {  }
.testo { font-family: 'Roboto', sans-serif; font-weight:400; }
.titolo { font-family: 'Poppins', sans-serif; font-weight:600; }
.h1, h1 { font-family: 'Poppins', sans-serif; font-weight:600; }
.sottotitolo { font-family: 'Poppins', sans-serif; font-weight:600; }
.h2, h2 { font-family: 'Poppins', sans-serif; font-weight:600; }
.testobig { font-family: 'Roboto', sans-serif; font-weight:400; }

.img-responsive { width:100%; height:auto; }
.img-responsive img{ width:100%; height:auto; }

.margintop-10 { margin-top:10px; }
.margintop-20 { margin-top:20px; }
.margintop-30 { margin-top:30px; }
.margintop-40 { margin-top:40px; }
.margintop-50 { margin-top:50px; }
.marginbottom-10 { margin-bottom:10px }
.marginbottom-20 { margin-bottom:20px }
.marginbottom-30 { margin-bottom:30px }
.marginbottom-40 { margin-bottom:40px }
.marginbottom-50 { margin-bottom:50px }
.paddingtop-10 { padding-top:10px; }
.paddingtop-20 { padding-top:20px; }
.paddingtop-30 { padding-top:30px; }
.paddingtop-40 { padding-top:40px; }
.paddingtop-50 { padding-top:50px; }
.paddingbottom-10 { padding-bottom:10px; }
.paddingbottom-20 { padding-bottom:20px; }
.paddingbottom-30 { padding-bottom:30px; }
.paddingbottom-40 { padding-bottom:40px; }
.paddingbottom-50 { padding-bottom:50px; }

.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

.nero { color:#2f2f2f; }
.nero a{ color:#2f2f2f; }
.nero a:hover{ color:#0388e5; text-decoration:none; }

.bianco { color:#ffffff; }
.bianco a{ color:#ffffff; }
.bianco a:hover{ color:#0388e5; text-decoration:none; }

.blu { color:#0388e5; }
.blu a{ color:#0388e5; }
.blu a:hover{ color:#0388e5; text-decoration:none; }

.col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col-xs-24 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }


@media (max-width:767px) {
.testo { font-size:14px; }
.titolo { font-size:30px; }
.h1, h1 { font-size:25px; }
.sottotitolo { font-size:25px; }
.h2, h2 { font-size:25px; }
.testobig { font-size:20px; }

.no-pc { display:block; }
.no-tablet { display:block; }
.no-telefonino { display:none; }
.no-pc-tablet { display:block; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:none; }

.video1 { width:350px; height:220px; } 

.col-sm-24 { float: left; }
.col-sm-24 { width: 20%; }
}


@media(min-width:768px) and (max-width:991px) {
.testo { font-size:13px; }
.titolo { font-size:26px; }
.h1, h1 { font-size:26px; }
.sottotitolo { font-size:18px; }
.h2, h2 { font-size:18px; }
.testobig { font-size:20px; }

.no-pc { display:block; }
.no-tablet { display:none; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:block; }
.no-tablet-telefonino { display:none; }
.hr, hr { margin-top: 10px; margin-bottom: 12px; }
.pre-hr-tablet { margin-top: 10px; }

.video1 { width:600px; height:375px; } 

.col-sm-24 { float: left; }
.col-sm-24 { width: 20%; }
}


@media(min-width:992px) {
.testo { font-size:15px; }
.titolo { font-size:37px; }
.h1, h1 { font-size:30px; }
.h2, h2 { font-size:30px; }
.sottotitolo { font-size:30px; }
.testobig { font-size:22px; }

.no-pc { display:none; }
.no-tablet { display:block; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:block; }

.video1 { width:800px; height:500px; } 

.col-md-24 { float: left; }
.col-md-24 { width: 20%; }
}


@media(min-width:1200px) {
.testo { font-size:15px; }
.titolo { font-size:55px; }
.h1, h1 { font-size:33px; }
.h2, h2 { font-size:33px; }
.sottotitolo { font-size:33px; }
.testobig { font-size:25px; }

.no-pc { display:none; }
.no-tablet { display:block; }
.no-telefonino { display:block; }
.no-pc-tablet { display:none; }
.no-pc-telefonino { display:none; }
.no-tablet-telefonino { display:block; }

.video1 { width:800px; height:500px; }  

.col-lg-24 { float: left; }
.col-lg-24 { width: 20%; }
}

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