<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, .map {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

.demo-drawer {
	-ms-overflow-style: none !important;
	overflow-y: hidden !important;
}

h1 {
	font-size: 22px !important;
}

h2{
	font-size:35px;
	font-weight:500;
	text-transform:uppercase;
	color: #003A71;
}

h3 {
	font-size: 22px;
	font-weight:500;
	text-transform:uppercase;
	color: #003A71;
}

.text-centrat {
	text-align:center;
}

.text-dreta {
	text-align:right;
}

.text-esq {
	text-align:left;
}

a{
    cursor: pointer;
}

.ma {
	cursor: pointer;
}

.map{
    position: absolute;
}

.logos {
	overflow: auto;
	margin-bottom: 15px;
}

.logos img {
	height: 37px;
}

.banner img {
	max-width: 100%;
}

.canviador-idiomes img {
	width: 25px;
	border:1px solid #868686;
	margin: 0 4px;
}

/* HOME */

.separador-home {
	height: 1px;
	background: #003a71;
	margin: 30px auto;
	clear: both;
}

.fa-circle {
	color: #40D727;
}

.fa-euro-sign,
.fa-map-marker-alt,
.fa-industry {
	color: #fff;
}

.accessos-directes h3 {
	margin-top: 10px;
	margin-bottom:20px;
	line-height: 25px;
}

.logos-lateral {
	position:absolute;
	width:100%;
	bottom:65px;
}

.politica-lateral {
	position:absolute;
	width:100%;
	bottom:40px;
}

a.mail-lateral {
	font-size:12px;
	color: rgba(255,255,255,.8);
	text-decoration:none;
}

a.mail-lateral:hover {
	color: rgba(255,255,255,.5);
}

.politica {
	color: #fff;
	font-size: 12px;
}

/*********/

.menu-lateral {
	text-transform:uppercase !important;
	font-weight:600;
	font-family:'Roboto', sans-serif;
}

	.menu-lateral a {
		padding: 8px 15px !important;
	}

	.menu-lateral .fa {
		width: 30px;
		text-align: center;
		background: #fff;
		border-radius: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		margin-right: 7px;
		color: #053B70;
	}

	.menu-lateral .far {
		width: 30px;
		text-align: center;
		background: #fff;
		border-radius: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		margin-right: 7px;
		color: #053B70;
	}

	.menu-lateral .fas {
		width: 30px;
		text-align: center;
		background: #fff;
		border-radius: 15px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		margin-right: 7px;
		color: #053B70;
	}

a.boto-enrera {
	color: #fff;
	display: block;
	
}


/*********/

.splashScreen{
    margin:0;
    padding:2em;
/*     position:absolute; */
}

#contentNoticies img {
	max-width: 100%;
}

.titolNoticies{
    margin: 0 0 16px !important;
}

.item-noticia {
/* 	margin-bottom: 15px; */
	overflow: auto;
}

.pantalla{
    position: absolute;
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1000;
    display: none;
    overflow: auto;
}

.div-flotant{
    position: fixed; 
    left: 0; 
    top: 0;
    height: 100%; 
    width: 280px; 
    z-index: 1; 
    background-color: #003c71; 
    box-shadow: 3px 3px 5px rgba(0,0,0,.6);
    padding-bottom: 6px;
}

.div-carregant{
    display: none;
    position: fixed !important;
    width: 100%; 
    height: 100%; 
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0; 
    right: 0;
}

.div-carregant img{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-casa{
    margin-left: 5px;
}

.accordion{
    display: none;
    margin-top: 10px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 11px;
}

.ui-accordion-header{
    padding: 0 !important;
}

.ui-accordion-content{
    padding: 7px !important;
}

.ui-autocomplete {
    max-height: 150px;
    width: 400px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.desplegable{
    width: 165px;
}

.caixes_desplegable{
    padding-top: 10px;
}

.margin-logos{
    margin-left: 15px;
}

.btn-imprimir{
	float: right; 
	position: relative; 
	right: 10px; 
	top: 8px; 
	display: none;
	border: none;
	background: #44d62c;
	color: #003c71;
	font-size: 11px !important;
	font-family:'Roboto', sans-serif;
	border-radius: 5px;
    cursor: pointer;
}

.btn-imprimir-fitxa{
    float: right;
    position: relative;
    right: 10px;
    top: 8px;
    border: none;
    background: #44d62c;
    color: #003c71;
    font-size: 11px !important;
    font-family:'Roboto', sans-serif;
    border-radius: 5px;
    cursor: pointer;
}

.btn-serveis-fitxa{
	float: left;
	position: relative;
	right: 10px;
	top: 8px;
	border: none;
	background: #44d62c;
	color: #003c71;
	font-size: 11px !important;
	font-family:'Roboto', sans-serif;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}

.green{
    color: darkgreen;
}

.grey{
	color: grey;
}

.red{
    color: darkred;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    font-size: 13px !important;
    white-space: nowrap !important;
/*     padding: 0 10px 0 0; */
}

.footer {
	background: #d5d5d5;
    padding: 5px 10px;
	font-size: 12px;
}

.footer a {
	color:rgba(0,0,0,.87);
	text-decoration:none;
}

/* Pagina imprimir */

#divimprimir{
    padding: 10px;
}

#divimprimir table{
    text-align: center; border-collapse: collapse; width: 100%;
}

#divimprimir table th, td {
    text-align: left;
    padding: 8px;
}

.leaflet-popup-content{
    width: 360px !important;
}

/* InfoPoligons */

.info-poligons .clear-left {
	clear:left;
}

.caixa-serveis {
    overflow: auto;
    padding: 10px;
    background: #e0e0e0;
    border-radius: 10px;
    text-align: center;
}

.caixa-serveis h5 {
	color: #003A73;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #003A73;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
}

.info-poligons img {
	width: 100%;
}

.info-poligons h3 {
	font-size: 28px;
	font-weight: 800;
}

.info-poligons h4 {
	text-transform:uppercase;
	font-size: 22px;
	font-weight: 600;
	color: #003c71;
}

.contenidor-index {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #003c71;
	border-bottom: 1px solid #003c71;
	text-align: center;
	text-transform: uppercase;
}

.contenidor-index a {
	color: #003c71;
	text-decoration: none;
}

.item {
	text-align: center !important;
	height: 83px;
}

.item p {
	line-height:17px;
	margin-top:7px;
}

.paragraf-gran {
	font-size:18px;
}

.caixaFormatgeHidden h4 {
	margin: 0 0 16px !important;
}

/************************************* GESTIO *********************************************/

.tableGestio th, td{
    border: 1px solid #000000;
}


@media print{
    .btn-imprimir-fitxa{ display: none; }
}</pre></body></html>