<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style Base Righetto */

/* Components =================================================================================== */
body{font-family: 'Telex', sans-serif;}

.transform{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Links */
a, a:link, a:active, a:visited{color: #000; text-decoration: none;}

/* Bg Page ====================================================================================== */
#bg-page{
	background-repeat: no-repeat;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: -1;
}

/* Page All ===================================================================================== */
.page-all{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

/* Top ========================================================================================== */
.top{
	height: 170px;
	margin-bottom: 55px;
	position: relative;
	width: 1000px;
}
.logo{
	height: 170px;
	left: 0;
	position: absolute;	
	width: 220px;
}
/* Start -menu- */
.menu-all{
	border-bottom: 1px solid #000;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 130px;
	width: 985px;
}
.menu{
	display: block;
	height: 30px;
	position: absolute;
	right: 0;
}
.menu ul{
	margin: 0;
	list-style: none;
}
.menu li{
	background-color: #000;
	display: inline-block;
	padding: 5px;
}
.menu li a{color: #fff;}
.menu li:hover{
	background-color: #fff;
	cursor: pointer;
}
.menu li:hover a{color: #000;}
/* End -menu- */

/* Content ====================================================================================== */
.content{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 985px;
}
.box-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-nav li{
	background-color: #fff;
	display: inline-block;
	height: 220px;
	margin-right: 20px;
	padding: 5px;
	width: 300px;
}
.box-nav li:last-child{
	margin-right: 0;
}
.box-nav li:hover{
	cursor: pointer;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.img-title{
	background-color: #fff;
	bottom: 5px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	position: relative;
	text-align: center;
	top: -38px;
	width: 300px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.img-title h1{font-size: 20px; margin: 0; margin-top: 3px;}</pre></body></html>