<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*Bg open site*/
.open-bg{
	background: url(../img/cover.jpg) no-repeat center top;
	z-index: -1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.header-transparent {
    background-color: transparent;
}
.pi-section-w.pi-section-white.pi-row-reducible.header-transparent.pi-row-reduced {
    background-color: #fff;
}
.title{
	font-size: 4em;
}
.title-2{
	font-family: 'Space Mono', monospace;
	font-size: 0.75em;
}
/*Cover*/
.cover-about{
	background: url(../img/cover-about.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-ambiti{
	background: url(../img/cover-ambiti.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-studio{
	background: url(../img/cover-studio.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-online{
	background: url(../img/cover-online.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-article{
	background: url(../img/cover-article.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.cover-article-inside{
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 150px 60px;
}
.cover-event{
	background: url(../img/cover-event.jpg) no-repeat center top;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px;
}
.title-inside{
	position: relative;
	text-align: center;
	z-index: 3;
}
/*Section*/
.section-relative{
	position: relative;
	top: -80px;
}
.form-relative{
	position: relative;
	top: -80px;
}
.section-relative-left{
	position: relative;
	right: 120px;
	top: 100px;
	z-index: 3;
}
.footer-relative{
	position: relative;
	top: 100px;
}
.pi-box-base{
	background-color: #18B89F !important;
	color: #fff !important;
}
.link{
	font-size: 14px;
}
@media only screen and (max-width: 478px) {
.open-bg{
	background: url(../img/cover-xs.jpg) no-repeat center top;
}
		.title{
			padding-top: 80px;
		font-size: 2em;
	}
.pi-row-lg .pi-row-block-logo img {
    max-height: 80px;
}
.section-relative-left{
	right: 0;
	top: 0;
}

}
@media only screen and (max-width: 768px) {
.section-relative-left{
	right: 0;
	top: 0;
}

}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.pi-row-lg .pi-row-block-logo img {
    max-height: 75px;
}

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