﻿  /* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600;700&family=Raleway:ital,wght@0,300;0,400;1,600&display=swap'); */
  /* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600&family=Oswald:wght@300;400;600;700&display=swap'); */

  @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;600;700&family=Oswald:wght@300;400;600;700&family=Foldit:wght@600&family=Sansita:wght@700&display=swap');


/*
@font-face {
	font-family: 'OswaldL';
	src: url('/global/fonts/Oswald-Light.eot');
	src: local('ò?'),
			 url('/global/fonts/Oswald-Light.woff') format('woff'),
			 url('/global/fonts/Oswald-Light.ttf') format('truetype'),
			 url('/global/fonts/Oswald-Light.svg#webfont') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'OswaldR';
	src: url('/global/fonts/Oswald-Regular.eot');
	src: local('ò?'),
			 url('/global/fonts/Oswald-Regular.woff') format('woff'),
			 url('/global/fonts/Oswald-Regular.ttf') format('truetype'),
			 url('/global/fonts/Oswald-Regular.svg#webfont') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'OswaldB';
	src: url('/global/fonts/Oswald-Bold.eot');
	src: local('ò?'),
			 url('/global/fonts/Oswald-Bold.woff') format('woff'),
			 url('/global/fonts/Oswald-Bold.ttf') format('truetype'),
			 url('/global/fonts/Oswald-Bold.svg#webfont') format('svg');
	font-weight: 700;
	font-style: normal;
}
*/
/* TARONJA PRINCIPAL rgb(179,2,1) o 211,70,30 --- COLOR PRIMARI: 179,2,1 */

.bg-white { background: white; }

html, body { margin: 0; text-align: left;  }
body { background: white; margin: 0; padding: 0; text-align: left; font-family: 'Libre Franklin', Sans-serif; font-weight: 300; }
.container { text-align: left; }


a { color: #000; font-weight: bold; }
a:hover { color: black; text-decoratoin: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Libre Franklin'; font-weight: 700; text-align: left; }
h1 { font-size: 2em; margin-top: 0.7em; color: black; letter-spacing: -0.5px; }
h2 { font-size: 1.65rem; font-weight: 900; margin-top: 0.7em; color: rgba(166,157,141,1); }
h3 { font-size: 1.4rem; font-weight: 700; margin-top: 0.7em; margin-bottom: 20px; }
h1 span, h2 span, h3 span, h4 span, h5 span { font-weight: 400; }
/*h1 span { display: block; text-transform: uppercase; font-size: 60%; color: rgba(70,75,65,0.7); margin-bottom: 20px; }*/
h1 span { color: rgba(70,75,65,0.8); display: inline-block; margin-left: 15px; font-weight: 300; }
h1 span::before { content: " | "; color: rgb(166,157,141); opacity: 0.5;}

p { margin-bottom: 1rem; text-align: justify;  }
.txt { font-family: 'Libre Franklin', Sans-serif; font-weight: 300; font-size: 18px; line-height: 28px; letter-spacing: -0.2px; }
.txt b { font-weight: 600; }
.primer-paragraf { margin-top: 15px; }
/*.primer-paragraf:first-letter { font-family: Foldit, Sans-serif; font-weight: 600; initial-letter: 3; padding-top: 4px; color: rgb(166,157,141); margin-right: 5px; }*/
.dada { margin-left: 30px; text-indent: -10px; text-align: left; }
.dada i { display: inline-block; margin-right: 5px; color: rgba(70,75,65,0.7); }
.timing { display: inline-block; font-weight: 400; color: rgba(0,0,0,0.6); margin: 0 10px 8px 0; padding: 3px 8px; text-align: left; font-size: 0.9em; line-height: 1.4em; background: rgba(255,255,255,0.5); }



.introFitxa { font: 20px/32px 'Libre Franklin', Sans-serif; font-weight: 600; letter-spacing: -0.5px; }
.dataFitxa { font: 14px 'Libre Franklin', Sans-serif; text-transform: uppercase; color: rgba(0,0,0,0.7); border-top: 1px solid rgba(179,2,1,0.15);  border-bottom: 1px solid rgba(179,2,1,0.15); padding: 4px 0; margin-top: 20px; }

.reset { clear: both; height: 0; }

p0 { padding: 0; }



.premenu { display: none; position: absolute; top: 14px; right: 18px; font: 12px/12px Oswald, sans-serif; text-transform: uppercase; z-index: 1100; text-align: right; }
.premenu a { border-radius: 0px; padding: 4px 8px 4px 8px; display: inline-block; font-weight: 200; letter-spacing: 1px; color: rgba(255,255,255,0.7); background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.6); margin-left: 10px; }
.premenu a.active { color: rgb(231,176,76); border: 1px solid rgba(231,176,76,1); }

.idioma-toggled { display: none; }

.navbar { -webkit-backface-visibility: hidden; }
.menutop { height: 84px; padding-top: 0; padding-bottom: 0; transition: all .3s; /*background: rgba(179,2,1,1)*/ background: rgba(179,2,1,1) linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(179,2,1,1) 40%, rgba(179,2,1,1) 100%); }
.menutop.petit { height: 59px; padding-top: 0; padding-bottom: 0; box-shadow: 0 5px 10px rgba(0,0,0,0.4); transition: all .3s; }
.menutop .navbar-brand { margin-bottom: 0; color: rgba(255,255,255,0.7); }
.menutop .navbar-brand img { float: left; height: 60px; margin-left: 20px; margin-right: 30px; }
.menutop .navbar-brand div { height: 60px; float: left; display: flex; }
.menutop .navbar-brand span { font-size: 1.7em; font-family: Sansita, Sans-serif; align-self: flex-end; margin-bottom: -6px; letter-spacing: 0.3px; word-spacing: 3px; }
.navbar-dark .navbar-nav { position: absolute; bottom: 4px; right: 15px; }
.navbar-dark .navbar-nav .nav-link {  font-family: 'Libre Franklin', Sans-serif; font-size: 22px; font-weight: 600; text-transform: normal; color: white; letter-spacing: 0px; margin: 0 0.75rem; padding: 0.25rem 5px; }
.dropdown-toggle:after { font-size: 16.5px; margin-left: 0.155em; }

.navbar-dark .navbar-toggler {  border-color: rgba(255,255,255,0.8); /*font-size: 200%;*/ }
.navbar-dark .navbar-toggler i { font-size: 150%; color: rgba(255,255,255,0.8); }

.menutop a { }
.menutop a:hover { }
.menutop .actiu a { color: rgb(255,211,7) !important; }
.menutop a.navbar-brand:hover { border-color: rgba(0,0,0,0); }
.menutop .fas { margin-left: 5px; }

/* dropdowns */
.dropdown-menu { left: 13px; background: rgba(0,0,0,1); border: none; box-shadow: 5px 5px 10px rgba(0,0,0,0.45); margin-top: 4px; border-radius: 0px; transition: all .3s; padding: 0; border: 1px solid rgba(255,255,255,0.7); border-top: none; border-bottom: none; }
.dropdown-menu.dret { left: auto; right: 13px; }
.dropdown-item { font: 18px 'Libre Franklin', Sans-serif; letter-spacing: 0px; font-weight: 600; padding: 10px 15px 10px 15px; color: #FFF !important; border-bottom: 1px solid rgba(255,255,255,0.85); }
.dropdown-item:hover { background: rgb(179,2,1); color: white; }
.dropdown-item:first-child { height: 1px; width: 50%; border-top: 1px solid white; margin-top: 0px; border-top: none; padding: 0; }
.menutop .actiu .dropdown-item { border-color: rgba(231,176,76,1); color: white !important; border: none;  }
.menutop .dropdown-item:hover { color: white !important; }
.menutop .dropdown-item.actiu { color: rgb(231,176,76) !important; }

.menutop.petit { box-shadow: 0 5px 20px rgba(0,0,0,0.1) inset, 0 5px 15px rgba(0,0,0,0.1); }
.menutop.petit .navbar-brand img { height: 40px; margin-top: -5px; }
.menutop.petit .navbar-brand div { height: 35px; font-size: 75%; padding-top: 8px; }
.menutop.petit .navbar-brand span { display: inline; }
.menutop.petit .nav-link { font-size: 16px; }
.menutop.petit .dropdown-item { font-size: 16px; }


 .btn-group.filtres { padding-top: 10px; padding-bottom: 20px; }

/*
.ariadna { padding-bottom: 5px; font-size: 90%; margin-top: -2px; letter-spacing: -0.5px; color: rgba(179,2,1,0.8); }
.ariadna i { display: inline-block; margin: 0 5px; color: rgba(179,2,1,0.3); }
.ariadna a { font-weight: normal; }
.ariadna2 { margin-bottom: 15px; background: url(img/bg_ariadna2.png); background-size: 100% 100%; height: 10px; width: 100%; border-top: 1px solid #CCC; }
*/

.ariadna div { font: 16px 'Oswald', Sans-serif; font-weight: 600; text-transform: uppercase; margin: 10px 0 -15px 0px; color: rgba(52,58,64, 0.6); }
.ariadna i { margin: 0 10px; color: rgba(166,157,141,0.6); }

.btn { padding: 7px 12px 7px 12px; font-family: 'Libre Franklin', Sans-serif; margin-right: 10px; border-radius: 10px; border-color: rgb(179,2,1); color: rgb(179,2,1); line-height: 1.3em !important; text-align: left; background: rgba(255,255,255,0.5); }
.btn.icn { padding-left: 30px; text-indent: -10px; }
.btn:hover { background: rgb(231,176,76); border-color: rgb(179,2,1) }
.btn-block { border-color: rgb(179,2,1); background-color: white;color: rgb(179,2,1); text-decoration: none !important; color: black; margin-bottom: 10px; }
.btn-block.seleccionat { background: rgb(179,2,1); color: white; }
.btn-block.seleccionat:hover { color: rgb(231,176,76); border-color: rgb(179,2,1) }

.bg-fosc { background: rgba(179,2,1,0.35); }
.bg-fosc .txt { font-weight: 400; }
.bg-fosc h2 { color: white; text-shadow: 2px 2px 10px rgba(0,0,0,0.2); }

.bg-fosc2 { background: rgba(179,2,1,0.25); }
.bg-daurat { background: rgba(231,176,76,0.40); }


.menu-video { padding-top: 53px; }
.menu-video .btn { text-align: center; }

.edu { width: 48%; margin: 0 1% 25px 1%; float: left; height: 150px; overflow: hidden; border-radius: 12px; /*border: 1px solid rgba(0,0,0,0.25);*/ background: rgba(231,229,225,0.6); }
.edu img { width: 100%; height: 100%; }
.edu .foto { width: 200px; height: 150px; float: left; background-image: url(//www.girona.cat/adminwebs/docs/m/h/mhg.comptant_el_temps_el_teu_rellotge_de__la_catedral_d.jpg); background-position: center center; background-size: cover; }
.edu p { margin: 0 15px 5px 215px; line-height: 1em; color: rgb(33, 37, 41); font-weight: normal; text-align: left; }
.edu p.titol { font-size: 1.1em; line-height: 1.1em; font-weight: bold; margin-top: 15px; color: #900; }
.edu a:hover { text-decoration: none !important; }
.edu:hover { background: #B7B4B2; border-color: #B7B4B2; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; }
.edu:hover a { color: white !important; }
.edu:hover a p { color: white !important; }
.edu:hover .foto { opacity: 0.5; transition: all .3s; -webkit-transition: all .3s; }

.edufoto { width: 100%; height: 320px; overflow: hidden; background-image: url(//www.girona.cat/adminwebs/docs/m/h/mhg.comptant_el_temps_el_teu_rellotge_de__la_catedral_d.jpg); background-position: center center; background-size: cover; margin-bottom: 0; position: relative; }
.edufoto p { position: absolute; bottom: 0; right: 0; background: rgba(0,0,0,0.3); color: white; margin: 0; font-size: 90%; padding: 2px 10px; font-weight: normal; }
.edudocs { background: rgba(231,229,225,0.6); padding-bottom: 1px; margin-bottom: 25px; }
.edudocs h3 { background: rgb(70,75,65); color: white; font-size: 18px; padding: 7px 15px; margin-bottom: 20px; }
.edudocs p { margin: 0 15px 15px 15px; text-align: left; line-height: 1.2em; text-indent: -11px; padding-left: 22px; }
.edudocs p i { margin-right: 5px; vertical-align: -1px; }

.multifoto { width: 100%; height: 320px; margin-bottom: 20px; }
.multifoto a { float: left; width: 33.333%; height: 320px; overflow: hidden; background-image: url(//www.girona.cat/adminwebs/docs/r/e/recurs_bombes_62e27b6c6c34d.jpg); background-position: center center; background-size: cover; border-left: 1px solid white; position: relative; }
.multifoto p { position: absolute; top: 0; left: 0; background: rgba(70,75,65,0.8); color: white; font-weight: bold; text-transform: uppercase; margin: 0; padding: 5px 15px; font-size: 1.5em; }




.show-llistat { width: 31.633%; margin: 0 0.8%; float: left; background: rgba(255,255,255,1); text-align: left; min-height: 275px; overflow: hidden; box-shadow: 2px 2px 7px rgba(0,0,0,0.35); padding-bottom: 10px; }
.show-llistat.items4 { width: 23.4%; margin: 0 0.8%; }
.show-llistat img { width: 100%; margin-bottom: 10px }
p.show-titol { font: 1.15em 'Libre Franklin', sans-serif; font-weight: 600; color: black; margin: 0 10px 7px 10px; text-align: left; letter-spacing: -0.5px; }
p.show-subtitol { font: 1.1em 'Libre Franklin', sans-serif;font-weight: 400; color: black; margin: 0 10px 7px 10px; text-align: left }
p.show-data { font: 1em 'Libre Franklin', sans-serif; color: #575452; margin: 0 10px 7px 10px }
.show-llistat a { text-decoration: none !important }
.show-llistat:hover { background: rgba(255,255,255,0.25) }
.show-llistat:hover div.foto-llistat { opacity:0.50; filter:alpha(opacity=50) }
div.foto-llistat { position: relative; padding-bottom: 66.667%; background: url(img/foto_llistat_nofoto.png) no-repeat center center; background-size: cover; margin-bottom: 10px }
div.foto-llistat img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#not-inici { padding-bottom: 45px !important; }
.r-1q9bdsx { border-radius: 0 !important; }


p.not-titol { font: 1.2em F'Libre Franklin', sans-serif; color: black; margin: 0 0 7px 0; text-align: left;font-weight: 600; }
p.not-txt { font: 1em 'Libre Franklin', sans-serif; color: #575452; margin: 0 0 7px 0; text-align: left; }



.llista { list-style: none; }
.llista li { margin-bottom: 10px; }
.llista li:before { font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f138"; font-size: 80%; vertical-align: 1px; color: rgb(166,157,141); margin-left: -23px; margin-right: 8px; }
.llista.txt { line-spacing: 24px; }
.links p { line-height: 1.4em; font-size: 90%; }
.llista b { font-weight: 600; }
.llista ul { margin-top: 15px; list-style: none; }

#baner1 { border: 1px solid rgba(0,0,0,0.2); background: url(img/baner_audioguia.jpg) no-repeat rgba(217,73,43,1); background-size: auto 100%; background-position: -10px, 0; line-height: 1.8em; }
#baner1:hover { text-decoration: none !important; }
#baner1:hover p { text-decoration: none !important; color: black; }
#baner1 p { margin-left: 180px; margin-right: 30px; margin-top: 7px; color: white; font-size: 1.5em; font-weight: normal; }

#baner2 { border: 1px solid rgba(0,0,0,0.2); background: rgba(255,218,38,1); }
#baner2 img { float: left; width: 30%; margin-right: 20px; margin-top: -5px; margin-left: 20px; }
#baner2 h2 { font-size: 1.4em; padding-top: 5px; margin-bottom: 5px; margin-top: 10px; }
#baner2 p { line-height: 1.2em; margin-right: 20px; }

/*
.tira { height: 208px; margin-top: 84px; overflow: hidden; margin-bottom: 0; background: url(img/tires/generica.jpg) center center; background-size: cover; }
.tira img { width: 100%; height: 100%; }
*/
.tira { height: 104px; margin-top: 84px; overflow: hidden; margin-bottom: 0; background: rgba(110,69,69,0.7); }
.tira img { width: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: 0.45;}



/* PEU */
section { padding: 30px 0 15px 0; }
section .section-title { text-align: center; color: #007b5e; margin-bottom: 50px; text-transform: uppercase; }
/*#footer { box-shadow: 0 5px 150px rgba(0,0,0,0.75) inset; }*/
#footer { padding-bottom: 0; }
#footer .address {  }
#footer .zona1 { background: #e9e7e3; }
#footer .zona2 { background: rgb(52,58,64); padding: 15px 10px 5px 10px; box-shadow: 0 5px 200px rgba(0,0,0,0.85) inset; }
#footer h5{ padding-left: 10px; border-left: 3px solid #eeeeee; padding-bottom: 6px; margin-bottom: 20px; color: rgba(0,0,0,0.55); }
#footer a { color: rgba(0,0,0,0.55); text-decoration: none !important; background-color: transparent; -webkit-text-decoration-skip: objects; }
#footer .zona2 a { color: white; }
#footer ul.social li{ padding: 3px 15px; }
#footer ul.social li a i { margin-right: 5px; font-size:25px; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; }
#footer ul.social li:hover a i { font-size:30px; margin-top:-10px; }
#footer ul.social li a,#footer ul.quick-links li a{ color:rgba(0,0,0,0.55); }
#footer ul.social li a:hover{ color:#000; }
#footer ul.quick-links li{ padding: 3px 0; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; }
#footer ul.quick-links li:hover{ padding: 3px 0; margin-left:5px; font-weight:700;color: black; }
#footer ul.quick-links li a:hover{ color: black; }
#footer ul.quick-links li a i{ margin-right: 5px; }
#footer ul.quick-links li:hover a i { font-weight: 700;color: black; }
#footer span { display: inline-block; margin: 0 10px; }
a.logo_ajgi { margin-top: 10px; }
a.logo_ajgi img { width: 150px; margin-bottom: 28px; }
.logoaj img { width: 170px; margin-right: 0; }
.logogc img { width: 110px; }
.logoaj:hover, .logoco:hover, .logoap:hover, .logoud:hover, .logogc:hover { opacity: 0.3; }

.peu-botons { padding-top: 10px; margin-bottom: 20px; }
.peu-botons .btn { border-radius: 14px; margin: 0 5px; padding-bottom: 8px; border-color: rgba(248,249,250,1); }
.peu-botons .btn:hover { background: white !important; color: black !important; }



/* CAROUSEL */
.carousel-item { margin-top: 84px; height: 27vw; overflow: hidden; }
.carousel-mask { background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
    position: absolute; height: 100%; right: 0; bottom:0; left: 0; z-index: 1; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }
.carousel-item img { width: 100%; position: absolute; top: 0; bottom: 0; margin: auto; }
.carousel-control-prev-icon, .carousel-control-next-icon { transform: translateY(50px) scale(2); }
.carousel-control-prev { justify-content: left; left: 30px; opacity: 0.9; }
.carousel-control-next { justify-content: right; right: 30px; opacity: 0.9; }
.carousel-indicators { margin-bottom: 10px; }
.carousel-indicators li { height: 10px; }
.carousel-textos { display: inline-block; max-width: 400px; background: rgba(0,0,0,0.6); border: 1px solid rgba(179,2,1); padding: 20px 15px 15px 15px; position: absolute; bottom: 60px; z-index: 10; font-family: 'Libre Franklin', Sans-serif; }
.carousel-textos .titol { font-weight: 700; font-size: 180%; line-height: 120%; margin-bottom: 10px; text-align: left; color: white; text-shadow: 2px 2px 8px rgba(0,0,0,1); }
.carousel-textos .subtitol { font-size: 120%; line-height: 120%; text-align: left; color: white; font-weight: normal; text-shadow: 2px 2px 6px rgba(0,0,0,1); }
.carousel-textos .btn-info { color: rgba(255,255,255,1); background: rgba(0,0,0,0); border: 1px solid rgba(255,255,255,0.5); font-weight: 300; }
.carousel-textos p { margin-bottom: 0.5rem; }
.carousel-item a { text-decoration: none !important; }
.carousel-item a:hover img { opacity: 0.7; }
.carousel-item a:hover .btn-info { background: black; border-color: black; }
.carousel-item a:hover .titol { color: white; }

.carousel-textos { display: none; }

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-top: 0%; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; }


.color2 { color: rgb(70,75,65); }
.box { background: rgba(179,2,1,0.1); border: 1px solid rgba(179,2,1,0.35); border-radius: 10px; padding: 1rem 1rem 0.25rem 1rem; margin-bottom: 20px; }
/*.box-visita { background: white; border: 1px solid rgba(70,75,65,1); border-radius: 10px; padding: 1rem 1rem 0.25rem 1rem; margin-bottom: 20px; }*/
.box.v2 { background: white; border-color: rgba(70,75,65,1); border-style: dashed; }

h4.icona-fa { text-align: center; margin-bottom: 20px; }
h4.icona-fa i { margin-bottom: 5px; }

/*
div#menu_interior {  margin-bottom: 20px; background: rgb(231,229,225); border-top: 2px dotted rgba(179,2,1,0.5); border-bottom: 2px dotted rgba(179,2,1,0.5); }
div#menu_interior ul { list-style: none; margin: 0; padding: 0; font: 0.8em/0.8em Cairo, Sans-serif; text-transform: uppercase; }
div#menu_interior ul li { float: left; margin: 0; color: #2D2B2A; border-right: 1px solid rgba(179,2,1,0.5); }
div#menu_interior a { display: block; padding: 15px 25px; }
div#menu_interior a:link, div#menu_interior a:visited { color: rgba(179,2,1,1); }
div#menu_interior a:hover, div#menu_interior a:active { color: #900; text-decoration: underline;}
div#menu_interior .selected a:link, div#menu_interior .selected a:visited { display: block; background: rgba(179,2,1,1); color: #FFF; }
div#menu_interior .disabled { color: #9A9591; }
*/

#menu_interior { margin-bottom: 25px; text-align: center;  }
#menu_interior ul { list-style: none; margin: 30px 0 -20px 0; padding: 0; border-top: 3px dashed rgb(231,229,225);border-bottom: 6px solid rgb(231,229,225);  }
#menu_interior li { margin: 0; padding: 0; display: inline-block; }
#menu_interior a { display: block; border-bottom: 6px solid rgb(231,229,225); padding: 7px 15px; text-transform: uppercase; margin-bottom:-6px; color: rgba(179,2,1,0.8); }
#menu_interior .selected a { border-bottom: 6px solid rgb(231,176,76); color: rgb(70,75,65); }

.menu_scroll { margin: 0; padding: 0; margin-bottom: 10px; font-size: 85%;}
.menu_scroll td { margin: 0; padding: 0; }
.menu_scroll a { white-space: nowrap; display: block; background: rgb(231,229,225); padding: 7px 15px; text-transform: uppercase; margin: 0 5px; color: rgba(179,2,1,0.8); }
.menu_scroll td:first-child a { margin-left: 0; }
.menu_scroll td:last-child a { margin-right: 0; }
.menu_scroll a.selected { background: rgb(70,75,65); color: white; }



/* ARTICLES */
.articlebox {
	border: 1px solid #d4d4d4; background: white; box-shadow: 2px 2px 7px rgba(0,0,0,0.35);
    margin:00px;
    padding:20px;
}
.article .info {
	text-align: justify;
}

.item img {
	width:100%;
	max-height:500px;
}

/*ALCALDIES*/

.alcaldes { padding-right: 40px !important; }
img.alcalde {
	width:100%;
	height:auto;
}
.alcaldia {
	position:relative;
	/* width:100%; */
	height:auto;
	padding:1%;
}
.nom-alcalde {
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	height:100%;
	margin:auto;
	padding-top:25%;
	color:#ffffff !important;
	display: none;
	text-align: center;
	vertical-align: middle;
}
hr {
	width:30%;
}
.alcaldia:hover .nom-alcalde {
	display: block;
}
.nom-alcalde p { padding: 0 10px; text-align: center }
table.llista_alcaldies { clear: both; margin-top: 15px }
table.llista_alcaldies td { padding: 3px 10px; border-bottom: 1px solid rgba(0,0,0,0.15) }
table.llista_alcaldies td:last-child { text-align: center }
table.llista_alcaldies th { padding: 3px 10px; background: rgba(0,0,0,0.35); color: white; text-transform: uppercase; font-weight: normal }
table.llista_alcaldies tr:nth-child(even) { background: rgba(0,0,0,0.07) }
.fitxaalcaldia { margin-top: 70px }
/*FITXA*/
.fitxa, .govern{
	text-align: justify;
	margin-top:20px;
	margin-bottom:20px;
}
img.fitxaalcaldia, .dreta {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}




.btn-primary { background-color: rgba(70,75,65,1); border-color: rgba(70,75,65,1); padding-bottom: 8px; }
.btn-primary:hover { background-color: rgba(179,2,1,1); border-color: rgba(70,75,65,1); }
.btn { margin-top: 15px; }
.btn .fas { margin-right: 5px; }
.btn-tornar { display: block; background-color: white; border-color: rgba(70,75,65,1); padding-bottom: 8px; color: rgba(70,75,65,1) }
.btn-tornar:hover { background-color: rgba(179,2,1,1); color: white; }

.autoria h3 { display: inline-block; padding-bottom: 5px; margin-bottom: 5px; color: rgba(70,75,65,1); border-bottom: 1px dashed rgba(70,75,65,0.5); }
.autoria p { color: rgba(179,2,1,1); font-weight: bold; }

.fotos-visor { height: 350px; margin-top: 20px; margin-bottom: 20px; }
.fotos-visor ul { list-style: none; margin: 0; padding: 0; width: 100%; }
.fotos-visor li { height: 350px; overflow: hidden; float: left; margin: 0; padding: 0; position: relative; box-sizing: border-box; }
.fotos-visor.col-2-1 li:first-child { width: 60%; border-right: 12px solid white; }
.fotos-visor.col-2-1 li:last-child { width: 40%; }
.fotos-visor.col-1-1 li:first-child { width: 50%; border-right: 6px solid white; }
.fotos-visor.col-1-1 li:last-child { width: 50%; border-left: 6px solid white; }
.fotos-visor.col-1-2 li:first-child { width: 40%; border-right: 12px solid white; }
.fotos-visor.col-1-2 li:last-child { width: 60%; }
.fotos-visor img { width: 100%; height: 100%; object-fit: cover; }
.fotos-visor img:hover { opacity: 0.5; }



.amics div.box { margin: 0 1%; background: #E7E4E2; text-align: center; padding-bottom: 15px; }
.amics p { text-align: center; }
.amics p.titol { font: 1.5em Oswald, Sans-Serif; font-weight: 700; color: #000; margin: 0px 10px 5px 10px; padding-bottom: 5px; border-bottom: 1px solid #666; }
.amics p.subtitol { font: bold 0.9em 'Libre Franklin', Sans-Serif; color: #666; margin: 0 10px 10px 10px; text-align: center; }
.amics p.preu { font: 1.5em Oswald, Sans-Serif; font-weight: 600; color: #666; margin: 10px; text-align: center; }
.amics div.boto { width: 80%; margin: 0 10%; text-align: center; margin-bottom: 10px; }



.objectes { list-style: none; margin: 0; padding: 0; width: 100%; line-height: 1.3em; }
.objectes li { width: 48%; height: 230px; aspect-ratio: 1; overflow: hidden; float: left; margin: 17px 1% 10px 1%; padding: 0; position: relative; border-radius: 8px; }
/*.objectes li:nth-child(2n) { margin-right: 0; }*/
.objectes a { display: block; height: 100%; background: rgba(255,255,255,0.8); color: black; }
.objectes div { height: 230px; }
.objectes div.foto { width: 35%; float: left; }
.objectes div.info { width: 65%; float: left; padding: 15px; }
.objectes .titol { font-weight: 700; text-align: left; margin-bottom: 10px; }
.objectes .txt { font-weight: 300; text-align: left; font-size: 0.95em; line-height: 1.4em; margin-bottom: 5px; }
.objectes li img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.objectes .data { display: inline-block; font-weight: 400; color: rgba(0,0,0,0.6); border: 1px solid rgba(0,0,0,0.2); margin: 0 10px 8px 0; padding: 3px 5px; text-align: left; font-size: 0.9em; line-height: 1.4em; }

/*
.fotos-visor div { height: 250px; float: left; background-image: url(../img/foto_maso.jpg) no-repeat center center; background-size: cover; box-sizing: border-box; }
.col-2-1 div:first-child { width: 66%; border-right: 15px solid white; }
.col-2-1 div:last-child { width: 34%; }
*/
.fotos-grup { background: rgba(52,58,64,0.15); padding: 10px 10px 10px 10px; margin-top: 20px; font-family: 'Libre Franklin', Sans-serif; font-weight: 300; font-size: 20px; }
.fotos-article { list-style: none; margin: 0; padding: 0; width: 100%; }
.fotos-article li { width: 30.33333%; aspect-ratio: 1; overflow: hidden; float: left; margin: 17px 4.5% 0 0; padding: 0; position: relative; }
.fotos-article li:nth-child(3n+1) { margin-right: 0; }
.fotos-article li:first-child { margin-top: 0; width: 100%; float: none; aspect-ratio: auto; }
.fotos-article li img { width: 100%; height: 100%; object-fit: cover; }
.fotos-peu { margin-top: 20px; margin-bottom 20px; font-size: 13px; line-height: 16px; color: rgba(0,0,0,1); }
.fotos-peu b { font-weight: 600; color: rgb(70,75,65); }
.fotos-peu span { opacity: 0.8; }
img.top { object-position: top; }
.fotos-article.quadrat li:first-child { aspect-ratio: 1/1; }

.coleccio { list-style: none; margin: 0; padding: 0; width: 100%; }
.coleccio li { width: 30.33333%; aspect-ratio: 1; overflow: hidden; float: left; margin: 17px 4.5% 0 0; padding: 0; position: relative; }
.coleccio li:nth-child(3n+1) { margin-right: 0; }
.coleccio li:first-child { margin-top: 0; width: 100%; float: none; aspect-ratio: auto; }
.coleccio li img { width: 100%; height: 100%; object-fit: cover; }

ul.premis { list-style: none; margin: 20px 0 0 0; padding: 0 }
ul.premis li { background: url(img/bg_premi.png) no-repeat top right white; float: left; width: 31.33%; outline: 2px solid rgba(0,0,0,0.4); outline-offset: -2px; margin-left: 2%; margin-bottom: 15px; height: 275px; overflow: hidden }
ul.premis p { font-size: 0.9em; color: #333; margin: 0; padding: 0 10px 10px 20px; text-align: left; }
ul.premis p.titol { font: 18px/22px Oswald, Sans-serif; color: #000; font-weight: bold; padding-top: 15px; }

ul.premis.col5 li { width: 18%; }

ul.preus { list-style: none; margin: 20px 0 0 0; padding: 0 }
ul.preus li { background: white; float: left; width: 18.5%; border: 1px solid rgba(0,0,0,0.4); margin: 0 0.75% 15px 0.75%; height: 270px; overflow: auto; text-align: center; }
ul.preus p { font-size: 0.9em; color: #333; margin: 0; padding: 0 15px 10px 15px; text-align: center; }
ul.preus p.titol { font: 18px/22px Oswald, Sans-serif; color: #000; font-weight: 600; padding-top: 15px; }
ul.preus p.preu { font: 26px/26px Oswald, Sans-serif; color: #000; font-weight: 700; background: rgba(231,176,76,0.3); padding: 20px 0; }
ul.preus p.preu span { font-weight: 400; opacity: 0.7; font-size: 22px; }
ul.preus .btn { font-size: 90%; }

/*
.foto-article { margin-bottom: 0; position: relative; }
.foto-article p { position: absolute; bottom: 0; right: 0; background: rgba(0,0,0,0.3); color: white; margin: 0; font-size: 90%; padding: 2px 10px; font-weight: normal; }
.foto-article:hover { background: rgba(70,75,65,0.5);}
.foto-article:hover a { opacity: 0.7; }
.foto-article img { width: 100%; }
.foto-article-mes { list-style: none; margin: 0; padding: 0; width: 100%; }
.foto-article-mes li { width: 30%; aspect-ratio: 1; overflow: hidden; float: left; margin: 20px 4.5% 0 0; padding: 0; position: relative; }
.foto-article-mes li:nth-child(3n) { margin-right: 0; }
.foto-article-mes li img { width: auto; height: 100%; }
.foto-article-mes li.vert img { width: 100%; height: auto; margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: auto; right: auto; }
*/
/*
.foto-article-mes { list-style: none; margin: 0; padding: 0; }
.foto-article-mes li { margin: 0; padding: 0; width: 100px; height: 100px; overflow: hidden; float: left; margin-right: 20px; position: relative; margin-top: 20px; }
.foto-article-mes li img { width: auto; height: 100%; position: absolute; left: -12.5%; right: -12.5%; }
.foto-article-mes li.vert img { width: 100%; height: auto; margin: 0; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: auto; right: auto; }
*/

.noticies { break-inside: avoid-column; }
.noticies .titol { font-size: 1.4em; font-weight: 600; margin-top: 25px; margin-bottom: 5px; text-align: left; line-height: 1.3em; }
.noticies .intro { font: 1em/1.4em 'Libre Franklin', Sans-serif; font-weight: 400; text-align: left; }
.noticies .intro span { border-radius: 5px; display: inline-block; background: rgba(0,0,0,0.07); border: 1px solid rgba(0,0,0,0.2); color: rgba(0,0,0,0.6); padding: 2px 5px; margin-right: 5px; font: 80% 'Libre Franklin', Sans-serif; }



.publicacions { list-style: none; margin: 50px 0 0 0; padding: 0; }
.publicacions li { float: left; width: 31.333%; margin: 0 1% 30px 1%; text-align: center; height: 370px; }
.publicacions .portada { height: 250px; position: relative; }
.publicacions img { box-shadow: 7px 7px 20px rgba(0,0,0,0.35); width: 50%; margin-bottom: 25px; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); }
.publicacions .titol { font: 1.1em 'Oswald', Sans-serif; font-weight: 600; text-align: center; margin-bottom: 10px; }
.publicacions .titol span { white-space: nowrap; }
.publicacions .data { font: 0.95em 'Libre Franklin', Sans-serif; font-weight: 300; text-align: center; border-top: 1px solid rgba(0,0,0,0.2); padding-top: 10px; margin: 0 35%; }
.publicacions a { color: black; }
.publicacions a:hover { text-decoration: none; color: #975b00; }
.publicacions a:hover img { opacity: 0.5; }

ul.destacada { list-style: none; margin: 20px 0; padding: 0; margin-left: 25px; margin-right: 10px; margin-bottom: 30px; font: 1.15em 'Libre Franklin', Sans-serif; font-weight: 600; letter-spacing: -0.2px; }
ul.destacada li { background: url(img/pic_logo.png) no-repeat 0 4px; padding: 5px 0 5px 40px; margin-bottom: 20px; color: #000; }


.expocredits { background: rgb(231,229,225); padding: 15px; text-align: center; }
.expocredits2 { color: rgba(70,75,65,1); background: rgba(70,75,65,0.25); margin-top:20px; padding: 15px; }
.expocredits p, .expocredits2 p { text-align: center; line-height: 1.2em; }
.expocita { color: rgba(179,2,1,1); font-size: 120%; line-height: 150%; letter-spacing: 1px; margin-top: 25px; margin-bottom: 20px; text-indent: -10px; padding-left: 10px; text-align: left; }
.expocita p { margin: 0; text-align: left; }
.expocita sup { font-size: 2em; }
.expopeu { font-size: 90%; line-height: 120%; text-align: left; color: rgba(70,75,65,1); clear: both; margin-top: 20px; }



.tarifes { margin-bottom: 25px; margin-top: 20px; }
.tarifes h2 { margin-top: 0; margin-left: 0; background: rgba(179,2,1,0.5); color: white; margin: -5px -15px auto -15px; text-align: center; padding: 4px 15px 2px 15px; }
.tarifes div { background: #E7E4E2; padding: 5px 15px 5px 15px; }
.tarifes .preu { font: 2em Merriweather, Serif; font-weight: 900; color: #666; margin: 10px 0 0 0; text-align: center; }
.tarifes .preu span { font-size: 85%; font-weight: 300; }
.tarifes p.titol { font: 0.9em 'Libre Franklin', Sans-serif; font-weight: 600; color: #333; margin: 5px 0 10px 0; text-align: center; }
.tarifes p { font-size: 90%; color: #333; margin: 0 0 5px 0; text-align: center; line-height: 1.5em; }



.menu_lateral { list-style: none; margin: 10px 0 0 0; padding: 0; width: 100%; text-align: center; }
.menu_lateral li { margin: 5px 0; padding: 0; }
.menu_lateral a { display: block; font-weight: 400; color: #444; border-bottom: 1px solid rgba(0,0,0,0.3); padding-bottom: 6px; }
.menu_lateral li:last-child a { border: none; }
.menu_lateral a:hover { color: #F60; }
.menu_lateral a.selected { font-weight: 700; color: black; }



/* FORMS */
.avis_recaptcha { border: 2px dashed red; border-radius: 10px; padding: 15px; font-weight: bold; background: white; margin-top: 20px; margin-bottom: 20px; color: #F00; text-align: center; }

.formphp { margin: 0 0 20px 0; padding: 10px 15px; background: rgba(166,157,141, 0.2); border: 1px solid rgba(166,157,141, 0.5); border-left: none; border-right: none; }
.formphp h2 { font: 1.8em 'Oswald', Sans-serif; color: rgba(166,157,141,1); margin: 0 0 10px 0; }
.formphp legend { color: rgba(166,157,141,0.6); font-size: 1.3em; font-weight: bold; border-bottom: 2px dotted rgba(166,157,141,0.3); padding-top: 15px; margin-bottom: 10px; }
.form-group label { font-size: 0.95em; font-family: 'Libre Franklin', Sans-serif; }
.form-group label.radio-inline, form .form-group label.checkbox { font-size: 14px; font-weight: 300; }
.form-group label.checkbox:hover { cursor: pointer; }
.form-group select { padding: 5px 10px; border-radius: 5px; border-color: rgba(0,0,0,0.3); color: rgba(0,0,0,0.9); font-weight: 300; }
.form-group input { color: rgba(0,0,0,0.9); font-weight: 300; }
.g-recaptcha { margin: 10px 0; }
.rc-anchor-light { background-color: rgba(255,255,255,0.5) !important; } /* Recaptcha */
.form_botons { background: rgba(0,0,0,0.15); margin: 0 -15px -10px -15px; padding: 0 15px 10px 15px; border-top: 1px solid rgba(166,157,141, 0.5); text-align: center; }

.radio-inline { margin-right: 15px; }
.radio-label { font-size: 0.95em; }


 /*style="width: 400px; margin-bottom: 25px; height: 240px; float: left; overflow: hidden"*/
/* CERCADOR OBRES ****************************************************/
form.cercador { margin: 0; width: 100%; height: 300px; background: #E7E4E2; padding: 0 0 0 15px; border: none; }
form.cercador fieldset { border: none; margin: 0; padding: 0; }
form.cercador .nomGrup { font: 1em 'WhitneyBold', Arial, Helvetica, Sans-Serif; margin: 15px 20px 10px 30px; padding: 0 0 3px 0; margin-left: 0; color: #787471; border-bottom: 1px dashed #A8A4A1; }
form.cercador div.fila { clear: both; margin: 0; padding: 0; }
form.cercador div.columna { float: left; margin: 5px 10px 0 0; display: inline; padding: 0; }
form.cercador label { font: 0.75em FranklinGothicM, Sans-Serif; color: #555; margin: 0; }
form.cercador .camp { font: 0.8em Tahoma, Arial, Helvetica, Sans-serif; color: #333; margin: 0; }
form.cercador .moltcurt { width: 62px; }
form.cercador .curt { width: 132px; }
form.cercador .mig { width: 280px; }
form.cercador .llarg { width: 426px; }
form.cercador p { font: 0.85em 'WhitneyBook', Arial, Helvetica, Sans-serif; margin: 0 5px 15px 0; }
form.cercador p.nota { font: 0.75em 'WhitneyBook', Arial, Helvetica, Sans-serif; color: #333; margin: 0 5px 0 0; text-align: justify; }
form.cercador input:focus { border-color: #75A18A; }
form.cercador input[type="checkbox"] { margin-right: 5px; }
form.cercador table.tarifes { font: 0.8em Tahoma, Arial, Helvetica, Sans-serif; width: 456px; border-bottom: 2px dotted #A7A4A2; }
form.cercador table.tarifes th { background: #A7A4A2; color: white; padding: 3px 5px 4px 5px; }
form.cercador table.tarifes td { padding: 2px 5px 2px 5px; border-top: 2px dotted #A7A4A2; }
form.cercador .botonera { background: #C7C4C2; margin: 15px 0 0 -15px; padding-top: 5px; padding-bottom: 5px; text-align: center; }
form.cercador .botonera input { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px 4px 4px 4px; background: url(img/bg_boto.png) repeat-x; padding: 4px 15px 5px 15px; color: white; text-decoration: none; border: none; cursor: pointer; }
form.cercador .botonera input:hover { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px 4px 4px 4px; background: url(img/bg_boto2.png) repeat-x; padding: 4px 15px 5px 15px; color: white; text-decoration: underline; border: none; cursor: pointer ; }

#map { width: 100%; height: 312px; margin-left: 0; border: 1px solid #C7C4C2; }
#map.mapa-fitxa { float: left; width: 40%; height: 200px; }
.obra-fitxa { float: left; width: 60%; font-family: 'Libre Franklin', Sans-serif; }

.obra { width: 23%; margin: 0 1% 15px 1%; float: left; height: 315px; overflow: hidden; background: white; border-radius: 10px; color: black; }
.obra:hover { text-decoration: none; }
.obra .imatge { width: 100%; height: 170px; overflow: hidden; background: url(img/cases_mini/nofoto.png) center center; background-size: cover; }
.obra .imatge img { width: 100%; height: 100%; }
.obra .lloc { font-weight: 400; text-transform: uppercase; font-size: 0.8em; margin: 10px 10px 5px 10px; text-align: left; color: rgba(0,0,0,0.6); letter-spacing: -0.3px; }
.obra .titol { margin: 0 10px 8px 10px; text-align: left; line-height: 1.3em; font-weight: 600; }
.obra .data { display: inline-block; font-weight: 400; color: rgba(0,0,0,0.6); border: 1px solid rgba(0,0,0,0.2); margin: 0 10px 8px 10px; padding: 3px 5px; text-align: left; font-size: 0.9em; line-height: 1.4em; }


.educacio { list-style: none; margin: 0; padding: 0; }
.educacio li { width: 23%; margin: 0 1% 25px 1%; float: left; }
.educacio a { width: 100%; display: block; height: 270px; background: white; border-radius: 10px; color: black; overflow: hidden; }
.educacio a:hover { text-decoration: none; }
.educacio .imatge { width: 100%; height: 140px; overflow: hidden; background: url(img/cases_mini/nofoto.png) center center; background-size: cover; }
.educacio .imatge img { width: 100%; height: 100%; }
.educacio .titol { margin: 10px 10px 8px 10px; text-align: left; line-height: 1.2em; font-size: 1.3em; font-weight: 600; }
.educacio .subtitol { font-weight: 400; text-transform: uppercase; font-size: 0.8em; margin: 0px 10px 5px 10px; text-align: left; color: rgba(0,0,0,0.6); letter-spacing: -0.3px; }
.nivell { display: inline-block; font-weight: 400; color: rgba(0,0,0,0.6); border: 1px solid rgba(0,0,0,0.2); margin: 0 10px 8px 0; padding: 3px 10px; text-align: left; font-size: 1em; line-height: 1.4em; }


.resultat { clear: both; border-bottom: 1px solid #C7C4C2; margin-left: 30px; margin-right: 40px; height: 64px; overflow: hidden }
.resultat img { width: 60px; height: 60px; float: left; margin-top: 2px; border: none }
.resultat .titol { font: 0.9em 'WhitneySemibold', Arial, Helvetica, Sans-serif; margin: 5px 0 3px 70px }
.resultat .titol span { font: 0.9em 'WhitneyBook', Arial, Helvetica, Sans-serif; padding-left: 5px; font-weight: normal }
a .resultat .titol span { color: #666 }
.resultat .txt { margin: 0 0 0 70px }
.resultat .txt span { margin: 0 5px; color: #979492 }

.resultat:hover { background: #F7F4F2; text-decoration: none }
.resultat:hover .titol { text-decoration: underline }

.paginacio { font: 0.80em Tahoma, Arial, Helvetica, Sans-serif; margin: 15px 40px 0 30px; background: #E7E4E2; padding: 3px 3px 4px 3px; text-align: center }
.paginacio span.divisor { margin: 0 7px; color: #979492 }

.paginacio .seleccionat { font-weight: bold; text-decoration: underline; color: black }
span.inactiu { color: #999 }

.coleccio { clear: left; border-bottom: 1px solid #C7C4C2; margin-top: 0; margin-left: 30px; margin-right: 40px; padding-bottom: 2px; margin-bottom: 0 }
.coleccio a .titol { color: black }
.coleccio .col1 { float: left; width: 70px }
.coleccio .col2 { float: left; width: 406px }
.coleccio img { width: 60px; height: 60px; margin-top: 2px; border: none }
.coleccio .titol { font: 0.9em 'WhitneySemibold', Arial, Helvetica, Sans-serif; margin: 5px 0 3px 0 }
.coleccio .titol span { font: 0.9em 'WhitneyBook', Arial, Helvetica, Sans-serif; padding-left: 5px; font-weight: normal }
a .coleccio .titol span { color: #666 }
.coleccio .txt { margin: 0 0 5px 0 }
.coleccio .txt span { margin: 0 5px; color: #979492 }
.coleccio .autoria { font: 0.9em 'WhitneySemibold', Arial, Helvetica, Sans-serif; color: #666; margin-bottom: 3px }
.coleccio .autoria span { font: 0.9em 'WhitneyBook', Arial, Helvetica, Sans-serif }

.coleccio:hover { background: #F7F4F2; text-decoration: none }
.coleccio:hover .titol { text-decoration: underline }

span.inactiu { color: #999 }




.expocards { list-style: none; margin: 0; padding: 0; }
.expocards li { float: left; display: block; width: 31.83%; background: rgb(231,229,225); margin: 0.75%; overflow: hidden; position: relative; }
.expocards a { display: block; height: 220px; }
.expocards .foto { background: url(img/list_nofoto.jpg) center center; background-size: cover; height: 110px; }
.expocards .nom { margin: 10px; font-size: 1.5em; line-height: 1.1em; text-align: center; }
.expocards .autor { margin: 10px; font-size: 0.95em; line-height: 1.2em; text-align: center; color: rgba(0,0,0,0.8); }
.expocards p.tagged { font: 0.85em/1em Arial, Sans-serif; margin: 5px 10px 5px 33px; text-align: left; text-indent: -11px; }
.expocards p.tagged span { margin-right: 8px; text-align: left; }
.expocards p.desc { font: 0.9em Arial, Sans-serif; margin: 12px 10px 0 10px; text-align: left; }
.expocards a:hover div.foto { opacity:0.5; filter:alpha(opacity=50); transition: all .3s; -webkit-transition: all .3s; }
.expocards li:hover { background: #B7B4B2; transition: all .3s; -webkit-transition: all .3s; }
.expocards a .tagged, .expocards a .desc { color: #373432; }
.expocards a:hover { color: white; text-decoration: none !important; }
.expocards a:hover h3, .expocards a:hover h3 span, .expocards a:hover p.tagged { color: white !important; }
.expocards .peu { position: absolute; bottom: 0; text-align: center; width: 100%; margin: 10px; font-size: 0.95em; line-height: 1.2em; text-align: center; color: rgba(0,0,0,0.8); }

.expocards.x4 li { width: 23.5%; }
.expocards.x4 a { height: 250px; }





.expocoses h1 span { color: rgba(85,148,120,1);}
.expocoses h3, .expocoses .expopeu { color: rgba(85,148,120,1); border-color: rgba(85,148,120,0.5); }
.expocoses .nom { color: rgba(85,148,120,1); }
.expocoses .btn { border-color: rgba(85,148,120,1); color: rgba(85,148,120,1); }
.expocoses .btn-primary { background-color: rgba(85,148,120,1); color: white; }
.expocoses .btn:hover { background-color: rgba(179,2,1,1); color: white; }
.expocoses #menu_interior .selected a { border-color: rgb(85,148,120); color: rgb(85,148,120); }
.expocoses .expocredits2 { color: rgba(85,148,120,1); background: rgba(85,148,120,0.15); }
.expocoses .expocredits2 .gros { color: rgba(85,148,120,1); }


/* recurs Gerona */
.llibre { background: #F1EAD9; padding: 20px 25px 5px 25px; margin-top: 25px; margin-bottom: 20px; }
.llibre p { font: 15px/26px Adamina, Serif; }
.llibre.expotext p { font: 19px/26px Adamina, Serif; }
.llibre p.ref { font-family: Cairo, Sans-serif; }
.recurs_lateral { background: rgb(231,229,225); border-bottom: 2px solid rgb(70,75,65); }
.recurs_lateral h4 { background: rgb(70,75,65); color: rgb(231,229,225); padding: 7px 15px; margin: 0; }
.recurs_submenu { list-style: none; margin: 0; padding: 0 0 0 20px; }
.recurs_submenu li { margin: 0; padding: 0; }
.recurs_submenu a { display: block; border-bottom: 1px dashed rgb(70,75,65); padding: 7px 15px; }
.recurs_submenu li:last-child a { border: none; }

.comentaris { border: 1px solid rgba(85,148,120,0.75); padding: 10px 15px; }
.comentaris p { margin-bottom: 5px; }
.comentaris .autor { font-weight: bold; border-top: 1px dashed rgba(85,148,120,0.5); padding-top: 10px;margin-top: 10px; }
.comentaris .data { color: rgba(0,0,0,0.7); }
.comentaris .primer { border:none; padding-top: 0; margin-top: 0; }


.visita_refugi { width: 100%; height: 658px; }



.tres-col { column-count: 3; column-rule: 1px dotted rgba(70,75,65,0.5); column-gap: 50px; }
.dues-col { column-count: 2; column-rule: 1px dotted rgba(70,75,65,0.5); column-gap: 50px; }
.col-no-break { break-inside: avoid-column; }
.ref { margin-bottom: 25px; }

.bus span { display: inline-block; background: gray; color: white; font: 1em HelveticaNeueBC, Sans-serif; padding: 7px 0 6px 0; width: 35px; margin: 0 3px;text-align: center; }
.bus span.L1 { background-color: #FE003B; }
.bus span.L2 { background-color: #FFBE3D; }
.bus span.L3 { background-color: #008043; }
.bus span.L4 { background-color: #02A3CF; }
.bus span.L5{ background-color: #0071B4; }
.bus span.L6 { background-color: #916FB1; }
.bus span.L7 { background-color: #F6009A; }
.bus span.L8 { background-color: #A1908D; }
.bus span.L9 { background-color: #000; }
.bus span.L10 { background-color: #FF793D; }
.bus span.L11 { background-color: #42B649; }
.bus span.L12 { background-color: #921A1D; }
.gros { font-size: 2em; color: rgba(70,75,65,1) }


.taula_div { overflow-x: auto; }
.taula_div table { border-bottom: 3px solid rgba(70,75,65,0.3); margin-bottom: 1rem;/* background: rgba(255,255,255,0.45);*/ }
.taula_div table th { background: rgba(70,75,65,0.3); padding: 6px 10px; text-transform: uppercase; color: white; }
.taula_div table td { border-top: 2px solid rgba(179,2,1,0.3); padding: 6px 10px; }
.taula_div table td:first-child { padding-right: 3rem; }
.taula_div table td:last-child { text-align: right; }
.taula_div table tr.linia-punts td { border-top: 2px dashed rgba(52,58,64,0.2); }

.taula_div.dreta table td { text-align: right; }
.taula_div.dreta table td:first-child { text-align: left; }

/* SECCIONS */
/*#tarifes { background-image: url(img/fons/lletres.jpg), linear-gradient(90deg, rgba(229,229,229,0) 0%, rgba(229,229,229,0.7) 35%, rgba(229,229,229,0.7) 70%, rgba(229,229,229,0) 100%); background-size: cover; background-position: center center; background-blend-mode: luminosity; } */
.imatge_fons {  display: block; position: relative; background: linear-gradient(90deg, rgba(229,229,229,0.3) 0%, rgba(229,229,229,0.9) 35%, rgba(229,229,229,0.9) 65%, rgba(229,229,229,0.3) 100%); }
.imatge_fons::after { content: ""; background: url(img/fons/lletres2.jpg); background-size: cover; background-position: center center; background-blend-mode: luminosity;
  opacity: 0.2; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }

.fons_covid {  display: block; position: relative; background: linear-gradient(90deg, rgba(229,229,229,0.05) 0%, rgba(229,229,229,0.3) 35%, rgba(229,229,229,0.3) 65%, rgba(229,229,229,0.05) 100%); }
.fons_covid::after { content: ""; background: url(img/fons/covid.jpg); background-size: cover; background-position: center center; background-blend-mode: overlay;
  opacity: 0.2; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }

.fons_grups { background: rgba(70,75,65,0.1); margin-bottom: -29px; }

/*
.fons_agenda { display: block; position: relative; background: linear-gradient(90deg, rgba(229,229,229,0.3) 0%, rgba(255,255,255,0.95) 25%, rgba(255,255,255,0.95) 75%, rgba(229,229,229,0.3) 100%); }
.fons_agenda::after { content: ""; background: url(img/fons/bg_rellotge.jpg); background-size: cover; background-position: center center; background-blend-mode: luminosity;
  opacity: 0.2; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; }
  */
/*.fons_agenda h1 { margin-left: 10px; }*/
.fons_agenda #resultats h3 { display: none; }
/* .fons_agenda #resultats h2 { margin: auto 10px; }*/
.fons_agenda #resultats { margin: auto 10px; }

.fons_postit { background: rgba(245,208,58,0.3); padding: 0.5rem !important; color: rgba(0,0,0,0.7); }
.fons_postit h1 { margin-top: 25px;font-size: 2rem;}
.fons_postit img { height: 120px; opacity: 0.8; }
.fons_postit .col-md-5 { text-align: right; }
.fons_postit p { font-weight: bold; }

.xarxes-inici { background: rgb(231,229,225); }
.snapwidget-widget {height: 460px; }
.fb-page { background: white; position: absolute !important; right: 10px !important; }

/*.disc_horari { width: 130px; height: 130px; background-image: conic-gradient(from -45deg, green 58.38%, white 41.62%); border-radius: 50%; border: 5px solid gray; }*/
.disc_horari { width: 120px; height: 120px; margin-bottom: 10px; }
.boxed { background: rgba(70,75,65,0.15); border-radius: 12px; border: 5px solid white; margin-bottom: 20px; padding-top: 10px }




.formcerca { display: block; margin: 0px 20px 20px 20px; padding: 10px 15px; background: rgba(166,157,141, 0.2); border: 1px solid rgba(166,157,141, 0.75); border-left: none; border-right: none; }
.formcerca h2 { font: 1.8em 'Oswald', Sans-serif; color: rgba(166,157,141,1); margin: 0 0 10px 0; }
form.formcerca legend { color: rgba(166,157,141,0.6); font-size: 1.3em; font-weight: bold; border-bottom: 2px dotted rgba(166,157,141,0.3); padding-top: 15px; }
form .form-group label { font-size: 0.95em; }

.btn-group.filtres { width: 100%; }
.btn-group.filtres .input-group { display: inline-table; float: left; margin-right: 20px; }
.btn-group.filtres .btn { margin-right: 20px; border-color: rgb(227,55,45); border-radius: 5px !important; background: white; padding-left: 8px; }
.btn-group.filtres .glyphicon { margin-right: 5px; }
.btn-group.filtres .glyphicon-unchecked { color: rgba(166,157,141, 0.5); }
.btn-group.filtres .btn.selected { background: rgb(227,55,45); color: white; }
.btn-group.filtres .cercador-boto { background: rgb(227,55,45); border-color: rgb(227,55,45); color: white; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0; padding: 3px auto; }
.btn-group.filtres .cercador-boto:hover { background: black; border-color: black; }
.btn-group.filtres .dropdown-toggle { color: #000; }
.btn-group.filtres .camp-text { position: relative; border: 1px solid rgb(166,157,141); height: 34px; border-radius: 5px !important; background: white; padding-left: 8px; width: 190px; }
.btn-group.filtres .camp-text .glyphicon { margin-right: 0; position: absolute; left: 8px; top: 8px; }
.btn-group.filtres .camp-text .form-control { box-shadow: none; position: absolute; top: 4px; left: 28px; width: 125px; border: none; padding-top: 2px; padding-left: 3px; padding-right: 3px; padding-bottom: 2px; height: 24px; border-bottom: 1px dashed gray; }
.btn-group.filtres .camp-text.pelat { width: 315px; }
.btn-group.filtres .camp-text.pelat .form-control { left: 12px; width: 250px; }
.btn-group.filtres .camp-text .btn { position: absolute; width: 32px; right: 0; top: -15px; margin-right: 0; border: none; background: rgba(166,157,141, 1); color: white; border-radius: 5px; height: 32px; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.btn-group.filtres .camp-text .btn .glyphicon { display: inline-block; margin-right: 0; }
.btn-group.filtres .btn:hover { background: rgba(166,157,141, 1); color: white; }
.btn-group.filtres .btn:hover .glyphicon { color: white; }
.btn-group.filtres .camp-text:hover { background: rgba(166,157,141,1); color: white; }
.btn-group.filtres .camp-text:hover .glyphicon { color: white; }
.btn-group.filtres .camp-text:hover .form-control { background: rgba(166,157,141,1); color: white; border: 1px dashed white; }
.btn-group.filtres .camp-text:hover .btn { background: white; color: rgba(166,157,141,1);}
.btn-group.filtres .camp-text:hover .btn .glyphicon { color: rgba(166,157,141,1); }
.btn-group.filtres .camp-text:hover .btn:hover { background: black; }
.btn-group.filtres .camp-text:hover .btn:hover .glyphicon { color: white; }

.btn-group.filtres .camp-text.selected { background: rgba(166,157,141,1); }
.btn-group.filtres .camp-text.selected .glyphicon { color: white; }
.btn-group.filtres .camp-text.selected .form-control { background: rgba(166,157,141,1); color: white; border: 1px dashed rgba(255,255,255,0.7); }




/* MODIFICACIÓ AGENDA EMBED */
.age-prog p.tagged { font-family: 'Libre Franklin', Sans-serif; margin-right: 5px !important; }
.formcerca .btn-group.filtres .camp-text { height: 38px !important; }
.formcerca .btn-group.filtres .camp-text .btn { height: 36px !important; }
.btn { line-height: 1; }
.age-fitxa1 { padding-top: 10px !important; }
.age-fitxa1 h1 { font-family: 'Oswald', Sans-serif !important; font-size: 32px !important; line-height: 38px !important; letter-spacing: -1px !important; margin-right: 5px !important; }
.age-fitxa1 h2 { font-family: 'Oswald', Sans-serif !important; font-weight: 600 !important; font-size: 24px !important; line-height: 32px !important; line-height: 26px !important; letter-spacing: -0.5px !important; margin-right: 5px !important; }
.age-fitxa .cicle { background: rgba(179,2,1,0.40) !important; }
.age-fitxa .infobox td { font-family: 'Libre Franklin', Sans-serif !important; font-weight: 300 !important; }
.age-fitxa .infobox td:first-child { font-weight: 600 !important; }
.age-fitxa .descripcio { font-family: Merriweather, Serif !important; }
.age-fitxa .credits { font-family: Merriweather, Serif !important; }

.age-fitxa { margin: auto 0px; }

.botons a { padding: 1px 18px 2px 13px !important; font-size: 1em !important; }
.botons a.entrades { background: rgba(70,75,65,1) !important; font-family: Cairo, Sans-serif !important; }
.botons a.normal { font-family: Cairo, Sans-serif !important; }
.botons a.gris { font-family: Cairo, Sans-serif !important; }
.botons a.tornar { font-family: Cairo, Sans-serif !important; }
.botons .glyphicon { opacity:0.65; filter:alpha(opacity=65); }

.horaris, .horaris p { text-align: center; }


.text-left, .text-left p { text-align: left; }
.text-right, .text-right p { text-align: right; }
.text-center, .text-center p { text-align: center; }

 .yt-video { width: 770px; height: 433px; }
 .yt-video-col9 { width: 870px; height: 489px; }


@media (min-width: 1200px)
{
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1200px; }
}

@media only screen and (max-width: 1199px)
{
	.fb-page { position: relative !important; right: auto !important; }
  .premenu { display: none; }
  .idioma-toggled { display: block; }

	.idioma-toggled { list-style: none; margin: 0; padding: 0 0 0 20px; font-family: Aboreto, sans-serif; text-transform: uppercase; font-size: 12px; margin-bottom: 20px; text-align: center;  }
	.idioma-toggled li { margin: 0 auto; padding: 0; display: inline; }
	.idioma-toggled a { padding: 2px 8px 1px 8px; display: inline; font-weight: 400; color: rgba(255,255,255,0.7); }
	.idioma-toggled a.active { color: black; font-weight: 700; color: rgba(0,0,0,1); background: rgba(255,255,255,0.6); }
	.idioma-toggled a:hover { text-decoration: none;  }
	.idioma-toggled .disabled { opacity: 0.5; }

	.navbar-dark .navbar-nav { position: relative; width: 100%; right: 0; border-bottom: 1px solid rgba(255,255,255,0.6); margin-bottom: 10px; }
	.navbar-dark .navbar-nav .nav-link { border: none; }
	.dropdown-menu { background: none; border: none; box-shadow: none; text-align: center; margin-bottom: 20px; }
	.dropdown-item { border: none !important; padding: 0; }
/*
	.navbar-dark .navbar-nav { position: absolute; bottom: 0; right: 15px; }
	.navbar-dark .navbar-nav .nav-link {  font-family: OswaldR, Sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; color: white; letter-spacing: 1px; border-left: 1px solid white; padding: 0 15px 6px 15px; }

	.navbar-dark .navbar-toggler {  border-color: rgba(255,255,255,0.8); }
	.navbar-dark .navbar-toggler i { font-size: 150%; color: rgba(255,255,255,0.8); }

	.menutop a { border-bottom: 6px solid rgba(231,176,76,0); }
	.menutop a:hover { border-bottom: 6px solid rgba(166,157,141,1); color: rgba(166,157,141,1) !important; }
	.menutop .actiu a { border-color: rgb(231,176,76); color: rgb(231,176,76) !important; }
	.menutop a.navbar-brand:hover { border-color: rgba(0,0,0,0); }
	.menutop .fas { margin-left: 5px; }


	.dropdown-menu { background: rgba(60,64,55); border-color: rgb(179,2,1); box-shadow: 0 5px 20px rgba(0,0,0,0.25); margin-top: 0px; border-radius: 0px; border-top-left-radius: 0; border-top-right-radius: 0; transition: all .3s; border-left: 1px solid white; border-bottom: 1px solid white; padding: 0; }
	.dropdown-item { font-family: 'Merriweather Sans', Serif; font-weight: 300; padding: .40rem 15px; color: #FFF !important; border-bottom: none !important; border-bottom: 1px solid rgba(255,255,255,0.4) !important; }
	.dropdown-item:hover { background: linear-gradient(12deg, rgba(70,75,65,1) 0%, rgba(179,2,1,1) 52%, rgba(179,2,1,1) 100%); }
	.dropdown-item:last-child { border-bottom: none !important; }
	.menutop .actiu .dropdown-item { border-color: rgba(231,176,76,1); color: white !important; }
	.menutop .dropdown-item:hover { color: rgb(166,157,141) !important; }
	.menutop .dropdown-item.actiu { color: rgb(231,176,76) !important; }

	.menutop.petit { box-shadow: 0 5px 20px rgba(0,0,0,0.5) inset, 0 5px 15px rgba(0,0,0,0.5); }
	.menutop.petit .navbar-brand img { height: 55px; }
	.menutop.petit .navbar-brand div { font-size: 95.238%; padding-top: 8px; }
	.menutop.petit .navbar-brand span { display: inline; }
	.menutop.petit .nav-link { font-size: 13px; }
*/

	.navbar-dark .navbar-nav { position: relative; text-align: center; width: 100%; border: none; }
	.navbar-collapse { background: rgba(0,0,0,0.9); margin-top: 14px; }
	.dropdown-item { margin-bottom: 15px; }
}

@media (max-width: 767px)
{
	/*.navbar-dark .navbar-nav { position: relative; width: 54%; }*/
	.navbar-toggler { font-size: 1em; padding: 0.25rem 0.25rem; margin-top: -28px; }
	.navbar-toggler .fa-bars:before {  margin-left: -3px; margin-right: 1px; }
	.navbar-brand { padding-bottom: 0; padding-top: 0; }

	.tira { height: 55px; margin-top: 50px; }
	.carousel-item { margin-top: 50px; }
	.carousel-textos { display: none; }

	.menutop, .menutop.petit { height: 50px; padding-top: 10px; }
	.menutop .navbar-brand img { height: 30px; margin-right: 10px; margin-left: -5px; }
	.menutop .navbar-brand div { font-size: 11px; display: inline; padding-top: 6px; }
	.menutop.petit .navbar-brand { padding: 0; padding-top: 4px; }
	.menutop.petit .navbar-brand img { height: 30px; margin-right: 10px; margin-left: -5px; }
	.menutop.petit .navbar-brand div { font-size: 11px; display: inline; padding-top: 1px; }
	.menutop.petit .navbar-toggler { margin-top: -9px;  }


	.navbar-collapse { background: rgba(0,0,0,0.9); margin-top: -20px; }
	.navbar-dark .navbar-nav { border: none; }
	.navbar-dark .navbar-nav .nav-link { font-size: 16px; }
	.navbar-dark .navbar-nav .nav-link:first-child { margin-top: 15px; }



	/*.menutop.petit .navbar-brand span { display: inline; }
	.menutop.petit .navbar-brand strong { font-size: 15px; }*/
	.tres-col { column-count: 1; }

	.show-llistat { padding-bottom: 10px; min-height: auto; }
	.show-llistat.items4 { width: 47%; margin: 0 1.5%; }
	p.show-titol { font-size: 1em; margin: 0 10px 7px 10px; text-align: left; letter-spacing: -0.5px; }
	p.show-subtitol { font: 1.1em 'Libre Franklin', sans-serif;font-weight: 400; color: black; margin: 0 10px 7px 10px; text-align: left }
	p.show-data { font-size: 0.9em; text-align: left; margin-bottom: 0; }
	.noticies .titol { font-size: 1.2em; letter-spacing: -0.5px; }
	.noticies .intro { font: 1em/1.1em  }
	p.not-titol { font: 1.2em 'Libre Franklin', sans-serif; color: black; margin: 0 0 7px 0; text-align: left; letter-spacing: -0.5px; font-weight: 600; }
	p.not-txt { font: 1em 'Libre Franklin', sans-serif; color: #575452; margin: 0 0 7px 0; text-align: left; }


	#visor { height: 200px; overflow: hidden; margin-bottom: -15px; }
	.carousel-item { height: 350px; }
	.carousel-item img { height: 150px; width: auto; bottom: auto; margin-left: -25%; }
	.carousel-item .container {padding-left: 0; padding-right: 0; }
	.carousel-textos { display: block; bottom: auto; top: 150px; width: 100%; max-width: 100%; height: 250px; bottom: auto; z-index: 0; padding: 10px 45px 0 50px; }
	.carousel-mask { z-index: 0;}
	.carousel-textos .titol { font-size: 170%; }
	.carousel-textos .subtitol { font-size: 90%; margin-bottom: 0; }

	.alcaldia { width: 50%; }
	.alcaldes { padding-right: 15px !important; }

	.tres-col { column-count: 2; column-rule: 1px dotted rgba(70,75,65,0.5); column-gap: 50px; }
	.dues-col { column-count: 1; column-rule: 1px dotted rgba(70,75,65,0.5); column-gap: 50px; }



	h1 { font-size: 2rem; line-height: 2rem; }
	.fons_postit img { height: 80px; }
	.fons_postit .col-md-5, .fons_postit h1, .fons_postit p  { text-align: center; }
	.fons_postit h1 { font-size: 1.6rem; margin-top: 5px; }
	.fons_postit p { line-height: 1.1em; font-size: 0.85em; font-weight: normal; }
	.snapwidget-widget {height: 100px; }

	.expocards li { width: 48.5%; }
	.expocards a { height: 230px; }
	.expocards .nom { font-size: 1.1em; line-height: 1em; }
	.expocards .autor { font-size: 0.85em; margin-top: 0; line-height: 1em; }


	.tira { width: 100%; height: 55px; overflow: hidden; margin-bottom: 0; }
	.tira img { height: 100%; width: auto; display: block; margin: 0 auto; }

	#footer ul.social li{ padding: 10px 7px 0 7px; }
	#footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; }
	.logoaj img { width: 110px; margin-right: 25px; }
	.logoco img { width: 95px; margin-right: 25px; }
	.logoap img { width: 70px; margin-right: 25px; }
	.logoud img { width: 70px; }
	.peu2 { padding-left: 0; padding-right: 0; font-size: 90%; }
	.peu2 span { display: block !important; opacity: 0; height: 10px; }

	#menu_interior li { display: block; }
	#menu_interior li a { padding: 10px 10px 0 10px; margin-top: 5px; }

	#baner1 p { font-size: 1em; }

}

@media (max-width: 468px)
{
	.logoaj img, .logoco img { margin-bottom: 10px; }
	.peu-botons a { text-align: center; }
	.peu-botons .btn { display: block; text-align: center; margin: 0 auto; margin-bottom: 10px; width: 40%; }
	.container.contingut { padding: 0; }
	.ariadna { margin-bottom: 10px; }
	h1 { font-size: 1.4rem; line-height: 1.6rem; }
	h1 span { display: block; margin-left: 0; margin-top: 5px; }
	h1 span::before { display: none; }
	h2 { font-size: 1.2rem; line-height: 1.5rem; }
	h3 { font-size: 1.05rem; line-height: 1.2rem; }
	.dataFitxa { margin-top: 5px; }
	.introFitxa { font-size: 18px; line-height: 22px; }
	/*.primer-paragraf:first-letter { initial-letter: 2; }*/
	.txt { font-size: 15px; line-height: 22px; letter-spacing: -0.5px; }
	.btn-group.filtres { padding-bottom: 5px; }

	.carousel-item { height: 330px; }
	.carousel-control-prev { left: 10px; top: 40px; }
	.carousel-control-next { right: 10px; top: 40px; }
	.carousel-indicators { bottom: -10px; }
	.carousel-textos { display: none; border: none; background: rgba(70,75,65,0.7); }
	.fb_iframe_widget { margin-top: 20px; }
	.age-prog .foto { height: 100px !important; }

	.publicacions { margin-top: 20px; }
	.publicacions li { width: 100%; margin: 0 0 20px 0; height: auto; float: none; clear: both; }
	.publicacions .portada { height: auto; text-align: center; }
	.publicacions img { position: relative; bottom: auto; left: auto; transform: none; }
	.publicacions .titol { margin-top: -5px; margin-bottom: 5px; }
	.publicacions .data { padding-top: 5px; }
	.portada-llibre img { width: 60%; margin-bottom: 20px; }
	.menu-video { padding-top: 0; }
	.yt-video { aspect-ratio: 16/9; width: 100%; height: 210px; }
	.obra { width: 48%; height: 280px; }
	.obra .imatge { height: 120px; }
	.obra-fitxa { float: none; width: 100%; }
	#map.mapa-fitxa { float: none; width: 100%; height: 200px; }

	.fotos-visor, .fotos-visor li { height: 200px; }
	.objectes li, .educacio li { width: 98%; }
}