@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(http://fonts.googleapis.com/css?family=Yantramanav:400,500,700,300,100);
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 100%; } }
body {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  color: #4C4C4C;
  background-color: #f2f2f2; }

a {
  color: #C00000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

a:hover, a:focus {
  color: #C00000;
  text-decoration: underline; }

p {
  margin: 0 0 15px; }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #222222; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 300;
  line-height: 1;
  color: #666666; }

.h1, h1 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px; }

.h2, h2 {
  font-size: 34px;
  font-weight: 500; }

.h3, h3 {
  font-size: 30px;
  font-weight: 500; }

.h4, h4 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 500; }

.h5, h5 {
  font-size: 24px;
  font-weight: 500; }

.h6, h6 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Yantramanav', sans-serif;
  letter-spacing: -1px; }

.nomargin {
  margin-top: 0; }

.lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: #222222; }

.subtitle {
  padding:20px 35px 0 35px;
}

label {
  font-weight: 400; }

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 15px 30px;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn img {
    margin-right: 4px;
    height: 40px;
    display: inline; }

.btn-group-lg > .btn, .btn-lg {
  border-radius: 8px;
  font-size: 26px;
  line-height: 28px;
  padding: 30px 40px; }
  .btn-group-lg > .btn img, .btn-lg img {
    margin-right: 4px;
    height: 50px;
    display: inline; }

.btn-group-sm > .btn, .btn-sm {
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 30px; }
  .btn-group-sm > .btn img, .btn-sm img {
    margin-right: 4px;
    height: 40px;
    display: inline; }

.btn-group-xs > .btn, .btn-xs {
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px; }
  .btn-group-xs > .btn img, .btn-xs img {
    margin-right: 4px;
    height: 20px;
    display: inline; }

.btn-default {
  background-color: transparent;
  border-color: #e0e0de;
  color: #222222;
  text-align: center;
  margin-bottom: 20px; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #C00000;
  background-color: #f2f2f2;
  border-color: #e0e0de; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .smallxs .btn.btn-default.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 30px; } }
.btn-primary {
  background-color: #176B99;
  border-color: #176B99;
  color: #fff;
  margin-bottom: 20px; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #a2d5f0;
  background-color: #286090;
  border-color: #286090; }

.btn-success {
  margin-bottom: 20px; }

.btn-info {
  margin-bottom: 20px; }

.btn-warning {
  margin-bottom: 20px; }

.btn-danger {
  margin-bottom: 20px; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c; }

.btn-link {
  margin-bottom: 20px;
  color: #176B99; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #222222;
  border-color: transparent;
  text-decoration: none; }

.btn-danger {
  margin-bottom: 20px;
  background-color: #C00000;
  border: none;
  color: #fff; }

.dropdown-menu > li > a {
  clear: both;
  color: #4c4c4c;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 3px 20px;
  white-space: nowrap; }

.dropdown-menu li {
  margin-bottom: 0;
  list-style-image: none; }

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
  border-bottom: 1px solid #e7e7e7;
  margin-left: 20px;
  padding: 10px 0; }

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e0e0de -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 20px; }

/*
  Header fixed
*/
.visita1-info {
  display: none; }

#visita1-info .panel .contenedor {
  display: none; }

body.header-fixed div.container div#header.container div.corporativa-menu div.row div.col-sm-5 a.fixed-menu i.fa.fa-bars.fa-2x {
  font-size: 1.7em; }

body.header-fixed div.container div#header.header-fixed-menu.container div.corporativa-menu div.navbar.yamm.navbar-default.fixed {
  border-radius: 0;
  border-top: 1px solid #e8e9e4;
  margin-top: 15px;
  padding-top: 3px; }

.fixed-menu {
  display: none;
  float: left;
  padding: 0px;
  margin-right: 20px;
  margin-top: 10px;
  transition: all 0.5s ease 0s; }

.vine {
  display: none;
  float: right;
  padding: 0px; }

.marca {
  display: none;
  padding: 0px;
  margin-right: 0px; }

.navbar-default {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }

.navbar-default.fixed {
  display: none;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }

.usertype-menu {
  padding: 20px 20px 10px;
  display: none;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .usertype-menu .target {
    background-color: #ffffff;
    border: 1px solid #E8E9E4;
    margin-bottom: 0px;
    padding: 10px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .usertype-menu .target a:hover {
      text-decoration: none; }
    .usertype-menu .target h2.titol {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      color: #C00000;
      margin-bottom: 0;
      margin-top: 2px; }
    .usertype-menu .target .img-destacada {
      display: inherit;
      float: right;
      height: 31px; }
  .usertype-menu .target1 {
    background-color: #ffffff;
    border: 1px solid #E8E9E4;
    margin-bottom: 0px;
    padding: 10px;
    text-align: left;
    margin-bottom: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .usertype-menu .target1 a:hover {
      text-decoration: none; }
    .usertype-menu .target1 h2.titol {
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      color: #C00000;
      margin-bottom: 0;
      margin-top: 2px; }
    .usertype-menu .target1 .img-destacada {
      display: inherit;
      float: right;
      height: 31px; }
  .usertype-menu .target:hover {
    transform: perspective(1px) scale(1.015, 1.015);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none; }
  .usertype-menu .target1:hover {
    transform: perspective(1px) scale(1.015, 1.015);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none; }

.header-fixed div.container div#header.container.header-fixed-menu div.corporativa-menu div.navbar.yamm.navbar-default.fixed ul.nav.navbar-nav {
  margin-left: 0;
  margin-right: 0; }

.header-fixed div.container div#header.container.header-fixed-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body.header-fixed div.container div#header.container {
    display: none; }

  html.js.csstransforms3d.csstransitions body.cbp-spmenu-push.header-fixed div.container div#header.container {
    display: none; }

  .header-fixed div.container div#header.container.header-fixed-menu {
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto; } }
body.header-fixed .yamm .dropdown.yamm-fw .dropdown-menu {
  height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
body.header-fixed #header .navbar-default,
body.header-fixed #header .barrasuperior {
  display: none; }
body.header-fixed .marca {
  display: block; }
body.header-fixed .visita1-info {
  display: block; }
body.header-fixed #visita1-info .panel .contenedor {
  display: block; }
body.header-fixed .fixed-menu {
  display: block;
  color: #666; }
body.header-fixed .vine {
  display: block; }
body.header-fixed .corporativa-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
  background-color: #ffffff; }
  body.header-fixed .corporativa-menu .obert-modul .estat {
    font-size: 36px;
    font-weight: 500;
    line-height: 38x;
    float: left;
    margin-right: 8px;
    top: 4px;
    position: relative; }
  body.header-fixed .corporativa-menu .obert-modul .compte-enrera {
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    top: 1px;
    position: relative; }
  body.header-fixed .corporativa-menu .obert-modul .visita {
    background-color: #176b99;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    padding: 7px 15px;
    vertical-align: middle; }
  body.header-fixed .corporativa-menu .obert-modul .visita:hover {
    color: #a2d5f0; }
body.header-fixed #header .usertype-menu,
body.header-fixed #header .navbar-default {
  display: none;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }
body.header-fixed #header.header-fixed-menu .usertype-menu,
body.header-fixed #header.header-fixed-menu .navbar-default.fixed {
  display: block; }
body.header-fixed #header {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* header */
.subheader {
  background-color: #c00000;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .subheader h2 {
    font-size: 46px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .subheader .compartir .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 10px 0 0;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .subheader .compartir .dropdown-menu .input-group .form-control {
      height: auto;
      font-size: 14px;
      line-height: 20px;
      padding: 6px 10px;
      border-radius: 4px 0 0 4px; }
  .subheader .compartir .dropdown-menu::before {
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: inline-block;
    height: 0;
    right: 19px;
    position: absolute;
    top: -7px;
    width: 0; }
  .subheader .compartir .dropdown-menu::after {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: inline-block;
    height: 0;
    right: 20px;
    position: absolute;
    top: -6px;
    width: 0; }
  .subheader .compartir hr {
    margin: 8px 0; }
  .subheader .compartir .input-group .input-group-btn .btn-default {
    background-color: #ffffff;
    border-color: #e0e0de #e0e0de #e0e0de -moz-use-text-color;
    border-left: medium none;
    border-radius: 0 4px 4px 0;
    color: #222222;
    margin-bottom: 0;
    padding: 6px 10px;
    text-align: center; }
  .subheader .compartir .input-group .input-group-btn .btn-default:hover {
    background-color: #f2f2f2;
    color: #c00000; }
  .subheader .compartir .btn-default {
    background-color: #fff;
    border-color: #e0e0de;
    color: #222222;
    font-weight: 300;
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    margin-bottom: 0; }
  .subheader .compartir .btn-default:hover {
    background-color: #f2f2f2;
    color: #c00000; }
  .subheader .compartir .btn-primary, .subheader .compartir .btn-primary.active, .subheader .compartir .btn-primary.focus, .subheader .compartir .btn-primary:active, .subheader .compartir .btn-primary:focus, .subheader .compartir .btn-primary:hover, .subheader .compartir .open > .dropdown-toggle.btn-primary {
    background-color: transparent;
    border-color: #204d74;
    color: #fff;
    border: none;
    padding: 0;
    margin-bottom: 0; }
  .subheader .compartir img {
    margin-top: 10px;
    float: right;
    width: 34px;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .subheader .cercador {
    text-align: right; }
    .subheader .cercador .form-control {
      border: none; }
    .subheader .cercador .input-group .input-group-btn .btn-default {
      padding: 12px 15px 11px;
      border: none; }
  .subheader .input-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 0px; }

.compartir .dropdown-menu {
  border: medium none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0 0;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .compartir .dropdown-menu .input-group .form-control {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 4px 0 0 4px; }
.compartir .dropdown-menu::before {
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0 7px 7px;
  content: "";
  display: inline-block;
  height: 0;
  right: 19px;
  position: absolute;
  top: -7px;
  width: 0; }
.compartir .dropdown-menu::after {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: inline-block;
  height: 0;
  right: 20px;
  position: absolute;
  top: -6px;
  width: 0; }
.compartir hr {
  margin: 8px 0; }
.compartir .input-group .input-group-btn .btn-default {
  background-color: #ffffff;
  border-color: #e0e0de #e0e0de #e0e0de -moz-use-text-color;
  border-left: medium none;
  border-radius: 0 4px 4px 0;
  color: #222222;
  margin-bottom: 0;
  padding: 6px 10px;
  text-align: center; }
.compartir .input-group .input-group-btn .btn-default:hover {
  background-color: #f2f2f2;
  color: #c00000; }
.compartir .btn-default {
  background-color: #fff;
  border-color: #e0e0de;
  color: #222222;
  font-weight: 300;
  padding: 6px 10px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  margin-bottom: 0; }
.compartir .btn-default:hover {
  background-color: #f2f2f2;
  color: #c00000; }
.compartir .btn-primary, .compartir .btn-primary.active, .compartir .btn-primary.focus, .compartir .btn-primary:active, .compartir .btn-primary:focus, .compartir .btn-primary:hover, .compartir .open > .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: #204d74;
  color: #fff;
  border: none;
  padding: 0;
  margin-bottom: 0; }
.compartir img {
  margin-top: 10px;
  float: right;
  width: 34px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.compartir img.icona {
  margin-top: 0px;
  float: right;
  width: 50px;
  height: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
.compartir div.input-group {
  margin-bottom: 0; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .subheader .input-group {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
    margin-top: 15px; } }
.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0de;
  border-radius: 12px;
  box-shadow: none;
  color: #909090;
  display: block;
  font-size: 22px;
  height: 50px;
  line-height: 24px;
  padding: 10px 15px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%; }

.input-group {
  margin-bottom: 20px; }
  .input-group .input-group-btn img {
    width: 27px;
    height: auto; }
  .input-group .input-group-btn .btn-default {
    background-color: #ffffff;
    border-color: #e0e0de;
    color: #222222;
    margin-bottom: 0px;
    text-align: center;
    padding: 11px 15px 11px;
    border-left: none;
    border-radius: 0 12px 12px 0; }
  .input-group .form-control {
    border-right: none; }

.form-control::-moz-placeholder {
  color: #909090;
  opacity: 1; }

.cercadorinpage {
  background-color: #E0E0DE;
  padding: 22px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 30px; }
  .cercadorinpage .input-group {
    margin-bottom: 0px;
    margin-top: 15px; }
    .cercadorinpage .input-group .input-group-btn .btn-default {
      background-color: #ffffff;
      border-color: #e0e0de #e0e0de #e0e0de -moz-use-text-color;
      border-left: medium none;
      border-radius: 0 12px 12px 0;
      color: #222222;
      margin-bottom: 0;
      padding: 11px 15px;
      text-align: center;
      border: none;
      height: 50px; }
    .cercadorinpage .input-group .form-control {
      border: 0;
      font-weight: 300; }

.llistaitems {
  margin-bottom: 30px; }
  .llistaitems h2 {
    font-size: 22px;
    font-weight: 300;
    color: #222222;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 0; }
  .llistaitems ul {
    padding-left: 0;
    margin-bottom: 0; }
    .llistaitems ul li {
      background-color: #ffffff;
      border-top: 1px solid #e0e0de;
      color: #c00000;
      font-family: 'Roboto Slab', serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 23px;
      list-style: outside none none;
      margin-bottom: 0;
      padding: 11px 20px 16px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .llistaitems ul li a:hover {
        text-decoration: none;
        color: #222222; }
    .llistaitems ul li.lastli {
      border-bottom: 1px solid #e0e0de; }
  .llistaitems .btn-danger {
    border-radius: 0;
    padding: 14px;
    margin-bottom: 0;
    display: block; }

.slider_inpage {
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0 22px; }
  .slider_inpage .item {
    background-color: transparent;
    margin-bottom: 0px; }
  .slider_inpage div.item.item-md a div.img.img-destacada.img-responsive {
    height: 500px;
    background-position: center center;
    background-size: cover; }
  .slider_inpage .item.item-md a .contenidor h2.titol {
    font-size: 24px;
    line-height: 26px; }
  .slider_inpage .item.item-md a .contenidor {
    padding: 20px;
    position: absolute; }
  .slider_inpage .carousel-indicators {
    bottom: -50px; }
    .slider_inpage .carousel-indicators .active {
      background-color: #C00000;
      opacity: 1;
      border: none;
      height: 14px;
      width: 14px;
      margin: 0;
      margin-right: 10px; }
    .slider_inpage .carousel-indicators li {
      height: 14px;
      width: 14px;
      border: none;
      background-color: #000000;
      opacity: 0.1;
      margin: 0;
      margin-right: 10px; }
    .slider_inpage .carousel-indicators li:hover {
      opacity: 0.4; }
    .slider_inpage .carousel-indicators li.active:hover {
      opacity: 1; }
  .slider_inpage a.left.carousel-control i.fa.fa-angle-left {
    color: #000000;
    font-size: 40px;
    height: 40px;
    margin-left: -60px;
    top: 58%; }
  .slider_inpage a.right.carousel-control i.fa.fa-angle-right {
    color: #000000;
    font-size: 40px;
    height: 40px;
    margin-right: -60px;
    top: 58%; }
  .slider_inpage a:hover.right.carousel-control i.fa.fa-angle-right {
    color: #C00000; }
  .slider_inpage a:hover.left.carousel-control i.fa.fa-angle-left {
    color: #C00000; }

div.slider.responsive.slickexposicions.slick-initialized.slick-slider div.slick-list.draggable div.slick-track div.slick-slide.slick-active {
  margin-right: 15px;
  margin-left: 15px; }

div.slider.responsive.slickexposicions.slick-initialized.slick-slider div.slick-list.draggable div.slick-track div.slick-slide.slick-active div.item.item-md a div.img.img-destacada.img-responsive div.contenidor div.localitzacio img {
  display: inline;
  height: 25px;
  padding-bottom: 0;
  background-color: transparent; }

div.slick-track div.slick-slide {
  height: 0; }

div.slick-track div.slick-slide.slick-active {
  height: 100%; }

.slickexposicions {
  background-color: transparent;
  margin-bottom: 70px;
  padding: 0 28px; }
  .slickexposicions .item {
    background-color: transparent;
    margin-bottom: 0px; }
  .slickexposicions div.item.item-md a div.img.img-destacada.img-responsive {
    height: 500px;
    background-position: center center;
    background-size: cover; }
  .slickexposicions .item.item-md a .contenidor h2.titol {
    font-size: 24px;
    line-height: 26px; }
  .slickexposicions .item.item-md a .contenidor {
    padding: 20px;
    position: absolute; }
  .slickexposicions .slick-prev {
    background-color: transparent;
    left: 5px;
    position: absolute;
    top: 227px; }
  .slickexposicions .slick-prev:hover::before, .slickexposicions .slick-next:hover::before {
    color: #C00000; }
  .slickexposicions .slick-next {
    background-color: transparent;
    right: 5px;
    position: absolute;
    top: 227px; }
  .slickexposicions .slick-prev::before {
    background-color: #f2f2f2;
    color: #222222;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 40px;
    opacity: 1;
    padding: 240px 18px 240px 0px; }
  .slickexposicions .slick-next::before {
    background-color: #f2f2f2;
    color: #222222;
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 40px;
    opacity: 1;
    padding: 240px 0 240px 18px; }

.carousel-inner {
  padding: 0 7px; }

.carousel-control.left, .carousel-control.right {
  background: none; }

.carousel-control {
  opacity: 1;
  text-shadow: none;
  width: 50px; }

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  margin-left: -50px; }

.carousel-control .fa-angle-right, .carousel-control .icon-next {
  margin-right: -50px; }

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 100px;
  height: 100px;
  margin-top: -50px;
  width: 40px; }

.carousel-control .icon-prev, .carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .fa-angle-right {
  margin-right: -10px;
  right: 50%; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5; }

/* Small Devices, Tablets */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .subheader {
    background-color: #c00000;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .subheader h2 {
      font-size: 36px;
      line-height: 38px;
      color: #ffffff;
      margin-bottom: 5px;
      margin-top: 0;
      font-weight: 700;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .subheader .compartir img {
      margin-top: 8px;
      float: right;
      width: 28px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .subheader {
    background-color: #c00000;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .subheader h2 {
      font-size: 26px;
      line-height: 28px;
      color: #ffffff;
      margin-bottom: 5px;
      margin-top: 0;
      font-weight: 700;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .subheader .compartir img {
      margin-top: 5px;
      float: right;
      width: 24px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; } }
.subheader .compartir div.dropdown div.dropdown-menu img.img-responsive {
  float: left;
  height: 20px;
  margin-top: 0;
  width: 20px;
  margin-right: 5px; }

div.navbar.yamm.navbar-default div.container-fluid div.navbar-collapse {
  border-top: none; }

.barrasuperior {
  background-color: #E8E9E4;
  padding: 0px; }
  .barrasuperior .visita-info {
    margin-bottom: 0;
    background-color: #C00000;
    color: #ffffff;
    padding: 40px; }
    .barrasuperior .visita-info .desplega-info .desplega-info-btn {
      background-color: #E8E9E4;
      color: #222222; }
    .barrasuperior .visita-info .desplega-info .desplega-info-btn:hover {
      background-color: #d8d9d5;
      color: #C00000; }
    .barrasuperior .visita-info .estat {
      font-size: 60px;
      font-weight: 500;
      line-height: 60px;
      margin-right: 0px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .barrasuperior .visita-info .compte-enrera {
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .barrasuperior .btn {
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
    padding: 0;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .barrasuperior .btn i {
      position: relative;
      top: 2px;
      font-size: 1em;
      left: 0px; }
  .barrasuperior .btn.menubarres {
    padding: 6px 10px; }
  .barrasuperior .btn-default {
    background-color: transparent;
    border: none;
    color: #222222;
    display: inline-block;
    width: auto;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .barrasuperior .btn-default:hover {
    color: #C00000; }
  .barrasuperior .panel .contenedor .btn-default {
    background-color: #E8E9E4;
    border: medium none;
    border-radius: 6px;
    color: #222222;
    font-size: 22px;
    font-weight: 300;
    padding: 15px 40px; }
  .barrasuperior .panel .contenedor .btn-default:hover {
    color: #C00000; }
  .barrasuperior .panel .contenedor .form-control {
    border: none; }
  .barrasuperior .dropdown {
    float: left; }
  .barrasuperior .usuaris-i-idiomes {
    margin-top: 7px;
    margin-left: 20px; }

#opcionsbarrasuperior .contenidor {
  padding: 5px 20px 15px 10px; }

#usuaris .contenidor {
  padding: 20px 20px;
  background-color: transparent; }
  #usuaris .contenidor .item {
    border: none;
    padding: 20px;
    text-align: center;
    margin-bottom: 0px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #usuaris .contenidor .item .img-destacada {
      display: inherit;
      height: 52px; }
    #usuaris .contenidor .item h2.titol {
      font-size: 26px;
      font-weight: 400;
      line-height: 30px;
      color: #C00000;
      margin-bottom: 0; }
  #usuaris .contenidor .item:hover {
    transform: perspective(1px) scale(1.015, 1.015);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none; }

#usuaris1 .contenidor {
  padding: 0px 10px 15px;
  background-color: transparent; }
  #usuaris1 .contenidor .item {
    border: none;
    padding: 20px;
    text-align: center;
    margin-bottom: 0px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #usuaris1 .contenidor .item .img-destacada {
      display: inherit; }
    #usuaris1 .contenidor .item h2.titol {
      font-size: 26px;
      font-weight: 400;
      line-height: 30px;
      color: #C00000;
      margin-bottom: 0; }
  #usuaris1 .contenidor .item:hover {
    transform: perspective(1px) scale(1.015, 1.015);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 998px) {
  #opcionsbarrasuperior .contenidor .btn {
    font-size: 22px;
    margin-right: 30px; }

  .barrasuperior .btn {
    font-size: 18px;
    line-height: 20px;
    margin-right: 20px;
    letter-spacing: -1px; }

  #usuaris .contenidor .item h2.titol {
    font-size: 20px;
    margin-top: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  #opcionsbarrasuperior .contenidor .btn {
    font-size: 18px;
    margin-right: 20px; }

  #usuaris .contenidor .item {
    border-top: 1px solid #E8E9E4;
    padding: 10px;
    text-align: left; }
    #usuaris .contenidor .item .img-destacada {
      float: right;
      height: 30px; }
    #usuaris .contenidor .item h2.titol {
      font-size: 20px;
      margin-top: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  #usuaris1 .contenidor .item {
    border-top: 1px solid #E8E9E4;
    padding: 10px;
    text-align: left; }
    #usuaris1 .contenidor .item .img-destacada {
      float: right;
      height: 30px; }
    #usuaris1 .contenidor .item h2.titol {
      font-size: 20px;
      margin-top: 0; }

  .barrasuperior {
    background-color: #E8E9E4;
    padding: 0px; }
    .barrasuperior .visita-info .info-text {
      margin-bottom: 20px; }

  div.visita1-info .compte-enrera {
    margin-bottom: 20px; } }
html body.header-fixed div.container div#header.container div.corporativa-menu div.row div.col-sm-3 a.fixed-menu i.fa.fa-bars.fa-2x {
  font-size: 1.7em; }

.corporativa-menu {
  padding: 30px 20px;
  background-color: #ffffff; }
  .corporativa-menu li.dropdown.yamm-fw.last {
    border-right: 1px solid #222222;
    margin-right: 3px;
    padding-right: 5px; }
  .corporativa-menu li.dropdown.yamm-fw.open a.dropdown-toggle {
    border-bottom: 3px solid #C00000;
    background-color: transparent;
    color: #C00000;
    padding-bottom: 20px; }
  .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    background-clip: padding-box;
    background-color: #F0F0F0;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 0px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    border-top: 2px solid #C00000; }
    .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .yamm-content {
      padding: 40px 40px; }
    .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .btn-danger {
      display: block; }
    .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item {
      background-color: #ffffff;
      border: none;
      margin-bottom: 20px;
      padding: 20px; }
      .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item h2.titol {
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -1px;
        margin-top: 0;
        margin-bottom: 10px; }
      .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item ul.links {
        color: #4C4C4C;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
        margin-left: 0; }
        .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item ul.links a {
          color: #4c4c4c; }
          .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item ul.links a .fa {
            color: #C00000; }
        .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item ul.links a:hover {
          color: #C00000;
          text-decoration: none; }
    .corporativa-menu .yamm .dropdown.yamm-fw .dropdown-menu .item-sm h2.titol {
      margin: 0;
      margin-top: 10px; }
  .corporativa-menu .navbar.navbar-default {
    border: none;
    margin-bottom: 0px;
    min-height: auto;
    position: relative;
    background-color: transparent; }
    .corporativa-menu .navbar.navbar-default .navbar-brand {
      float: left;
      font-size: 18px;
      height: auto;
      line-height: 20px;
      padding: 0px; }
    .corporativa-menu .navbar.navbar-default .navbar-nav > li > a {
      color: #222222;
      font-size: 22px;
      line-height: 20px;
      padding: 14px 10px 10px;
      letter-spacing: -1px;
      font-weight: 300; }
    .corporativa-menu .navbar.navbar-default .navbar-nav > li.active > a {
      color: #C00000; }
    .corporativa-menu .navbar.navbar-default .navbar-nav > li > a:hover {
      color: #C00000;
      background-color: transparent; }
    .corporativa-menu .navbar.navbar-default .navbar-toggle {
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
      float: right;
      margin-bottom: 8px;
      margin-right: 0px;
      margin-top: 8px;
      padding: 9px 0px;
      position: relative; }
      .corporativa-menu .navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #222222; }
  .corporativa-menu .navbar-default .navbar-nav > .open > a, .corporativa-menu .navbar-default .navbar-nav > .open > a:focus, .corporativa-menu .navbar-default .navbar-nav > .open > a:hover {
    color: #C00000;
    background-color: transparent; }
  .corporativa-menu .navbar-default .navbar-nav > .active > a, .corporativa-menu .navbar-default .navbar-nav > .active > a:focus, .corporativa-menu .navbar-default .navbar-nav > .active > a:hover {
    color: #C00000;
    background-color: transparent; }

.marca1 {
  margin-right: 40px; }

.navbar-nav > li {
  /*    float: left;*/
  margin-bottom: 0; }

.obert-modul {
  float: right;
  cursor: pointer;
  padding: 0; }
  .obert-modul .info-text {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: 190px;
    color: #222222; }
    .obert-modul .info-text .estat {
      font-size: 30px;
      font-weight: 500;
      line-height: 32x;
      float: left;
      margin-right: 8px; }
    .obert-modul .info-text .compte-enrera {
      font-size: 14px;
      line-height: 13px;
      font-weight: 400; }
  .obert-modul .visita {
    background-color: #176b99;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 15px;
    vertical-align: middle; }
  .obert-modul .visita:hover {
    color: #a2d5f0; }

.obert-modul-home {
  margin-bottom: 20px; }
  .obert-modul-home a:hover {
    text-decoration: none; }
  .obert-modul-home .info-text {
    vertical-align: middle;
    background-color: transparent;
    padding: 0px; }
    .obert-modul-home .info-text .estat {
      color: #000000;
      font-size: 60px;
      font-weight: 500;
      line-height: 60px;
      letter-spacing: -1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .obert-modul-home .info-text .compte-enrera {
      color: #000000;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .obert-modul-home {
    text-align: center; }

  div.desplega-info a.btn.btn-primary {
    margin-bottom: 0; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .obert-modul-home .info-text .estat {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -1px; }
  .obert-modul-home .info-text .compte-enrera {
    font-size: 16px;
    line-height: 16px; }

  .barrasuperior .visita-info .estat {
    font-size: 46px;
    line-height: 46px;
    margin-right: 8px; }
  .barrasuperior .visita-info .compte-enrera {
    font-size: 16px;
    line-height: 16px; }

  div.visita1-info .estat {
    font-size: 46px;
    line-height: 46px;
    margin-right: 8px; }
  div.visita1-info .compte-enrera {
    font-size: 16px;
    line-height: 16px; } }
.visita-info {
  margin-bottom: 30px; }
  .visita-info .desplega-info {
    text-align: right;
    width: 100%; }
    .visita-info .desplega-info .desplega-info-btn {
      background-color: #e0e0de;
      border-radius: 6px;
      cursor: pointer;
      display: inline-block;
      font-size: 26px;
      height: 90px;
      line-height: 26px;
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      width: 23.5%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .visita-info .desplega-info .desplega-info-btn img {
        display: inherit;
        height: 50px; }
    .visita-info .desplega-info .desplega-info-btn:hover {
      color: #C00000; }
    .visita-info .desplega-info .desplega-info-btn.suelto {
      width: 100%; }
    .visita-info .desplega-info .desplega-info-btn.suelto.c2a.collapsed {
      width: 100%;
      background-color: #176B99;
      color: #ffffff; }
    .visita-info .desplega-info .desplega-info-btn.c2a {
      background-color: #176B99;
      color: #ffffff;
      width: 27%; }
    .visita-info .desplega-info .desplega-info-btn.c2a:hover {
      background-color: #176B99;
      color: #A2D5F0; }
    .visita-info .desplega-info .desplega-info-btn.active {
      background-color: #cccccc; }

#visita-info .panel {
  background-color: #CBCCC8;
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }
  #visita-info .panel .contenedor {
    border: none;
    padding: 40px;
    font-size: 20px;
    line-height: 24px; }
    #visita-info .panel .contenedor .titol-subratllat {
      border-bottom: 1px solid #999999;
      margin-bottom: 20px; }
    #visita-info .panel .contenedor hr {
      border-color: #B8B8B8;
      margin: 40px 0; }
    #visita-info .panel .contenedor .lead {
      color: #222222;
      font-size: 26px;
      font-weight: 400;
      line-height: 30px; }
    #visita-info .panel .contenedor p.tarifa {
      font-weight: 400;
      line-height: 26px; }
      #visita-info .panel .contenedor p.tarifa .destacat {
        color: #C00000; }

div#acordeo1 .panel .contenedor .btn-default {
  background-color: #E8E9E4;
  border: medium none;
  border-radius: 6px;
  color: #222222;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 40px;
  margin-bottom: 40px; }
div#acordeo1 .panel .contenedor .btn-default:hover {
  color: #C00000; }
div#acordeo1 .panel .contenedor .form-control {
  border: none; }

.visita1-info {
  background-color: #C00000;
  padding: 40px;
  color: #ffffff; }
  .visita1-info .estat {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .visita1-info .compte-enrera {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .visita1-info .desplega-info {
    text-align: right;
    width: 100%; }
    .visita1-info .desplega-info .desplega-info-btn {
      background-color: #e8e9e4;
      border-radius: 6px;
      cursor: pointer;
      display: inline-block;
      font-size: 26px;
      height: 90px;
      line-height: 26px;
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      width: 23.5%;
      color: #222222;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .visita1-info .desplega-info .desplega-info-btn img {
        display: inherit;
        height: 50px; }
    .visita1-info .desplega-info .desplega-info-btn:hover {
      background-color: #d8d9d5;
      color: #C00000; }
    .visita1-info .desplega-info .desplega-info-btn.suelto {
      width: 100%; }
    .visita1-info .desplega-info .desplega-info-btn.suelto.c2a.collapsed {
      width: 100%;
      background-color: #176B99;
      color: #ffffff; }
    .visita1-info .desplega-info .desplega-info-btn.c2a {
      background-color: #176B99;
      color: #ffffff;
      width: 27%; }
    .visita1-info .desplega-info .desplega-info-btn.c2a:hover {
      background-color: #176B99;
      color: #A2D5F0; }
    .visita1-info .desplega-info .desplega-info-btn.active {
      background-color: #cccccc; }

#visita1-info .panel {
  background-color: #CBCCC8;
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }
  #visita1-info .panel .contenedor {
    border: medium none;
    height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px;
    font-size: 20px;
    line-height: 24px; }
    #visita1-info .panel .contenedor .titol-subratllat {
      border-bottom: 1px solid #999999;
      margin-bottom: 20px; }
    #visita1-info .panel .contenedor hr {
      border-color: #B8B8B8;
      margin: 40px 0; }
    #visita1-info .panel .contenedor .lead {
      color: #222222;
      font-size: 26px;
      font-weight: 400;
      line-height: 30px; }
    #visita1-info .panel .contenedor p.tarifa {
      font-weight: 400;
      line-height: 26px; }
      #visita1-info .panel .contenedor p.tarifa .destacat {
        color: #C00000; }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 280px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 11px;
    line-height: 17px;
    padding: 20px 5px;
    height: 105px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 11px;
    line-height: 17px;
    padding: 20px 5px;
    height: 90px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 5px;
    height: 90px;} }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 5px;
    height: 90px;} }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 22px;
    line-height: 22px;
    height: 90px;} }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1320px) {
  .visita-info .desplega-info .desplega-info-btn {
    font-size: 26px;
    line-height: 22px;
    height: 90px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 280px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 5px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 5px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 768px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 5px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 5px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 22px;
    line-height: 22px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1320px) {
  .visita1-info .desplega-info .desplega-info-btn {
    font-size: 26px;
    line-height: 22px; } }
#acordeo-home .panel,
#acordeo-footer .panel {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  top: -30px; }
  #acordeo-home .panel .contenedor,
  #acordeo-footer .panel .contenedor {
    border: 1px solid #ffffff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px; }
    #acordeo-home .panel .contenedor hr,
    #acordeo-footer .panel .contenedor hr {
      border-color: #E8E9E4;
      margin: 40px 0; }
    #acordeo-home .panel .contenedor .lead,
    #acordeo-footer .panel .contenedor .lead {
      color: #222222;
      font-size: 23px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: -1px; }
    #acordeo-home .panel .contenedor p.tarifa,
    #acordeo-footer .panel .contenedor p.tarifa {
      font-weight: 400;
      line-height: 26px; }
      #acordeo-home .panel .contenedor p.tarifa .destacat,
      #acordeo-footer .panel .contenedor p.tarifa .destacat {
        color: #C00000; }
    #acordeo-home .panel .contenedor .btn-default,
    #acordeo-footer .panel .contenedor .btn-default {
      background-color: #e8e9e4;
      border: medium none;
      border-radius: 6px;
      color: #222222;
      font-size: 22px;
      font-weight: 300;
      padding: 10px 40px; }
    #acordeo-home .panel .contenedor .btn-default:hover,
    #acordeo-footer .panel .contenedor .btn-default:hover {
      color: #c00000; }

#acordeo-footer .panel {
  background-color: #313131;
  position: relative;
  top: -35px; }
  #acordeo-footer .panel .contenedor {
    border: 1px solid #313131;
    padding: 30px; }
    #acordeo-footer .panel .contenedor .titol-subratllat {
      border-bottom: 1px solid #444444;
      margin-bottom: 20px; }
    #acordeo-footer .panel .contenedor a {
      color: #176b99; }
    #acordeo-footer .panel .contenedor p.tarifa .destacat {
      color: #176b99; }
    #acordeo-footer .panel .contenedor h1, #acordeo-footer .panel .contenedor h5 {
      color: #999999; }
    #acordeo-footer .panel .contenedor .lead {
      color: #666666; }
    #acordeo-footer .panel .contenedor hr {
      border-color: #444444; }
    #acordeo-footer .panel .contenedor .btn-default {
      background-color: #666666;
      margin-left: 0; }
    #acordeo-footer .panel .contenedor .btn-default:hover {
      color: #ffffff; }
    #acordeo-footer .panel .contenedor .form-control {
      background-color: transparent;
      border: 1px solid #444444; }
    #acordeo-footer .panel .contenedor .form-control::-moz-placeholder {
      color: #666666;
      opacity: 0.6; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  #acordeo-home .panel .contenedor,
  #acordeo-footer .panel .contenedor {
    padding: 20px; }
    #acordeo-home .panel .contenedor .lead,
    #acordeo-footer .panel .contenedor .lead {
      font-size: 22px;
      line-height: 26px; }
    #acordeo-home .panel .contenedor h2,
    #acordeo-footer .panel .contenedor h2 {
      font-size: 46px;
      line-height: 46px;
      margin-bottom: 15px; }
    #acordeo-home .panel .contenedor .btn-default,
    #acordeo-footer .panel .contenedor .btn-default {
      font-size: 18px;
      padding: 10px 20px;
      margin-bottom: 30px; }
    #acordeo-home .panel .contenedor .btn-default:hover,
    #acordeo-footer .panel .contenedor .btn-default:hover {
      color: #c00000; } }
/* menu */
.pagina {
  padding: 40px; }

.zonadestacada {
  background-color: #CBCCC7; }
  .zonadestacada .tab-content {
    border: none; }
  .zonadestacada .nav.nav-tabs li.active::before {
    border-color: transparent transparent #ffffff; }
  .zonadestacada .nav > li > a {
    color: #666666; }
  .zonadestacada .nav-tabs > li.active > a, .zonadestacada .nav-tabs > li.active > a:focus, .zonadestacada .nav-tabs > li.active > a:hover {
    font-weight: 400; }
  .zonadestacada .h5, .zonadestacada h5 {
    margin-bottom: 10px;
    margin-top: 0; }

.ambitscorpo {
  background-color: #777777; }
  .ambitscorpo .titol-seccio {
    border-bottom: 1px solid #e0e0de; }
    .ambitscorpo .titol-seccio .titol {
      background-color: #777777;
      color: #ffffff; }

.galeria {
  background-color: #DADBD8; }
  .galeria .titol-seccio .titol {
    background-color: #DADBD8; }

.pagina.slider {
  margin-top: -40px;
  position: relative;
  top: -20px;
  padding-bottom: 10px; }

/* expo_online */
.header.expo_online {
  background-color: rgba(0, 0, 0, 0.15);
  height: 70px;
  padding: 13px;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center; }
  .header.expo_online .logo {
    text-align: left; }
  .header.expo_online h2 {
    font-size: 32px;
    line-height: 34px;
    color: #E0E0DE;
    font-weight: 300;
    margin-top: 3px; }
  .header.expo_online .compartir img {
    margin-top: 7px;
    float: right;
    width: 34px; }

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  .header.expo_online h2 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 0px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
  .header.expo_online {
    height: 70px;
    padding: 10px 13px;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center; }
    .header.expo_online .logo {
      margin-top: 8px; }
    .header.expo_online h2 {
      font-size: 18px;
      line-height: 22px;
      margin-top: 0px; } }
.subheader.expo_online {
  background-color: rgba(255, 255, 255, 0.07);
  height: 70px;
  padding: 13px;
  position: fixed;
  top: 70px;
  width: 100%;
  text-align: center; }
  .subheader.expo_online h3 {
    color: #A1A19F;
    font-size: 24px;
    line-height: 26px;
    font-weight: 200;
    margin-top: 5px; }

.container.expo_online {
  padding-bottom: 60px; }

.pagina.expo_online {
  color: #ffffff;
  margin-top: 80px;
  overflow: hidden;
  padding: 0 10% 40px;
  text-align: center; }
  .pagina.expo_online .galeria {
    background-color: transparent; }
    .pagina.expo_online .galeria h5 {
      font-size: 24px;
      line-height: 26px;
      font-weight: 500;
      margin: 0;
      padding: 0 0 0.5em; }
    .pagina.expo_online .galeria p {
      margin: 0;
      color: #4c4c4c;
      font-weight: 18px;
      line-height: 22px; }
    .pagina.expo_online .galeria .slideshow nav span.nav-prev {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
  .pagina.expo_online .cd-timeline-content {
    margin-left: 0;
    padding: 30px;
    /*	    width: 46%;*/
    text-align: left; }
    .pagina.expo_online .cd-timeline-content p {
      color: #4c4c4c;
      margin: 10px 0 0; }
    .pagina.expo_online .cd-timeline-content h2 {
      color: #222222;
      font-family: "Roboto Slab",serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      margin: 0; }
  .pagina.expo_online .cd-container {
    margin-bottom: 40px; }
  .pagina.expo_online .titol-modul-online {
    margin-bottom: 40px;
    padding: 0 0 20px;
    text-align: center;
    border-bottom: 1px solid #71716f;
    margin-top: 40px; }
    .pagina.expo_online .titol-modul-online h3 {
      color: #D5D5D5;
      font-size: 24px;
      font-weight: 200;
      letter-spacing: 0;
      line-height: 26px;
      margin: 0; }
  .pagina.expo_online p {
    margin: 20px 0; }
  .pagina.expo_online h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 40px;
    margin-top: 0px;
    color: #ffffff; }
  .pagina.expo_online h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 40px;
    margin-top: 0;
    color: #ffffff; }
  .pagina.expo_online .intro {
    padding: 0 10%;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 120px; }
    .pagina.expo_online .intro img {
      text-align: center;
      margin-top: 20px; }
  .pagina.expo_online .introsubambit {
    padding: 0 10%;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .pagina.expo_online .introsubambit p {
      margin-top: 0; }
    .pagina.expo_online .introsubambit img {
      text-align: center;
      margin-top: 20px; }
  .pagina.expo_online .scroll-invite {
    margin: 20px auto 100px; }
  .pagina.expo_online .ambits {
    margin-bottom: 120px; }
  .pagina.expo_online .ambit a {
    color: #ffffff; }
  .pagina.expo_online .ambit a:hover {
    text-decoration: none; }
    .pagina.expo_online .ambit a:hover h2 {
      border-top: 2px solid #C00000; }
  .pagina.expo_online .ambit h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 2px solid transparent;
    padding: 15px 0;
    color: #ffffff; }
  .pagina.expo_online .ambit img {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.9); }

/* Small Devices, Tablets */
@media only screen and (max-width: 1170px) {
  .pagina.expo_online .cd-timeline-content {
    margin-left: 55px;
    padding: 30px; } }
.titol-modul-online1 {
  margin-bottom: 0px;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #71716f;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px 10px 20px;
  text-align: center; }
  .titol-modul-online1 h3 {
    color: #D5D5D5;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0; }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .pagina.expo_online h1 {
    font-size: 46px;
    line-height: 48px;
    margin-bottom: 30px; }
  .pagina.expo_online .intro {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 100px; }
  .pagina.expo_online .ambits {
    margin-bottom: 100px; } }
.footer.expo_online {
  background-color: #222222;
  bottom: 0;
  display: block;
  height: 60px;
  padding: 18px 13px;
  position: fixed;
  width: 100%; }
  .footer.expo_online .row {
    margin-bottom: 0px;
    overflow: hidden; }
  .footer.expo_online .footer-share {
    float: right; }
  .footer.expo_online .footer-links {
    margin-top: 1px; }
  .footer.expo_online .footer-torna {
    font-size: 19px;
    line-height: 21px;
    color: #ffffff; }
    .footer.expo_online .footer-torna a {
      color: #ffffff;
      text-decoration: none; }
      .footer.expo_online .footer-torna a i {
        margin-right: 5px; }
    .footer.expo_online .footer-torna a:hover {
      text-decoration: none; }

/* distribuidor */
.calendar {
  float: left;
  margin-right: 7px; }

img.calendar {
  width: 20px; }

a.mesitems {
  float: right;
  color: #222222;
  position: relative;
  top: -20px; }
  a.mesitems i {
    background-color: #ebebeb;
    border-radius: 20px;
    margin-left: 2px;
    padding: 4px 11px 5px; }

a.mesitems:hover {
  color: #C00000;
  text-decoration: none; }

.item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  padding: 0px;
  margin-bottom: 30px;
  background-color: #ffffff; }
  .item .contingut_item {
    padding: 22px; }

.item div.contingut_item.sublink {
  padding-top: 0; }

.item.item-xs a {
  cursor: pointer;
  text-decoration: none; }
  .item.item-xs a img.img-destacada {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .item.item-xs a .contenidor-imatge {
    width: 48%;
    float: left;
    margin-bottom: 0;
    /*			background-size: cover;
    			background-position: center center;
    			height: 200px;*/ }
  .item.item-xs a .contenidor-text {
    padding: 15px 15px 10px 52%; }
  .item.item-xs a h2.titol {
    margin-top: 0;
    font-size: 19px;
    line-height: 21px;
    color: #222222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    margin-bottom: 5px; }
  .item.item-xs a p.abstract {
    font-size: 16px;
    line-height: 18px;
    color: #4C4C4C;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .item.item-xs a .data {
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 14px; }
.item.item-xs a:hover {
  text-decoration: none; }
  .item.item-xs a:hover img.img-destacada {
    opacity: 0.8; }
  .item.item-xs a:hover h2.titol {
    color: #C00000; }
  .item.item-xs a:hover p.sublink {
    text-decoration: none; }
.item.item-xs p.sublink {
  padding: 7px;
  font-size: 15px;
  color: #4c4c4c;
  padding: 0 0 0 52%; }
  .item.item-xs p.sublink .data {
    color: #c00000;
    font-weight: 400; }
  .item.item-xs p.sublink a {
    text-decoration: none;
    color: #4c4c4c; }
  .item.item-xs p.sublink a:hover {
    text-decoration: none;
    color: #000000; }

.item.item-sm h2.titol {
  margin-top: 0;
  font-size: 22px;
  color: #222222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 26px; }
.item.item-sm img.img-destacada + h2.titol {
  margin-top: 15px; }
.item.item-sm .btn {
  margin-bottom: 15px; }
.item.item-sm a {
  cursor: pointer; }
  .item.item-sm a img.img-destacada {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .item.item-sm a h2.titol {
    margin-top: 0;
    font-size: 22px;
    color: #222222;
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    line-height: 26px; }
  .item.item-sm a img.img-destacada + h2.titol {
    margin-top: 15px; }
  .item.item-sm a p.abstract {
    color: #4c4c4c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .item.item-sm a .data {
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 6px;
    line-height: 14px; }
  .item.item-sm a .mesinfo {
    font-size: 18px;
    line-height: 20px;
    color: #C00000;
    font-weight: 400;
    margin-top: 20px; }
.item.item-sm a:hover {
  text-decoration: none; }
  .item.item-sm a:hover img.img-destacada {
    opacity: 0.8; }
  .item.item-sm a:hover h2.titol {
    color: #C00000;
    font-weight: 700; }
  .item.item-sm a:hover .mesinfo {
    color: #910000;
    text-decoration: none; }
.item.item-sm p.sublink {
  font-size: 18px;
  color: #4c4c4c;
  margin-bottom: 0; }
  .item.item-sm p.sublink .data {
    font-weight: 400;
    color: #C00000; }
  .item.item-sm p.sublink a {
    color: #4c4c4c;
    text-decoration: none; }
  .item.item-sm p.sublink a:hover {
    color: #000000;
    text-decoration: none; }

.item.item-sm.distribuidor {
  background-color: #e5e5e5;
  margin-bottom: 20px;
  padding: 15px 15px 0; }
  .item.item-sm.distribuidor img {
    margin-bottom: 15px; }

.item.item-md {
  background-color: transparent;
  display: block;
  position: relative; }
  .item.item-md .btn.compra {
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    right: 0px;
    background-color: #176B99;
    padding: 7px 10px;
    margin: 0;
    font-weight: 300;
    top: 0;
    margin-bottom: 0;
    z-index: 10000;
    border-radius: 0; }
    .item.item-md .btn.compra img {
      height: 24px;
      float: left;
      margin-right: 5px; }
  .item.item-md .btn.compra:hover {
    color: #a2d5f0; }
  .item.item-md a {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: inline-block; }
    .item.item-md a img.img-destacada {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item.item-md a .contenidor {
      padding: 30px;
      text-align: center;
      position: absolute;
      display: block;
      background: rgba(255, 255, 255, 0.9);
      bottom: 0px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
      width: 100%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .item.item-md a .contenidor h2.titol {
        display: block;
        font-size: 28px;
        line-height: 30px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin: 0;
        margin-bottom: 5px;
        font-weight: 700; }
      .item.item-md a .contenidor p.abstract {
        font-size: 18px;
        color: #4c4c4c;
        margin: 0;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .item.item-md a .contenidor .data {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #222222;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .item.item-md a .contenidor .tipus {
        color: #777777;
        font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .item.item-md a .contenidor .localitzacio {
        font-size: 18px;
        font-weight: 400;
        color: #C00000; }
        .item.item-md a .contenidor .localitzacio img {
          display: inline;
          height: 25px; }
  .item.item-md a:hover {
    text-decoration: none; }
    .item.item-md a:hover img.img-destacada {
      opacity: 0.8; }
    .item.item-md a:hover h2.titol {
      color: #C00000; }
  .item.item-md div.contingut_item.sublink {
    padding: 15px;
    text-align: center;
    display: block;
    background-color: #ffffff;
    opacity: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    width: 100%;
    position: relative;
    top: -6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .item.item-md div.contingut_item.sublink p.sublink {
      color: #4c4c4c;
      font-size: 18px;
      margin-bottom: 0; }
      .item.item-md div.contingut_item.sublink p.sublink .calendar {
        float: none;
        margin-right: 2px; }
      .item.item-md div.contingut_item.sublink p.sublink a {
        color: #4c4c4c;
        text-decoration: none;
        display: inline; }
      .item.item-md div.contingut_item.sublink p.sublink a:hover {
        color: #000000;
        text-decoration: none; }
      .item.item-md div.contingut_item.sublink p.sublink .data {
        font-size: 18px;
        color: #c00000;
        font-weight: 400; }

.item.item-lg {
  position: relative; }
  .item.item-lg a {
    cursor: pointer; }
    .item.item-lg a img.img-destacada {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item.item-lg a .contenidor-imatge-dreta {
      margin-bottom: 0; }
    .item.item-lg a .contenidor-imatge-esquerra {
      margin-bottom: 0; }
    .item.item-lg a .contenidor-text-dreta {
      padding: 22px; }
    .item.item-lg a .contenidor-text-esquerra {
      padding: 22px; }
    .item.item-lg a .data {
      color: #4c4c4c;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 6px; }
    .item.item-lg a h2.titol {
      margin-top: 0;
      font-size: 22px;
      line-height: 24px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-weight: 700;
      margin-bottom: 20px; }
    .item.item-lg a p.abstract {
      /*			font-size: 18px;
      			line-height: 22px;*/
      color: #4c4c4c;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item.item-lg a .mesinfo {
      color: #c00000;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 20px; }
  .item.item-lg a:hover {
    text-decoration: none; }
    .item.item-lg a:hover img.img-destacada {
      opacity: 0.8; }
    .item.item-lg a:hover h2.titol {
      color: #C00000; }
    .item.item-lg a:hover .mesinfo {
      text-decoration: none;
      color: #910000; }
  .item.item-lg p.sublink.dreta, .item.item-lg p.sublink.esquerra {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 22px 22px 22px; }
    .item.item-lg p.sublink.dreta a, .item.item-lg p.sublink.esquerra a {
      color: #4c4c4c;
      text-decoration: none;
      display: inline; }
    .item.item-lg p.sublink.dreta a:hover, .item.item-lg p.sublink.esquerra a:hover {
      color: #000000;
      text-decoration: none; }
    .item.item-lg p.sublink.dreta .data, .item.item-lg p.sublink.esquerra .data {
      font-size: 18px;
      color: #c00000;
      font-weight: 400; }

.item.item-list {
  padding: 15px;
  border-bottom: 1px solid #e0e0de;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: transparent; }
  .item.item-list h2.titol {
    margin-top: 0px;
    font-size: 28px;
    color: #222222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 700;
    margin-bottom: 15px; }
  .item.item-list a {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: inline-block; }
    .item.item-list a img.img-destacada {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item.item-list a p.abstract {
      font-size: 18px;
      color: #4c4c4c;
      margin: 0;
      margin-bottom: 10px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .item.item-list a:hover {
    text-decoration: none; }
    .item.item-list a:hover img.img-destacada {
      opacity: 0.8; }
    .item.item-list a:hover h2.titol {
      color: #C00000; }
  .item.item-list p.sublink {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 0; }
    .item.item-list p.sublink .calendar {
      float: left;
      margin-right: 8px; }
    .item.item-list p.sublink a {
      color: #4c4c4c;
      text-decoration: none;
      display: inline; }
    .item.item-list p.sublink a:hover {
      color: #000000;
      text-decoration: none; }
    .item.item-list p.sublink .data {
      font-size: 18px;
      color: #c00000;
      font-weight: 400; }
  .item.item-list ul.links {
    font-size: 13px;
    margin-bottom: 20px; }

.resultatcerca {
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0de;
  padding-bottom: 10px;
  font-size: 20px; }
  .resultatcerca strong {
    color: #176B99; }

.item-list.item-xs {
  margin-bottom: 20px; }
  .item-list.item-xs a {
    cursor: pointer; }
    .item-list.item-xs a img.img-destacada {
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item-list.item-xs a .contenidor-imatge {
      width: 80px;
      float: left;
      margin-bottom: 10px; }
    .item-list.item-xs a .contenidor-imatge-md {
      width: 30%;
      float: left;
      margin-bottom: 10px;
      margin-right: 20px; }
    .item-list.item-xs a .contenidor-text {
      padding-left: 90px; }
    .item-list.item-xs a h3.autor {
      margin-top: 0;
      font-size: 22px;
      line-height: 24px;
      font-family: 'Yantramanav', sans-serif;
      color: #222222;
      font-weight: 400;
      margin-bottom: 7px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .item-list.item-xs a h3.autor small {
        font-size: 18px;
        font-weight: 200; }
    .item-list.item-xs a h2.titol {
      margin-top: 0;
      font-size: 22px;
      color: #222222;
      margin-bottom: 11px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-weight: 700; }
    .item-list.item-xs a p.abstract {
      color: #4c4c4c;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .item-list.item-xs a .data {
      font-size: 14px;
      color: #4c4c4c;
      margin-bottom: 6px; }
    .item-list.item-xs a .mesinfo {
      color: #c00000;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 20px; }
  .item-list.item-xs a:hover {
    text-decoration: none; }
    .item-list.item-xs a:hover img.img-destacada {
      opacity: 0.8; }
    .item-list.item-xs a:hover h2.titol {
      color: #C00000; }
    .item-list.item-xs a:hover h3.autor {
      color: #C00000; }
    .item-list.item-xs a:hover .mesinfo {
      text-decoration: none;
      color: #910000; }
  .item-list.item-xs p.sublink {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 0; }
    .item-list.item-xs p.sublink .data {
      font-weight: 400;
      color: #C00000; }
    .item-list.item-xs p.sublink a {
      color: #4c4c4c;
      text-decoration: none; }
    .item-list.item-xs p.sublink a:hover {
      color: #000000;
      text-decoration: none; }

/* Small Devices, Tablets */
@media only screen and (max-width: 480px) {
  .item.item-xs a .contenidor-imatge {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    /*				background-size: cover;
    				background-position: center center;
    				height: 200px;*/ }
  .item.item-xs a .contenidor-text {
    padding: 15px; }
  .item.item-xs p.sublink {
    padding: 0 15px 0 15px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .item.item-md a .compra {
    display: block;
    position: absolute;
    font-size: 21px;
    line-height: 21px;
    color: #ffffff;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #176B99;
    padding: 10px 15px;
    margin: 0;
    font-weight: 300;
    top: 0;
    margin-bottom: 0; }
    .item.item-md a .compra img {
      height: 24px;
      float: left;
      margin-right: 5px; }
  .item.item-md a .contenidor {
    padding: 20px;
    bottom: 0px;
    position: relative; }
    .item.item-md a .contenidor h2.titol {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 5px; }
    .item.item-md a .contenidor p.abstract {
      font-size: 16px;
      line-height: 17px;
      margin-bottom: 5px; }
    .item.item-md a .contenidor .data {
      font-size: 16px;
      line-height: 18px; }
    .item.item-md a .contenidor .tipus {
      font-size: 16px;
      line-height: 18px; }
  .item.item-md div.contingut_item.sublink {
    padding: 10px;
    top: -1px; }
    .item.item-md div.contingut_item.sublink p.sublink {
      color: #4c4c4c;
      font-size: 16px;
      margin-bottom: 0; }
      .item.item-md div.contingut_item.sublink p.sublink .calendar {
        width: 15px; }
      .item.item-md div.contingut_item.sublink p.sublink .data {
        font-size: 16px; }

  .slider_inpage div.item.item-md a div.img.img-destacada.img-responsive {
    height: 400px; }

  .slider_inpage .item.item-md {
    margin-bottom: 10px; }

  .slider_inpage .item.item-md a .contenidor {
    padding: 20px;
    position: absolute; }

  .slickexposicions div.item.item-md a div.img.img-destacada.img-responsive {
    height: 400px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .item.item-xs a .contenidor-imatge {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    /*				background-size: cover;
    				background-position: center center;
    				height: 200px;*/ }
  .item.item-xs a .contenidor-text {
    padding: 15px; }
  .item.item-xs p.sublink {
    padding: 0 15px 0 15px; }

  .inforelacionada .item.item-xs a .contenidor-imatge {
    width: 48%;
    float: left;
    margin-bottom: 0;
    /*			background-size: cover;
    			background-position: center center;
    			height: 200px;*/ }
  .inforelacionada .item.item-xs a .contenidor-text {
    padding: 15px 15px 10px 52%; }
  .inforelacionada .item.item-xs p.sublink {
    padding: 0 0 0 52%; }

  .slider_inpage div.item.item-md a div.img.img-destacada.img-responsive {
    height: 360px; }
  .slider_inpage .item.item-md a .contenidor h2.titol {
    font-size: 22px;
    line-height: 24px; }
  .slider_inpage .item.item-md a .contenidor p.abstract {
    font-size: 16px;
    line-height: 18px; }
  .slider_inpage .item.item-md a .contenidor {
    height: 70vh;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: absolute; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inforelacionada .item.item-xs a .contenidor-imatge {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    /*				background-size: cover;
    				background-position: center center;
    				height: 200px;*/ }
  .inforelacionada .item.item-xs a .contenidor-text-dreta {
    padding: 15px; }
  .inforelacionada .item.item-xs p.sublink {
    padding: 0 15px 0 15px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .item.item-lg a .contenidor-imatge-dreta {
    width: 66%;
    float: right; }
  .item.item-lg a .contenidor-imatge-esquerra {
    width: 66%;
    float: left; }
  .item.item-lg a .contenidor-text-dreta {
    padding: 30px;
    padding-left: 68.5%; }
  .item.item-lg a .contenidor-text-esquerra {
    padding: 30px;
    padding-right: 68.5%; }
  .item.item-lg p.sublink.dreta {
    padding: 0 30px 30px 68.5%; }
  .item.item-lg p.sublink.esquerra {
    padding: 0 68.5% 30px 30px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .item.item-lg a h2.titol {
    font-size: 24px;
    line-height: 28px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .item.item-lg a p.abstract {
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; } }
.tab-content {
  border: 1px solid #e0e0de;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .tab-content a.mesitems {
    float: none;
    position: relative;
    top: 0; }

/* Medium Devices, Desktops */
@media only screen and (max-width: 480px) {
  .pagina {
    padding: 15px; }

  .tab-content {
    padding: 22px; } }
.nav.nav-tabs li.active {
  /*    background-image: url("../images/trianglet.png");
      background-position: 20px bottom;
      background-repeat: no-repeat;*/ }

.nav.nav-tabs li.active::before {
  border-color: transparent transparent #e0e0de;
  border-style: solid;
  border-width: 0 7px 7px;
  content: "";
  display: inline-block;
  height: 0;
  left: 19px;
  position: absolute;
  bottom: 0px;
  width: 0; }

.nav.nav-tabs li.active a::after {
  border-color: transparent transparent #ffffff;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: inline-block;
  height: 0;
  left: 20px;
  position: absolute;
  bottom: -1px;
  width: 0; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 2px; }

.nav > li > a {
  color: #999999;
  display: block;
  font-size: 24px;
  letter-spacing: -1px;
  padding: 0 40px 12px 0;
  position: relative; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  color: #777777;
  border: none; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: #000000;
  cursor: default; }

.inici .slider.slider-nav .slide.slick-active .nom-slide::before {
  border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #e17080;
  border-width: 11px;
  margin-left: -11px; }

/* article */
.titol-subratllat {
  border-bottom: 1px solid #e0e0de;
  margin-bottom: 20px; }

.titol-seccio {
  margin-bottom: 40px;
  border-bottom: 1px solid #777777;
  text-align: center; }
  .titol-seccio .titol {
    color: #222222;
    background-color: #f2f2f2;
    display: inline;
    font-family: "Yantramanav",sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: 13px; }
  .titol-seccio .boto {
    background-color: #f2f2f2;
    color: #176B99;
    float: right;
    font-size: 22px;
    line-height: 27px;
    padding: 0 0 0 20px;
    position: relative;
    top: 0px; }
    .titol-seccio .boto a {
      color: #176B99;
      text-decoration: none; }
    .titol-seccio .boto a:hover {
      color: #000000;
      text-decoration: none; }
    .titol-seccio .boto img {
      width: 27px;
      float: left;
      margin-right: 3px; }

.titol-subseccio {
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0DE;
  text-align: center; }
  .titol-subseccio .titol {
    color: #4C4C4C;
    background-color: #f2f2f2;
    display: inline;
    font-family: "Yantramanav",sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: 13px; }
  .titol-subseccio .boto {
    background-color: #f2f2f2;
    color: #176B99;
    float: right;
    font-size: 20px;
    line-height: 27px;
    padding: 0 0 0 20px;
    position: relative;
    top: 0px; }
    .titol-subseccio .boto a {
      color: #176B99;
      text-decoration: none; }
    .titol-subseccio .boto a:hover {
      color: #000000;
      text-decoration: none; }
    .titol-subseccio .boto img {
      width: 27px;
      float: left;
      margin-right: 5px; }

.peufoto {
  font-size: 14px;
  line-height: 17px;
  margin-top: 7px; }
  .peufoto p {
    margin-bottom: 30px; }

.itemdestacat {
  background-color: #e0e0de;
  padding: 30px;
  margin: 0px 0 30px; }
  .itemdestacat h2 {
    font-size: 32px;
    line-height: 34px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    margin-top: 0; }
  .itemdestacat h3 {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px; }
  .itemdestacat a.mesitems {
    margin-top: 20px;
    top: 0; }

ul {
  margin-bottom: 30px;
  padding-left: 16px; }
  ul ul {
    padding-left: 30px; }
  ul li {
    list-style-image: url("../images/bullet.png");
    list-style-position: left;
    margin-bottom: 3px; }

.destacat {
  color: #C00000; }

b, strong {
  font-weight: 400; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 65%; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #4c4c4c;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0; }

/* General styles for all menus */
.cbp-spmenu {
  background: #e0e0de none repeat scroll 0 0;
  position: fixed;
  z-index: 20000; }

.cbp-spmenu h3 {
  background: transparent none repeat scroll 0 0;
  color: #222222;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
  padding: 0px; }

.cbp-spmenu a {
  color: #222222;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 22px; }

.cbp-spmenu a:hover {
  background: #DDC9C7;
  color: #C00000;
  text-decoration: none; }

.cbp-spmenu a:active {
  background: #DDC9C7;
  color: #c00000;
  text-decoration: none; }

.cbp-spmenu a:focus {
  background: #DDC9C7;
  color: #c00000;
  text-decoration: none; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 30000;
  overflow: auto }

.cbp-spmenu-vertical a {
  background-color: #d5d5d3;
  border-bottom: 1px solid #e0e0de;
  padding: 12px 15px; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left; }

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -340px; }

.cbp-spmenu-right {
  right: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px; }

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px; }

.cbp-spmenu-bottom {
  bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 240px; }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }

  .cbp-spmenu-top {
    top: -110px; }

  .cbp-spmenu-bottom {
    bottom: -110px; } }
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }

  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }

  .cbp-spmenu-right {
    right: -190px; }

  .cbp-spmenu-push-toright {
    left: 190px; } }
html.js body.cbp-spmenu-push div.container div.pagina div.main section button#showLeft {
  padding: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  left: -8px;
  position: fixed;
  top: 222px;
  z-index: 1000; }
  html.js body.cbp-spmenu-push div.container div.pagina div.main section button#showLeft img {
    height: 50px;
    border: none; }

html.js body.cbp-spmenu-push div.container div.main section button#showLeft {
  padding: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  left: -8px;
  position: fixed;
  top: 222px;
  z-index: 1000; }
  html.js body.cbp-spmenu-push div.container div.main section button#showLeft img {
    height: 50px;
    border: none; }

html.js body.cbp-spmenu-push nav#cbp-spmenu-s1.cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-left.cbp-spmenu-open div.main section button#hideLeft.disabled {
  padding: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  left: 250px;
  position: fixed;
  top: 10px; }
  html.js body.cbp-spmenu-push nav#cbp-spmenu-s1.cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-left.cbp-spmenu-open div.main section button#hideLeft.disabled img {
    height: 30px;
    border: none; }

html.js body.cbp-spmenu-push nav#cbp-spmenu-s1.cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-left.cbp-spmenu-open div.main section button#hideLeft.active {
  padding: 0;
  background-color: transparent;
  border: none;
  color: transparent;
  left: 265px;
  position: fixed;
  top: 5px; }
  html.js body.cbp-spmenu-push nav#cbp-spmenu-s1.cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-left.cbp-spmenu-open div.main section button#hideLeft.active img {
    height: 30px;
    border: none; }

html.js body.cbp-spmenu-push nav#cbp-spmenu-s1.cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-left div.main section button#hideLeft.disabled.active {
  display: none; }

.cbpcontainer {
  padding: 30px; }
  .cbpcontainer div.links_secundaris {
    margin-top: 10px; }
    .cbpcontainer div.links_secundaris a {
      background: none;
      border-bottom: 1px solid #D5D5D3; }
    .cbpcontainer div.links_secundaris a:focus {
      color: #C00000;
      background: none;
      border-bottom: 1px solid #D5D5D3; }

.cbpcontainer_online {
  padding: 0px 30px 30px; }
  .cbpcontainer_online a {
    background-color: #d5d5d3;
    border-bottom: 1px solid #e0e0de;
    padding: 12px 15px; }
  .cbpcontainer_online div.links_secundaris {
    margin-top: 10px; }
    .cbpcontainer_online div.links_secundaris a {
      background: none;
      border-bottom: 1px solid #D5D5D3; }
    .cbpcontainer_online div.links_secundaris a:focus {
      color: #C00000;
      background: none;
      border-bottom: 1px solid #D5D5D3; }

/* timeline */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative; }

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #E5E5E5;
  left: 20%;
  margin-left: -10px; }

.cbp_tmtimeline > li {
  position: relative; }

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute; }

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
  line-height: 1em; }

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 14px;
  color: #999999; }

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 35px;
  color: #333333; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #666666; }

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 10% 15px 25%;
  background: #E5E5E5;
  color: #666666;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #F2F2F2; }

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc; }

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #E5E5E5;
  border-width: 10px;
  top: 10px; }

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #F2F2F2; }

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #666666;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #E5E5E5;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px; }

.cbp_tmicon-flag:before {
  content: "\f11d"; }

/*  Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em; } }
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none; }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0; }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left; }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%; }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #E5E5E5;
    top: -20px; }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #F2F2F2; }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px; } }
/* slider */
.slick-slide img {
  background-color: #ffffff;
  display: block;
  padding-bottom: 100px; }

.slider.slider-for {
  margin: 0;
  margin-bottom: 0px;
  position: relative; }
  .slider.slider-for .slide .img-name {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 100px;
    box-shadow: 8px 0 12px rgba(0, 0, 0, 0.6);
    padding: 30px 15%;
    position: absolute;
    text-align: center;
    width: 100%; }
    .slider.slider-for .slide .img-name h3 {
      font-size: 64px;
      line-height: 65px;
      letter-spacing: -1px;
      color: #C00000;
      margin: 5px 0 15px;
      font-weight: 700;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .slider.slider-for .slide .img-name .tipus {
      font-size: 20px;
      line-height: 22px;
      font-weight: 400;
      color: #C00000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .slider.slider-for .slide .img-name .data {
      font-size: 30px;
      line-height: 32px;
      letter-spacing: -1px;
      font-weight: 600;
      color: #000000;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.img-principal {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  .img-principal .img-name {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0px;
    box-shadow: 8px 0 12px rgba(0, 0, 0, 0.6);
    padding: 30px 15%;
    position: absolute;
    text-align: center;
    width: 100%; }
    .img-principal .img-name h3 {
      color: #c00000;
      font-size: 64px;
      font-weight: 700;
      letter-spacing: -1px;
      line-height: 65px;
      margin: 5px 0 15px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .img-principal .img-name .data {
      color: #000000;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 32px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .img-principal img.img-responsive {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .img-principal img.img-responsive:hover {
    opacity: 0.8; }

.img-expopermanent {
  margin: 0;
  margin-bottom: 0px;
  position: relative;
  text-align: center; }
  .img-expopermanent .btn {
    padding: 10px 20px; }
  .img-expopermanent .btn-primary {
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 20px; }
  .img-expopermanent .btn-primary:hover {
    color: #A2D5F0; }
  .img-expopermanent .img {
    background-color: #f2f2f2;
    background-position: center center;
    background-size: cover; }
    .img-expopermanent .img .bgimg {
      background: rgba(0, 0, 0, 0.6);
      height: auto;
      min-height: 580px;
      padding-bottom: 40px; }
      .img-expopermanent .img .bgimg .img-name {
        overflow: hidden;
        padding: 0px 200px;
        position: relative;
        text-align: center;
        top: 145px;
        opacity: 1; }
        .img-expopermanent .img .bgimg .img-name h3 {
          color: #ffffff;
          font-size: 64px;
          font-weight: 700;
          line-height: 66px;
          margin-bottom: 10px;
          margin-top: 10px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .img-expopermanent .img .bgimg .img-name .tipus {
          color: #ffffff;
          font-size: 20px;
          font-weight: 300;
          line-height: 22px; }
        .img-expopermanent .img .bgimg .img-name p.abstract {
          color: #ffffff;
          font-size: 24px;
          font-weight: 400;
          line-height: 26px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .img-expopermanent .img .bgimg .img-name img {
          width: 50px;
          margin-bottom: 50px; }
  .img-expopermanent a:hover {
    text-decoration: none; }
  .img-expopermanent a:focus {
    text-decoration: none; }

.intro-ambit {
  margin: 0;
  margin-bottom: 0px;
  position: relative;
  text-align: center; }
  .intro-ambit .btn {
    padding: 10px 20px; }
  .intro-ambit .btn-primary {
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 20px; }
  .intro-ambit .btn-primary:hover {
    color: #A2D5F0; }
  .intro-ambit .img {
    background-color: #f2f2f2;
    background-position: center center;
    background-size: cover; }
    .intro-ambit .img .bgimg {
      background: rgba(0, 0, 0, 0.6);
      height: auto;
      min-height: 580px;
      padding-bottom: 40px; }
      .intro-ambit .img .bgimg .img-name {
        overflow: hidden;
        padding: 0px 150px;
        position: relative;
        text-align: center;
        top: 50px;
        opacity: 1; }
        .intro-ambit .img .bgimg .img-name h3 {
          color: #ffffff;
          font-size: 64px;
          font-weight: 700;
          line-height: 66px;
          margin-bottom: 0px;
          margin-top: 0px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .intro-ambit .img .bgimg .img-name h4 {
          color: #ffffff;
          font-size: 26px;
          font-weight: 400;
          line-height: 28px;
          margin-bottom: 20px;
          margin-top: 0px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .intro-ambit .img .bgimg .img-name .tipus {
          color: #ffffff;
          font-size: 20px;
          font-weight: 300;
          line-height: 22px; }
        .intro-ambit .img .bgimg .img-name p.abstract {
          color: #ffffff;
          font-size: 22px;
          font-weight: 400;
          line-height: 24px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .intro-ambit .img .bgimg .img-name img {
          width: 50px;
          margin-bottom: 50px; }
  .intro-ambit a:hover {
    text-decoration: none; }
  .intro-ambit a:focus {
    text-decoration: none; }

.intro-subambit {
  background-color: #222222;
  padding: 50px;
  border-bottom: 1px solid #444444; }
  .intro-subambit h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .intro-subambit .abstract {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.parrafcolumnat2 p {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.parrafcolumnat3 p {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.parrafcolumnat4 p {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.titol-modul-permanent {
  background-color: #222222;
  padding: 15px 10px 20px;
  text-align: center; }
  .titol-modul-permanent h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  div.llegendavideo {
    padding: 15px; }

  .slider.slider-for .slide .img-name {
    padding: 20px 10%; }
    .slider.slider-for .slide .img-name h3 {
      font-size: 50px;
      line-height: 50px; }
    .slider.slider-for .slide .img-name .tipus {
      font-size: 20px;
      line-height: 22px; }
    .slider.slider-for .slide .img-name .data {
      font-size: 26px;
      line-height: 26px; }

  .img-principal .img-name {
    padding: 20px 10%; }
    .img-principal .img-name h3 {
      font-size: 50px;
      line-height: 50px; }
    .img-principal .img-name .data {
      font-size: 26px;
      line-height: 26px; }

  .img-expopermanent .btn {
    padding: 10px 15px; }
    .img-expopermanent .btn img {
      height: 30px; }
  .img-expopermanent .img .bgimg {
    height: auto;
    min-height: 460px; }
    .img-expopermanent .img .bgimg .img-name {
      padding: 0px 100px;
      top: 90px; }
      .img-expopermanent .img .bgimg .img-name h3 {
        font-size: 50px;
        line-height: 50px; }
      .img-expopermanent .img .bgimg .img-name p.abstract {
        font-size: 22px;
        line-height: 24px; }

  .intro-ambit .btn {
    padding: 10px 15px; }
    .intro-ambit .btn img {
      height: 30px; }
  .intro-ambit .img .bgimg {
    min-height: 500px;
    height: auto; }
    .intro-ambit .img .bgimg .img-name {
      padding: 0px 100px;
      top: 50px; }
      .intro-ambit .img .bgimg .img-name h3 {
        font-size: 50px;
        line-height: 50px; }
      .intro-ambit .img .bgimg .img-name h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px; }
      .intro-ambit .img .bgimg .img-name p.abstract {
        font-size: 20px;
        line-height: 22px; }

  div.slider.slider-nav .slide {
    padding: 0px; }
    div.slider.slider-nav .slide .img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      div.slider.slider-nav .slide .img .img-name {
        background-color: transparent;
        padding: 15px 20px 15px 20px; }
        div.slider.slider-nav .slide .img .img-name h3 {
          font-size: 18px;
          line-height: 19px; }
        div.slider.slider-nav .slide .img .img-name .tipus {
          font-size: 15px;
          line-height: 17px; } }
div.modal-body {
  position: relative;
  display: block; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  div.modal-body div.utilitzaimatge {
    position: absolute;
    top: 30px;
    left: 25px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  div.reprodueixaudio img.right {
    float: right;
    height: 80px;
    margin-left: 0px; }

  div.reprodueixaudio img.left {
    float: none;
    height: 80px;
    margin-right: 80px;
    margin-bottom: 15px; }

  div.modal-body div.utilitzaimatge {
    bottom: 30px;
    left: 25px;
    position: absolute; }

  div.content-amaga-header {
    margin-top: 0px; }

  div.pagina.expo_online {
    margin-top: 0;
    padding: 30px 2% 40px; }
    div.pagina.expo_online .introsubambit {
      -moz-column-count: 1; }
    div.pagina.expo_online div.scroll-invite {
      margin-bottom: 50px; }

  div.cercadorinpage {
    margin-bottom: 40px; }

  div.obert-modul {
    cursor: auto; }
    div.obert-modul a.visita:hover {
      text-decoration: none; }

  div.footer .row {
    margin-bottom: 20px;
    overflow: hidden; }

  div.llegendavideo {
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    position: relative; }
    div.llegendavideo p {
      font-size: 16px;
      line-height: 18px; }

  div.slider.slider-central .slide .img-name {
    padding: 0 80px;
    top: 180px; }
    div.slider.slider-central .slide .img-name h3 {
      font-size: 36px;
      line-height: 37px; }

  .slider.slider-for .slide .img-name {
    padding: 15px 10%; }
    .slider.slider-for .slide .img-name h3 {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 10px;
      margin-top: 0; }
    .slider.slider-for .slide .img-name .tipus {
      font-size: 18px;
      line-height: 20px; }
    .slider.slider-for .slide .img-name .data {
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 0px; }

  .img-principal .img-name {
    padding: 15px 10%; }
    .img-principal .img-name h3 {
      font-size: 44px;
      line-height: 44px;
      margin-bottom: 10px;
      margin-top: 0; }
    .img-principal .img-name .data {
      font-size: 22px;
      line-height: 22px;
      letter-spacing: 0; }

  .img-expopermanent .btn {
    padding: 10px 15px; }
    .img-expopermanent .btn img {
      height: 30px; }
  .img-expopermanent .img .bgimg {
    height: auto;
    min-height: 400px; }
    .img-expopermanent .img .bgimg .img-name {
      padding: 0px 70px;
      top: 50px; }
      .img-expopermanent .img .bgimg .img-name h3 {
        font-size: 44px;
        line-height: 44px; }
      .img-expopermanent .img .bgimg .img-name p.abstract {
        font-size: 20px;
        line-height: 22px; }
      .img-expopermanent .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-ambit .btn {
    padding: 10px 15px; }
    .intro-ambit .btn img {
      height: 30px; }
  .intro-ambit .img .bgimg {
    min-height: 400px;
    height: auto; }
    .intro-ambit .img .bgimg .img-name {
      padding: 0px 70px;
      top: 50px; }
      .intro-ambit .img .bgimg .img-name h3 {
        font-size: 44px;
        line-height: 44px; }
      .intro-ambit .img .bgimg .img-name h4 {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 20px; }
      .intro-ambit .img .bgimg .img-name p.abstract {
        font-size: 18px;
        line-height: 20px; }
      .intro-ambit .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-subambit {
    padding: 40px; }
    .intro-subambit h3 {
      font-size: 44px;
      line-height: 46px;
      margin-bottom: 30px; }
    .intro-subambit .abstract {
      color: #ffffff;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 15px;
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; }

  div.slider.slider-nav .slide {
    padding: 0px; }
    div.slider.slider-nav .slide .img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      div.slider.slider-nav .slide .img .img-name {
        background-color: transparent;
        padding: 15px 20px 15px 20px; }
        div.slider.slider-nav .slide .img .img-name h3 {
          font-size: 16px;
          line-height: 17px; }
        div.slider.slider-nav .slide .img .img-name .tipus {
          font-size: 14px;
          line-height: 15px; } }
div.img-principal a:hover div.img-name h3 {
  text-decoration: none; }

div.img-principal a:hover {
  text-decoration: none; }

/* Small Devices, Tablets */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /*	div.imatge-amplidada div.amplia {
  		display: none;
  	}*/
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px; }

  div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 0px;
    top: 10px; }
    div.utilitzaimatge .btn-default {
      background: rgba(0, 0, 0, 0.6);
      opacity: 1;
      padding: 8px 15px;
      max-width: none;
      white-space: nowrap;
      margin-bottom: 8px; }
    div.utilitzaimatge .btn-default:hover {
      background: rgba(0, 0, 0, 0.4);
      opacity: 1; }

  div.utilitzaimatge .btn-default:hover, div.utilitzaimatge .btn-default:focus, div.utilitzaimatge .btn-default.focus, div.utilitzaimatge .btn-default:active, div.utilitzaimatge .btn-default.active, div.utilitzaimatge .open > .dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    margin-bottom: 8px; }

  div.slideshowcontent div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 30px;
    top: 30px;
    margin-bottom: 30px; }
    div.slideshowcontent div.utilitzaimatge .btn-default {
      max-width: none;
      padding: 8px 15px;
      white-space: nowrap; }

  div.slideshowcontent div.row div#myModal.modal.fade.in div.modal-dialog div.modal-content div.modal-body div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 0px;
    top: 10px;
    margin-bottom: 8px; }

  div.opcionsmodal {
    position: relative;
    right: 0;
    top: 10px;
    margin-bottom: 5px; }
    div.opcionsmodal img {
      background-color: rgba(0, 0, 0, 0.7);
      height: 54px;
      opacity: 0.8;
      margin-bottom: 3px; }

  /*	div.ampliaimatge {
  		display: none;
  	}*/
  div.item.item-list {
    margin-bottom: 10px;
    padding: 0 0 10px; }

  div.parrafcolumnat2 p {
    -moz-column-count: 1; }

  div.parrafcolumnat3 p {
    -moz-column-count: 1; }

  div.parrafcolumnat4 p {
    -moz-column-count: 1; }

  div.content-amaga-header {
    margin-top: 0px; }

  div.pagina.expo_online {
    margin-top: 0;
    padding: 30px 2% 40px; }
    div.pagina.expo_online h2 {
      font-size: 38px;
      line-height: 40px; }
    div.pagina.expo_online .introsubambit {
      padding: 0 2%;
      -moz-column-count: 1;
      margin-bottom: 40px; }
    div.pagina.expo_online div.scroll-invite {
      margin-bottom: 50px; }

  div.passaambits hr {
    margin-top: 20px; }
  div.passaambits h2 {
    font-size: 24px;
    line-height: 26px; }
  div.passaambits h3 {
    font-size: 17px;
    line-height: 19px; }
  div.passaambits img.right {
    float: right;
    height: 50px;
    margin-left: 10px; }
  div.passaambits img.left {
    float: left;
    height: 50px;
    margin-right: 10px; }
  div.passaambits a.right i {
    font-size: 50px;
    line-height: 50px;
    margin-left: 10px; }
  div.passaambits a.left i {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px; }

  div.reprodueixaudio img.right {
    float: right;
    height: 50px;
    margin-left: 0px; }

  div.reprodueixaudio img.left {
    float: none;
    height: 50px;
    margin-right: 80px;
    margin-bottom: 15px; }

  div.reprodueixaudio h3 {
    font-size: 28px; }

  div.imatge-amplidada .amplia img {
    right: 20px;
    top: 20px; }

  div.imatge-amplidada .llegenda .form-group .btn-default {
    left: 20px;
    top: 20px; }

  div.img-principal .img-name {
    position: relative; }

  .utilitzaimatge {
    top: 10px; }
    .utilitzaimatge .btn-default {
      white-space: normal;
      padding: 5px;
      max-width: 180px;
      font-size: 16px;
      line-height: 18px; }

  div.cercadorinpage {
    margin-bottom: 30px; }

  div.obert-modul {
    cursor: auto; }
    div.obert-modul a.visita:hover {
      text-decoration: none; }

  div.corporativa-menu .navbar.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
    padding: 8px 0; }

  div.footer {
    padding: 20px 20px; }
    div.footer .llibreria .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .restaurant .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .espais .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .row {
      overflow: hidden;
      margin-bottom: 20px; }
    div.footer .row.banners {
      overflow: hidden;
      margin-bottom: 15px; }
    div.footer .botonsinfo {
      text-align: center; }
    div.footer-share {
      height: 25px;
      margin-bottom: 10px; }
    div.footer .btn-default {
      margin-left: 0px; }
    div.footer .footer-newsletter .form-control {
      width: 80%; }
    div.footer .footer-newsletter .btn-primary {
      padding: 6px 12px 6px 12px;
      width: 20%; }

  .item-list.item-xs {
    margin-bottom: 5px; }
    .item-list.item-xs a .contenidor-imatge {
      float: left;
      margin-bottom: 10px;
      width: 40px; }
    .item-list.item-xs a .contenidor-imatge-md {
      float: left;
      margin-bottom: 10px;
      margin-right: 0px;
      width: 100%; }
    .item-list.item-xs a .contenidor-text {
      padding-left: 50px; }
    .item-list.item-xs a h3.autor {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 2px; }
      .item-list.item-xs a h3.autor small {
        font-size: 16px;
        line-height: 18px; }
    .item-list.item-xs a p.abstract {
      font-size: 16px;
      line-height: 18px; }

  div.llegendavideo {
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    position: relative; }
    div.llegendavideo p {
      font-size: 16px;
      line-height: 18px; }

  div.slider.slider-central .slide .bgimg {
    height: 400px; }
  div.slider.slider-central .slide .img {
    height: 400px; }
  div.slider.slider-central .slide .img-name {
    padding: 0 60px;
    top: 120px; }
    div.slider.slider-central .slide .img-name .tipus {
      font-size: 16px;
      line-height: 16px; }
    div.slider.slider-central .slide .img-name h3 {
      font-size: 26px;
      line-height: 27px; }
  div.slider.slider-central .slick-prev {
    top: 177px; }
  div.slider.slider-central .slick-next {
    top: 177px; }

  div.slider.slider-simple .slide .img {
    height: 400px; }
  div.slider.slider-simple .slide .img-name {
    padding: 10px;
    top: 310px;
    max-height: 90px;
    min-height: 80px; }
    div.slider.slider-simple .slide .img-name .tipus {
      font-size: 16px;
      line-height: 16px; }
    div.slider.slider-simple .slide .img-name h3 {
      font-size: 24px;
      line-height: 26px; }
  div.slider.slider-simple .slick-prev {
    top: 177px; }
  div.slider.slider-simple .slick-next {
    top: 177px; }

  div.slider.slider-nav div.slide div.img div.img-name {
    padding: 10px;
    overflow: hidden; }

  .slider.slider-nav {
    background-color: #ffffff; }

  div.slider.slider-nav div.slide div.img div.img-name h3 {
    font-size: 12px;
    line-height: 12px; }

  .slider.slider-for .slide .img-name {
    border-bottom: 1px solid #e0e0de;
    position: relative;
    padding: 15px 10%;
    height: 130px; }
    .slider.slider-for .slide .img-name h3 {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 5px;
      margin-top: 0; }
    .slider.slider-for .slide .img-name .tipus {
      font-size: 16px;
      line-height: 18px; }
    .slider.slider-for .slide .img-name .data {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0px; }

  .img-principal .img-name {
    padding: 15px 10%; }
    .img-principal .img-name h3 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 5px;
      margin-top: 0; }
    .img-principal .img-name .data {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0; }

  .img-expopermanent .btn {
    padding: 5px 15px; }
    .img-expopermanent .btn img {
      height: 30px; }
  .img-expopermanent .btn-primary {
    width: 100%; }
  .img-expopermanent .img .bgimg {
    height: auto;
    min-height: 400px; }
    .img-expopermanent .img .bgimg .img-name {
      padding: 0px 20px;
      top: 60px; }
      .img-expopermanent .img .bgimg .img-name h3 {
        font-size: 40px;
        line-height: 40px; }
      .img-expopermanent .img .bgimg .img-name p.abstract {
        font-size: 18px;
        line-height: 20px; }
      .img-expopermanent .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-ambit .btn {
    padding: 5px 15px; }
    .intro-ambit .btn img {
      height: 30px; }
  .intro-ambit .btn-primary {
    width: 100%; }
  .intro-ambit .img .bgimg {
    min-height: 400px;
    height: auto; }
    .intro-ambit .img .bgimg .img-name {
      padding: 0px 20px;
      top: 40px; }
      .intro-ambit .img .bgimg .img-name h3 {
        font-size: 40px;
        line-height: 40px; }
      .intro-ambit .img .bgimg .img-name h4 {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 20px; }
      .intro-ambit .img .bgimg .img-name p.abstract {
        font-size: 16px;
        line-height: 18px; }
      .intro-ambit .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-subambit {
    padding: 20px; }
    .intro-subambit h3 {
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 20px; }
    .intro-subambit .abstract {
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 15px;
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; }

  .titol-modul-permanent {
    padding: 10px 10px 15px; }
    .titol-modul-permanent h3 {
      font-size: 21px;
      line-height: 22px; }

  div.slider.slider-nav .slide {
    padding: 0px; }
    div.slider.slider-nav .slide .img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      div.slider.slider-nav .slide .img .img-name {
        background-color: transparent;
        padding: 15px 10px 10px 10px; }
        div.slider.slider-nav .slide .img .img-name h3 {
          font-size: 14px;
          line-height: 15px; }
        div.slider.slider-nav .slide .img .img-name .tipus {
          font-size: 12px;
          line-height: 13px; } }
div.slider.slider-for div.img a:hover {
  text-decoration: none; }

/* Small Devices, Tablets */
@media only screen and (max-width: 320px) {
  /*	div.imatge-amplidada div.amplia {
  		display: none;
  	}*/
  .slick-dots {
    bottom: -40px;
    margin-bottom: 0;
    width: auto; }

  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px; }

  div.slickexposicions .item.item-md a .contenidor {
    padding: 8px; }
    div.slickexposicions .item.item-md a .contenidor h2.titol {
      font-size: 18px;
      line-height: 20px; }
    div.slickexposicions .item.item-md a .contenidor p.abstract {
      font-size: 14px;
      line-height: 15px;
      margin-bottom: 0px; }

  div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 0px;
    top: 10px; }
    div.utilitzaimatge .btn-default {
      background: rgba(0, 0, 0, 0.6);
      opacity: 1;
      padding: 8px 15px;
      max-width: none;
      white-space: nowrap;
      margin-bottom: 8px; }
    div.utilitzaimatge .btn-default:hover {
      background: rgba(0, 0, 0, 0.4);
      opacity: 1;
      margin-bottom: 8px; }

  div.utilitzaimatge .btn-default:hover, div.utilitzaimatge .btn-default:focus, div.utilitzaimatge .btn-default.focus, div.utilitzaimatge .btn-default:active, div.utilitzaimatge .btn-default.active, div.utilitzaimatge .open > .dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    margin-bottom: 8px; }

  div.slideshowcontent div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 30px;
    top: 30px;
    margin-bottom: 15px; }
    div.slideshowcontent div.utilitzaimatge .btn-default {
      max-width: none;
      padding: 8px 10px;
      white-space: nowrap; }

  div.slideshowcontent div.row div#myModal.modal.fade.in div.modal-dialog div.modal-content div.modal-body div.utilitzaimatge {
    position: relative;
    bottom: 0;
    left: 0px;
    top: 10px;
    margin-bottom: 8px; }

  div.opcionsmodal {
    position: relative;
    right: 0;
    top: 10px;
    margin-bottom: 5px; }
    div.opcionsmodal img {
      background-color: rgba(0, 0, 0, 0.7);
      height: 54px;
      opacity: 0.8;
      margin-bottom: 3px; }

  div.utilitzaimatge div.dropdown.filtre .dropdown-menu {
    min-width: 270px; }

  /*	div.ampliaimatge {
  		display: none;
  	}*/
  div.item.item-list {
    margin-bottom: 10px;
    padding: 0 0 10px; }
    div.item.item-list h2.titol {
      font-size: 24px;
      margin-bottom: 10px; }

  div.parrafcolumnat2 p {
    -moz-column-count: 1; }

  div.parrafcolumnat3 p {
    -moz-column-count: 1; }

  div.parrafcolumnat4 p {
    -moz-column-count: 1; }

  div.content-amaga-header {
    margin-top: 0px; }

  div.pagina.expo_online {
    margin-top: 0;
    padding: 20px 2% 40px; }
    div.pagina.expo_online .cd-timeline-content {
      margin-left: 35px;
      padding: 15px; }
    div.pagina.expo_online h1 {
      font-size: 36px;
      line-height: 38px; }
    div.pagina.expo_online h2 {
      font-size: 32px;
      line-height: 34px; }
    div.pagina.expo_online .ambit h2 {
      font-size: 18px;
      line-height: 22px;
      padding: 15px 0 0;
      margin-bottom: 20px; }
    div.pagina.expo_online .intro {
      font-size: 18px;
      line-height: 20px;
      padding: 0 5%; }
    div.pagina.expo_online .introsubambit {
      font-size: 18px;
      line-height: 20px;
      padding: 0 2%;
      margin-bottom: 60px;
      -moz-column-count: 1;
      margin-bottom: 30px; }
    div.pagina.expo_online div.scroll-invite {
      margin-bottom: 30px; }

  div.passaambits hr {
    margin-top: 20px; }
  div.passaambits h2 {
    font-size: 24px;
    line-height: 26px; }
  div.passaambits h3 {
    font-size: 17px;
    line-height: 19px; }
  div.passaambits img.right {
    float: right;
    height: 50px;
    margin-left: 10px; }
  div.passaambits img.left {
    float: left;
    height: 50px;
    margin-right: 10px; }
  div.passaambits a.right i {
    font-size: 50px;
    line-height: 50px;
    margin-left: 10px; }
  div.passaambits a.left i {
    font-size: 50px;
    line-height: 50px;
    margin-right: 10px; }

  div.reprodueixaudio img.right {
    float: right;
    height: 50px;
    margin-left: 0px; }

  div.reprodueixaudio img.left {
    float: none;
    height: 50px;
    margin-right: 80px;
    margin-bottom: 15px; }

  div.reprodueixaudio h3 {
    font-size: 28px; }

  div.imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu {
    left: 20px;
    max-width: 250px;
    padding: 10px;
    top: 75px; }

  div.imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu p {
    font-size: 16px;
    line-height: 18px; }

  div.imatge-amplidada .amplia img {
    right: 10px;
    top: 10px; }

  div.imatge-amplidada .llegenda .form-group .btn-default {
    left: 10px;
    top: 10px; }

  div.cd-timeline-block {
    margin: 15px 0; }

  section#cd-timeline::before {
    left: 4px; }

  div.cd-timeline-content {
    margin-left: 30px;
    padding: 15px; }
    div.cd-timeline-content p {
      font-size: 16px;
      line-height: 18px; }

  div.cd-timeline-img {
    left: 0; }

  .btn-lg {
    border-radius: 8px;
    font-size: 24px;
    line-height: 28px;
    padding: 15px 20px; }

  div.img-principal .img-name {
    position: relative; }

  .slideshowfitxa {
    padding: 20px; }

  .utilitzaimatge {
    top: 10px; }
    .utilitzaimatge .btn-default {
      white-space: normal;
      padding: 5px;
      max-width: 180px;
      font-size: 16px;
      line-height: 18px; }

  div.barra-filtratge {
    font-size: 22px;
    padding: 8px 10px; }
    div.barra-filtratge span.dropdown.filtre .dropdown-menu {
      left: -40px;
      min-width: 220px;
      padding: 10px; }
    div.barra-filtratge .dropdown-menu {
      min-width: 220px; }
    div.barra-filtratge .btn-default {
      margin-left: 0px;
      min-width: 220px;
      padding: 10px 10px; }

  .itemdestacat {
    padding: 20px; }
    .itemdestacat h2 {
      font-size: 28px;
      line-height: 30px; }

  .titol-subseccio {
    border-bottom: none;
    margin-bottom: 40px; }
    .titol-subseccio .boto {
      background-color: #f2f2f2;
      color: #176b99;
      float: none;
      font-size: 22px;
      line-height: 27px;
      padding: 0 0 0 0px;
      position: relative;
      top: 13px;
      text-align: center;
      display: block; }
      .titol-subseccio .boto img {
        float: none;
        margin-right: 3px;
        width: 27px;
        display: none; }
    .titol-subseccio .titol {
      display: block;
      text-align: center; }

  .titol-seccio {
    border-bottom: none;
    margin-bottom: 40px; }
    .titol-seccio .boto {
      background-color: #f2f2f2;
      color: #176b99;
      float: none;
      font-size: 22px;
      line-height: 27px;
      padding: 0 0 0 0px;
      position: relative;
      top: 13px;
      text-align: center; }
      .titol-seccio .boto img {
        float: none;
        margin-right: 3px;
        width: 27px;
        display: none; }
    .titol-seccio .titol {
      display: block;
      text-align: center; }

  .lead {
    color: #222222;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 26px;
    margin-bottom: 15px; }

  .h1, h1 {
    font-size: 34px;
    margin-bottom: 15px; }

  div.cercadorinpage {
    margin-bottom: 30px; }

  div.obert-modul {
    cursor: auto; }
    div.obert-modul a.visita:hover {
      text-decoration: none; }
    div.obert-modul .info-text {
      display: none; }

  div.corporativa-menu .navbar.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
    padding: 8px 0; }

  div.footer {
    padding: 20px 20px; }
    div.footer .llibreria .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .restaurant .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .espais .texte p {
      font-size: 12px;
      line-height: 14px; }
    div.footer .row {
      overflow: hidden;
      margin-bottom: 20px; }
    div.footer .row.banners {
      overflow: hidden;
      margin-bottom: 15px; }
    div.footer .botonsinfo {
      text-align: center; }
    div.footer-share {
      height: 25px;
      margin-bottom: 10px; }
    div.footer .btn-default {
      margin-left: 0px; }
    div.footer .footer-newsletter .form-control {
      width: 80%; }
    div.footer .footer-newsletter .btn-primary {
      padding: 6px 12px 6px 12px;
      width: 20%; }

  .item-list.item-xs {
    margin-bottom: 5px; }
    .item-list.item-xs a .contenidor-imatge {
      float: left;
      margin-bottom: 10px;
      width: 40px; }
    .item-list.item-xs a .contenidor-imatge-md {
      float: left;
      margin-bottom: 10px;
      margin-right: 0px;
      width: 100%; }
    .item-list.item-xs a .contenidor-text {
      padding-left: 50px; }
    .item-list.item-xs a h3.autor {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 2px; }
      .item-list.item-xs a h3.autor small {
        font-size: 16px;
        line-height: 18px; }
    .item-list.item-xs a p.abstract {
      font-size: 16px;
      line-height: 18px; }

  div ul.nav.nav-tabs li a {
    font-size: 18px;
    padding: 0 20px 12px 0; }

  div.llegendavideo {
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    position: relative; }
    div.llegendavideo p {
      font-size: 16px;
      line-height: 18px; }

  div.slider.slider-central .slide .bgimg {
    height: 360px; }
  div.slider.slider-central .slide .img {
    height: 360px; }
  div.slider.slider-central .slide .img-name {
    padding: 0 60px;
    top: 90px; }
    div.slider.slider-central .slide .img-name .tipus {
      font-size: 16px;
      line-height: 16px; }
    div.slider.slider-central .slide .img-name h3 {
      font-size: 26px;
      line-height: 27px; }
  div.slider.slider-central .slick-prev {
    top: 157px; }
  div.slider.slider-central .slick-next {
    top: 157px; }

  div.slider.slider-simple .slide .img {
    height: 360px; }
  div.slider.slider-simple .slide .img-name {
    padding: 10px;
    top: 270px;
    max-height: 90px;
    min-height: 80px; }
    div.slider.slider-simple .slide .img-name .tipus {
      font-size: 16px;
      line-height: 16px; }
    div.slider.slider-simple .slide .img-name h3 {
      font-size: 24px;
      line-height: 26px; }
  div.slider.slider-simple .slick-prev {
    top: 157px; }
  div.slider.slider-simple .slick-next {
    top: 157px; }

  div.slider.slider-nav div.slide div.img div.img-name {
    padding: 10px 5px 5px;
    overflow: hidden; }

  .slider.slider-nav {
    background-color: #ffffff; }

  div.slider.slider-nav div.slide div.img div.img-name h3 {
    font-size: 12px;
    line-height: 12px; }

  .slider.slider-for .slide .img-name {
    position: relative;
    padding: 10px 10%;
    border-bottom: 1px solid #e0e0de;
    height: 130px; }
    .slider.slider-for .slide .img-name h3 {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 5px;
      margin-top: 0; }
    .slider.slider-for .slide .img-name .tipus {
      font-size: 14px;
      line-height: 14px; }
    .slider.slider-for .slide .img-name .data {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0px; }

  .img-principal .img-name {
    padding: 15px 10%; }
    .img-principal .img-name h3 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 5px;
      margin-top: 0; }
    .img-principal .img-name .data {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0; }

  .img-expopermanent .btn {
    padding: 5px 15px; }
    .img-expopermanent .btn img {
      height: 30px; }
  .img-expopermanent .btn-primary {
    width: 100%; }
  .img-expopermanent .img .bgimg {
    height: auto;
    min-height: 400px; }
    .img-expopermanent .img .bgimg .img-name {
      padding: 0px 20px;
      top: 60px; }
      .img-expopermanent .img .bgimg .img-name h3 {
        font-size: 40px;
        line-height: 40px; }
      .img-expopermanent .img .bgimg .img-name p.abstract {
        font-size: 18px;
        line-height: 20px; }
      .img-expopermanent .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-ambit .btn {
    padding: 5px 15px; }
    .intro-ambit .btn img {
      height: 30px; }
  .intro-ambit .btn-primary {
    width: 100%; }
  .intro-ambit .img .bgimg {
    min-height: 400px;
    height: auto; }
    .intro-ambit .img .bgimg .img-name {
      padding: 0px 20px;
      top: 40px; }
      .intro-ambit .img .bgimg .img-name h3 {
        font-size: 40px;
        line-height: 40px; }
      .intro-ambit .img .bgimg .img-name h4 {
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 20px; }
      .intro-ambit .img .bgimg .img-name p.abstract {
        font-size: 16px;
        line-height: 18px; }
      .intro-ambit .img .bgimg .img-name img {
        width: 40px;
        margin-bottom: 40px; }

  .intro-subambit {
    padding: 20px; }
    .intro-subambit h3 {
      font-size: 40px;
      line-height: 42px;
      margin-bottom: 20px; }
    .intro-subambit .abstract {
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 15px;
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; }

  .titol-modul-permanent {
    padding: 10px 10px 15px; }
    .titol-modul-permanent h3 {
      font-size: 21px;
      line-height: 22px; }

  div.slider.slider-nav .slide {
    padding: 0px; }
    div.slider.slider-nav .slide .img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      div.slider.slider-nav .slide .img .img-name {
        background-color: transparent;
        padding: 15px 10px 10px 10px; }
        div.slider.slider-nav .slide .img .img-name h3 {
          font-size: 14px;
          line-height: 15px; }
        div.slider.slider-nav .slide .img .img-name .tipus {
          font-size: 12px;
          line-height: 13px; } }
/*.slick-list {
    overflow: visible;
}*/
.slider.slider-nav {
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  top: -100px;
  height: 100px; }
  .slider.slider-nav .slide {
    padding: 0px; }
    .slider.slider-nav .slide .img {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease; }
      .slider.slider-nav .slide .img .img-name {
        background-color: transparent;
        padding: 15px 40px 15px 40px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .slider.slider-nav .slide .img .img-name h3 {
          font-size: 21px;
          line-height: 22px;
          color: #000000;
          margin: 0;
          font-weight: 700;
          letter-spacing: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .slider.slider-nav .slide .img .img-name .tipus {
          font-size: 16px;
          line-height: 18px;
          font-weight: 400;
          color: #000000;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }

ul.slick-dots {
  margin-bottom: 0;
  bottom: -45px; }

.slick-dots li button::before {
  color: #000000;
  font-family: "slick";
  font-size: 15px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.1;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.4; }

.slick-dots li.slick-active button::before {
  color: #c00000;
  opacity: 1; }

div.slide.slick-slide.slick-active.slick-center {
  background-color: rgba(160, 160, 160, 0.07);
  height: 100px; }
  div.slide.slick-slide.slick-active.slick-center .img h3 {
    color: #C00000; }
  div.slide.slick-slide.slick-active.slick-center .img .tipus {
    color: #C00000; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10px;
  display: block;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 80px;
  line-height: 80px;
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
  padding: 0 11px 9px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.slick-next:before {
  content: '\f105'; }

.slick-prev:before {
  content: '\f104'; }

.slick-next, .slick-next:focus {
  right: 0px;
  background-color: transparent;
  border-radius: 0; }

.slick-prev, .slick-prev:focus {
  left: 0px;
  background-color: transparent;
  border-radius: 0; }

.slick-prev:hover::before, .slick-next:hover::before {
  color: #C00000; }

/* slider simple*/
.slider.slider-simple {
  margin: 0;
  margin-bottom: 30px;
  position: relative; }
  .slider.slider-simple .slide .img {
    height: 500px;
    background-color: #f2f2f2;
    background-position: center center;
    background-size: cover; }
  .slider.slider-simple .slide a:hover {
    text-decoration: none;
    color: #C00000; }
  .slider.slider-simple .slide .img-name {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 15px solid #ffffff;
    box-shadow: 8px 0 8px rgba(0, 0, 0, 0.6);
    max-height: 120px;
    min-height: 120px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    top: 380px; }
    .slider.slider-simple .slide .img-name .tipus {
      color: #777777;
      font-size: 18px;
      font-weight: 300;
      line-height: 20px; }
    .slider.slider-simple .slide .img-name h3 {
      color: #222222;
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 0;
      margin-top: 0px;
      font-weight: 700; }
  .slider.slider-simple .slick-prev {
    background-color: transparent;
    left: 5px;
    position: absolute;
    top: 227px; }
  .slider.slider-simple .slick-prev:hover::before, .slider.slider-simple .slick-next:hover::before {
    color: #C00000; }
  .slider.slider-simple .slick-next {
    background-color: transparent;
    right: 5px;
    position: absolute;
    top: 227px; }
  .slider.slider-simple .slick-prev::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 17px 7px 14px; }
  .slider.slider-simple .slick-next::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 14px 7px 17px; }

/* slider central*/
.slider.slider-central {
  margin: 0;
  margin-bottom: 20px;
  position: relative; }
  .slider.slider-central .slide .bgimg {
    background: rgba(0, 0, 0, 0.6);
    height: 500px;
    background-position: center center;
    background-size: cover; }
  .slider.slider-central .slide .img {
    height: 500px;
    background-color: #f2f2f2;
    background-position: center center;
    background-size: cover; }
  .slider.slider-central .slide a:hover {
    text-decoration: none;
    color: #C00000; }
  .slider.slider-central .slide .img-name {
    overflow: hidden;
    padding: 20px 100px;
    position: relative;
    text-align: center;
    top: 165px; }
    .slider.slider-central .slide .img-name .tipus {
      color: #ffffff;
      font-size: 20px;
      font-weight: 300;
      line-height: 22px; }
    .slider.slider-central .slide .img-name h3 {
      color: #ffffff;
      font-size: 46px;
      line-height: 48px;
      margin-bottom: 0;
      margin-top: 5px;
      font-weight: 700; }
  .slider.slider-central .slick-prev {
    background-color: transparent;
    left: 5px;
    position: absolute;
    top: 227px; }
  .slider.slider-central .slick-prev:hover::before, .slider.slider-central .slick-next:hover::before {
    color: #C00000; }
  .slider.slider-central .slick-next {
    background-color: transparent;
    right: 5px;
    position: absolute;
    top: 227px; }
  .slider.slider-central .slick-prev::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 17px 7px 14px; }
  .slider.slider-central .slick-next::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 14px 7px 17px; }

/*div.slider.slider-expo a img.img-destacada.img-responsive {
    background-color: #ffffff;
    display: block;
    padding-bottom: 0px;
}
*/
/* slider simple*/
.slider.slider-expo {
  margin: 0;
  margin-bottom: 30px;
  position: relative; }
  .slider.slider-expo .slide a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%; }
    .slider.slider-expo .slide a img.img-destacada.img-responsive {
      background-color: #ffffff;
      display: block;
      padding-bottom: 0px;
      opacity: 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .slider.slider-expo .slide a:hover {
    text-decoration: none;
    color: #C00000; }
    .slider.slider-expo .slide a:hover img.img-destacada.img-responsive {
      opacity: 0.8; }
    .slider.slider-expo .slide a:hover h2.titol {
      color: #C00000;
      font-size: 28px; }
  .slider.slider-expo .slide .img-name {
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #e0e0de;
    border-top: none; }
    .slider.slider-expo .slide .img-name .tipus {
      color: #777777;
      font-size: 18px;
      font-weight: 300;
      line-height: 20px; }
    .slider.slider-expo .slide .img-name h2.titol {
      color: #222222;
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 5px;
      margin-top: 0px;
      font-weight: 700;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .slider.slider-expo .slide .img-name p.abstract {
      color: #4c4c4c;
      font-size: 18px;
      margin: 0 0 10px;
      transition: all 0.5s ease 0s; }
    .slider.slider-expo .slide .img-name .data {
      color: #222222;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      transition: all 0.5s ease 0s; }
  .slider.slider-expo .slick-prev {
    background-color: transparent;
    left: 5px;
    position: absolute;
    top: 227px; }
  .slider.slider-expo .slick-prev:hover::before, .slider.slider-expo .slick-next:hover::before {
    color: #C00000; }
  .slider.slider-expo .slick-next {
    background-color: transparent;
    right: 5px;
    position: absolute;
    top: 231px; }
  .slider.slider-expo .slick-prev::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 17px 7px 14px; }
  .slider.slider-expo .slick-next::before {
    background-color: rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    border-radius: 200px;
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 38px;
    opacity: 1;
    padding: 7px 14px 7px 17px; }

/* eines */
.etiquetes-filtre {
  margin-bottom: 20px; }
  .etiquetes-filtre .dropdown-menu {
    padding: 10px; }

.botons-filtres {
  margin-bottom: 30px; }
  .botons-filtres label.etiqueta {
    font-weight: 300; }
  .botons-filtres .btn-default {
    background-color: #ffffff;
    border-radius: 0;
    color: #C00000;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 10px 40px 14px; }
  .botons-filtres .btn-default:hover {
    color: #222222; }
  .botons-filtres .btn-default.active {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
    background-color: transparent; }

.barra-filtratge {
  background-color: #222222;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 26px;
  line-height: 28px;
  padding: 8px 20px; }
  .barra-filtratge .ordena {
    float: right; }
  .barra-filtratge .dropdown-menu {
    background-clip: padding-box;
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    min-width: 300px; }
  .barra-filtratge .dropdown-menu > li > a {
    border-bottom: 1px solid #e0e0de;
    clear: both;
    color: #222222;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
    white-space: nowrap; }
  .barra-filtratge .dropdown-menu > li > a:hover {
    color: #C00000;
    background-color: #ffffff;
    display: block; }
  .barra-filtratge .btn-default {
    background-color: #555554;
    border-radius: 0;
    border: none;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    min-width: 300px;
    padding: 10px 15px;
    margin-left: 5px; }
    .barra-filtratge .btn-default i {
      font-size: 25px;
      position: absolute;
      right: 15px; }
  .barra-filtratge .btn-default:hover, .barra-filtratge .btn-default:focus, .barra-filtratge .btn-default.focus, .barra-filtratge .btn-default:active, .barra-filtratge .btn-default.active, .barra-filtratge .open > .dropdown-toggle.btn-default {
    background-color: #555554;
    border-color: #e0e0de;
    color: #cccccc; }
  .barra-filtratge span.dropdown.filtre .dropdown-menu {
    background-clip: padding-box;
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 160px;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    min-width: 300px; }
    .barra-filtratge span.dropdown.filtre .dropdown-menu .btn-default {
      background-color: transparent;
      border: 1px solid #e0e0de;
      color: #222222;
      margin-bottom: 0px;
      text-align: center;
      padding: 10px 30px;
      border-radius: 6px; }
    .barra-filtratge span.dropdown.filtre .dropdown-menu .btn-default:hover {
      color: #C00000; }
  .barra-filtratge span.dropdown.filtre .dropdown-menu.bullet::before {
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: inline-block;
    height: 0;
    left: 19px;
    position: absolute;
    top: -7px;
    width: 0; }
  .barra-filtratge span.dropdown.filtre .dropdown-menu.bullet::after {
    border-color: transparent transparent #f2f2f2;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: inline-block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -6px;
    width: 0; }
  .barra-filtratge span.dropdown.filtre .btn-default {
    background-color: transparent;
    padding: 0;
    min-width: 0;
    margin-left: 5px; }
    .barra-filtratge span.dropdown.filtre .btn-default img {
      height: 44px; }
  .barra-filtratge span.dropdown.filtre label {
    font-weight: 300;
    color: #222222;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
  .barra-filtratge span.dropdown.filtre .form-control {
    background-color: #fff;
    background-image: none;
    border-color: #e0e0de -moz-use-text-color #e0e0de #e0e0de;
    border: none;
    border-image: none;
    border-radius: 0px;
    border-style: solid none solid solid;
    border-width: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #909090;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 24px;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 20px; }

.utilitzaimatge div.dropdown.filtre .dropdown-menu {
  background-clip: padding-box;
  background-color: #f2f2f2;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  float: left;
  font-size: 18px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  min-width: 160px;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  min-width: 300px;
  top: 62px; }
  .utilitzaimatge div.dropdown.filtre .dropdown-menu .btn-default {
    background-color: #ffffff;
    border: 1px solid #e0e0de;
    color: #222222;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 6px; }
  .utilitzaimatge div.dropdown.filtre .dropdown-menu .btn-default:hover {
    color: #C00000; }
.utilitzaimatge div.dropdown.filtre .dropdown-menu.bullet::before {
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 0 7px 7px;
  content: "";
  display: inline-block;
  height: 0;
  left: 19px;
  position: absolute;
  top: -7px;
  width: 0; }
.utilitzaimatge div.dropdown.filtre .dropdown-menu.bullet::after {
  border-color: transparent transparent #f2f2f2;
  border-style: solid;
  border-width: 0 6px 6px;
  content: "";
  display: inline-block;
  height: 0;
  left: 20px;
  position: absolute;
  top: -6px;
  width: 0; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .barra-filtratge span.dropdown.filtre .btn-default {
    margin-bottom: 10px; } }
.dropdown.inline {
  display: inline-block; }

/* multimedia */
.reproductor-multimedia {
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 30px; }
  .reproductor-multimedia .peufoto {
    font-size: 14px;
    line-height: 17px;
    margin-top: 7px;
    margin-bottom: 10px; }
  .reproductor-multimedia .tab-content {
    border: medium none;
    float: left;
    padding: 0;
    width: 60%;
    margin-bottom: 0; }
  .reproductor-multimedia .imatge {
    position: relative; }
    .reproductor-multimedia .imatge .img-responsive {
      margin: 0 auto; }
    .reproductor-multimedia .imatge a.drets-imatge {
      font-size: 11px;
      position: absolute;
      bottom: 0;
      padding: 5px;
      background-color: #E5E5E5; }
  .reproductor-multimedia .galeria .img-responsive {
    margin-bottom: 30px; }
  .reproductor-multimedia .llista-reproduccio {
    float: right;
    padding: 20px;
    width: 40%; }
    .reproductor-multimedia .llista-reproduccio table {
      margin-bottom: 0; }
    .reproductor-multimedia .llista-reproduccio h2 {
      color: #222222;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 20px; }
    .reproductor-multimedia .llista-reproduccio tr {
      cursor: pointer; }
      .reproductor-multimedia .llista-reproduccio tr td.arxiu-tipus {
        width: 40px; }
        .reproductor-multimedia .llista-reproduccio tr td.arxiu-tipus img {
          height: 38px; }
      .reproductor-multimedia .llista-reproduccio tr td.arxiu-descripcio {
        font-size: 20px;
        line-height: 22px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .reproductor-multimedia .llista-reproduccio tr td.arxiu-descripcio a {
          color: #222222; }
        .reproductor-multimedia .llista-reproduccio tr td.arxiu-descripcio a:hover {
          color: #C00000;
          text-decoration: none; }
          .reproductor-multimedia .llista-reproduccio tr td.arxiu-descripcio a:hover .descripcio {
            text-decoration: none; }
        .reproductor-multimedia .llista-reproduccio tr td.arxiu-descripcio .descripcio {
          font-size: 14px;
          line-height: 16px;
          color: #999999;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
    .reproductor-multimedia .llista-reproduccio tr.active {
      cursor: pointer; }
      .reproductor-multimedia .llista-reproduccio tr.active td.arxiu-tipus {
        color: #C00000; }
      .reproductor-multimedia .llista-reproduccio tr.active td.arxiu-descripcio {
        color: #C00000; }
        .reproductor-multimedia .llista-reproduccio tr.active td.arxiu-descripcio a {
          color: #C00000; }
        .reproductor-multimedia .llista-reproduccio tr.active td.arxiu-descripcio .descripcio {
          color: #C00000; }
    .reproductor-multimedia .llista-reproduccio table > tbody > tr:hover {
      background-color: #f2f2f2; }
      .reproductor-multimedia .llista-reproduccio table > tbody > tr:hover td.arxiu-tipus {
        color: #C00000; }
      .reproductor-multimedia .llista-reproduccio table > tbody > tr:hover td.arxiu-descripcio {
        color: #C00000; }
        .reproductor-multimedia .llista-reproduccio table > tbody > tr:hover td.arxiu-descripcio .descripcio {
          color: #C00000; }
    .reproductor-multimedia .llista-reproduccio .table > tbody > tr.active:hover {
      background-color: #f2f2f2; }
    .reproductor-multimedia .llista-reproduccio .table > tbody > tr.active > td {
      background-color: transparent; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .reproductor-multimedia .llista-reproduccio {
    padding: 20px; } }
.row.video, .row.imatge {
  margin-left: 0;
  margin-right: 0; }
  .row.video .col-sm-12, .row.imatge .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }

.llegendavideo {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
  position: relative;
  bottom: 0; }
  .llegendavideo p {
    color: #ffffff;
    text-align: center; }

.imatge-amplidada .btn-default {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-align: left; }
.imatge-amplidada .btn-default:hover, .imatge-amplidada .btn-default:focus, .imatge-amplidada .btn-default.focus, .imatge-amplidada .btn-default:active, .imatge-amplidada .btn-default.active, .imatge-amplidada .open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: none;
  color: transparent; }
.imatge-amplidada .llegenda .form-group {
  margin-bottom: 0px; }
  .imatge-amplidada .llegenda .form-group .btn-default {
    position: absolute;
    top: 40px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 200px; }
    .imatge-amplidada .llegenda .form-group .btn-default img {
      height: 50px;
      width: 50px;
      margin: 0; }
  .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu {
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.8);
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    float: left;
    left: 40px;
    list-style: outside none none;
    margin: 0;
    max-width: 350px;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 105px;
    z-index: 1000;
    border: 1px solid #ffffff; }
    .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu p {
      color: #ffffff;
      font-size: 17px; }
    .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu h4 {
      color: #ffffff;
      margin-top: 0;
      font-size: 24px;
      line-height: 26px; }
    .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu hr {
      border-color: #4E4E49; }
  .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu.bullet::before {
    border-color: transparent transparent white;
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: inline-block;
    height: 0;
    left: 19px;
    position: absolute;
    top: -7px;
    width: 0; }
  .imatge-amplidada .llegenda .form-group div.dropdown .dropdown-menu.bullet::after {
    border-color: transparent transparent #222222;
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: inline-block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -6px;
    width: 0; }
.imatge-amplidada .amplia img {
  width: 50px;
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 200px; }

.reprodueixaudio {
  background-color: #176B99; }
  .reprodueixaudio p {
    color: #ffffff; }
  .reprodueixaudio h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-top: 0; }
  .reprodueixaudio img.left {
    height: 164px;
    float: left;
    margin-right: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .reprodueixaudio img.right {
    float: right;
    height: 164px;
    margin-left: 80px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.passaambits {
  padding: 40px 0;
  background-color: #D96D00; }
  .passaambits h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 5px; }
  .passaambits h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 5px; }
  .passaambits h4 {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px; }
  .passaambits img.left {
    height: 100px;
    float: left;
    margin-right: 20px; }
  .passaambits img.right {
    float: right;
    height: 100px;
    margin-left: 20px; }
  .passaambits div.col-sm-6.right {
    text-align: right; }
    .passaambits div.col-sm-6.right i {
      color: #ffffff;
      float: right;
      font-size: 100px;
      line-height: 80px;
      margin-left: 20px; }
  .passaambits div.col-sm-6.left {
    text-align: left; }
    .passaambits div.col-sm-6.left i {
      color: #ffffff;
      float: left;
      font-size: 100px;
      line-height: 80px;
      margin-right: 20px; }
  .passaambits a.right {
    text-align: right; }
    .passaambits a.right i {
      color: #ffffff;
      float: right;
      font-size: 100px;
      line-height: 80px;
      margin-left: 20px; }
  .passaambits a.left {
    text-align: left; }
    .passaambits a.left i {
      color: #ffffff;
      float: left;
      font-size: 100px;
      line-height: 80px;
      margin-right: 20px; }
  .passaambits a:hover {
    text-decoration: none; }
  .passaambits a:focus {
    text-decoration: none; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .passaambits {
    padding: 0; }
    .passaambits hr {
      margin-top: 40px;
      opacity: 0.4; }
    .passaambits div.col-sm-6.left {
      border-bottom: 1px solid #E18A33;
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .passaambits a.left {
      border-bottom: 1px solid #E18A33;
      margin-bottom: 20px;
      padding-bottom: 20px; } }
div.item.item-sm .llista-fitxers tr.active {
  cursor: pointer; }
  div.item.item-sm .llista-fitxers tr.active td.arxiu-tipus {
    color: #C00000; }
  div.item.item-sm .llista-fitxers tr.active td.arxiu-descripcio {
    color: #C00000; }
    div.item.item-sm .llista-fitxers tr.active td.arxiu-descripcio .descripcio {
      color: #C00000; }
div.item.item-sm .llista-fitxers table > tbody > tr:hover {
  background-color: #f2f2f2; }
  div.item.item-sm .llista-fitxers table > tbody > tr:hover td.arxiu-tipus {
    color: #C00000; }
  div.item.item-sm .llista-fitxers table > tbody > tr:hover td.arxiu-descripcio {
    color: #C00000; }
    div.item.item-sm .llista-fitxers table > tbody > tr:hover td.arxiu-descripcio .descripcio {
      color: #C00000; }
div.item.item-sm .llista-fitxers .table > tbody > tr.active:hover {
  background-color: #f2f2f2; }
div.item.item-sm .llista-fitxers .table > tbody > tr.active > td {
  background-color: transparent; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e0e0de; }

.llista-fitxers {
  margin-bottom: 30px; }
  .llista-fitxers h2 {
    color: #222222;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0; }
  .llista-fitxers .table {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%; }
  .llista-fitxers .table > tbody > tr.active > td {
    background-color: transparent; }
  .llista-fitxers table > tbody > tr.active:hover {
    background-color: #ffffff; }
  .llista-fitxers table > tbody > tr:hover {
    background-color: #ffffff; }
    .llista-fitxers table > tbody > tr:hover td.arxiu-tipus {
      color: #C00000; }
    .llista-fitxers table > tbody > tr:hover td.arxiu-descripcio {
      color: #C00000; }
      .llista-fitxers table > tbody > tr:hover td.arxiu-descripcio .descripcio {
        color: #C00000; }
  .llista-fitxers tr {
    cursor: pointer; }
    .llista-fitxers tr td.arxiu-tipus {
      width: 40px; }
    .llista-fitxers tr td.arxiu-descripcio {
      font-size: 20px;
      line-height: 22px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .llista-fitxers tr td.arxiu-descripcio a {
        color: #222222; }
      .llista-fitxers tr td.arxiu-descripcio a:hover {
        color: #C00000;
        text-decoration: none; }
      .llista-fitxers tr td.arxiu-descripcio .descripcio {
        font-size: 14px;
        color: #999999;
        line-height: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .llista-fitxers tr.active {
    cursor: pointer; }
    .llista-fitxers tr.active td.arxiu-tipus {
      color: #C00000; }
    .llista-fitxers tr.active td.arxiu-descripcio {
      color: #C00000; }
      .llista-fitxers tr.active td.arxiu-descripcio a {
        color: #C00000; }
      .llista-fitxers tr.active td.arxiu-descripcio .descripcio {
        color: #C00000; }

.table-hover > tbody > tr, .table-hover > tbody > tr > th {
  transition: all 0.5s ease 0s; }

.table-hover > tbody > tr > td, .table-hover > tbody > tr > th {
  transition: all 0.5s ease 0s; }

/*
  search form in header
*/
.searchform-header {
  width: 27px;
  text-align: right;
  transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .searchform-header .form-group {
    width: 0;
    position: relative;
    left: -10px;
    margin-bottom: 0;
    padding-top: 0px;
    overflow: hidden;
    display: none;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1); }
    .searchform-header .form-group .form-control {
      font-size: 20px;
      height: 44px; }

html body div.container div#header div.corporativa-menu div.row div.col-sm-12 div.navbar.yamm.navbar-default div.container-fluid div#bs-example-navbar-collapse-1.collapse.navbar-collapse ul.nav.navbar-nav li.navbar-more.dropdown.open ul.dropdown-menu li a {
  margin-left: 0;
  padding: 10px; }

html body.header-fixed div.container div#header.container.header-fixed-menu div.corporativa-menu div.navbar.yamm.navbar-default.fixed ul.nav.navbar-nav li.navbar-more.dropdown.open ul.dropdown-menu li a {
  margin-left: 0;
  padding: 10px; }

.navbar-more {
  width: auto;
  transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .navbar-more .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-more .navbar-nav .open .dropdown-menu > li > a {
    border-bottom: 1px solid #e7e7e7;
    margin-left: 0px;
    padding: 10px 0; }

.navbar-search .navbar-nav {
  width: auto; }
.navbar-search li.yamm-fw {
  display: none; }
.navbar-search .searchform-header {
  width: 100%; }
  .navbar-search .searchform-header .form-group {
    width: 95%;
    float: left;
    display: block;
    position: relative;
    top: -10px; }
.navbar-search .navbar-searchform {
  width: 60%;
  padding: 0px; }
.navbar-search .searchform-button {
  width: 5%;
  color: #222222;
  text-align: right; }
.navbar-search .navbar-more {
  width: 10%; }

div#header div.corporativa-menu div.navbar.yamm.navbar-default ul.nav.navbar-nav li.navbar-searchform {
  position: absolute;
  right: 0;
  top: 10px; }

div#header div.corporativa-menu div.navbar.navbar-default ul.nav.navbar-nav li.navbar-searchform {
  position: absolute;
  right: 0;
  top: 10px; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  div#header div.corporativa-menu div.navbar.navbar-default ul.nav.navbar-nav li.navbar-searchform {
    margin-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    width: 98%; }

  div#header div.corporativa-menu div.navbar.yamm.navbar-default ul.nav.navbar-nav li.navbar-searchform {
    margin-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    width: 98%; }

  html body div.container div#header div.corporativa-menu div.row div.col-sm-12 div.navbar.yamm.navbar-default.navbar-search div.container-fluid div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in ul.nav.navbar-nav li.navbar-more.dropdown a.dropdown-toggle {
    border-bottom: none;
    z-index: 1; }

  html body div.container div#header div.corporativa-menu div.row div.col-sm-12 div.navbar.navbar-default.navbar-search div.container-fluid div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li.navbar-more.dropdown a.dropdown-toggle {
    border-bottom: none;
    z-index: 1; }

  div#header div.corporativa-menu div.row div.col-sm-12 div.navbar.navbar-default.navbar-search div.container-fluid div#bs-example-navbar-collapse-2.navbar-collapse.collapse.in ul.nav.navbar-nav li.navbar-searchform form.searchform-header fieldset div.form-group input.form-control {
    width: 96%;
    position: relative;
    left: 10px; }

  div#header div.corporativa-menu div.row div.col-sm-12 div.navbar.yamm.navbar-default.navbar-search div.container-fluid div#bs-example-navbar-collapse-1.navbar-collapse.collapse.in ul.nav.navbar-nav li.navbar-searchform form.searchform-header fieldset div.form-group input.form-control {
    width: 96%;
    position: relative;
    left: 10px; }

  div#header div.corporativa-menu div.navbar.navbar-default div.container-fluid div#bs-example-navbar-collapse-2.navbar-collapse {
    border-top: none; }

  div#header div.corporativa-menu div.navbar.navbar-default.navbar-search div.container-fluid div#bs-example-navbar-collapse-2.navbar-collapse ul.nav.navbar-nav li.navbar-searchform form.searchform-header {
    bottom: 0;
    float: left;
    margin-top: 20px;
    position: relative;
    text-align: left; }

  .navbar-search .navbar-more {
    width: 10%;
    float: left; }

  .corporativa-menu {
    padding: 20px; }

  .corporativa-menu li.dropdown.yamm-fw.last {
    border-right: none;
    margin-right: 3px;
    padding-right: 5px; }

  .corporativa-menu .navbar.navbar-default .navbar-nav > li > a {
    color: #222222;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 20px;
    padding: 14px 0 12px;
    border-bottom: 1px solid #e7e7e7; }

  .corporativa-menu li.dropdown.yamm-fw.open a.dropdown-toggle {
    border-bottom: 1px solid #C00000;
    background-color: transparent;
    color: #C00000; } }
.searchform-button {
  display: inline-block;
  width: auto;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  color: #222222; }
  .searchform-button img {
    width: 27px; }

/*	.back-container {
		padding: 5px;
		width: 200px;
		height: 40px;
		position: absolute;
		left: -25px;
		top:0;
		z-index: 20;
		a.back {
			display: block;
			position: absolute;
			left: -130px;
			font-size: 12px;
			background-color: #fff;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
			padding: 2px 10px 2px 30px;
			border: none;
			-webkit-border-radius: 50px;
			border-radius: 20px;
			-webkit-box-shadow: 0 0 11px 0 rgba(0,0,0,0.15) ;
			box-shadow: 0 0 11px 0 rgba(0,0,0,0.15) ;
			z-index: 1;
			div.text {
				font-size: 12px;
				display: inline-block;
				width: 100px;
				text-align: right;
				vertical-align: middle;
				line-height:1.1em;
			}
			div.icon {
				display: inline-block;
				margin-left: 15px;
				vertical-align: middle;
				margin-right: 2px;
			}
		}
		a.back:hover {
			left: -10px;
		}
	}
	.back-container:before {
		left:0px;
		top:0px;
		content: "";
		display: block;
		height: 40px;
		width: 15px;
		position: absolute;
		z-index: 100;
		background-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 9%, rgba(255,255,255,1) 100%);
		background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 9%, rgba(255,255,255,1) 100%);
		background-image: linear-gradient(270deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 9%, rgba(255,255,255,1) 100%);
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
	}*/
.banner {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*	a:hover {
  		text-decoration: none;
  		img {
  			opacity: 0.5;
  		}
  		p.abstract {
  			color: #BCBCBC;
  			text-decoration: none;
  		}
  		h2 {
  			color: #DF7F7F;
  			text-decoration: none;
  		}
  	}*/ }
  .banner a {
    text-decoration: none; }
    .banner a h2 {
      color: #C00000;
      font-size: 26px;
      line-height: 28px;
      margin: 10px 0 5px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .banner a p.abstract {
      margin-bottom: 0;
      color: #4c4c4c;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .banner a img {
      height: 53px;
      display: inline;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.banner:hover {
  -moz-transform: perspective(1px) scale(1.015, 1.015);
  -webkit-transform: perspective(1px) scale(1.015, 1.015);
  transform: perspective(1px) scale(1.015, 1.015);
  -webkit-box-shadow: 3 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none; }

div.aniview.animated.slideInRight {
  margin-bottom: 30px; }

.carregames {
  text-align: center;
  margin-bottom: 20px; }
  .carregames .btn-default {
    font-size: 21px;
    color: #c00000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .carregames .btn-default:hover {
    font-size: 21px;
    color: #000000; }

.carregames {
  text-align: center; }
  .carregames .btn-default {
    background-color: transparent;
    border-color: #e0e0de;
    color: #C00000;
    text-align: center;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 22px; }

.carregames.btn-default:hover,
.carregames.btn-default:focus,
.carregames.btn-default.focus,
.carregames.btn-default:active,
.carregames.btn-default.active,
.open > .dropdown-toggle.carregames.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #e0e0de; }

div#grid-gallery.grid-gallery div.carregames {
  margin-bottom: 0;
  margin-top: 30px; }
  div#grid-gallery.grid-gallery div.carregames .btn-default {
    border-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  div#grid-gallery.grid-gallery div.carregames .btn-default:hover {
    font-size: 21px;
    color: #000000;
    background-color: #ffffff; }

div.pagina.expo_online div.galeria div#grid-gallery.grid-gallery div.carregames {
  margin-bottom: 0;
  margin-top: 30px; }
  div.pagina.expo_online div.galeria div#grid-gallery.grid-gallery div.carregames .btn-default {
    color: #d5d5d5;
    border-color: #71716f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  div.pagina.expo_online div.galeria div#grid-gallery.grid-gallery div.carregames .btn-default:hover {
    font-size: 21px;
    color: #000000;
    background-color: #ffffff; }

/*
  Footer
*/
.footer {
  background-color: #222222;
  padding: 30px 40px;
  color: white; }
  .footer .visitansfooter .desplega-info-btnc2a {
    background-color: transparent;
    border: 1px solid #909090;
    font-size: 21px;
    height: auto;
    line-height: 21px;
    padding: 10px 30px;
    white-space: normal;
    margin-bottom: 20px;
    color: #ffffff; }
    .footer .visitansfooter .desplega-info-btnc2a a {
      color: #ffffff; }
    .footer .visitansfooter .desplega-info-btnc2a img {
      height: 37px; }
  .footer .visitansfooter .desplega-info-btnc2a:hover {
    border: 1px solid #176b99;
    color: #ffffff;
    background-color: #176B99; }
  .footer .visita-info .desplega-info {
    margin-top: 19px;
    text-align: right; }
    .footer .visita-info .desplega-info .desplega-info-btn {
      background-color: transparent;
      border: 1px solid #313131;
      font-size: 21px;
      height: 60px;
      line-height: 21px;
      padding: 10px; }
      .footer .visita-info .desplega-info .desplega-info-btn img {
        height: 37px; }
  .footer .visita-info .desplega-info .desplega-info-btn:hover {
    color: #ffffff; }
  .footer .visita-info .desplega-info .desplega-info-btn.c2a {
    border: 1px solid #909090; }
  .footer .visita-info .desplega-info .desplega-info-btn.c2a:hover {
    border: 1px solid #176b99; }
  .footer .llibreria {
    background-color: #6B842A;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .footer .llibreria a {
      text-decoration: none;
      color: #ffffff;
      opacity: 1; }
    .footer .llibreria a:hover {
      text-decoration: none;
      color: #ffffff;
      opacity: 0.6; }
    .footer .llibreria .image {
      background-size: cover;
      background-position: center center;
      float: left;
      height: 90px;
      width: 50%; }
    .footer .llibreria .texte {
      height: 90px;
      padding: 10px 10px 10px 52%;
      text-align: center; }
      .footer .llibreria .texte h2 {
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        color: #ffffff; }
      .footer .llibreria .texte p {
        font-size: 15px;
        line-height: 17px;
        font-weight: 300; }
  .footer .restaurant {
    background-color: #62443B;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .footer .restaurant a {
      text-decoration: none;
      color: #ffffff;
      opacity: 1; }
    .footer .restaurant a:hover {
      text-decoration: none;
      color: #ffffff;
      opacity: 0.6; }
    .footer .restaurant .image {
      background-size: cover;
      background-position: center center;
      float: left;
      height: 90px;
      width: 50%; }
    .footer .restaurant .texte {
      height: 90px;
      padding: 10px 10px 10px 52%;
      text-align: center; }
      .footer .restaurant .texte h2 {
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        color: #ffffff; }
      .footer .restaurant .texte p {
        font-size: 15px;
        line-height: 17px;
        font-weight: 300; }
  .footer .espais {
    background-color: #0C4761;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .footer .espais a {
      text-decoration: none;
      color: #ffffff;
      opacity: 1; }
    .footer .espais a:hover {
      text-decoration: none;
      color: #ffffff;
      opacity: 0.6; }
    .footer .espais .image {
      background-size: cover;
      background-position: center center;
      float: left;
      height: 90px;
      width: 50%; }
    .footer .espais .texte {
      height: 90px;
      padding: 10px 10px 10px 52%;
      text-align: center; }
      .footer .espais .texte h2 {
        font-weight: 300;
        font-size: 17px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 5px;
        color: #ffffff; }
      .footer .espais .texte p {
        font-size: 15px;
        line-height: 17px;
        font-weight: 300; }
  .footer .row {
    overflow: hidden;
    margin-bottom: 40px; }
  .footer .row.banners {
    overflow: hidden;
    margin-bottom: 25px; }
  .footer .botonsinfo {
    text-align: right; }
    .footer .botonsinfo img {
      float: left;
      margin-right: 5px;
      height: 22px; }
  .footer .btn-default {
    background-color: transparent;
    border: none;
    border-color: #ccc;
    color: #666666;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-left: 20px;
    margin-bottom: 0; }
  .footer .btn-default:hover {
    color: #ffffff; }
  .footer-share img {
    float: left;
    margin-right: 8px;
    width: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased; }
  .footer-share a:hover img {
    opacity: 0.75; }
  .footer .footer-newsletter img {
    display: inline;
    width: 31px;
    margin-bottom: 10px; }
  .footer .footer-newsletter .form-control {
    background-color: transparent;
    border: 1px solid #313131;
    border-radius: 6px 0 0 6px;
    float: left;
    width: 88%;
    border-right: none;
    height: 35px;
    padding: 7px 12px;
    font-size: 18px; }
  .footer .footer-newsletter .form-control::-moz-placeholder {
    color: #666666;
    opacity: 0.6;
    font-size: 17px;
    line-height: 19px; }
  .footer .footer-newsletter .form-group {
    margin-bottom: 15px;
    margin-top: 8px; }
  .footer .footer-newsletter .btn-primary {
    float: right;
    width: 12%;
    border-radius: 0 6px 6px 0;
    background-color: transparent;
    border: 1px solid #313131;
    border-left: none;
    margin-bottom: 0;
    padding: 6px 12px 6px; }
    .footer .footer-newsletter .btn-primary img {
      width: 21px;
      margin-bottom: 0;
      height: auto; }
  .footer .footer-newsletter .btn-primary:hover {
    background-color: #313131; }
  .footer-links {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center; }
    .footer-links a {
      color: #666666;
      text-decoration: none;
      font-weight: 300; }
    .footer-links a:hover {
      text-decoration: none;
      color: #ffffff; }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 996px) {
  .footer .footer-newsletter .btn-primary {
    width: 10%; }
  .footer .footer-newsletter .form-control {
    width: 90%; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .footer .visita-info .desplega-info .desplega-info-btn {
    font-size: 16px;
    height: 90px;
    line-height: 16px;
    width: 24%; }
  .footer .footer-newsletter .btn-primary {
    width: 12%; }
  .footer .footer-newsletter .form-control {
    width: 88%; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 996px) {
  .footer .visita-info .desplega-info .desplega-info-btn {
    font-size: 18px; }
  .footer .footer-newsletter .btn-primary {
    width: 15%; }
  .footer .footer-newsletter .form-control {
    width: 85%; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 1200px) {
  .footer .visita-info .desplega-info .desplega-info-btn {
    font-size: 21px; }
  .footer .footer-newsletter .btn-primary {
    width: 12%; }
  .footer .footer-newsletter .form-control {
    width: 88%; } }
/*
  Extend
*/
.border-bottom {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px; }

/*
  Gallery
*/
.slideshowcontent {
  background-color: #ffffff;
  margin-bottom: 30px; }

.slideshowfitxa {
  padding: 30px;
  padding-left: 0; }
  .slideshowfitxa .lead {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    max-height: 90px;
    overflow: auto; }
  .slideshowfitxa h4 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
    letter-spacing: 0; }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 0px) and (max-width: 992px) {
  .slideshowfitxa {
    padding: 30px; }
    .slideshowfitxa .lead {
      letter-spacing: 0;
      font-size: 20px;
      line-height: 22px;
      max-height: 90px;
      overflow: auto; }
    .slideshowfitxa h4 {
      font-size: 18px;
      line-height: 20px;
      margin-top: 15px;
      margin-bottom: 5px;
      letter-spacing: 0; } }
.msg_slideshow {
  width: auto;
  height: auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: #ffffff url(../icons/loader01.gif) no-repeat center center;
  background-size: 15%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none; }

.msg_slideshow a {
  outline: none; }

.msg_slideshow a img {
  border: medium none;
  height: 73px;
  width: 110px; }

.msg_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.msg_wrapper img {
  display: inline-block !important;
  vertical-align: middle;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: auto; }

/* Extra Small Devices, Phones */
/*@media only screen and (min-width:0px) and (max-width:320px) {
	.msg_slideshow{
		height:199px;
	}
	.msg_wrapper{
		width:272px;
		height:181px;
	}
	.msg_wrapper img{
		width: 272px;
		height: 181px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:321px) and (max-width:360px) {
	.msg_slideshow{
		height:226px;
	}
	.msg_wrapper{
		width:312px;
		height:208px;
	}
	.msg_wrapper img{
		width: 312px;
		height: 208px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:361px) and (max-width:375px) {
	.msg_slideshow{
		height:236px;
	}
	.msg_wrapper{
		width:328px;
		height:218px;
	}
	.msg_wrapper img{
		width: 328px;
		height: 218px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:376px) and (max-width:384px) {
	.msg_slideshow{
		height:242px;
	}
	.msg_wrapper{
		width:336px;
		height:224px;
	}
	.msg_wrapper img{
		width: 336px;
		height: 224px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:385px) and (max-width:414px) {
	.msg_slideshow{
		height:260px;
	}
	.msg_wrapper{
		width:366px;
		height:242px;
	}
	.msg_wrapper img{
		width: 366px;
		height: 242px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:415px) and (max-width:479px) {
	.msg_slideshow{
		height:294px;
	}
	.msg_wrapper{
		width:414px;
		height:276px;
	}
	.msg_wrapper img{
		width: 414px;
		height: 276px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:480px) and (max-width:600px) {
	.msg_slideshow{
		height:386px;
	}
	.msg_wrapper{
		width:552px;
		height:368px;
	}
	.msg_wrapper img{
		width: 552px;
		height: 368px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:601px) and (max-width:767px) {
	.msg_slideshow{
		height:486px;
	}
	.msg_wrapper{
		width:702px;
		height:468px;
	}
	.msg_wrapper img{
		width: 702px;
		height: 468px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:768px) and (max-width:991px) {
	.msg_slideshow{
		height:486px;
	}
	.msg_wrapper{
		width:702px;
		height:468px;
	}
	.msg_wrapper img{
		width: 702px;
		height: 468px;
	}
}*/
/* Extra Small Devices, Phones */
/*@media only screen and (min-width:992px) and (min-width:1200px) {
	.msg_slideshow{
		height:506px;
	}
	.msg_wrapper{
		width:732px;
		height:488px;
	}
	.msg_wrapper img{
		width: 732px;
		height: 488px;
	}
}*/
.ampliaimatge img {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 60px;
  height: 54px;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 10px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.ampliaimatge a:hover img {
  opacity: 1; }

.opcionsmodal {
  position: absolute;
  right: 25px;
  top: 30px; }
  .opcionsmodal .comparteix1 {
    display: inline; }
    .opcionsmodal .comparteix1 .dropdown {
      display: inline; }
      .opcionsmodal .comparteix1 .dropdown .dropdown-menu {
        border: medium none;
        border-radius: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        margin: 26px 0 0;
        padding: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .opcionsmodal .comparteix1 .dropdown .dropdown-menu img {
          background: transparent;
          border-radius: 0;
          float: left;
          height: 20px;
          margin-right: 5px;
          margin-top: 0;
          opacity: 1;
          width: 20px; }
        .opcionsmodal .comparteix1 .dropdown .dropdown-menu .input-group .form-control {
          height: auto;
          font-size: 14px;
          line-height: 20px;
          padding: 6px 10px;
          border-radius: 4px 0 0 4px; }
    .opcionsmodal .comparteix1 .dropdown-menu::before {
      border-color: transparent transparent rgba(0, 0, 0, 0.15);
      border-style: solid;
      border-width: 0 7px 7px;
      content: "";
      display: inline-block;
      height: 0;
      left: 22px;
      position: absolute;
      top: -7px;
      width: 0; }
    .opcionsmodal .comparteix1 .dropdown-menu::after {
      border-color: transparent transparent #ffffff;
      border-style: solid;
      border-width: 0 6px 6px;
      content: "";
      display: inline-block;
      height: 0;
      left: 23px;
      position: absolute;
      top: -6px;
      width: 0; }
    .opcionsmodal .comparteix1 hr {
      margin: 8px 0; }
    .opcionsmodal .comparteix1 .input-group {
      margin-bottom: 0; }
    .opcionsmodal .comparteix1 .input-group .input-group-btn .btn-default {
      background-color: #ffffff;
      border-color: #e0e0de #e0e0de #e0e0de -moz-use-text-color;
      border-left: medium none;
      border-radius: 0 4px 4px 0;
      color: #222222;
      margin-bottom: 0;
      padding: 6px 10px;
      text-align: center; }
    .opcionsmodal .comparteix1 .input-group .input-group-btn .btn-default:hover {
      background-color: #f2f2f2;
      color: #c00000; }
    .opcionsmodal .comparteix1 .btn-default {
      background-color: #fff;
      border-color: #e0e0de;
      color: #222222;
      font-weight: 300;
      padding: 6px 10px;
      text-align: left;
      font-size: 14px;
      line-height: 20px;
      border-radius: 4px;
      margin-bottom: 0; }
    .opcionsmodal .comparteix1 .btn-default:hover {
      background-color: #f2f2f2;
      color: #c00000; }
    .opcionsmodal .comparteix1 .btn-primary, .opcionsmodal .comparteix1 .btn-primary.active, .opcionsmodal .comparteix1 .btn-primary.focus, .opcionsmodal .comparteix1 .btn-primary:active, .opcionsmodal .comparteix1 .btn-primary:focus, .opcionsmodal .comparteix1 .btn-primary:hover, .opcionsmodal .comparteix1 .open > .dropdown-toggle.btn-primary {
      background-color: transparent;
      border-color: #204d74;
      color: #fff;
      border: none;
      padding: 0;
      margin-bottom: 0; }
  .opcionsmodal img {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    height: 54px;
    padding: 0;
    opacity: 0.6;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .opcionsmodal a:hover img {
    opacity: 1; }

.utilitzaimatge {
  position: absolute;
  bottom: 10px;
  left: 25px; }
  .utilitzaimatge .btn-default {
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    color: #ffffff;
    opacity: 0.6; }
  .utilitzaimatge .btn-default:hover {
    opacity: 1; }

.utilitzaimatge .btn-default:hover, .utilitzaimatge .btn-default:focus, .utilitzaimatge .btn-default.focus, .utilitzaimatge .btn-default:active, .utilitzaimatge .btn-default.active, .utilitzaimatge .open > .dropdown-toggle.btn-default {
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  color: #ffffff;
  opacity: 1; }

.msg_controls {
  position: absolute;
  bottom: 10px;
  right: -260px;
  width: 230px;
  height: 60px;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  padding: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.msg_controls a {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 5px 0 0;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  background-repeat: no-repeat;
  background-position: center center; }

.msg_controls a:hover {
  opacity: 1.0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); }

.msg_controls a.msg_grid {
  background-image: url(../icons/grid.png);
  background-repeat: no-repeat; }

.msg_controls a.msg_prev {
  background-image: url(../icons/prev.png); }

.msg_controls a.msg_next {
  background-image: url(../icons/next.png); }

.msg_controls a.msg_pause {
  background-image: url(../icons/pause.png); }

.msg_controls a.msg_play {
  background-image: url(../icons/play.png); }

.msg_thumbs {
  background: #e5e5e5;
  position: absolute;
  width: 415px;
  height: 220px;
  top: -230px;
  left: 50%;
  padding: 30px;
  margin: 0 0 0 -210px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-box-shadow: 1px 1px 5px #666;
  -webkit-box-shadow: 1px 1px 5px #666;
  box-shadow: 1px 1px 5px #666;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  overflow: hidden; }

.msg_thumb_wrapper {
  height: 180px;
  left: 30px;
  position: absolute;
  top: 30px;
  width: 360px;
  z-index: 30; }

.msg_thumb_wrapper a {
  display: block;
  float: left;
  height: 73px;
  margin: 4px;
  opacity: 0.5;
  width: 110px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); }

.msg_thumbs a.msg_thumb_next,
.msg_thumbs a.msg_thumb_prev {
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); }

.msg_thumbs a.msg_thumb_next:hover,
.msg_thumbs a.msg_thumb_prev:hover {
  opacity: 1.0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); }

.msg_thumbs a.msg_thumb_next {
  background-image: url(../icons/next_thumb.png);
  right: 5px; }

.msg_thumbs a.msg_thumb_prev {
  background-image: url(../icons/prev_thumb.png);
  left: 5px; }

.msg_thumbs a.msg_thumb_close {
  position: absolute;
  bottom: 0px;
  width: 50px;
  left: 50%;
  margin: 0 0 0 -25px;
  background: #202020 url(../icons/up.png) no-repeat center center;
  height: 16px;
  opacity: 0.7;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.msg_thumbs a.msg_thumb_close:hover {
  opacity: 1.0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); }

.msg_loading {
  position: absolute;
  background: transparent url(../icons/loading.gif) no-repeat center center;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  z-index: 25;
  display: none; }

.open > .dropdown-menu {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: block; }

.dropdown-menu {
  opacity: .0;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.modal-dialog {
  margin: 5% 4% 5% 5%;
  width: auto; }

.modal-header {
  border-bottom: medium none;
  min-height: 30px;
  padding: 10px; }

div#myModal.modal.fade.in {
  z-index: 20000000; }

.close {
  color: #000;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.8;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  top: -10px; }

.modal-header .close {
  margin-top: 0px; }

.modal-footer {
  border-top: medium none;
  padding: 0 15px 15px;
  text-align: left; }

.img-expopermanent .img .bgimg .img-name h2,
.img-expopermanent .img .bgimg .img-name h4,
.img-expopermanent .img .bgimg .img-name h5 {
    color: #ffffff;
}

/*# sourceMappingURL=main.css.map */
