<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:focus {
  outline-color: transparent;
  outline-style: none;
}
::selection{
	background: #ecf5f2;
	color:#2d2d2d;
}
.clearer{ clear:both;}
a img{ border:0;}
body{
	background-color: #dddddd;
	font-family: 'Ubuntu', sans-serif;
	color: #4c4c4c;
	font-size: 16px;
	margin:0;
	padding:0;
	
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.redborder{ border:1px solid red !important;}
label.redborder{ border:0 !important; color:red;}
.container iframe{max-width:100%;border-top: 5px solid #CCC !important;}


a{text-decoration:none; color:#2d2d2d;}
a:hover{color:#6b6b6b;}
a:active{color:#9c9c9c;}


/* ------------------ */
.container{ width:1170px; margin:auto; }
.relative{ position:relative; }


div#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: center no-repeat #f1f1f1;
    z-index: 8000;
}
#screen{
	position:relative;
	width:100%;
	height:100%;
	z-index:50;
	overflow:hidden;
	
}

div#scroll-icon {
    position: absolute;
    bottom: 60px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    height: 50px;
    text-align: center;
}
div#scroll-icon img{
    height: 100%;
}
.screen-logo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    transform: translateY(-50%);
}

#cover .screen-logo .img {
    margin-bottom: 10px;
}
#cover .screen-logo .img img{
	max-width:100%;
}
#cover .screen-logo .loader img {
    width: 32px;
}

/* ------------------ */

.menu-mobile-icon{background:url(../img/icons/menu_mobile.png) center no-repeat;width:45px;height:45px;background-size:auto 100%;display:none;position: absolute;right: 22px;top: 18px;-webkit-transition-duration: 0.15s;transition-duration: 0.15s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.menu-mobile-icon:active{ background-size:auto 80%;}

.top_mobile_icon {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 50px;
    height: 50px;
    background:url(../img/icons/menu_mobile.png) center no-repeat;
	background-size:auto 100%;
	z-index:220;
	display:none;
}
.top_mobile_icon:active{ background-size:auto 80%;}


.home-slide {
    box-sizing: border-box;
    padding-top: 50px;
    /* background-color: #efefef; */
    padding-bottom: 50px;
}


.title-1 {
    font-size: 100px;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    color: #676767;
}
.text-1 {
    font-size: 17px;
}

.bordo-top-purple{/* border-top: 5px solid #d1e7e0; */}
.bordo-bottom-purple{ border-bottom: 5px solid #d1e7e0; }
.parallax1{height:300px;width:100%;background: url(../img/gallery/parallax1.jpg) 50% 0 no-repeat fixed;background-size: 100% auto;}


.footer-bg {
    padding: 50px 0;
    background: #d1e7e0;
    align-content: center;
    -webkit-box-align: center;
    text-align: center;
}

.footer-bg .col {
    /* float: left; */
    width: 27%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /* align-items: center; */
    /* align-content: center; */
}
#footer .col-title {
    font-size: 35px;
    color: #4c4c4c;
    font-family: 'Great Vibes', cursive;
    border-bottom: 2px solid #a9b9b4;
    box-sizing: border-box;
    /* margin-right: 40px; */
    margin-bottom: 10px;
    /* margin-left: 40px; */
}

.col-row {
    margin-bottom: 7px;
}
.footer-white {
    padding: 20px;
    text-align: center;
    background: #ddf3ec;
}


.btn-container-1{text-align:center;margin-top: 50px;}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  clear: left;
  color: #FFF;
  /* display: block; */
  margin-bottom: 10px;
  /* max-width: 350px; */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px 60px;
  background-color: #d1e7e0;
  /* text-transform: uppercase; */
  font-size: 17px;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a6c1b9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




div#menu {
    position: fixed;
    top: 0;
    z-index: 501;
    width: 100%;
    left: 0;
    background: #FFF;
    /* border-bottom: 1px solid #efefef; */
    /*display:none;*/
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: rgba(66, 91, 116, .8);
    height: 80px;
    
}
.menu-logo {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    /*color: #2d2d2d;*/
    color: #676767;
    position: absolute;
    top: 15px;
    left: 20px;
}


#menu .menu-container {
    
/* padding: 15px 50px; */
    
position: relative;
}

#menu.opaque .menu-container {
    background: #FFF;    
    border-bottom: 1px solid #ececec;
   
}
div#menu.transparent, div#menu.transparent .menu-logo, div#menu.transparent .menu-voices a {
    /* background: rgba(255,255,255,0); */
    /* color: #FFF !important; */
    /* border-bottom-color: transparent; */
}


.menu-voices a {
    display: inline-block;
    text-align: center;
    padding: 31px 20px;
    margin: 0;
    margin-left:-4px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    color:#FFF;
}

.menu-voices span {
    display: inline-block;
    text-align: center;
    padding: 31px 20px;
    margin: 0;
    margin-left:-4px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    color:#FFF;
    background: #153c6d;
}
.menu-voices span:hover{
	cursor:pointer;
	background: #172d48;
}

.menu-voices a.menu_contatti{
    background: #2a507e;
}
.menu-voices a.active{
	background: #225da5;
}

.menu-voices a:hover{
	cursor:pointer;
	background: #2a507e;
}
div#menu.transparent .menu-voices a.menu_contatti:hover{	
	background: #406ca2;
}

.menu-langs {
    position: fixed;
    left: 0;
    width: 200px;
    background: rgba(21, 60, 108, .9);
    z-index: 502;
    top: 0;
    /* box-shadow:2px 2px 3px #000; */
    display: none;
    width: 100%;
    height: 100%;
}

.menu-langs a{
    display:block;
    text-align:center;
    text-transform: uppercase;
    padding:20px 20px 20px 10px;
    color:#FFF;
    /* border-left: 10px solid #11345f; */
    font-weight: 900;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 20%;
    margin: auto;
    border-radius: 5px;
}
.menu-langs a:hover{
	/*border-left:10px solid #FFF;*/
	background: rgba(21, 60, 108, 1);
	color:#40acdd;
}
	

.menu-voices{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	text-align: right;
}
.top_menu{
		-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;

}
.menu-voices a, .top_menu a{
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	animation-duration: .4s;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
}
.menu-voices a:nth-child(1){
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
}
.menu-voices a:nth-child(2){
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
}
.menu-voices a:nth-child(3){
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
}
.menu-voices a:nth-child(4){
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;



}
.menu-voices a:nth-child(5){
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;


	-moz-animation-delay: 0.4s;
}


.breadcrumb {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 7px;
}

.breadcrumb ul li::after {
    content: '&gt;';
    height: 10px;
    margin-left: 5px;
}
.breadcrumb ul li:last-child{
    color: #80a096;
}
.breadcrumb ul li:last-child::after{content:none;}

#top{
	height:90px;
	background:#FFF;
	border-bottom: 1px solid #efefef;
	
	
	width:100%;
}

.top_menu {
    float: right;
    position: absolute;
    right: 0;
    top: 35px;
}

.top_menu a {
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}
.top_menu a[data-active="1"] {
    border-bottom: 5px solid #d1e7e0;
    padding-bottom: 5px;
}
.top_logo {
    position: absolute;
    top: 7px;
	z-index:90;
}
.top_logo img {
    height: 210px;
}



#slideshow{
	width:100%;
	height:300px;
	background:#efefef;
}

.content_title{
	font-family: 'Great Vibes', cursive;
	font-size: 90px;
	color: #676767;
	text-align: center;
}
.content_subtitle {
    font-size: 24px;
}
.content{
	padding-bottom: 50px;
}
.corso_item{ margin-top:30px; clear: both;}
img.page_corsi_img {
    
    max-width: 60%;
    
    margin-bottom: 20px;
    border-radius: 2px;
    margin-top: 0px;
}











.page_photogallery_title, .page_allegati_title {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
}

.page_photogallery, .page_allegati {
    padding-top: 50px;
    clear:both;
}

.page_photogallery ul, .page_allegati ul{list-style:none; padding:0; margin:0;}

.page_photogallery ul li {
    display: inline-block;
}





.page_photogallery ul {  list-style: none;  margin: 0;  padding: 0;}
.page_photogallery ul li{ float:left; width:150px; height:150px; overflow:hidden; margin:0 10px 10px 0; }
.page_photogallery ul li img{ width:100%; opacity:.7; 	-webkit-transition: all 0.1s ease-in;	-moz-transition: all 0.1s ease-in;	-ms-transition: all 0.1s ease-in;	-o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }
.page_photogallery ul li img:hover{ opacity:1;}

.page_allegati ul li::before{
	
}




.page_subcontents ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.page_subcontents ul li {
    /* float: left; */
    display: inline-block;
    width: 24%;
    height: 270px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: cover;
    /* background-blend-mode: darken; */
    background-clip: border-box;
    opacity: .8;
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
    position:relative;
}
.page_subcontents ul li:hover{
    opacity:1;
    cursor:pointer;
}
.page_subcontents_title {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    /* color: #FFF; */
    background-color: rgba(0,0,0,.7);
    width: 100%;
}

.page_subcontents_title a {
    color: #FFF;
    /* font-family: 'Great Vibes', cursive; */
    font-size: 20px;
}
.page_detail .content_title {
    font-size: 60px;
    clear: both;
    text-align: center;
}

.contentdetail {
    clear: both;
    margin-bottom: 50px;
    padding-top: 20px;
}

.contentdetail_pic_container {
    float: none;
    width: 100%;
    box-sizing: border-box;
    /* padding-right: 40px; */
    text-align: center;
}

.contentdetail_pic_container img {
    width: 50%;
}

.contentdetail_title {
    font-family: 'Great Vibes', cursive;
    font-size: 80px;
    line-height: 70px;
    /* height: 90%; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.contentdetail_subtitle {
    font-size: 26px;
    border-bottom: 5px solid #d1e7e0;
    margin-top: -10px;
    padding-bottom: 17px;
}


.contentdetail_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contentdetail_social ul li {
    display: inline-block;
    margin-right: 10px;
}

.contentdetail_social {
    margin: 20px 0 10px 0;
}

.contentdetail_social ul li img {
    opacity: .8;
}

.contentdetail_social ul li img:hover {
    opacity: 1;
}

.footer-fb-container{
	/* width: 340px; */
	/* height:250px; */
}






.colsx {
    float: left;
    width: 50%;
    min-height: 300px;
}

.coldx {
    float: left;
    width: 50%;
    min-height: 300px;
}

.col-centered-content{
	text-align:center;
}

div#map {
    width: 100%;
    height: 600px;
}

.rivenditori_list{
	/* margin:20px 0; */
}
.rivenditori_list .regione{
	font-size:16px;
	font-weight:bold;
	display:block;
	clear:both;
	background-color:#f0f0f0;
	padding: 5px 10px;
	margin-top: 10px;
}
.rivenditori_list .regione:hover{
	cursor:pointer;
	background:#CCC;
}
.rivenditori_list .detail{
	display:none;
	padding: 20px;
	background-color: #f0f0f0;
}
.provincia {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #d1e7e0;
}

ul.rivenditori {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    padding-left: 10px;
}
ul.rivenditori li {
   margin-top:20px;
}
ul.rivenditori li img {
    width: 300px;
}

.rivenditori_title {
    margin: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.button-margin-right{margin-right:20px;text-transform: uppercase;color: #FFF;}





/* ---------------------- */
.inforequest_form label {
    float: left;
    min-width: 200px;
	min-height: 1px;
}

.inforequest_form .form_row {
    clear: both;
    margin-bottom: 10px;    
    display: table;
    position: relative;
}

.inforequest_form .form_row:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.inforequest_form input[type=text],
.inforequest_form input[type=tel],
.inforequest_form input[type=email],
.inforequest_form textarea {
    padding: 5px;
    min-width: 300px;
    font-family: 'Ubuntu', sans-serif;
    color: #2d2d2d;
    border: 1px solid #CCC;
}
.inforequest_form textarea{min-height:100px}

button#formSubmitBtn {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #CCC;
    color: #2d2d2d;
    font-weight:normal;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    min-width: 300px;
    webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
button#formSubmitBtn:hover{
    cursor:pointer;
    background:#CCC;
}
button#formSubmitBtn:active{
    cursor:pointer;
    background:#b9b9b9;
}

.form_container_title {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
}

.form_container_subtitle {
    margin-bottom: 20px;
}
ul.form_errors {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    color: #d40000;
    text-align: left;
}
input#privacy_tick {
    float: left;
}
label[for="privacy_tick"]:hover{
	cursor:pointer;
}
.warning-icon{
	float:left;
	width:16px;
	height:16px;
	background:url(../img/icons/warning_16x16.png) center no-repeat;
	position:absolute;
	z-index:100;
	top:3px; right:3px;
}
/* ---------------------- */




.contentdetail_text, .contentdetail_text p {
    /* text-align: left !important; */
    font-family: 'Ubuntu', sans-serif;
    color: #676767;
}
.rte {
    margin-top: 0 !important;
    padding: 0 !important;
}
table.table-data-sheet {
    font-family: inherit !important;
    /*border: 1px solid #CCC !important;*/
    width:100% !important;
}



table.table-data-sheet td{
    border:1px solid #CCC;
    padding:10px;   
    border-radius:2px;
}

.page_subcontents ul li {
    width: 23%;
    height: 200px;
}
.page_subcontents ul li:nth-child(4n){
	margin-right:0;
}

.text-1 p a{
	color:#9db1aa;
}
.text-1 p a:hover{
	color:#cdded8;
}
.content_centered{
	text-align:center;
}

.content_corso_title {

    font-size: 36px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
}
form#frmRichiestaInfo {
    display: inline-block;
}
.art_body_photogallery_title {
    font-family: 'Great Vibes', cursive;
    font-size: 52px;
}

.silfas-home-title {
    color: #FFF;
    font-size: 80px;
    font-weight: bold;
}

.silfas-home-subtitle {
    color: #FFF;
    font-weight: 300;
    font-size: 30px;
}
.claim-home-container {
    position: relative;
    /* top: -20px; */
    z-index: 500;
    width: 90%;
    margin: auto;
    min-height: 230px;
}

.claim-home-phrase {
    position: absolute;
    top: -20px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 5px #6d6d6d;
    padding: 60px 60px 40px 60px;
    font-size: 30px;
    color: #000;
    /* right: 50%; */
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}

.phrase-dot span {
    display: inline-block;
    width: 80px;
    height: 8px;
    background: #1672ac;
}

.phrase-dot-2 span {
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #1672ac;
}

.title-modulo .phrase {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}
.content-modulo{
	margin-top:20px;
	/* text-align:center; */
}
.content-modulo img{
	width:75%;
}
.content-white-container {
    background: #FFF;
}




.partners-footer-container {
    height: 350px;
}

.footer-up {
    /* height: 94px; */
    background: #222222;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    padding: 34px;
}

.footer-down {
    height: 550px;
    background: #262626;
    box.: inherit;
    text-align: center;
    color: #FFF;
}

.col-partner.col-partner-01 {
    float: left;
    width: 33.33%;
    min-height: 10px;
   
    position: relative;
    height: 100%;
}

.col-partner.col-partner-02 {
    float: left;
    width: 33.33%;
    min-height: 10px;
   
    position: relative;
    height: 100%;
}

.col-partner.col-partner-03 {
    float: left;
    width: 33.33%;
    min-height: 10px;
   
    position: relative;
    height: 100%;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(13, 27, 43, .7);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.mask:hover{
	cursor: pointer;
	background: rgba(13, 27, 43, .15);
}
.mask-logo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 50;
}
.mask-logo img{ max-width:80%;}


img.footer-partner-logo {
    margin-top: 100px;
}

.col-partner-01{ background:url(../img/bg/footer-partner-silfas.jpg) center; background-size:cover;}
.col-partner-02{ background:url(../img/bg/footer-partner-cisar.jpg) center; background-size:cover;}
.col-partner-03{ background:url(../img/bg/footer-partner-grosso.jpg) center; background-size:cover;}

.footer-down ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 80px;
    box-sizing: border-box;
    text-align: center;
}

.footer-down ul li {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
   
   margin-right: 50px;
   padding-bottom:10px;
   position:relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;   
    border-bottom: 10px solid #272727;
}

.footer-down ul li.active {
	border-bottom: 10px solid #222222;
}

.footer-down a {
    color: #FFF;
    text-transform: uppercase;
}
.footer-down ul li:after{
	content: "-";
	position:absolute;
	right: -32px
}
.footer-down ul li:last-child:after{
	display: none;


}

.footer-down ul li:hover{
	border-bottom:10px solid #222222;
	cursor: pointer;
}

.footer-down-logo {
    display: inline-block;
    width: 300px;
    height: 150px;
    background: url(../img/bg/footer-down-logo-bn.png) center; background-repeat:no-repeat;
}

.content-modulo-blocktesto img {
    width: 250px;
    float: left;
    margin: 0 20px 10px 0;
}

.content-modulo-blocktesto {
    width: 76%;
    margin: auto;
    text-align: justify;
}
img.pic-100 {
    width: 100%;
}
.content-text-thin {
    font-weight: 300;
}

#menu.menu-hide{
	top:-200px;
}
#menu.menu-opaque{
	background:rgba(66, 91, 116, .99);
}

.content-modulo h1 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    position:relative;
    padding-left:10px;
    font-weight:normal;
}

.content-modulo h1::before{
    float:left;
    content:"";
    border-left:5px solid #1671ab;
    height:20px;
    width:10px;
    position:absolute;
    /*background:red;*/
    left:0px;
    top:3px;
}


.content-modulo h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    position:relative;
    font-weight:normal;
}

.pics-trio {
    text-align: center;
}

.pics-trio img {
    width: 33%;
}

.content-modulo p a {
    color: #1671ab;
}

.content-modulo p a:hover{
    text-decoration: underline;
}
div#menu-langs.opened {
    display: block;
}
#menu-langs-closer{
	width:80px; 
	height:80px;
	position:absolute;
	right:50px; top:50px;
	background:url(../img/icons/cancel-music.png) center no-repeat;
	background-size:100%;
	 -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;   
}
#menu-langs-closer:hover{
	cursor:pointer;
	background-size:90%;
}

.menu-langs-logo {
    text-align: center;
    padding: 35px 0;
}

.sub-part{
	margin-top:50px;
}

.footer a{
    color: #FFF;
}
.footer a:hover{
    color: #88b6d2;
}</pre></body></html>