@import url('https://fonts.googleapis.com/css?family=Roboto');
@import "slicknav.css";
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v25/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    * personalitzat (aa 07/2014)
    */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
img,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
/*ol, ul {
    list-style: none;
    }*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #dfdfdf;
}
@media print {
  body {
    background-color: #fff;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.container {
  background-color: #fff;
  margin: 0 auto 40px auto;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 90%;
    max-width: 1200px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .container {
    width: 98%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 99%;
  }
}
.slicknav_menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .slicknav_menu {
    display: block;
  }
}
header {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ee7803), to(#f48822));
  background-image: linear-gradient(to right bottom, #ee7803 0%, #f48822 100%);
}
.capsalera {
  padding-right: 25%;
  position: relative;
  min-height: 120px;
}
@media only screen and (max-width: 767px) {
  .capsalera {
    padding-right: 45%;
  }
}
@media only screen and (max-width: 480px) {
  .capsalera {
    padding: 0;
  }
}
.capsalera ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capsalera ul li {
  display: inline-block;
  vertical-align: middle;
}
.logo {
  margin: 3px 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 60%;
    height: auto;
  }
}
.lema {
  /*margin-left: 1em;*/
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .lema {
    width: 60%;
  }
}
.lema-tit {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px #333;
  padding-top: 18px;
}
@media only screen and (max-width: 480px) {
  .lema-tit {
    font-size: 1.8rem;
  }
}
.lema-lema {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px #333;
  padding-top: 9px;
}
@media only screen and (max-width: 480px) {
  .lema-lema {
    font-size: 0.65rem;
  }
}
.altres {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .altres {
    display: block;
    width: 100%;
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 480px) {
  .altres {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 1rem;
  }
}
@media print {
  .altres {
    display: none;
  }
}
nav.idiomes {
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  nav.idiomes {
    float: left;
    width: 50%;
    text-align: left;
  }
}
@media print {
  nav.idiomes {
    display: none;
  }
}
nav.idiomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.idiomes li {
  display: inline-block;
  padding: 0 6px;
  border-right: 1px #fff solid;
  color: #fff;
  font-size: 0.8rem;
  /*font-weight: bold;*/
}
a.idioma {
  color: #000000;
  font-size: 0.8rem;
  text-decoration: none;
  /*font-weight: bold;*/
}
a.idioma:hover {
  color: #FFFFFF;
  /*font-weight: bold;*/
  text-decoration: none;
}
nav.idiomes li:last-child {
  border: none;
}
.acceso-zp {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  border-left: 1px #fff solid;
  padding: 8px 8px 0 8px;
  margin: 3px 0;
}
@media only screen and (max-width: 767px) {
  .acceso-zp {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .acceso-zp {
    display: none;
  }
}
@media print {
  .acceso-zp {
    display: none;
  }
}
.acceso-zp p {
  margin-bottom: 6px;
}
.acceso-zp a {
  color: #fff;
  text-decoration: none;
}
.acceso-zp a:hover {
  color: #fff;
  text-decoration: underline;
}
.acces-mobil {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 480px) {
  .acces-mobil {
    display: block;
  }
}
.acces-mobil a {
  color: #fff;
  font-size: 2.5rem;
}
.acces-mobil a:hover {
  color: #11568b;
}
.xsocials {
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  .xsocials {
    padding-top: 0;
    float: right;
    width: 50%;
  }
}
@media print {
  .xsocials {
    display: none;
  }
}
.xsocials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.xsocials ul li {
  display: inline-block;
  margin: 0 4px;
}
.xsocials img{
	max-width: 1.6rem;
}
.barra {
  clear: both;
  background-color: #4c4c4c;
  color: #fff;
  padding: 3px 5px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .barra {
    margin-bottom: 0.7rem;
  }
}
.barra ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.barra ul li {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .barra ul li {
    display: block;
    margin: 5px 0;
  }
}
.elem-1 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .elem-1 {
    width: 100%;
  }
}
.elem-2 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .elem-2 {
    width: 100%;
  }
}
.elem-3 {
  width: 33%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .elem-3 {
    width: 100%;
  }
}
.contacto-top:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.contacto-top {
  display: inline-block;
  margin: 0 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /*background-image: url(../Uploads/Imgs/Interface/ico_contacto.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 24px;*/
}
@media only screen and (max-width: 767px) {
  .contacto-top {
    margin: 0 0.5em 0 0;
  }
}
.contacto-top:hover,
.blog-top:hover {
  color: #fff;
  text-decoration: underline;
}
.blog-top:before {
  /*font-family: "Font Awesome 5 Free";
  content: "\f781";*/
  content: url(../Uploads/Imgs/interface/icono_blog_trasparente_20x20.png);
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  /*font-weight: 900;*/
}
.blog-top {
  display: inline-block;
  margin: 0 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-top {
    margin: 0;
  }
}
main {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lateral {
  float: left;
  width: 20%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .lateral {
    display: none;
  }
}
@media print {
  .lateral {
    display: none;
  }
}
footer {
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
}
footer ul li {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px #000 solid;
}
footer ul li:last-child {
  border: none;
}
footer li a {
  color: #000;
  text-decoration: none;
}
footer li a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-bottom {
  padding: 6px 15px;
  background-color: #4c4c4c;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .footer-bottom span {
    display: block;
    font-size: 0.875rem;
  }
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}
/******************* MENUS LATERALS *****************/
ul.mpb,
ul.mpb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ed963d;
}
ul.mpb {
  padding: 10px 5px;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
}
ul.mpb li {
  margin: 2px 0;
}
ul.mpb li a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 1px 3px 1px 20px;
  border: 1px transparent solid;
}
@media only screen and (max-width: 767px) {
  ul.mpb li a {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  ul.mpb li ul a {
    padding-left: 30px;
  }
}
a.open,
a.niv2-open,
a.niv3-open {
  color: #000 !important;
}
ul.mpb li a:hover {
  background-color: #ee8417;
  border: 1px #fff solid;
}
@media only screen and (max-width: 767px) {
  ul.mpb li a:hover {
    background-color: transparent;
    border: none;
  }
}
ul.mpb .niv-plus {
  background-image: url(../images/tmPlus.png);
  background-position: 2px 8px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpb .niv-plus {
    background-image: none;
  }
}
ul.mpb .niv-minus,
.open {
  background-image: url(../images/tmMinus.png);
  background-position: 2px 8px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpb .niv-minus,
  .open {
    background-image: none;
  }
}
ul.mpb .niv3:hover {
  background-image: url(../images/pBg3n_off.png);
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpb .niv3:hover {
    background-image: none;
  }
}
ul.mpb .niv3,
ul.mpb .niv3-open {
  background-image: url(../images/pBg3n_on.png);
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpb .niv3,
  ul.mpb .niv3-open {
    background-image: none;
  }
}
ul.mpv,
ul.mpv ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #c5d2e3;
}
ul.mpv {
  padding: 30px 5px 10px 5px;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  z-index: 10;
}
ul.mpv li {
  margin: 2px 0;
}
ul.mpv li a {
  color: #11568b;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 1px 3px 1px 20px;
  border: 1px transparent solid;
}
@media only screen and (max-width: 767px) {
  ul.mpv li a {
    padding-left: 10px;
  }
}
ul.mpv li a:hover {
  background-color: #8baad8;
  border: 1px #fff solid;
}
@media only screen and (max-width: 767px) {
  ul.mpv li a:hover {
    background-color: transparent;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  ul.mpv li ul a {
    padding-left: 30px;
  }
}
a.openv,
a.niv2-openv {
  color: #000 !important;
}
ul.mpv .niv-plusv {
  background-image: url(../images/tmPlus.png);
  background-position: 2px 8px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpv .niv-plusv {
    background-image: none;
  }
}
ul.mpv .niv-minusv,
.openv {
  background-image: url(../images/tmMinus.png);
  background-position: 2px 8px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  ul.mpv .niv-minusv,
  .openv {
    background-image: none;
  }
}
/************* #NAVS, funcionament menu *************/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  #nav1,
  #nav2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #nav1,
  #nav2 {
    display: none;
  }
}
#nav1 > li > a,
#nav2 > li > a {
  display: block;
}
#nav1 li ul,
#nav2 li ul {
  display: none;
}
#nav2 {
  position: relative;
}
.topnva2 {
  margin: 0 0 6px 0;
  background-color: #11568b;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../images/ico_zona_privada.png), url(../images/ico_zona_privada.png);
  background-position: 5px, 97%;
  background-repeat: no-repeat, no-repeat;
}
@media only screen and (max-width: 767px) {
  .topnva2 {
    display: none;
  }
}
/******************* zona privada ********************/
.tituloP {
  font-weight: bold;
  color: #11568b;
  border-bottom: none;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.lst-docs {
  width: 100%;
  border-collapse: collapse;
}
.lst-docs th {
  background-color: #9fb8dc;
  border-right: 2px #fff solid;
  color: #fff;
  padding: 6px;
  font-size: 1rem;
}
.lst-docs td {
  padding: 6px;
  border: 2px #fff solid;
  vertical-align: middle;
  line-height: 1.2rem;
  font-size: 0.875rem;
}
.lst-docs tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.lst-docs tbody tr:last-child td {
  border-bottom: 2px #f0f0f0 solid;
}
h2.privada {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(46%, #ffffff));
  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 46%);
  color: #11568b;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  padding: 5px;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  margin-bottom: 1em;
}
.destPrivada {
  background-image: url(images/bgDestHome.gif);
  background-repeat: repeat-x;
  background-color: #f6f6f6;
  /*font-family: Arial, Helvetica, sans-serif; */
  font-size: 13px;
  font-style: normal;
  color: #11568b;
  text-decoration: none;
  letter-spacing: 2px;
}
.asociado {
  background-color: #11568b;
  color: #FFFFFF;
  text-align: center;
  margin: 12px 4px;
  padding: 4px;
}
/************ BANNER BOLETIN ELECTRONICO *************/
.bgBannerBE {
  /*background-image: url(../images/bg_bannerBE.png);
  background-position: 10px 50px;
  background-repeat: no-repeat;*/
  background-color: #ebebeb;
}
@media only screen and (max-width: 480px) {
  .bgBannerBE {
    background-position: 10px 70px;
  }
}
.bgBannerBE-tit {
  background-color: #95b0d7;
  color: #2e2e2e;
  font-size: 0.75rem;
  text-align: right;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  margin: 1rem 0 0 0;
  padding: 3px 5px;
}
.bgBannerBE-desc {
  padding: 0.4rem;
  /*text-align: right;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;*/
}
.bgBannerBE a {
  font-weight: bold;
  /*color: #2e2e2e;*/
  text-decoration: none;
}
.bgBannerBE a:hover {
  font-weight: bold;
  /*color: #2e2e2e;*/
  text-decoration: underline;
}
ul.banners {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.banners li {
  margin: 6px 0;
}
@media only screen and (max-width: 767px) {
  ul.banners li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0.5rem 1%;
  }
}
@media only screen and (max-width: 480px) {
  ul.banners li {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
}
.banners img {
  border: none;
  width: 100%;
}
@media print {
  .banners img {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .banners-vip {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .banners-vip {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .banners-vip {
    visibility: hidden;
    display: none;
  }
}
@media print {
  .banners-vip {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .banners-vip {
    visibility: visible;
    margin: 2rem 0 0 0;
    padding: 1rem 20% 0 20%;
    border-top: 3px #ccc solid;
  }
}
@media only screen and (max-width: 480px) {
  .banners-vip {
    visibility: visible;
    margin: 2rem 0 0 0;
    padding: 1rem 10% 0 10%;
    border-top: 3px #ccc solid;
  }
}
/******************* ESPAIS CONTINGUTS *******************/
.wrap {
  float: left;
  width: 73%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .wrap {
    float: none;
    width: 98%;
  }
}
@media print {
  .wrap {
    width: 100%;
  }
}
.wrap img {
  max-width: 100%;
  height: auto;
}
.menusit {
  padding: 1em 0;
  font-size: 0.8rem;
  color: #2e2e2e;
}
.menusit a {
  font-size: 0.8rem;
  color: #2e2e2e;
  text-decoration: none;
}
.menus a:hover {
  color: #2e2e22;
  text-decoration: underline;
}
.home-destacat {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  margin-top: 5px;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 1.5em;
}
.home-destacat-ico {
  background-image: url(../images/ico_destHome.png);
  width: 20px;
  height: 21px;
  position: absolute;
  top: -10px;
  left: 10px;
}
.dest-item {
  background-color: #ededed;
  margin: 1rem 0;
  padding: 10px;
}
ul.secciones {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}
ul.secciones li {
  display: inline-block;
  padding: 10px;
  text-align: center;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  ul.secciones li {
    width: 46%;
  }
}
@media only screen and (max-width: 480px) {
  ul.secciones li {
    display: block;
    width: 100%;
  }
}
ul.secciones li:hover {
  background-color: #efefef;
}
.secciones a,
.sistemes a {
  /*font-size: 0.7rem;*/
  color: #a1a1a1;
  text-decoration: none;
}
.secciones a:hover,
.sistemes a:hover {
  color: #ee8417;
  text-decoration: none;
}
ul.sistemes {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
ul.sistemes li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.sistemes li {
    display: block;
    width: 100%;
  }
}
ul.sistemes li img {
  max-width: 80%;
}
h2.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(46%, #ffffff));
  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 46%);
  color: #ee7a03;
  padding: 10px;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.homebox1 {
  padding: 10px;
  /*border-bottom: 1px #ed7904 dotted;*/
  margin-bottom: 5px;
}
.vora-inferior-punts {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #ed7904), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ed7904 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.vora-vertical-punts {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ed7904), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#ed7904 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 6px;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 480px) {
  .vora-vertical-punts {
    /*ho convertim en horitzontal*/
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #ed7904), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #ed7904 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
}
.homebox1 h3,
.homeboxL h3,
.homeboxR h3 {
  margin-bottom: 0.8em;
}
a.home-bx-lnk {
  color: #ee7a03;
  /*font-weight: bold;*/
  text-decoration: none;
}
a.home-bx-lnk:hover {
  color: #ee7a03;
  text-decoration: underline;
}
/*.homebox-img{
	max-width: 20%;
}
.homeboxL{
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
	@media @mobiles-p{
		float: none;
		width: 100%;
		border-right: none;
	}	
}
.homeboxR{
	float: right;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
	@media @mobiles-p{
		float: none;
		width: 100%;
	}	
}*/
/*ul.actualidad{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.actualidad li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 8px;
}*/
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.flex-item {
  width: 47%;
  padding: 1%;
  margin: 0.3% 0.3%;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ed7904;
}
@media only screen and (max-width: 480px) {
  .flex-item {
    width: 100%;
  }
}
.flex-item:nth-child(odd) {
  /* vora vertical */
  border-right: 1px dashed #ed7904;
}
@media only screen and (max-width: 480px) {
  .flex-item:nth-child(odd) {
    border-right: none;
  }
}
.flex-item:first-child {
  border-right: none;
}
.flex-item h3 {
  padding-bottom: 10px;
}
.separa-nots {
  clear: both;
  height: 3px;
}
/***** jornades HOME *****/
ul.jornades-home {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jornades-home li {
  color: #222;
  background: rgba(237, 121, 4, 0.4);
  padding: 6px 1rem;
  margin: 0 0 1rem 0;
}
.jornades-home li:last-child {
  background-color: rgba(169, 169, 169, 0.4);
  text-align: center;
}
.home-agenda {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#c5d2e3), color-stop(46%, #e2e9f5));
  background-image: linear-gradient(to right bottom, #c5d2e3 0%, #e2e9f5 46%);
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  padding: 10px 10px 10px 50px;
  margin: 1em 0;
  position: relative;
  min-height: 155px;
}
.home-agenda-img {
  background-image: url(../images/tit-agenda-home.png);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 29px;
  height: 142px;
}
.row-home-agenda {
  display: table-row;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .row-home-agenda {
    display: block;
  }
}
.row-home-agenda-name {
  display: table-cell;
  width: 40%;
  font-size: 0.875rem;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .row-home-agenda-name {
    display: block;
    width: 99%;
  }
}
.row-home-agenda-data {
  display: table-cell;
  width: 30%;
  font-size: 0.875rem;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .row-home-agenda-data {
    display: block;
    width: 99%;
  }
}
.row-home-agenda-place {
  display: table-cell;
  width: 30%;
  font-size: 0.875rem;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .row-home-agenda-place {
    display: block;
    width: 99%;
    border-bottom: 1px dashed #476894;
  }
}
.tit-imagen {
  margin: 0 0 20px 0;
  height: 5em;
  background-position: right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .tit-imagen {
    margin-bottom: 3em;
  }
}
/******** canvi llistat fabricants a flexbox ******/
.flex-llistat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 480px) {
  .flex-llistat {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.flex-llistat-col1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.53%;
          flex: 0 0 11.53%;
  border-right: 2px #fff solid;
}
@media only screen and (max-width: 480px) {
  .flex-llistat-col1 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .flex-llistat-col1 img {
    max-width: 60% !important;
    max-height: 80px !important;
  }
}
.flex-llistat-col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.63%;
          flex: 0 0 39.63%;
  border-right: 2px #fff solid;
}
@media only screen and (max-width: 480px) {
  .flex-llistat-col2 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border: none;
  }
}
.flex-llistat-col3 {
  -webkit-box-flex: 12.79%;
      -ms-flex: 12.79%;
          flex: 12.79%;
  border-right: 2px #fff solid;
}
@media only screen and (max-width: 480px) {
  .flex-llistat-col3 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border: none;
  }
}
.flex-llistat-col4 {
  -webkit-box-flex: 34.23%;
      -ms-flex: 34.23%;
          flex: 34.23%;
}
@media only screen and (max-width: 480px) {
  .flex-llistat-col4 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    border-bottom: 4px #fff solid !important;
  }
}
/***** Jornades en taules que �s un flex-llistat *****/
.flex-jornades {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  flex-wrap: wrap;
}
.flex-jornades .item {
  padding: 10px;
  width: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100px;
  background: rgba(153, 153, 153, 0.1);
  margin: 0 0 2px 0;
}
@media only screen and (max-width: 767px) {
  .flex-jornades .item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .flex-jornades .item {
    width: 100%;
  }
}
.flex-jornades .actual {
  background: rgba(238, 120, 3, 0.1);
}
.flex-jornades h4 {
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
}
.flex-jornades ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lst-header {
  background-color: #ee7a03;
  color: #fff;
  padding: 4px;
  border-bottom: 2px #fff solid;
  font-size: 0.875rem;
}
@media only screen and (max-width: 480px) {
  .lst-header {
    display: none;
  }
}
.lst-item {
  background-color: #fdf1e5;
  color: #444;
  font-size: 0.8125rem;
  padding: 4px;
  border-bottom: 2px #fff solid;
}
@media only screen and (max-width: 480px) {
  .lst-item {
    border: none;
  }
}
.show-more-main {
  margin: 30px 0;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
}
a.mostra-mes {
  cursor: pointer;
  font-weight: bold;
}
a.mostra-mes:hover {
  font-weight: bold;
}
ul.litResultat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.litResultat li {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
}
/**** CONTINGUTS ACORDI� *****/
.flex-jornades .accordion {
  background-color: #f6a255;
  color: #222;
  cursor: pointer;
  padding: 0.2rem;
  margin: 5px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.875rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Roboto', sans-serif;
}
.ja-feta {
  background-color: #cecece !important;
}
.ja-feta:hover {
  background-color: #666666 !important;
}
.ja-feta .active {
  background-color: #666 !important;
  color: #444;
}
.flex-jornades .accordion .active,
.flex-jornades .accordion:hover {
  background-color: #F48822;
  color: #fff;
}
.flex-jornades .accordion:after {
  content: '\002B';
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.flex-jornades .active:after {
  content: "\2212";
}
.flex-jornades .panel {
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.6);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
}
/**************************************************/
.menu3 {
  background-color: #eea357;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  margin-bottom: 1em;
}
.menu3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu3 ul li {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px #000 solid;
  color: #fff;
  margin: 4px 0;
}
.menu3 ul li:last-child {
  border-right: none;
}
.menu3 a {
  color: #2e2e2e;
  text-decoration: none;
}
.menu3 a:hover {
  color: #fff;
  text-decoration: none;
}
/*********** Publicacions ************/
ul.pubs {
  margin: 0;
  padding: 0;
}
ul.pubs li.niv1 {
  list-style: none;
  border-bottom: 1px #11568b solid;
  padding-bottom: 4px;
}
ul.pubs li.niv2 {
  list-style: none;
  padding-bottom: 4px;
  padding-left: 20px;
}
ul.pubs li.niv1 h2 {
  /*font-weight: bold;*/
}
ul.pubs li.niv2 h3 {
  color: #F48822;
  font-weight: bold;
}
ul.pubs li.niv1 a:hover {
  color: #11568b;
  text-decoration: none;
}
ul.pubs li.det-pub {
  /*list-style-image: url(../Uploads/Imgs/Menu_arriba/punto.gif);*/
  /*background-image: url(../Uploads/Imgs/Menu_arriba/punto.gif);
	background-position: -7px 7px;
	background-repeat: no-repeat;*/
  list-style: none;
  margin-left: 20px;
  padding: 4px 0;
  border-bottom: 1px #11568b solid;
}
ul.index-pubs li {
  margin-bottom: 0;
}
/*************** FINESTRA POPUP O MODAL *****************/
.modal {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 14px;
  background-color: #dfdfdf;
}
.modal .wrap {
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.modal .top1 {
  background-color: #ee7a03;
  position: relative;
}
.passos {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-weight: bold;
}
.modal h1 {
  background-color: #4c4c4c;
  color: #fff;
  padding: 4px;
  border: none;
}
.modal h2 {
  margin-bottom: 1em;
}
.modal main {
  padding: 20px 15px;
}
.resum-comanda {
  width: 100%;
  margin-bottom: 1em;
}
.resum-comanda th {
  font-weight: bold;
  background-color: #4c4c4c;
  color: #fff;
  padding: 3px;
}
.resum-comanda td {
  padding: 3px 6px;
}
.resum-comanda tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
/************** resultats cercador **************/
.pagAnt {
  float: left;
  width: 20%;
  height: 1.5em;
  padding-top: 0.8em;
}
.pagSeg {
  float: right;
  width: 25%;
  height: 1.5em;
  padding-top: 0.8em;
  text-align: right;
}
/************** TITOLS SECCIONS ****************/
.titAdoq {
  color: #de7a25;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titVista {
  color: #de292e;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titForja {
  color: #f49401;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titTabiq {
  color: #d07200;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titTable {
  color: #f8b830;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titTejas {
  color: #ac1e38;
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.titAltres {
  border-bottom: none;
  margin: 0.5em 0 1em 0;
}
.divSeccion {
  padding: 1rem;
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 480px) {
  .divSeccion {
    font-size: 2rem;
  }
}
.divSeccion img {
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .divSeccion img {
    width: 30%;
    height: auto;
  }
}
.bgTablero {
  background-color: #f8b830;
}
.bgTejas {
  background-color: #ac1e38;
}
.bgTabiq {
  background-color: #d07200;
}
.bgForja {
  background-color: #f49401;
}
.bgVista {
  background-color: #de292e;
}
.bgAdoq {
  background-color: #e59656;
}
.bgAltres {
  background-color: #dfdfdf;
}
ul.menu-secciones {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.menu-secciones li {
  display: inline-block;
  margin: 0;
  border-right: 2px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3px;
}
@media only screen and (max-width: 480px) {
  ul.menu-secciones li {
    border-bottom: 2px #fff solid;
  }
}
ul.menu-secciones li:last-child {
  border-right: none;
}
ul.menu-secciones a {
  text-decoration: none;
  padding: 4px 12px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.menu-secciones a {
    width: auto;
    padding: 4px 15px;
  }
}
a.msTable {
  background-color: #f8b830;
  color: #fff;
}
a.msTable:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msTable {
  display: block;
  background-color: #facb69;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msTejas {
  background-color: #ac1e38;
  color: #fff;
}
a.msTejas:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msTejas {
  display: block;
  background-color: #d82544;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msTabiq {
  background-color: #d07200;
  color: #fff;
}
a.msTabiq:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msTabiq {
  display: block;
  background-color: #fb8a00;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msForja {
  background-color: #f49401;
  color: #fff;
}
a.msForja:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msForja {
  display: block;
  background-color: #fea41d;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msVista {
  background-color: #de292e;
  color: #fff;
}
a.msVista:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msVista {
  display: block;
  background-color: #e55659;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msAdoq {
  background-color: #de7a25;
  color: #fff;
}
a.msAdoq:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.msAdoq {
  display: block;
  background-color: #e59656;
  color: #fff;
  padding: 4px 12px;
  text-align: center;
}
a.msAltres {
  background-color: #dfdfdf;
  color: #222;
}
a.msAltres:hover {
  color: #222;
  text-decoration: none;
  opacity: 0.8;
}
.msAltres {
  display: block;
  background-color: #e9e9e9;
  color: #222;
  padding: 4px 12px;
  text-align: center;
}
/***** estadisticas *****/
.cajaDest {
  background-color: #fff9f3;
  border: 1px #f5ad63 solid;
  padding: 4px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
/********* comunicados prensa ************/
ul.comunicados {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comunicados li {
  margin-left: 120px;
  position: relative;
  padding: 8px;
  border-top: 1px #cdcdcd solid;
}
@media only screen and (max-width: 480px) {
  .comunicados li {
    margin-left: 100px;
  }
}
.comunicados li:last-child {
  border-bottom: 1px #cdcdcd solid;
}
.comunicados li img {
  position: absolute;
  left: -120px;
  top: 5px;
  max-width: 100px;
}
@media only screen and (max-width: 480px) {
  .comunicados li img {
    left: -100px;
    max-width: 90px;
  }
}
.comunicados h2 {
  font-size: 1rem;
}
.datacom {
  font-size: 0.75rem;
  color: #333;
}
/***** LLISTAT RESPONSIVE OBRES *****/
.lista-resp-obras {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lista-resp-obras li {
  padding: 10px 5px 10px 5px;
  display: inline-block;
}
.lista-resp-obras li:hover {
  background-color: #dfdfdf;
}
.tit-llistat {
  display: block;
  font-weight: bold;
}
/************** BUTLLETINS ***********************/
.selec-boletin ul {
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
  text-align: right;
}
.selec-boletin li {
  display: inline-block;
  /*margin: 0 0 0 10px;*/
}
.selec-boletin li:after {
  content: "|";
  padding: 0 0 0 6px;
}
.selec-boletin li:last-child:after {
  content: "";
}
.bgTopBol3 {
  background-color: #ee7a03;
}
.bgTopBol3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bgTopBol3 ul li {
  display: inline-block;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  vertical-align: baseline;
  margin: 0;
}
.nbutlleti3 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-size: 1.8rem;
}
.data-butlleti h2 {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.bgTopBol {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8cb9b), to(#ffffff));
  background-image: linear-gradient(to bottom, #f8cb9b 0%, #ffffff 100%);
  border-radius: 7px 7px 0 0;
  padding: 7px 7px 7px 50px;
  position: relative;
  color: #ee7a03;
}
.bgTopBol-img {
  background-image: url(/hispalyt/images/topBoletin.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 32px;
  height: 43px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.lnk-top-boletin {
  text-align: right;
  color: #ee7a03;
}
.bol-tit-seccio {
  background-color: #ee7a03;
  padding: 3px 3px 3px 42px;
  position: relative;
  color: #fff;
}
.bol-tit-seccio-img {
  position: absolute;
  bottom: 0;
  left: 5px;
}
.fonsbol {
  background-color: #fdf1e5;
  margin-bottom: 10px;
}
ul.bol-noticias {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.bol-noticias li {
  margin: 0 10px;
  padding: 10px 10px 10px 120px;
  position: relative;
}
.boletin-img {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 100px;
  border: 1px solid #f5ad63;
}
.bol-portada {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.portada-div {
  background-color: #fff9f3;
  border: 1px solid #f5ad63;
  padding: 10px;
}
.portada-img {
  float: right;
  margin-left: 15px;
}
h2.titular2 a {
  color: #444;
  font-weight: bold;
  text-decoration: none;
}
.row-bol-agenda {
  display: table-row;
  width: 100%;
  margin: 0 10px;
  background-color: #fdf1e5;
}
.row-bol-agenda-data {
  display: table-cell;
  width: 40%;
  padding: 4px 10px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row-bol-agenda-desc {
  display: table-cell;
  width: 55%;
  padding: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row-bol-agenda-desc a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.row-bol-agenda-desc a:hover {
  color: #444;
  text-decoration: underline;
}
a.mas {
  font-weight: bold;
  color: #ed7904;
  text-decoration: none;
}
.iframe-gm {
  position: relative;
  padding-bottom: 70.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.iframe-gm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/******************** Tree View *******************/
.treeview,
.treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview ul {
  /*background-color: white;*/
  margin-top: 4px;
}
.treeview .hitarea {
  background: url(../images/TreeView/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}
.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
  background-color: #eee;
}
#treecontrol {
  margin: 1em 0;
  display: none;
}
.treeview .hover {
  color: red;
  cursor: pointer;
}
.treeview li {
  background: url(../images/TreeView/treeview-default-line.gif) 0 0 no-repeat;
}
.treeview li.collapsable,
.treeview li.expandable {
  background-position: 0 -176px;
}
.treeview .expandable-hitarea {
  background-position: -80px -3px;
}
.treeview li.last {
  background-position: 0 -1766px;
}
.treeview li.lastCollapsable,
.treeview li.lastExpandable {
  background-image: url(../images/TreeView/treeview-default.gif);
}
.treeview li.lastCollapsable {
  background-position: 0 -111px;
}
.treeview li.lastExpandable {
  background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea,
.treeview div.lastExpandable-hitarea {
  background-position: 0;
}
.treeview-red li {
  background-image: url(../images/TreeView/treeview-red-line.gif);
}
.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
  background-image: url(../images/TreeView/treeview-red.gif);
}
.treeview-black li {
  background-image: url(../images/TreeView/treeview-black-line.gif);
}
.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
  background-image: url(../images/TreeView/treeview-black.gif);
}
.treeview-gray li {
  background-image: url(../images/TreeView/treeview-gray-line.gif);
}
.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
  background-image: url(../images/TreeView/treeview-gray.gif);
}
.treeview-famfamfam li {
  background-image: url(../images/TreeView/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
  background-image: url(../images/TreeView/treeview-famfamfam.gif);
}
.filetree li {
  padding: 3px 0 2px 16px;
}
.filetree span.folder,
.filetree span.file {
  padding: 1px 0 1px 16px;
  display: block;
}
.filetree span.folder {
  background: url(../images/TreeView/folder.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
  background: url(../images/TreeView/folder-closed.gif) 0 0 no-repeat;
}
.filetree span.file {
  background: url(../images/TreeView/file.gif) 0 0 no-repeat;
}
/* back to top */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#back-to-top a {
  width: 108px;
  display: block;
  text-align: center;
  /*font: 11px/100% Arial, Helvetica, sans-serif;*/
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  transition: 1s;
}
#back-to-top a:hover {
  color: #000;
}
#back-to-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #fac493 url(../images/up-arrow.png) no-repeat center center;
  border-radius: 15px;
  -webkit-transition: 1s;
  transition: 1s;
}
#back-to-top a:hover span {
  background-color: #F48822;
}
/**** CONTINGUTS ACORDI� *****/
.accordion {
  background-color: #F48822;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
  margin: 5px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.active,
.accordion:hover {
  background-color: #c5d2e3;
}
.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.2s ease-out;
  transition: max-height 1.2s ease-out;
}
/******* iframes BIM i CAD *******/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .bim-iframe {
    max-height: 600px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .bim-iframe {
    max-height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .bim-iframe {
    max-height: 350px;
  }
}
/*@import "jquery.fancybox.css?v=2.1.5";*/
/********** ACCESO ZONA PRIVADA **************/
.acceso-zp fieldset {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.acceso-zp label {
  float: left;
  color: #fff;
  width: 35%;
  font-size: 0.8rem;
}
.acceso-zp input[type=text],
.acceso-zp input[type=password] {
  background-color: #FFFFFF;
  border-right: 1px #f48622 solid;
  border-left: 1px #f48622 solid;
  border-bottom: 1px #bfbfbf solid;
  border-top: 1px #e5caaf solid;
  font-size: 0.8rem;
  color: #2e2e2e;
  width: 45%;
  padding: 0 2px;
}
.acceso-zp input[type=submit] {
  background-color: #2e2e2e;
  color: #FFF;
  font-size: 0.875rem;
  font-family: 'Roboto', sans-serif;
  border: none;
  padding: 3px 10px;
  cursor: pointer;
}
.acceso-zp input[type=submit]:hover {
  background-color: #757575;
}
.acceso-zp button,
.form-buscador button {
  border: none;
  background-color: transparent;
}
.cercador button {
  background-color: transparent;
  border: none;
}
.form-buscador {
  float: right;
}
@media only screen and (max-width: 480px) {
  .form-buscador {
    float: none;
  }
}
.form-buscador fieldset {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.form-buscador p {
  margin: 0;
  line-height: normal;
}
.form-buscador label {
  padding-right: 5px;
  float: none;
}
.form-buscador input[type=text] {
  color: #2e2e2e;
  background-color: #FFFFFF;
  border: 1px #4c4c4c solid;
  font-size: 0.6875rem;
  padding: 0 2px;
}
/**************** fabricants **************/
.fab-busca,
.soc-busca {
  background-color: #eee;
  padding: 10px 25px 0 25px !important;
  margin-bottom: 2em !important;
}
.colform {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .colform {
    float: none;
    width: 100%;
  }
}
.colform select {
  height: 140px;
  /*font-size: 11px;*/
}
.colform label,
.label-block {
  float: none !important;
  width: 100% !important;
  display: block;
}
.soc-busca select {
  width: auto !important;
}
/**************** generals ****************/
.wrap fieldset {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  position: relative;
}
.wrap label {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .wrap label {
    float: none;
    width: 100%;
    display: block;
  }
}
.wrap input[type="text"],
.wrap input[type="email"],
.wrap select {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 60%;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .wrap input[type="text"],
  .wrap input[type="email"],
  .wrap select {
    width: 90%;
  }
}
.wrap input[type=password] {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 30%;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .wrap input[type=password] {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .wrap select {
    width: auto;
  }
}
.wAdap {
  width: auto !important;
}
.wrap textarea {
  border: 1px solid #cfcfcf;
  padding: 2px 3px;
  width: 60%;
  height: 5em;
  font-size: 0.875rem;
  color: #666;
}
.w50 {
  width: 30% !important;
}
@media only screen and (max-width: 480px) {
  .w50 {
    width: 80% !important;
  }
}
.wrap input[type=submit] {
  background-color: #11568b;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.wrap input[type=submit]:hover,
.wrap input[type=reset]:hover {
  opacity: 0.8;
}
.wrap input[type=reset] {
  background-color: #ccc;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #000;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  margin-left: 2em;
}
.selec-boletin select {
  width: auto;
}
.selec-boletin p {
  color: #ee7a03;
  text-align: right;
}
.selec-boletin a {
  color: #ee7a03;
}
.selec-boletin a:hover {
  color: #ee7a03;
}
.wrap input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.wrap input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  /*line-height:20px;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  /*font-size:20px;*/
  vertical-align: middle;
  cursor: pointer;
}
.wrap input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}
.wrap label.css-label {
  background-image: url(../images/csscheckbox_7875fc1239d5ca042ef23656d749e383.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrap p.submit {
    margin-top: 40px;
  }
}
p.botons-accio {
  margin-top: 1em;
}
p.avis-form {
  text-align: right;
  font-style: italic;
}
h2.frm-boletin {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f28a21), to(#ee7d04));
  background-image: linear-gradient(to bottom, #f28a21 0%, #ee7d04 100%);
  border-top: 1px #f7b97a solid;
  -webkit-box-shadow: 0 3px 5px #b2b2b2;
          box-shadow: 0 3px 5px #b2b2b2;
  color: #fff;
  margin-bottom: 1em;
  padding: 3px;
}
fieldset.izp {
  margin: 4rem auto;
  width: 50%;
}
.izp label {
  display: block;
}
.izp input[type=text],
.izp input[type=password] {
  border: 1px #ccc solid;
  padding: 2px 1px;
  font-size: 0.875rem;
}
.izp input[type=submit] {
  border: none;
  background-color: #EE7D04;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  padding: 6px 16px;
  cursor: pointer;
}
.izp input[type=submit]:hover {
  opacity: 0.8;
}
.afegit {
  font-style: italic;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .afegit {
    display: block;
  }
}
/*************************************************************************/
/************ estil formulari inscripci� premio arquitectura *************/
/*************************** (aa 06/2015) ********************************/
h2 {
  color: #ee7a03;
  font-size: 13px;
}
ul.XVI-L,
ul.V-T,
ul.XVII-L,
ul.VI-T {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.XVI-L li,
ul.V-T li,
ul.XVII-L li,
ul.VI-T li {
  display: inline-block;
  margin: 0;
  border-right: 2px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
}
@media only screen and (max-width: 480px) {
  ul.XVI-L li,
  ul.V-T li,
  ul.XVII-L li,
  ul.VI-T li {
    border-bottom: 2px #fff solid;
    width: auto;
  }
}
ul.XVI-L li:last-child,
ul.V-T li:last-child,
ul.XVII-L li:last-child,
ul.VI-T li:last-child {
  border-right: none;
}
ul.XVI-L li a {
  display: block;
  text-decoration: none;
  background-color: #f2795c;
  color: #fff;
  padding: 4px 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.XVI-L li a {
    width: auto;
    padding: 4px 15px;
  }
}
ul.XVII-L li a {
  display: block;
  text-decoration: none;
  background-color: #759d9f;
  color: #fff;
  padding: 4px 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.XVII-L li a {
    width: auto;
    padding: 4px 15px;
  }
}
ul.V-T li a {
  display: block;
  text-decoration: none;
  background-color: #f3aa5b;
  color: #fff;
  padding: 4px 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.V-T li a {
    width: auto;
    padding: 4px 15px;
  }
}
ul.VI-T li a {
  display: block;
  text-decoration: none;
  background-color: #b98168;
  color: #fff;
  padding: 4px 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.VI-T li a {
    width: auto;
    padding: 4px 15px;
  }
}
ul.XVI-L li a:hover,
ul.V-T li a:hover,
ul.XVII-L li a:hover,
ul.VI-T li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
ul.XVI-L .tab-actiu,
ul.XVII-L .tab-actiu {
  display: block;
  text-decoration: none;
  background-color: #facfc6;
  color: #444;
  padding: 4px 20px;
  text-align: center;
}
ul.V-T .tab-actiu,
ul.VI-T .tab-actiu {
  display: block;
  text-decoration: none;
  background-color: #fbe1c6;
  color: #444;
  padding: 4px 20px;
  text-align: center;
}
h1.XVI-L,
.XVI-L h1 {
  font-size: 1.4rem;
  color: #f2795c;
  margin-bottom: 1rem;
}
h1.XVII-L,
.XVII-L h1 {
  font-size: 1.4rem;
  color: #759d9f;
  margin-bottom: 1rem;
}
.XVI-L h2 {
  font-size: 1rem;
  color: #f2795c;
  margin-bottom: 1rem;
}
.XVII-L h2 {
  font-size: 1rem;
  color: #759d9f;
  margin-bottom: 1rem;
}
.XVI-L legend,
.XVII-L legend {
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.XVI-L .legend-text {
  color: #f2795c;
  font-weight: bold;
  margin: 0.8rem 0;
  display: block;
}
.XVII-L .legend-text {
  color: #759d9f;
  font-weight: bold;
  margin: 0.8rem 0;
  display: block;
}
.XVI-L .form_button {
  background-color: #f2795c !important;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.XVII-L .form_button {
  background-color: #759d9f !important;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.form_button a:hover{
	text-decoration: none !important;
}
.XVI-L input[type=text],
.XVI-L select {
  border-color: #facfc6;
}
.XVII-L input[type=text],
.XVII-L select {
  border-color: #759d9f;
}
.XVI-L .txtTar15b {
  color: #f2795c;
}
.XVI-L .txtTar15b {
  color: #759d9f;
}
.XVI-L .info-tip {
  /*background-color: #f2795c;
	color: #fff;*/
  color: #f2795c;
  margin: 0 5px;
  padding: 3px;
}
.XVII-L .info-tip {
  /*background-color: #f2795c;
	color: #fff;*/
  color: #759d9f;
  margin: 0 5px;
  padding: 3px;
}
h1.V-T,
.V-T h1 {
  font-size: 1.4rem;
  color: #f3aa5b;
  margin-bottom: 1rem;
}
h1.VI-T,
.VI-T h1 {
  font-size: 1.4rem;
  color: #b98168;
  margin-bottom: 1rem;
}
h2.V-T,
.V-T h2 {
  font-size: 1rem;
  color: #f3aa5b;
  margin-bottom: 1rem;
}
h2.VI-T,
.VI-T h2 {
  font-size: 1rem;
  color: #b98168;
  margin-bottom: 1rem;
}
.V-T legend,
.VI-T legend {
  float: left;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.V-T .legend-text {
  color: #f3aa5b;
  font-weight: bold;
  margin: 0.8rem 0;
  display: block;
}
.VI-T .legend-text {
  color: #b98168;
  font-weight: bold;
  margin: 0.8rem 0;
  display: block;
}
.V-T .form_button {
  background-color: #f3aa5b !important;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.VI-T .form_button {
  background-color: #b98168 !important;
  font-family: 'Roboto', sans-serif;
  padding: 4px 10px;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.V-T input[type=text],
.V-T select {
  border-color: #fbe1c6;
}
.VI-T input[type=text],
.VI-T select {
  border-color: #b98168;
}
.V-T .txtTar15b {
  color: #f3aa5b;
}
.VI-T .txtTar15b {
  color: #b98168;
}
.V-T .info-tip {
  /*background-color: #f2795c;
	color: #fff;*/
  color: #f3aa5b;
  margin: 0 5px;
  padding: 3px;
}
.VI-T .info-tip {
  /*background-color: #f2795c;
	color: #fff;*/
  color: #b98168;
  margin: 0 5px;
  padding: 3px;
}
.inscripcio-p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.caixa-frm-inscripcio {
  width: 45%;
  padding: 1%;
  margin: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 2px #ccc solid;
}
@media only screen and (max-width: 480px) {
  .caixa-frm-inscripcio {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.caixaForm {
  border: 2px #e8e8e8 solid !important;
  background-color: #efefef;
  margin: 1rem 0 !important;
  padding: 0.8rem !important;
}
/*.caixaForm label{
	width: 110px;
	float: left;
}*/
.caixaForm th {
  background-color: #f4dcd7;
  font-size: 0.875rem;
  padding: 5px;
  vertical-align: bottom;
}
.caixaForm td {
  padding: 0 5px;
  font-size: 0.875rem;
}
.concursL15 {
  color: #996699;
}
.txtTar15b {
  color: #ce624b;
  font-size: 15px;
}
.txtTar13b {
  color: #ce624b;
  font-size: 13px;
}
.ajudaInscripcio {
  background: #f7f7f7;
  padding: 10px 20px;
  border: 1px #c2c1c1 solid;
  margin: 20px 50px;
}
@media only screen and (max-width: 480px) {
  .ajudaInscripcio {
    margin: 20px 0;
  }
}
ul.botons-accio {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
/*ul.botons-accio li {
  display: inline-block;
  width: 49%;
  margin: 0;
}*/
/*ul.botons-accio li:last-child {
  text-align: right;
}*/
.falta-doc {
  background-image: url(../images/exclamation.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  color: red;
}
.hiha-doc {
  background-image: url(../images/accept.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.ajusta-img img {
  max-width: 100%;
}
.radio-toolbar {
  float: right;
  width: 75%;
  margin-bottom: 0.8rem;
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  float: none;
  display: inline-block;
  background-color: #ddd;
  padding: 4px 11px;
  font-size: 14px;
  cursor: pointer;
  margin: 6px 4px;
  width: auto;
}
.XV-L .radio-toolbar input[type="radio"]:checked + label,
.XVI-L .radio-toolbar input[type="radio"]:checked + label,
.XVII-L .radio-toolbar input[type="radio"]:checked + label {
  background-color: #cd5f0e;
  color: #fff;
}
.IV-T .radio-toolbar input[type="radio"]:checked + label,
.V-T .radio-toolbar input[type="radio"]:checked + label,
.VI-T .radio-toolbar input[type="radio"]:checked + label {
  background-color: #dd9842;
  color: #fff;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #444444;
  text-decoration: none;
}
p,
li {
  font-size: 0.875rem;
  margin-bottom: 0.8em;
  line-height: 1.4em;
}
h1 {
  font-size: 1.4rem;
  color: #ee7803;
  /*border-bottom: 1px #cdcdcd solid;*/
}
h2 {
  font-size: 1rem;
  color: #ee7803;
}
a {
  color: #11568b;
  text-decoration: none;
}
a:hover {
  color: #ee7803;
  text-decoration: underline;
}
img {
  border: none;
}
.lnkbol {
  font-weight: bold;
  color: #2e2e2e;
  text-decoration: none;
}
a.lnkbol {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
a.lnkbol:hover {
  font-weight: bold;
  color: #2e2e2e;
  text-decoration: underline;
}
.texto {
  color: #222222;
  text-decoration: none;
}
.textoAzul {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
.textoRojo {
  color: #990000;
  text-decoration: none;
}
.destacado {
  color: #11568b;
  text-decoration: none;
}
.destacado_b {
  font-weight: bold;
  color: #11568b;
  text-decoration: none;
}
a.destacado {
  color: #ee7803;
  text-decoration: none;
}
a.destacado:hover {
  color: #11568b;
  text-decoration: none;
}
a.destBnrHome {
  color: #ee7803;
  text-decoration: none;
}
a.destBnrHome:hover {
  color: #2e2e2e;
  text-decoration: none;
}
.titulo {
  font-weight: bold;
  font-size: 1rem;
  color: #F18645;
  text-decoration: none;
  /*letter-spacing: 2px;*/
  /*padding-top: 2.5em;*/
  border-bottom: none;
}
.tituloNI {
  /*font-weight: bold; */
  color: #ee7803;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 2px;
  border-bottom: none;
  margin-bottom: 1em;
}
.capcalendari {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #9fb8dc;
}
.calendari {
  border: 1px #9fb8dc solid;
}
.calendarics {
  border: 1px #9fb8dc solid;
  background-color: #f0f0f0;
  color: #FF0000;
}
.voragris {
  border: 1px #cdcdcd solid;
  padding: 4px;
}
.llistapunt {
  list-style-image: url(../Uploads/Imgs/Menu_arriba/puntoLista.gif);
  list-style-type: square;
}
.bottomline {
  border-bottom: 1px #cdcdcd solid;
  padding-bottom: 10px;
}
sub,
sup {
  font-size: 8px;
  /*font-family: Arial, Helvetica, sans-serif;*/
}
a.lnkBotCat {
  background-image: url(images/bgBotCat.png);
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 5px;
  border: 1px #515151 solid;
  padding: 2px 2px 0 2px;
  height: 18px;
  text-decoration: none;
  color: #444444;
  font-size: 10px;
}
a.lnkBotCat:hover {
  background-image: url(images/bgBotCat.png);
  background-repeat: repeat-x;
  background-position: top left;
  margin-top: 5px;
  border: 1px #515151 solid;
  padding: 2px 2px 0 2px;
  height: 18px;
  font-size: 10px;
  text-decoration: none;
}
.destXIII-L {
  color: #996699;
}
.destII-T {
  color: #6699cc;
}
.destV-T {
  color: #f3aa5b;
}
.destVI-T {
  color: #b98168;
}
.destXIV-L {
  color: #71561f;
}
.destXVI-L {
  color: #f2795c;
}
.destXVII-L {
  color: #289aa0;
}
.destIII-T {
  color: #4e7ea6;
}
ul.llista-resp {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.llista-resp li {
  margin-right: 2%;
  display: inline-block;
  width: 47%;
}
@media only screen and (max-width: 480px) {
  ul.llista-resp li {
    display: block;
    width: 100%;
  }
}
ul.llista-resp li img {
  max-width: 100%;
}
.llista-resp li:last-child {
  margin-right: 0;
}
p.destacado-gris {
  font-size: 0.9rem;
  background-color: #f2f2f2;
  padding: 0.5rem;
}
.decalogo-title {
  border-radius: 40px 0 0 0;
  margin: 40px 0 20px 0;
}
.decalogo-title:after {
  content: "";
  display: block;
  color: #fff;
  border-radius: 40px 0 0 0;
  background-color: #fff;
  height: 40px;
}
.decalogo-title-bg1 {
  background-color: #abbf47;
}
.decalogo-title-bg2 {
  background-color: #6ec05d;
}
.decalogo-title-bg3 {
  background-color: #009577;
}
.decalogo-number {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 6px;
}
.decalogo-title ul {
  margin: 8px 10px 8px 30px;
  padding: 0;
  list-style: none;
}
.decalogo-title li {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.decalogo-title li:first-child {
  width: 65%;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li:first-child {
    width: 49%;
    vertical-align: bottom;
  }
}
.decalogo-title li:last-child {
  width: 33%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li:last-child {
    width: 49%;
  }
}
.decalogo-title li img {
  max-width: 200px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .decalogo-title li img {
    max-width: 100%;
  }
}
ul.sost-2c {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sost-2c li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  ul.sost-2c li {
    display: block;
    padding: 10px 0;
  }
}
ul.sost-2c li:first-child {
  width: 69%;
}
@media only screen and (max-width: 480px) {
  ul.sost-2c li:first-child {
    width: 100%;
  }
}
ul.sost-2c li:last-child {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  ul.sost-2c li:last-child {
    width: 100%;
  }
}
ul.sost-2c li:last-child img {
  max-width: 70%;
  padding-bottom: 1rem;
}
.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.lnkButtonSost {
  padding: 8px 16px;
  color: #fff;
  background-color: #ee7803;
}
a.lnkButtonSost:hover {
  text-decoration: none;
  color: #fff;
  background-color: #11568b;
}
/** butllet� versi� 2021 (3) **/
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .5rem 1rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .row {
    padding: .5rem;
  }
}
.row-no-marge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
/*** tenim tot l'espai dividit en 1 o dues columnes ***/
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: .5rem;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.col-2-senar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /*padding: .5rem;*/
  width: 49%;
  margin-right: 1%;
}
@media only screen and (max-width: 480px) {
  .col-2-senar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 1rem 0;
  }
}
.col-2-parell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /*padding: .5rem;*/
  width: 49%;
  margin-left: 1%;
}
@media only screen and (max-width: 480px) {
  .col-2-parell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 1rem 0;
  }
}
.fons-gris {
  background-color: #fafafa;
}
.col-2 img {
  max-width: 100%;
  height: auto;
}
.col-2 h2,
.col-2-senar h2,
.col-2-parell h2 {
  padding: 1rem 0;
}
.col-2 h2 a,
.col-2-senar h2 a,
.col-2-parell h2 a {
  color: #444;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
}
.bg-col-2 {
  width: 100%;
  height: 15rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bol-tit-seccio-3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ee7a03;
  background-color: #fff;
  padding: .3rem 1rem;
  border-bottom: 2px #ee7a03 solid;
  margin: 1rem 0 0 0;
}
.lema-obra {
  font-size: 0.825rem;
  font-weight: normal;
  text-align: right;
  font-style: italic;
}
.bol-content {
  padding: 0 1rem 1rem 1rem;
}
