<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1, h2, h3, h4, h5 {
  font-family: 'Newsreader', serif;
  color: #2f2b2a;
}

a {
  color: #2f2b2a;
  text-decoration: none;
}

a:hover {
  color: #2f2b2a;
  text-decoration: none;
}

header a {
  color: #2f2b2a;
  font-size: 1.1rem;
}

header .logo {
  height: 7rem;
}
.adminPannelloAdmin {
    height: 56px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

/****** Slider Home ******/
#slider-home-1 {
  color: #fff;
}

#slider-home-1 .slider-home {
  height: 650px;
}

#slider-home-1 .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#slider-home-1 .box-container {
  width: 25%;
  height: 80%;
  margin: 0 0 0 5%;
}

#slider-home-1 .box-slide {
  background: rgb(47, 43, 42, 0.7);
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

#slider-home-1 .box-slide .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 2rem;
}

#slider-home-1 .box-slide .content h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

/****** Sezione Mostre home ******/
#mostre h2 {
  margin-bottom: 4rem;
}

#mostre .row-mostre .col-md-4:nth-child(2) {
  margin-top: -20px;
}

/****** Sezione Collezioni ******/
#collezioni {
  padding: 4rem 0 2rem 0;
}
/****** Sezione News ******/
#news .imgIst img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

#news h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

#news p {
  font-weight: 700;
  color: #000;	
}
/****** Sezione Eventi ******/
#eventi {
  padding: 0 0 2rem 0;
}

#eventi .imgIst img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

#eventi h3 {
  font-family: "Aleo", serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

#eventi p {
  font-weight: 700;
  color: #000;
}

/****** Sezione Info ******/
#info {
  padding: 5rem 0;
  border-top: 1px solid #D0D0D0;
}

#info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#info .logo img {
  width: 80%;
}

#info .indicazioni {
  border-left: 1px solid #D0D0D0;
}

#info .indicazioni h3 {
  font-family: "Aleo", serif;
  font-size: 1.2rem;
}

#info .indicazioni i {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}

/****** Pagina Interna ******/
#testata-pagina h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4rem 0 1rem 0;
}

#testata-pagina .data {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

#testata-pagina .descrizione {
  font-family: "Aleo", serif;
  font-style: italic;
}

#testata-pagina img {
  width: 100%;
  height:auto;
}

#contenuto-pagina {
  padding: 5rem 0;
  font-size: 1.2rem;
}

.testo-evidenza {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
}

.testo-evidenza::after {
  content: '';
  display: block;
  border: 1px solid #D0D0D0;
  width: 50%;
  margin: 4rem auto;
}

/****** Footer ******/
footer {
  background: #221e1e;
  padding: 5rem 0 2rem 0;
  color: #fff;
  position: relative;
}

footer .col-md-3 {
  border-left: 1px solid #fff;
  padding-left: 2rem;
}

footer h3 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}

footer a {
  display: block;
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer i {
  margin-right: 0.4rem;
  font-size: 1.2rem;
}

footer .social {
  display: inline-block;
}

footer .newsletter {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .newsletter button {
  background: none;
  border: none;
  color: #fff;
}

footer .newsletter input {
  font-size: 0.8rem;
}

footer .col-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

footer .col-logo .logo {
  height: 3rem;
  margin: 0 2rem;
}

footer .col-logo .loghi {
  height: 5rem;
  margin: 0 2rem;
}

footer .torna-su {
  margin: 0 2rem;
}

footer .torna-su i {
  font-size: 1.5rem;
}

footer .torna-su a {
  font-size: 0.9rem;
}

/****** Generali ******/
h1.txtTitoloPannello {
	font-size: 4rem;
	font-weight: 700;
}
.campoOggetto48 {
	font-family: "Lato", sans-serif !important;
	background: none !important;
	padding-left: 0px !important;
}
.campoOggetto48::before {
    font-family: "Font Awesome 5 Free";
    content: "\f56d";
    margin-right: 0.25rem;
    font-weight: 600;
    vertical-align: top;
    line-height: 1.8125rem;
    font-size: 1.1em;
}
.campoOggetto354 {
	font-family: "Lato", sans-serif !important;
	background: none !important;
	padding-left: 0px !important;
}
.campoOggetto354::before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    margin-right: 0.25rem;
    font-weight: 600;
    vertical-align: top;
    line-height: 1.8125rem;
    font-size: 1.1em;
}
/* .box-mostre {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  background-size: cover !important;
  position: relative;
  margin-bottom: 2rem;
} */
/* .box-mostre img {
  position:absolute;
  width:100%;
  height:100%;
  object-fit: cover;
  top:0;
  left:0;
  z-index: -1;
}
.box-mostre .content {
  position: absolute;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.box-mostre .content:hover {
  background: rgba(0, 0, 0, 0.7);
} */
.box-mostre {
    position:relative;
    transition:.2s;
    display:block;
}
.box-mostre:hover {
    transform: scale(1.1);
}
.box-mostre img {
    width:100%;
    height:250px;
    object-fit: cover;
    margin-bottom:1rem;
    display:block;
}
.box-mostre h3 {
    text-align: center;
    font-size:1.5rem;
}

.box-collezioni {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  background-size: cover !important;
  position: relative;
  margin-bottom: 2rem;
}

.box-collezioni .content {
  position: absolute;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}
.istanza-immagine {
    width: 100%;
    margin: 0rem auto 1.25rem auto;
    max-height: 14rem;
    overflow: hidden;
}

.istanza-immagine img {
    width: 100%;
    overflow: hidden;
}

.img-lista {
    max-height: 5.8125rem;
    overflow: hidden;
    border-radius: 0.25rem;
}

.img-zoom img {
    -webkit-transition: all 0.2s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.2s ease;
    /* Firefox */
    -o-transition: all 0.2s ease;
    /* IE 9 */
    -ms-transition: all 0.2s ease;
    /* Opera */
    transition: all 0.2s ease;
}

.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    opacity: 0.7;
}
.box-collezioni .content:hover {
  background: rgba(0, 0, 0, 0.7);
}

.gallery {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  padding: 2rem 0;
}

.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-slider {
  background: #fff;
  padding: .5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #2f2b2a;
  font-weight: 600;
  display: inline-block;
}

.btn-freccia {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-freccia::after {
  margin-left: 0.25em;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}

.titolo-sezione {
  font-size: 3.4rem;
  font-weight: 400;
}
body {
    padding-bottom: 0px !important;
}
.credits {
	color: #000;
	text-align: center;
	padding: 1rem;
	font-size: 0.9rem;
}
.credits a{
	font-weight: 600;
	text-decoration: underline;
}

/*** Media Queries ***/
@media (max-width: 1500px) {
  #slider-home .box-slide {
    padding: 0;
  }
  #slider-home-1 .box-container {
    width: 30%;
  }
}

@media (max-width: 960px) {
  header .logo {
    height: 4rem;
  }
  footer {
    text-align: center;
  }
  footer .col-md-3 {
    margin-bottom: 2rem;
    border: none;
  }
  #slider-home-1 .box-container {
    width: 50%;
  }
}

@media (max-width: 720px) {
  #slider-home-1 .box-container {
    width: 100%;
    margin: 0;
  }
  footer {
    text-align: center;
  }
  footer .newsletter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .col-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .col-logo .logo {
    height: 2rem;
    margin: 0 0 1rem 0;
  }
  footer .col-logo .loghi {
    height: 4rem;
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 450px) {
  header .logo {
    height: 2rem;
  }
  footer .col-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .col-logo .logo {
    margin: 0 0 3rem 0;
  }
  #slider-home-1 .slider-home {
    height:auto;
  }
  #slider-home-1 .box-container {
    width: 100%;
    margin: 0;
    height:auto
  }
  #slider-home-1 .box-slide .content h3 {
    font-size: 1.5rem;
  }
  #slider-home-1 .box-slide .content p {
    font-size: 0.9rem;
  }
}</pre></body></html>