<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 1900bb
Author: LluÃ­s PalÃ&nbsp;
Template: sydney
Version: 1.0
Text Domain: 1900bb
*/

/*Fonts*/
/* josefin-slab-regular - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/josefin-slab-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Josefin Slab Regular'), local('JosefinSlab-Regular'),
       url('fonts/josefin-slab-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/josefin-slab-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/josefin-slab-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/josefin-slab-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/josefin-slab-v11-latin-regular.svg#JosefinSlab') format('svg'); /* Legacy iOS */
}

/* josefin-slab-600 - latin */
@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/josefin-slab-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Josefin Slab SemiBold'), local('JosefinSlab-SemiBold'),
       url('fonts/josefin-slab-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/josefin-slab-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/josefin-slab-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/josefin-slab-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/josefin-slab-v11-latin-600.svg#JosefinSlab') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
	font-family: "Open Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Josefin Slab", serif !important;
	font-weight: 600 !important;
}

/*Estils barra fixa de contacte i peu*/
#barracontacte {
	position: fixed;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #142e51;
	color: #fff;
	text-align: center;
	z-index: 9999;
}

#barracontacte a, .site-footer, .site-footer a, #sidebar-footer, #sidebar-footer a, .footer-widgets .widget-title, .lang-item a {
	color: #fff !important;
}

#barracontacte a:hover, #mainnav .sub-menu li:hover &gt; a , .site-footer a:hover, #sidebar-footer a:hover {
	color: #a1c2ed !important;
}

.barracontacte {
	margin: 0;
}

.barracontacte-mobil {
	display: none;
}

@media only screen and (max-width: 767px) {
		.barracontacte {
			display: none;
		}
		.barracontacte-mobil {
			display: block;
		}
}

/*AdaptaciÃ³ capÃ§alera sota barra fixa de contacte*/
#masthead {
	padding: 35px 0 15px;
}

/*Estils selector d'idioma*/

#lang-switcher {
	    text-shadow: -1px -1px 1px rgba(0,0,0,0.8), 1px 1px 1px rgba(0,0,0,0.8), -1px 1px 1px rgba(0,0,0,0.8), 1px -1px 1px rgba(0,0,0,0.8);
}

#lang-switcher ul {
	float: right;
	padding: 0 25px 0 0;
}

#lang-switcher ul li a:hover {
    color: #a1c2ed !important;
}

@media only screen and (max-width: 1024px) {
	#lang-switcher ul {
		float: right;
		margin: 0;
		padding: 0 15px 0 0;
	}
}


@media only screen and (max-width: 767px) {
	#lang-switcher ul {
		float: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
}

.lang-item {
margin-right: 5px;
list-style: none;
}

li.lang-item { float: left; color: #fff; }
li.lang-item:before { content: "|"; padding: 0 .5em; }
li.lang-item:first-child:before { content: ""; padding: 0; }

/*Fons capÃ§alera, variable segons dimensions*/
.site-header.float-header, .page-template-page_fullwidth .site-header {
	background-image: url('../../uploads/2020/10/Trencadis-2-min.jpg');
	background-position: center;
	background-size: cover;
	opacity: 0.95;
}

@media only screen and (max-width: 1024px) {
	.site-header, .site-header.float-header, .site-header:not(.home) {
		background-image: url('../../uploads/2020/10/Trencadis-2-min.jpg');
		background-position: center;
		background-size: cover;
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.site-header, .site-header.float-header, .site-header:not(.home) {
		background-image: url('../../uploads/2020/10/Trencadis-2-min.jpg');
		background-position: center;
		background-size: cover;
		opacity: 1;
	}
}

/*Alinear diapositives per sota en dimensions grans*/
.slide-item {
	background-position: 50% bottom !important;
}

/*Estil menÃº navegaciÃ³*/
.home #mainnav {
	background-color: #123364bf;
	border-radius: 20px;
}

#mainnav ul li a {
	font-family: 'Josefin Slab', serif !important;
	font-size: 20px;
}

#mainnav ul ul a {
	font-family: 'Josefin Slab', serif !important;
}

.site-header.float-header #mainnav {
	background-color: transparent;
}

#menu-menu-principal-cat {
	text-shadow: -1px -1px 1px rgba(0,0,0,0.8), 1px 1px 1px rgba(0,0,0,0.8), -1px 1px 1px rgba(0,0,0,0.8), 1px -1px 1px rgba(0,0,0,0.8);
}

/*.btn-menu {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 28px;
}
.btn-menu:before{
  content: "\f0c9";
}*/

#mainnav-mobi {
	background-color: #1c2d4c;
	font-family: 'Josefin Slab', serif !important;
	font-size: 1.1em;
}

#mainnav-mobi ul li{
	border-top: 1px solid #5f6e93;
}

#mainnav-mobi ul.sub-menu {
	background-color: #a4512b;
}

#mainnav .sub-menu li a {
	border-top: 1px solid #ffa035;
}

/*Estil logo*/
.site-logo {
	max-height: 60px;
	margin: 10px 0;
	-webkit-filter: drop-shadow(0px 0px 2px #fff );
	filter: drop-shadow(0px 0px 2px #fff);	
	-webkit-transition: max-height 0.3s ease-out;
	-moz-transition: max-height 0.3s ease-out;
	-ms-transition: max-height 0.3s ease-out;
	-o-transition: max-height 0.3s ease-out;
	transition: max-height 0.3s ease-out;
}

.home .site-logo {
	max-height: 150px;
}


@media only screen and (min-width: 1025px){
.float-header .site-logo {
	max-height: 60px;
}
}

.alerta {
	color: #980000;
	background-color: #f9caca;
	padding: 5px 10px;
	font-weight: 600;
}

.panel-widget-style, .offset {
	padding: 90px 0 0 0 !important;
}

.panel-grid-cell .widget-title::after{
	background-color: #fff !important;
}

.panel-grid-cell h3.widget-title::after {
	content: "";
	position: relative;
	background: url(../../uploads/2020/10/Sanefa-2-20x77-min.png)#fff !important;
	display: block;
	text-align: center;
	font-size: 15px;
	left: 0;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	height: 20px;
	bottom: -20px;
}

/*.panel-grid-cell .widget-title {
	border-bottom: 1px solid #700000;
}*/

.widget-title {
	text-transform: none !important;
	font-weight: 600 !important;
	font-size: 30px;
}

.widget-title::after {
	height: 2px;
}

/*Textos diapos inicials*/
.slide-inner {
	min-height: auto;
}

.text-slider .maintitle {
	font-size: 48px !important;
	text-shadow: -1px -1px 3px rgb(0, 0, 0), 1px 1px 3px rgb(0, 0, 0), -1px 1px 3px rgb(0, 0, 0), 1px -1px 3px rgb(0, 0, 0) !important;
}

.text-slider .maintitle::after {
	height: 3px !important;
	box-shadow: 1px 1px 1px rgb(0, 0, 0) !important;
	background-color: #2c62a8 !important;
}

.text-slider .subtitle {
	font-family: "Josefin Slab", serif;	
	text-shadow: -2px -2px 2px rgb(0, 0, 0), 2px 2px 2px rgb(0, 0, 0), -2px 2px 2px rgb(0, 0, 0), 2px -2px 2px rgb(0, 0, 0) !important;
}

.text-slider {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeInOut;
	animation-name: fadeInOut;
}

.button-slider {
	display: none !important;
}

@-webkit-keyframes fadeInOut {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeInOut {
	0% {opacity: 0;}
	100% {opacity: 1;} 
}

@media only screen and (max-width: 1024px) {
		.site-logo {
			max-height: 60px !important;
			margin: 5px;
		}
		.text-slider .maintitle {
		    font-size: 40px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 25px;
		    line-height: 1;
		    padding: 15px 0;
		}
		.panel-widget-style, .offset {
			padding: 20px 0 0 0 !important;
		}
}

@media only screen and (max-width: 479px) {
		.text-slider .maintitle {
			font-size: 20px;
		}
		.text-slider .subtitle {
			font-size: 16px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.barracontacte-mobil {
			font-size: 0.9em;
		}
}

/*Amagar botÃ³ de compartir a les galeries*/
.pswp__button--share {
	display: none !important;
}

/*Estil tÃ­tols i atribuciÃ³ imatges*/
.titol-imatges {
	margin: 0;
	font-size: 0.9em;
}

.copyright-imatges {
	margin: 0;
	color: #888;
	font-size:0.8em;
}

/*Centrar diapos Master slider*/
.ms-slide .ms-slide-bgcont img {
margin-left: 0 !important;
}

/*Estil pÃ&nbsp;gines no d'inici*/
h1, h2, h3, h4, h5, h6{
	color: #294c7a;
}

.hentry {
	text-align: justify;
}

/*.hentry .title-post {
	font-size: 30px;
	font-weight: 400;
}*/

/*Reduir l'espai buit desprÃ©s dels ginys del peu de pÃ&nbsp;gina*/
.footer-widgets {
    padding: 95px 0 0;
}

/*Estil del menÃº del peu de pÃ&nbsp;gina de l'avÃ­s legal i la polÃ­tica de cookies*/
/*.sydney_contact_info_widget span {
	color: #ffa035 !important;
}*/

#sidebar-footer .widget p {
	margin-bottom: 0;
}

#sidebar-footer .widget-title {
	font-family: 'Josefin Slab', serif;
	font-size: 1.1em;
	border-bottom: 2px solid #ffa035;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/*#colophon {
	background-image: url('../../uploads/2020/10/Trencadis-2-min.jpg');
	background-position: center;
	background-size: cover;
	opacity: 0.95;
}*/

.menu-peu ul {
	padding: 0;
}

.menu-peu li {
	display: inline;
	margin: 0 30px;

}

.widget-area a:hover {
	color: #d65050;
}

/*Estil atribuciÃ³ Open Street Map*/
.map {
	border: 2px solid #1e73be !important;
}

.ol-attribution {
	font-size: 0.6em;
}

.cookienoticeboto {
	background-color: #2a3f71 !important;
}

/*Estil botÃ³ d'acceptar cookies*/
button.pea_cook_btn {
	margin-top: 5px !important;
	background: #fff !important;
	color: #254c88 !important;
	border: none !important;
	text-shadow: none !important;
}

button.pea_cook_btn:hover {
	background: #b8d4ff !important;
}</pre></body></html>