<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
	color: #392F2D;
    background: #E5DEDC;
	font-size: 2.0rem;
	line-height: 2.4rem;
    font-smooth: always;
}
a {
	color: #392F2D;
}
a:hover {
	color: #000;
}
a:focus,
button:focus,
input:focus {
    outline: 0px !important;
    border-radius: 0 !important;
}
strong, .strong, b {
	font-weight: 600;
}

h1 {
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin: 0;
}
h2 {
    font-size: 2rem;
    line-height: 3.2rem;
    font-style: italic;
    margin: 0;
    font-weight: 400;
}

#page {
    max-width: 1133px;
    margin: 0 auto;
}

#logo {
    margin: 40px auto 30px;
}

#masthead {
    text-align: center;
}

#loghi {
    background: #fff;
    border-radius: 25px;
    margin-top: 30px;
    color: #707070;
    padding: 40px 15px 30px;
}
#loghi a {
    color: #707070;
    display: block;
}
#loghi a:hover {
    color: #392F2D;
}

.logoItem {
    text-decoration: none;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.logo img {
    margin: 0 auto;
}
.nome {
    display: inline-block;
    vertical-align: middle;
}


#colophon {
    margin: 30px 0;
    padding-bottom: 30px;
    text-align: center;
    font-size: 1.4rem;
}

#contatti {
    background: #392F2D;
    color: #fff;
    border-radius: 25px;
    margin-top: 30px;
    padding: 20px 0;
}
#contatti a {
    text-decoration: none;
    color: #fff;
}
#contatti a:hover {
    text-decoration: underline;
}
#contatti strong {
    font-size: 2.2rem;
}
#contatti .col1 {
    width: 43%;
    float: left;
    text-align: right;
}
#contatti .col1 img {
    display: inline-block;
    margin-top: 5px;
}
#contatti .col2 {
    width: 55%;
    float: right;
}




@media (prefers-reduced-motion: no-preference) {
	:focus {
		outline-offset: 0px;
		background-color: inherit;
		border-radius: 0;
	}
}

@media screen and (max-width: 1150px) {
    
    #page {
        max-width: 95%;
    }
    
    .logo {
        width: 160px;
    }
}

@media screen and (max-width: 790px) {
    
    #page {
        max-width: 90%;
    }

    h1 {
        font-size: 2.3rem;
        line-height: 2.4rem;
    }
    h2 {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }
    #logo {
        width: 113px;
    }
    .logo {
        display: block;
        width: 100%;
    }
    .logo img {
        transform: scale(1.15);
    }
    .nome {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    #loghi .column7-12 {
        margin-bottom: 80px;
    }
    #contatti .col1,
    #contatti .col2 {
        width: 100%;
        float: none;
        text-align: center;
    }
    #contatti .col1 img {
        display: none;
    }
    #contatti img {
        margin: 0 auto;
        margin-top: 20px;
    }
    #contatti .col1 strong {
        margin-bottom: 20px;
        display: block;
    }
    
    #colophon {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    
}</pre></body></html>