<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: arial, 'Lato', sans-serif;
 	color: #000 !important;
	text-transform: none;
	font-size: 12px; /*14px*/
  line-height: 21px;
}

a, a.btn-link, a:hover, a.btn-link:hover{
	text-transform: uppercase;
	color: #000 !important;
	
}

a:hover, a.btn-link:hover{
	opacity: 0.7;
}

h1{
	font-size: 12px; /*1.5rem*/
}

h2{
	font-size: 12px; /*1.1rem*/
}

h3 {
	font-size: 12px; /*1.2rem*/
}

h4 {
	font-size: 12px; /*1.1rem*/
}

.top-banner{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home .top-banner, .artists .top-banner, .contacts .top-banner{
	height: 200px;
}

@media (min-width: 576px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner{
		height: 250px;
	}
}

@media (min-width: 768px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner{
		height: 300px;
	}
}

@media (min-width: 992px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner{
		height: 350px;
	}
}

@media (min-width: 1200px) {
	.home .top-banner, .contacts .top-banner{
		height: 600px;
	}
	.artists .top-banner{
		height: 450px;
	}
}

.artists .artista-menu .nav-item{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px; /*0.85rem*/
}

.artists .artista-menu .nav-item .active{
	background-color: #EEE;
}

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

body.home .info{
	font-size: 12px; /*1rem*/
}

body.home .info .black{
	color: #000;
}

body.home .info .social{
	font-size: 12px; /*0.8rem*/
}

footer, footer a.btn-link{
	font-size: 12px; /*0.8rem*/
}

.indietro a{
	text-decoration: none;
}

.artists .card-body{
	font-size: 12px; /*0.7rem*/
}

.artists .artist .top-banner h1{
	color: #FFF;
}

.artists .artist p{
	font-size: 12px; /*0.9rem*/
	line-height: 1.6rem;
}

.artists .artist .photogallery .item{
	height: 250px;
	width: 25%;
}

.artists .artist .photogallery .item img{
	height: 100%;
}

.exhibitions .card-body{
	font-size: 12px; /*0.8rem*/
}

.exhibitions .card-text{
	font-size: 12px; /*0.7rem*/
}

.exhibitions .exhibition h1, .exhibitions .exhibition h2{
	line-height: 2rem;
}

.exhibitions .exhibition ul li a{
	padding: 0;
	margin: 0;
}

.arrow{
	position: absolute;
	bottom: -30px;
	cursor: pointer;
}

.left-arrow{
	left: 5px;
}

.right-arrow{
	right: 5px;
}

.news .card-body, .fairs .card-body{
	font-size: 12px; /*0.8rem*/
}

.contacts{
	font-size: 12px; /*0.9rem*/
}

.contacts, .contacts a.btn-link{
	font-size: 12px; /*0.8rem*/
}

.download-catalogo{
	font-size: 12px; /*1rem*/
}
/*
.navbar-light .navbar-nav a.nav-link{
	font-size: 1.3rem;
	transform: scale(1, 0.8);
	-webkit-transform: scale(1, .8); 
	-moz-transform: scale(1, .8); 
	-ms-transform: scale(1, .8); 
	-o-transform: scale(1, .8); 
}
*/
body.newsletter .alert{
	font-size: 12px; /*1.3rem*/
}

.fontmenu{
	font-size: 12px; /*0.89rem*/
	font-weight: 400;
}

.publications .card-body{
	font-size: 12px; /*0.8rem*/
}

.btn-newsletter{
	color: inherit;
	font-size: 12px; /*1rem*/
	font-weight: bold;
}

.carousel-inner, .carousel-inner img{
	max-height: 700px;
}

body.contacts .carousel-inner, .carousel-inner img{
	max-height: 300px;
}

body.home .carousel-inner img{
	max-height: 550px;
}</pre></body></html>