/*1718951732000*/
@charset "UTF-8";
@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@use "sass:math" as *;
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px; }
  .lfr-asset-column-details .lfr-asset-icon.last {
    border-width: 0; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em; }
  .lfr-asset-column-details .lfr-panel.lfr-extended {
    border: 1px solid #ccc;
    margin-bottom: 0; }

.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block; }

.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em; }

.overlay {
  position: absolute; }

.overlay-hidden,
.overlaymask-hidden {
  display: none; }

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative; }
  .lfr-form-row:after {
    clear: both;
    content: '';
    display: block;
    height: 0; }
  .lfr-form-row:hover {
    border: solid #ccc;
    border-width: 1px 0;
    padding-top: 0; }
  .lfr-form-row.lfr-form-row-inline .form-group {
    margin-right: 5px; }
  .lfr-form-row legend .field-label {
    float: left;
    margin-right: 10px; }
  .lfr-form-row .handle-sort-vertical {
    background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
    cursor: move;
    padding-left: 20px; }
  .lfr-form-row fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px; }

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem; }

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::placeholder {
    color: #a9afb5;
    font-style: italic; }

.form-search .input-group {
  position: relative; }
  .form-search .input-group.advanced-search .search-query {
    padding-left: 40px;
    z-index: 0; }
  .form-search .input-group.advanced-search .toggle-advanced {
    cursor: pointer;
    left: 0;
    line-height: 1;
    padding: 8px 10px;
    position: absolute;
    top: 0; }
    .form-search .input-group.advanced-search .toggle-advanced .caret {
      margin-top: 7px; }
    .form-search .input-group.advanced-search .toggle-advanced .icon-search {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    .form-search .input-group {
      width: 100%; }
      .form-search .input-group .btn {
        clip: rect(0, 0, 0, 0);
        left: -9999px;
        position: absolute; }
      .form-search .input-group input.search-query {
        width: 100%; } }

.lfr-table {
  border-collapse: collapse;
  clear: both; }
  .lfr-table > tbody > tr > td,
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > td,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > td,
  .lfr-table > tfoot > tr > th {
    padding: 0 5px;
    overflow-wrap: break-all;
    word-wrap: break-all; }
    .lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
    .lfr-table > tbody > tr > th:first-child,
    .lfr-table > tbody > tr > th.first-child,
    .lfr-table > thead > tr > td:first-child,
    .lfr-table > thead > tr > td.first-child,
    .lfr-table > thead > tr > th:first-child,
    .lfr-table > thead > tr > th.first-child,
    .lfr-table > tfoot > tr > td:first-child,
    .lfr-table > tfoot > tr > td.first-child,
    .lfr-table > tfoot > tr > th:first-child,
    .lfr-table > tfoot > tr > th.first-child {
      padding-left: 0; }
    .lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
    .lfr-table > tbody > tr > th:last-child,
    .lfr-table > tbody > tr > th.last-child,
    .lfr-table > thead > tr > td:last-child,
    .lfr-table > thead > tr > td.last-child,
    .lfr-table > thead > tr > th:last-child,
    .lfr-table > thead > tr > th.last-child,
    .lfr-table > tfoot > tr > td:last-child,
    .lfr-table > tfoot > tr > td.last-child,
    .lfr-table > tfoot > tr > th:last-child,
    .lfr-table > tfoot > tr > th.last-child {
      padding-right: 0; }
  .lfr-table > tbody > tr > th,
  .lfr-table > thead > tr > th,
  .lfr-table > tfoot > tr > th {
    font-weight: bold; }

.lfr-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-pagination .dropdown-menu {
  display: none; }

.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px; }

.lfr-pagination .lfr-pagination-controls {
  float: left; }
  .lfr-pagination .lfr-pagination-controls .search-results {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    top: 10px; }
  .lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
    border-width: 0;
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    text-align: left;
    white-space: nowrap;
    width: 100%; }

.lfr-pagination .lfr-pagination-delta-selector {
  float: left; }
  @media (max-width: 991.98px) {
    .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
      display: none; } }

.lfr-pagination .pagination-content {
  float: right; }

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }
  .lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
    display: block; }
  .lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
    border-bottom-width: 0; }

.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0; }

.lfr-panel .toggler-header {
  cursor: pointer; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control {
    padding-right: 1.6rem; }
    .sidebar-sm select.form-control:not([size]) {
      height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
    .sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
      padding: 0; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
    display: inline-block;
    width: auto; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
    float: none;
    padding: 0.4em 0; }
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
    .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
      display: inline; }
  .lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
    margin: 10px 0; }
  .lfr-translation-manager .lfr-translation-manager-available-translations {
    white-space: normal; }
    .lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
      line-height: 1; }
  .lfr-translation-manager .lfr-translation-manager-translation {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0.2em;
    padding: 0.4em 0.3em 0.4em 0.5em;
    text-decoration: none; }
    .lfr-translation-manager .lfr-translation-manager-translation * {
      vertical-align: middle; }
    .lfr-translation-manager .lfr-translation-manager-translation img {
      margin-right: 0.3em; }
    .lfr-translation-manager .lfr-translation-manager-translation:hover {
      background-color: #d1e5ef; }
    .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
      background-color: #598bec;
      border-color: #224fa8;
      color: #fff; }
  .lfr-translation-manager .lfr-translation-manager-change-default-locale {
    margin: 0 0.4em; }
  .lfr-translation-manager .lfr-translation-manager-delete-translation {
    display: inline-block;
    padding: 0 2px; }
    .lfr-translation-manager .lfr-translation-manager-delete-translation svg {
      pointer-events: none; }

.lfr-tree a {
  text-decoration: none; }

.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0; }
  .lfr-tree li ul li, .lfr-tree li.tree-item {
    padding-left: 0; }
  .lfr-tree li.tree-item {
    padding-left: 5px; }
    .lfr-tree li.tree-item li {
      padding-left: 20px; }
    .lfr-tree li.tree-item ul {
      margin-left: 0;
      margin-top: 5px; }

.lfr-upload-container {
  margin-bottom: 1rem; }
  .lfr-upload-container .upload-target {
    border: 3px dashed #e5e7e9;
    margin-bottom: 1rem;
    min-height: 2rem;
    padding: 2rem 0;
    position: relative;
    text-align: center; }
    .upload-drop-intent .lfr-upload-container .upload-target {
      z-index: 100; }
    .upload-drop-active .lfr-upload-container .upload-target {
      background-color: #92e5a5;
      border-color: #69db83; }
    .lfr-upload-container .upload-target .drop-file-text {
      font-weight: normal; }
      .mobile .lfr-upload-container .upload-target .drop-file-text {
        display: none; }
    .lfr-upload-container .upload-target .small {
      display: block;
      margin: 5px 0;
      text-transform: lowercase; }
  .lfr-upload-container .manage-upload-target {
    padding-top: 5px;
    position: relative; }
    .lfr-upload-container .manage-upload-target .select-files {
      float: left;
      line-height: 0;
      margin: 0 1.125rem 1.125rem;
      padding: 0 0 0 5px; }
  .lfr-upload-container .cancel-uploads,
  .lfr-upload-container .clear-uploads {
    background-repeat: no-repeat;
    float: right; }
  .lfr-upload-container .cancel-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
    margin-right: 0; }
  .lfr-upload-container .clear-uploads {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
    padding-left: 16px; }
  .lfr-upload-container .upload-file.upload-complete.file-saved {
    padding-left: 25px; }
  .lfr-upload-container .upload-file .file-title {
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
  .lfr-upload-container .upload-file .icon-file {
    font-size: 40px; }
  .lfr-upload-container .upload-list-info {
    margin: 1em 0 0.5em; }
    .lfr-upload-container .upload-list-info h4 {
      font-size: 1.3em; }
  .lfr-upload-container .cancel-button {
    color: #6c757d;
    margin-top: 1px;
    position: absolute;
    right: 5px;
    top: 50%;
    white-space: nowrap; }
    .lfr-upload-container .cancel-button .cancel-button-text {
      display: none;
      margin-left: 5px; }
    .lfr-upload-container .cancel-button:hover .cancel-button-text {
      display: inline; }
    .lfr-upload-container .cancel-button .lexicon-icon {
      height: 12px; }
  .lfr-upload-container .delete-button {
    color: #6c757d; }
  .lfr-upload-container .delete-button-col {
    padding-right: 10px; }
  .lfr-upload-container .file-added .success-message {
    float: right;
    font-weight: normal; }
  .lfr-upload-container .upload-error {
    opacity: 1;
    padding-left: 25px; }
  .lfr-upload-container .upload-complete .cancel-button,
  .lfr-upload-container .delete-button,
  .lfr-upload-container .upload-complete.file-saved .delete-button,
  .lfr-upload-container .upload-complete.upload-error .delete-button {
    display: none; }
  .lfr-upload-container .multiple-files .upload-error {
    background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
    border-color: #bd2130;
    color: #bd2130;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 8px 8px 8px 24px; }
    .lfr-upload-container .multiple-files .upload-error .error-message {
      display: block; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
    padding-left: 1rem; }
  .lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
  .lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
    display: none; }
  .lfr-upload-container .single-file .upload-error {
    list-style: none;
    margin-top: 1em; }
    .lfr-upload-container .single-file .upload-error .upload-error-message {
      margin-bottom: 0.5em; }
  .lfr-upload-container .upload-complete {
    padding-left: 5px; }
    .lfr-upload-container .upload-complete .error-message,
    .lfr-upload-container .upload-complete .success-message {
      font-weight: bold;
      margin-left: 1em; }
    .lfr-upload-container .upload-complete .delete-button {
      display: inline-block; }
    .lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
      display: none; }
  .lfr-upload-container .progress {
    display: none;
    margin-top: 0.5rem; }
  .lfr-upload-container .file-uploading .progress {
    display: flex; }

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430; }
  .lfr-alert-container.inline-alert-container {
    position: relative; }
    .lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
      padding: 0; }
  .lfr-alert-container .lfr-alert-wrapper {
    margin-bottom: 5px;
    overflow: hidden; }

.lfr-search-container td .overlay.entry-action {
  position: static; }
  .lfr-search-container td .overlay.entry-action .btn a {
    display: block;
    padding: 4px 12px; }

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform; }
  .contextual-sidebar.contextual-sidebar-visible {
    pointer-events: auto;
    transform: translateX(0); }
  body.has-control-menu .contextual-sidebar {
    height: calc(100vh - 98px);
    top: 98px; }

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px; }
    body.has-control-menu .contextual-sidebar {
      height: calc( 100vh - 120px);
      top: 120px; }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding; }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px; } }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border: 2px solid #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border: 2px dotted #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border: 2px solid #fdc6c6; }

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem; }
  .taglib-discussion .actions-menu .component-action {
    display: inline-flex; }
  .taglib-discussion .button-holder {
    margin: 1rem 0; }
  .taglib-discussion .comment-container {
    margin-bottom: 1.5rem; }
  .taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
    border-left-color: #dbdde1; }
  .taglib-discussion .lfr-discussion-body {
    font-size: 1rem; }
    @media (min-width: 576px) {
      .taglib-discussion .lfr-discussion-body {
        padding-left: 3.5rem; } }
  @media (min-width: 576px) {
    .taglib-discussion .lfr-discussion-details .taglib-user-display {
      word-wrap: break-word; } }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
    font-weight: bold;
    text-decoration: none; }
    .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
      text-decoration: underline; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
    background-size: 50px; }
  .taglib-discussion .lfr-discussion-container {
    border-bottom: 1px solid #e7e7ed;
    margin-bottom: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:first-of-type {
      border-top: 1px solid #e7e7ed;
      padding-top: 1.5rem; }
    .taglib-discussion .lfr-discussion-container:last-of-type {
      border-bottom: 0; }
    .taglib-discussion .lfr-discussion-container .lfr-discussion {
      padding-left: 1rem; }
      .taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
        padding-left: 0; }
      @media (min-width: 576px) {
        .taglib-discussion .lfr-discussion-container .lfr-discussion {
          padding-left: 3.5rem; } }
  .taglib-discussion .lfr-discussion-parent-link {
    color: #67678c;
    font-weight: 600;
    margin-left: 1em; }
    @media (max-width: 767.98px) {
      .taglib-discussion .lfr-discussion-parent-link {
        display: block;
        margin-left: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
    margin-left: -0.75rem; }
  .taglib-discussion .lfr-discussion-more-comments {
    border-top: 1px solid #e7e7ed;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: center; }
  .taglib-discussion .username {
    color: #272833;
    font-weight: 600; }
  .taglib-discussion .taglib-workflow-status {
    margin-left: 0.5rem; }
  .taglib-discussion .workflow-value {
    text-transform: uppercase; }
  @media (min-width: 576px) {
    .taglib-discussion .actions-menu {
      display: none; }
    .taglib-discussion .comment-container:hover .actions-menu,
    .taglib-discussion .actions-menu:focus,
    .taglib-discussion .actions-menu.open {
      display: inline-block; } }

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center; }
  .drop-zone.drop-enabled {
    outline: 2px dashed transparent; }
    .drop-zone.drop-enabled:not(.no-border) {
      outline-color: rgba(176, 180, 187, 0.5); }
  .drop-zone p {
    margin: 10px auto 0;
    max-width: 75%; }

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-here-indicator {
    height: 115px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .drop-here-info .drop-icons {
    display: inline-block;
    position: relative;
    width: 160px;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      border-radius: 3px;
      position: absolute;
      text-align: center;
      transition: all 0.3s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
      .drop-here-info .drop-icons span:nth-of-type(1) {
        box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
        height: 60px;
        left: 0;
        line-height: 60px;
        opacity: 0;
        top: 10px;
        transform: rotate(25deg);
        width: 60px; }
      .drop-here-info .drop-icons span:nth-of-type(2) {
        background: #00c2ff;
        color: #fff;
        height: 80px;
        left: 40px;
        line-height: 80px;
        width: 80px;
        z-index: 2; }
      .drop-here-info .drop-icons span:nth-of-type(3) {
        box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
        display: block;
        font-size: 45px;
        height: 70px;
        left: 90px;
        line-height: 70px;
        opacity: 0;
        position: relative;
        top: 8px;
        transform: rotate(-25deg);
        width: 70px;
        z-index: 1; }
      .drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
        background: #e8e6e8;
        color: #a5a6ac; }
  .drop-here-info .drop-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-left: 0;
    margin-top: 20px; }
  .drop-active .drop-here-info {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    visibility: visible;
    z-index: 100; }
    .drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
      opacity: 1; }
    .drop-active .drop-here-info span:nth-of-type(1) {
      transform: rotate(-20deg); }
    .drop-active .drop-here-info span:nth-of-type(2) {
      transform: scale(1); }
    .drop-active .drop-here-info span:nth-of-type(3) {
      transform: rotate(15deg); }

.taglib-empty-result-message.sheet {
  margin-bottom: 24px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/DibaSinMenuVertical-theme/images/states/empty_state.gif); }

.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/DibaSinMenuVertical-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px; }

.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/DibaSinMenuVertical-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/DibaSinMenuVertical-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/DibaSinMenuVertical-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px; }

.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px; }

.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem; }

.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center; }

.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center; }

.field-wrapper.form-inline .control-label {
  display: inline-block; }

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap; }

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px; }
  .taglib-header .header-title {
    display: inline-block;
    margin: 0.1em;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal; }
  .taglib-header .header-back-to {
    display: inline-block;
    vertical-align: middle; }
    .taglib-header .header-back-to a {
      display: block;
      font-weight: bold;
      padding: 0 0.3em 0 0;
      text-decoration: none; }

.taglib-icon {
  text-decoration: none; }
  .taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
    text-decoration: underline; }
  .taglib-icon[lang] > img {
    vertical-align: baseline;
    width: 16px; }

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem; }
  .icon-monospaced.lexicon-icon {
    padding: 8px; }

.taglib-icon-list li {
  float: left;
  margin-right: 1em; }

.taglib-icon-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden; }

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none; }

@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center; }
    .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
    .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
      display: none; } }

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative; }
  .lfr-menu-list.direction-right {
    margin: 0 2px; }
  .lfr-menu-list.dropdown-menu {
    float: none;
    position: relative; }
    @media (max-width: 991.98px) {
      .lfr-menu-list.dropdown-menu > li > a {
        font-size: 22px;
        line-height: 40px;
        white-space: normal; }
        .lfr-menu-list.dropdown-menu > li > a img {
          margin-bottom: 3px; } }
    .lfr-menu-list.dropdown-menu .search-panel {
      margin-bottom: 0; }
      .lfr-menu-list.dropdown-menu .search-panel .form-group {
        margin: 0 16px; }
      .lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
        width: auto; }
  body > .lfr-menu-list ul {
    border-radius: 4px; }

.lfr-icon-menu-open:after {
  clear: both;
  content: '';
  display: table; }

.lfr-icon-menu-open .dropdown-menu {
  position: static; }

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0; }

.input-localized .input-group-item {
  flex-direction: column; }

.input-localized .input-localized-content {
  margin-left: 6px; }
  .input-group .input-localized .input-localized-content {
    margin-top: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background-color: #ff0047; }

.input-localized .lfr-input-localized-default a {
  margin-right: 14px; }

.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal; }

.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem; }

.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px; }
  .input-localized-palette-container .palette-item-inner img {
    display: block; }

.taglib-move-boxes {
  margin-bottom: 1em; }
  .taglib-move-boxes label {
    border-bottom: 1px solid transparent;
    display: block;
    margin-bottom: 5px;
    padding: 5px; }
  .taglib-move-boxes .toolbar {
    text-align: center; }
  .taglib-move-boxes .arrow-button img {
    border-width: 0;
    height: 16px;
    width: 16px; }
  .taglib-move-boxes .choice-selector {
    width: 100%; }
    .taglib-move-boxes .choice-selector label {
      background: #ebf1f9;
      border-bottom-color: #8db2f3; }
  .taglib-move-boxes .field-content {
    margin-bottom: 0; }
  .taglib-move-boxes .move-arrow-buttons {
    margin-top: 5em; }
    .taglib-move-boxes .move-arrow-buttons .arrow-button {
      display: block; }
  .taglib-move-boxes .sortable-container {
    margin-top: 10px; }
    .taglib-move-boxes .sortable-container .btn.edit-selection {
      margin-bottom: 10px; }
    .taglib-move-boxes .sortable-container .move-option {
      background-color: transparent;
      border-top: 1px solid #ddd;
      display: none;
      margin: 2px 0;
      padding: 2px;
      position: relative; }
      .taglib-move-boxes .sortable-container .move-option.selected {
        display: block; }
      .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
        background-color: #fafafa; }
      .taglib-move-boxes .sortable-container .move-option .checkbox,
      .taglib-move-boxes .sortable-container .move-option .handle {
        position: absolute; }
      .taglib-move-boxes .sortable-container .move-option .checkbox {
        display: none;
        margin: 7px 0 0 5px; }
      .taglib-move-boxes .sortable-container .move-option .handle {
        color: #999;
        cursor: pointer;
        font-size: 1.5em;
        padding: 6px; }
      .taglib-move-boxes .sortable-container .move-option .title {
        font-size: 1.2em;
        margin: 1px 0 1px 30px; }
    .taglib-move-boxes .sortable-container.edit-list-active .move-option {
      display: block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
        display: inline-block; }
      .taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
        display: none; }
  .mobile .taglib-move-boxes .selector-container {
    display: none; }

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px; }

.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff; }

.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer; }

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%; }
  .lfr-map .home-button {
    margin: 5px; }
    @media (max-width: 575.98px) {
      .lfr-map .home-button {
        height: 35px;
        width: 45px; } }
  .lfr-map .search-controls {
    font-size: 15px;
    margin-top: 5px;
    width: 100%; }
    @media (min-width: 576px) {
      .lfr-map .search-controls {
        width: 50%; } }
    .lfr-map .search-controls .search-input {
      width: 100%; }

.navbar .navbar-collapse {
  max-height: none; }
  .navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
    display: inline; }

@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%; } }

.navbar .navbar-search .form-search {
  margin: 8px 0; }
  @media (min-width: 768px) {
    .navbar .navbar-search .form-search {
      float: right;
      max-width: 275px; } }
  @media (max-width: 767.98px) {
    .navbar .navbar-search .form-search .input-group {
      width: 100%; } }

@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px; }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible; } }

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.5em; }

.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px; }

.lfr-search-container .entry-action {
  width: 1px; }
  .lfr-search-container .entry-action .taglib-icon {
    white-space: nowrap; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #343a40; }

.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
    color: #343a40; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #343a40; }

.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
  .lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.user-info {
  display: flex; }
  .user-info .sticker {
    align-self: center; }
  .user-info .user-details {
    margin-left: 1rem; }
  .user-info .user-name {
    color: #343a40;
    font-weight: 600; }
  .user-info .date-info {
    color: #6c757d; }

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px; }
  .user-status-tooltip .user-status-avatar .user-status-avatar-image {
    width: 27px; }

.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden; }
  .user-status-tooltip .user-status-info .user-status-date {
    font-size: 11px; }

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto; }
  @media (max-width: 767.98px) {
    .lfr-search-container .selector-button {
      width: auto; } }
  .touch .lfr-search-container {
    -webkit-overflow-scrolling: touch; }
    .touch .lfr-search-container .searchcontainer-content .table {
      max-width: none; }

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto; }
  .taglib-page-iterator .lfr-pagination-buttons {
    float: right;
    margin: 0; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .lfr-pagination-buttons {
        width: 100%; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .taglib-page-iterator .lfr-pagination-buttons {
      float: none;
      margin-top: 20px; } }
    @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-buttons > li {
          display: inline-block;
          width: 50%; }
          .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
            display: none; }
          .taglib-page-iterator .lfr-pagination-buttons > li > a {
            line-height: 20px;
            padding: 11px 19px; } }
  .taglib-page-iterator .lfr-pagination-config {
    float: left;
    line-height: 46px; }
    @media (max-width: 767.98px) {
      .taglib-page-iterator .lfr-pagination-config {
        float: none; }
        .taglib-page-iterator .lfr-pagination-config .current-page-menu {
          display: block; }
          .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
            display: block; } }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
      display: inline; }
    .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
      float: none; }
      @media (max-width: 991.98px) {
        .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
          display: none; } }
  .taglib-page-iterator .search-results {
    float: left;
    line-height: 46px;
    margin-left: 10px; }
    @media (max-width: 991.98px) {
      .taglib-page-iterator .search-results {
        display: none; } }

.taglib-search-toggle .form-search {
  position: relative; }
  .taglib-search-toggle .form-search .input-group-btn {
    position: absolute; }
    @media (min-width: 992px) {
      .taglib-search-toggle .form-search .input-group-btn {
        position: static; } }

.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0; }
  .navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
    border-width: 1px 0 0; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1; }

.taglib-user-display {
  padding: 0.5em; }
  .taglib-user-display .avatar {
    background: no-repeat center;
    background-size: 60px;
    display: block;
    height: 60px;
    margin: 0 auto;
    width: 60px; }
    .taglib-user-display .avatar.author:after {
      background: rgba(50, 168, 230, 0.5);
      border-radius: 50%;
      content: '';
      display: block;
      height: 100%;
      width: 100%; }
  .taglib-user-display .user-details {
    margin-top: 1em; }
  .taglib-user-display .user-name {
    font-size: 1.1em;
    font-weight: bold; }
  .taglib-user-display a .user-name {
    text-decoration: underline; }
  .taglib-user-display.display-style-1 .user-profile-image {
    float: left;
    margin-right: 24px; }
  .taglib-user-display.display-style-1 .user-name {
    display: inline-block;
    margin-top: 10px; }
  .taglib-user-display.display-style-1 .user-details {
    margin-top: 0; }
  .taglib-user-display.display-style-2 .user-profile-image,
  .taglib-user-display.display-style-2 .user-name {
    clear: both;
    display: block;
    min-height: 20px;
    text-align: center; }
  .taglib-user-display.display-style-3 {
    padding: 0; }
    .taglib-user-display.display-style-3 .user-profile-image {
      display: inline-block;
      vertical-align: middle; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

.table-cell .taglib-workflow-status {
  margin: 0; }
  .table-cell .taglib-workflow-status .workflow-status {
    padding-left: 0; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.portal-popup .lfr-form-content {
  padding: 24px 12px; }

.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%; }

.portal-popup .portlet-column {
  position: static; }

.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .dialog-body .container-view .nav-tabs-underline,
  .portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .lfr-form-content .container-view .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .process-list .container-view .nav-tabs-underline,
  .portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
  .portal-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0; }

.portal-popup .login-container {
  padding: 1rem; }

.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .portal-popup .navbar ~ .portlet-configuration-setup,
    .portal-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .portal-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .portal-popup .lfr-dynamic-uploader,
    .portal-popup .process-list {
      top: 48px; } }

.portal-popup .portlet-export-import-publish-processes {
  top: 0; }

.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020; }
  @media (min-width: 768px) {
    .portal-popup .dialog-footer {
      position: fixed; } }
  .portal-popup .dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }
  .portal-popup .dialog-footer.dialog-footer-not-reverse {
    flex-direction: initial;
    justify-content: flex-end; }

@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px; } }

.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
    bottom: 0; }
    .portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
      display: none; }

.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }
  @media print {
    .portal-popup:not(.article-preview) #main-content,
    .portal-popup:not(.article-preview) #wrapper {
      position: initial; } }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate; }

html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd; }

html:not(#__):not(#___) .active-area {
  background: #ffc; }

html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1; }
  html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
    background-image: none; }

html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  html:not(#__):not(#___) .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0; }

html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.portlet-column-content.empty {
  padding: 50px; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative; }
  .lfr-source-editor .ace_editor {
    height: 100%; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
    height: 40px;
    margin-right: 4px;
    margin-top: 4px;
    min-height: 40px; }
  .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
    height: 95%;
    position: relative; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
      border: 1px solid #ccc;
      position: absolute; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
      display: inline-block;
      overflow-y: auto;
      padding-left: 20px; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
      display: inline-block; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
      height: 100%;
      width: 50%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
      height: 100%;
      left: 50%;
      top: 0; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
      height: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
      top: 50%;
      width: 100%; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
      display: none; }
    .lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
      height: 100%;
      width: 100%; }

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left; }

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #fff;
  color: #272833; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.lfr-item-viewer.uploading > .progress-container {
  visibility: visible; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%; }

.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000; }
  .lfr-item-viewer .progress-container a {
    position: absolute;
    right: 30px; }
  .lfr-item-viewer .progress-container .progress {
    margin-top: 10px; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%; }
  .lfr-item-viewer .upload-view > div {
    display: table-cell;
    vertical-align: middle; }

.lfr-item-viewer .yui3-widget-bd {
  position: relative; }

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal {
      cursor: default; }
      .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
        bottom: -0.0625rem;
        content: "";
        left: -0.0625rem;
        position: absolute;
        right: -0.0625rem;
        transition: height 0.15s ease-out; }
        @media (prefers-reduced-motion: reduce) {
          .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
            transition: none; } }
  .lfr-page-layouts .card-horizontal {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .lfr-page-layouts .card-horizontal {
        transition: none; } }
    .lfr-page-layouts .card-horizontal::after {
      border-radius: 0 0 0.25rem 0.25rem;
      bottom: -0.0625rem;
      content: "";
      height: 0;
      left: -0.0625rem;
      position: absolute;
      right: -0.0625rem;
      transition: height 0.15s ease-out; }
      @media (prefers-reduced-motion: reduce) {
        .lfr-page-layouts .card-horizontal::after {
          transition: none; } }

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0; }

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative; }

.modal-dialog.dialog-iframe-modal {
  max-width: none; }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all; }
  .modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
    bottom: 0;
    right: 0; }

.modal-open .modal {
  display: block; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 0.5rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.lfr-portal-tooltip {
  display: inline-flex; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none; }

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4b9bff; }

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #9be169; }

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffd76e; }

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5fc8ff; }

.collapse.open {
  display: block; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navbar .navbar-toggler .c-inner {
  max-width: none; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white; }

body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }

.portlet-options-dropdown {
  z-index: 1035; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }
  .portlet-draggable .portlet-topper {
    cursor: move; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }
  .panel-page-body .portlet-title-text,
  .panel-page-content .portlet-title-text {
    cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block; }

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none; }

.controls-hidden .portlet-topper-toolbar {
  display: none !important; }

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none; }
  @media (min-width: 768px) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      display: flex;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      transition: opacity 0.25s, transform 0.25s;
      top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
      transition: none; } }

html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right; }

html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block; }

html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto; }
  html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600; }

html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms; } }

@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex; } }

html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block; }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
      opacity: 1;
      transform: translateY(-97%); } }
  @media (min-width: 576px) {
    .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
      opacity: 0.5; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-content-editable {
      border-color: transparent;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 768px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }
  @media (max-width: 767.98px) {
    .controls-visible .portlet-topper {
      display: box;
      display: flex; } }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }
  .controls-visible .portlet-topper-toolbar {
    display: block; }

.lfr-panel-page .portlet-title {
  font-size: 13px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px; }

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.navbar form {
  margin: 0; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px; }

.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px; }

.upload-drop-active .lfr-upload-container .upload-target {
  animation: none; }

.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.select-files {
  border-radius: 5px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  animation: highlight-animation 0.7s; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem; }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/***************** liferay **********************/
.quick-access-nav .list-unstyled li {
  padding: 0; }

.portlet-layout {
  display: block; }

.portlet-borderless-bar {
  float: left;
  position: inherit; }

.portlet-asset-publisher .asset-user-actions .export-actions, .portlet-asset-publisher .asset-user-actions .print-action, .portlet-asset-publisher .asset-user-actions .locale-actions {
  float: right; }

/**** normas especificas ****/
.centrado {
  text-align: center; }

/********************* Layouts *********************************/
#fila1 {
  padding: 0 0 20px 0; }

#fila1 img {
  margin-right: .8em;
  margin-left: .8em;
  margin-bottom: .9em;
  margin-top: .3em;
  border: 0; }

#fila1 #column-2.colDcha25 a {
  text-decoration: none;
  border-bottom: 0; }

#fila1 .flotantesquerra {
  float: left; }

#fila1 #column-2.colDcha25 a:hover {
  text-decoration: underline; }

#column-2.colDcha25 {
  border-left: 1px solid #ccc; }

#column-2.colDcha25.gris {
  background: #eee;
  border: 0; }

#column-2.colDcha25 h2 {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 3px;
  margin-bottom: 10px; }

#column-2 .derechaDreta {
  background-color: #eee;
  padding: 15px; }

.derechaDreta .portlet-column-content.empty {
  padding: 0; }

#column-2.derechaDreta ul {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-top: 4px;
  margin: 4px 0 5px 0;
  list-style-position: outside; }

#column-2.derechaDreta ul li {
  font-weight: normal;
  list-style: none;
  color: #404040;
  margin-bottom: 5px;
  margin-left: 5px;
  line-height: 1.5em;
  text-align: left; }

#column-2.derechaDreta p {
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4em;
  margin: 0.7em 0 0.7em 0;
  text-align: justify; }

#column-2.derechaDreta img {
  border: 0px;
  vertical-align: bottom; }

#column-2.derechaDreta ul li a {
  border-bottom: none; }

#column-2.derechaDreta ul li a:hover {
  text-decoration: underline; }

#column-2.colDcha70 {
  float: right !important; }

/* columna de la home y del interior con la layout 30gris */
#column-2 h2 {
  font-size: 1.4em;
  margin: 0;
  padding: 0; }

#column-1.gris h2, #column-1.gris h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.4em; }

#column-1.gris h3 {
  font-size: 1.3em; }

#column-1.gris a {
  text-decoration: none;
  border-bottom: 1px dotted; }

#column-1.gris a:hover {
  border-bottom: 1px solid; }

/************************ Elementos generales****************** ***/
ul li, ul li li, ul li li li, ol li {
  padding: 0 0 5px;
  line-height: 1.7em; }

ol {
  margin-left: 2.5em; }

ol li {
  margin-left: 7px; }

/******************Menú Horizontal *****************************/
/*.menuHorizontal { 
		background: #444;
		min-height: 35px;
	}*/
.menuHorizontal .portlet-content ul {
  margin: 0;
  padding-left: 0;
  color: #fff;
  display: inline;
  padding-top: 7px;
  padding-bottom: 17px;
  float: left;
  width: 100%; }

.menuHorizontal .portlet-borderless-container {
  min-height: 0; }

.menuHorizontal .portlet-content ul li {
  list-style-type: none;
  border-right: #ccc 1px dotted;
  padding: 0;
  display: block;
  float: left; }

.menuHorizontal .portlet-content ul > li:last-child {
  border-right: 0; }

.menuHorizontal .portlet-content ul li a, .menuHorizontal ul li a:visited, .menuHorizontal ul li a:hover {
  padding: 0px 10px;
  font-size: 0.935rem; }

/*****************************************Buscador de viviendas ****************************************************************/
.HousingService-portlet label {
  margin-left: 10px;
  line-height: 1.5em;
  padding-bottom: .5em; }

.HousingService-portlet input[type="submit"], .HousingService-portlet input[type="submit"]:hover {
  padding: 0 10px;
  margin-top: 20px; }

.HousingService-portlet div.radio {
  padding-left: 0; }

.HousingService-portlet form p {
  line-height: 1.4em;
  margin: 0.7em 0 1em; }

.alphabeticalindex {
  width: 100%;
  /*float: left;*/
  margin: 0;
  padding-bottom: 20px;
  padding-left: 0; }

.alphabeticalindex li {
  padding: 0 0 0 3px;
  display: inline;
  float: none;
  border-left: 1px solid #606060; }

.portlet-boundary_HousingService_WAR_HousingServiceportlet_ .alphabeticalindex li {
  border-left: 0px; }

/*Poner menor espaciado al detalle de las oficinas*/
.portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd address.municipipality {
  margin-top: 0px;
  line-height: 1.4em;
  margin-bottom: 20px; }

.portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd {
  padding: 10px 10px 0 10px; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd address.municipipality p {
  line-height: 1.4em;
  margin: 0; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd .horario p {
  line-height: 1.4em;
  margin: 0;
  text-align: left; }

#fila1 .portlet-boundary_HousingService_WAR_HousingServiceportlet_ dl.default2 dd .catalogo li {
  line-height: 1.4em; }

/*FIN Poner menor espaciado al detalle de las oficinas*/
.alphabeticalindex a {
  border-bottom: 1px dotted; }

.alphabeticalindex a:hover {
  border-bottom: none; }

ul.col3 {
  width: 100%;
  float: left; }

ul.col3 li {
  float: left;
  width: 33%;
  padding-right: 5%;
  line-height: 1.5em; }

.flashMunicipality {
  padding: 30px 0;
  float: left;
  width: 100%;
  text-align: center; }

#fila1 p.arriba {
  float: right;
  width: 100%;
  text-align: right; }

#fila1 p.volver {
  float: right;
  width: 100%;
  text-align: right !important; }

.flotantdretamarge_dre0 {
  float: right;
  padding: 0 0 10px 10px; }

/*** detalle del buscador de viviendas **********/
.portlet-boundary_HousingService_WAR_HousingServiceportlet_ ul.housingService li {
  list-style-type: none; }

.results-header th {
  background: none !important; }

.portlet-boundary_pij_WAR_pijportlet_ dl.mcpis dt {
  padding-left: 1em; }

/* ckeditor */
.cke_editor body, body.cke_show_borders {
  background: none; }

/* ckeditor */
.cke_editor body, body.cke_show_borders {
  background: none; }

/** quitar banderas del combo de idiomas **/
.taglib-language-option {
  background-image: none !important;
  padding-left: 0; }

/** quitar subrayado del dia actual del calendario **/
.taglib-calendar .calendar-current-day a {
  text-decoration: none; }

.taglib-calendar tr td a:hover {
  background-color: transparent;
  color: #333; }

/** notas de premsa **/
/** incidencia css/temas diba**/
.senserodoneta {
  list-style-type: none !important;
  padding-left: 0; }

.clear {
  clear: both; }

/**********/
.menuVertical ul ul {
  padding: 5px 0 5px 15px;
  border-left: 0;
  border-right: 0;
  background-color: #fff; }

.taglib-calendar table td.cursor {
  cursor: pointer; }

/**** Municipies - electes ****/
.destacat {
  margin: 10px;
  overflow: hidden;
  padding: 10px;
  background-color: #F2F2F2;
  border: 3px solid #DEDDDD;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

/** incidencia cjs (centre) **/
input[type="checkbox"] {
  margin: 0 .3em 0 0; }

span.italica {
  font-style: italic; }

#fila1 .portlet-action a, #fila1_fit .portlet-action a {
  border: 0; }

.llistatemes li {
  list-style: none; }

.llistatemes li div {
  margin-top: 5px;
  background-color: #ececed;
  float: left;
  width: 100%; }

.llistatemes li div:hover {
  background-color: #ddd; }

.llistatemes li a {
  text-decoration: none;
  color: #545454; }

#fila1 .llistatemes img {
  margin: 0 10px 0 0; }

.llistatemes li h4 {
  padding: 19px 0 0 90px; }

.llistatemes li h3 {
  font-size: 1.7em;
  margin-bottom: 0; }

.tema-contingut ul.article_listing {
  margin-left: 15px;
  padding: 0; }

.content-list-portlet .customMenuTematica {
  z-index: 10;
  margin: 0;
  padding-left: 3px;
  text-align: center;
  width: 100%;
  top: 92px;
  left: 0;
  position: absolute;
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/fons-noticia.png); }

.content-list-portlet .customMenuTematica li {
  list-style-type: none;
  height: 8px; }

.content-list-portlet .tematica-carrusel img {
  /*width: 223px;*/
  margin-bottom: 10px;
  /*margin-left: -10px;
		margin-top: -10px;*/ }

.content-list-portlet .tema-contingut, .tema-contingut {
  min-height: 30px;
  /*width: 225px;*/
  width: 100% !important;
  display: inline-block;
  padding: 10px;
  color: #515151;
  font-size: 1em;
  border: 0px solid #cacaca;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px; }

.content-list-portlet .tema-contingut .carousel-inner {
  margin-bottom: 15px; }

.content-list-portlet .tema-contingut ol.carousel-indicators {
  bottom: -12px; }

.content-list-portlet .tema-contingut ol.carousel-indicators li.active {
  background-color: #555; }

.content-list-portlet .tema-contingut ol.carousel-indicators li {
  background-color: #d7d9da; }

.content-list-portlet .tema-contingutx2 {
  width: 505px; }

.content-list-portlet .tema-contingut ul li.article {
  margin-bottom: 0; }

.content-list-portlet .tema-contingutx2 ul li {
  width: 217px; }

.journal-content-article .tema-cap {
  min-height: 44px;
  border: 1px solid #cacaca;
  border-bottom-color: #e7e7e7;
  padding: 0;
  margin-top: 10px;
  background-color: #d7d9da;
  /*width: 225px;*/ }

.journal-content-article .tema-capx2 {
  width: 505px; }

.journal-content-article .tema-cap h2 {
  color: #676767;
  font-weight: normal;
  font-size: 1.3em;
  margin: 10px 0 0 10px;
  padding: 0px;
  float: left;
  clear: none; }

.journal-content-article .tema-peu {
  min-height: 26px;
  border: 1px solid #cacaca;
  border-top: 0px;
  padding: 7px;
  /*width: 225px;*/ }

.journal-content-article .tema-peu a {
  font-size: 1em;
  text-decoration: none;
  color: #0076ad;
  float: right;
  margin: 0;
  padding: 0px;
  text-align: right; }

.journal-content-article .tema-banner {
  border-left-width: 1px;
  border-left-color: #cacaca;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #cacaca;
  border-right-style: solid;
  /*max-width: 225px;*/ }

.journal-content-article .tema-banner img {
  width: 100% !important; }

.journal-content-article .tema-bannerx2 {
  width: 505px; }

.journal-content-article .tema-bannerx2 img {
  width: 504px; }

.video.embed-responsive {
  width: 100%;
  display: block;
  border: none; }

.video.embed-responsive iframe {
  width: 100%; }

#readspeaker_button1 {
  float: right;
  z-index: 1; }

/*-------- Galeria imatges diba ----------*/
#galeriaDiba, .galeriaDiba {
  margin-bottom: 15px;
  background-color: #F7F7F7;
  -moz-border-radius: 22px 0;
  -webkit-border-radius: 22px 0;
  border-radius: 22px 0;
  padding: 5px;
  border: 1px solid #ccc; }

#galeriaDiba a, .galeriaDiba a {
  border-bottom: none !important; }

#galeriaDiba a:hover, .galeriaDiba a:hover {
  border-bottom: none !important; }

#galeriaDiba img, .galeriaDiba img {
  -moz-border-radius: 10px 0;
  -webkit-border-radius: 10px 0;
  border-radius: 10px 0;
  box-shadow: #D5D0D0 3px 3px 3px; }

/*-------- Menu ----------*/
.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-top: .3em solid \9;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent; }

/*-------- Breadcrumb ----------*/
.breadcrumb > li + li::before {
  display: inline-block;
  color: #6c757d;
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/* 3 puntos configuración */
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: #6b6c7e; }

.portlet-journal-content .portlet .portlet-header .visible-interaction .dropdown-action > button {
  color: #6b6c7e !important; }

.top1 .language-entry-short-text {
  text-transform: uppercase; }

/* Contingut relacionats */
.asset-links.content-metadata-asset-addon-entries.mb-4 {
  margin-bottom: 0 !important; }

.asset-links li.list-group-item.list-group-item-flex {
  border: 0; }

.asset-links span.sticker.sticker-secondary.sticker-rounded {
  display: none; }

.asset-links .sidebar-list-group .autofit-col {
  padding: 0 0 0 1.5rem; }

.asset-links .list-group-title [href] {
  font-size: 1rem; }

.asset-links .sheet-tertiary-title {
  font-size: 1.2rem;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.5rem !important; }

/* BOTONS AREA */
#seccio-boto-area {
  font-size: 20px; }

#seccio-boto-area .boto-area {
  background-color: #F7F7F7 !important;
  background: url(https://media.diba.cat/diba/maqueta/logos/escudo.svg) no-repeat 112% 0px;
  background-position: center right -30px;
  background-size: 150px;
  border: none;
  border-bottom: 4px solid #9D2235;
  padding: 3rem 6rem 1rem 2rem !important; }

#seccio-boto-area .boto-area:hover {
  background-color: #9D2235 !important;
  background: url(none) no-repeat 112% 0px; }
  #seccio-boto-area .boto-area:hover a {
    color: #ffffff !important; }

#seccio-boto-area .boto-area a {
  background-color: transparent !important;
  color: #333 !important; }

#section-contacte-area {
  background-color: #F7F7F7; }

#section-contacte-area .border-left {
  border-left: 3px solid #fff !important; }

#section-navegacio-area a {
  text-decoration: none;
  color: #70777E;
  font-size: 12px; }

.colorcorporatiu-9d2235 {
  /* Recursos
	-------------------------------------------------------*/ }
  .colorcorporatiu-9d2235 h1, .colorcorporatiu-9d2235 h2, .colorcorporatiu-9d2235 h3, .colorcorporatiu-9d2235 h4, .colorcorporatiu-9d2235 h5,
  .colorcorporatiu-9d2235 .h1, .colorcorporatiu-9d2235 .h2, .colorcorporatiu-9d2235 .h3, .colorcorporatiu-9d2235 .h4, .colorcorporatiu-9d2235 .h5,
  .colorcorporatiu-9d2235 a, .colorcorporatiu-9d2235 #mesyanio:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 input[type="submit"],
  .colorcorporatiu-9d2235 input[type="button"],
  .colorcorporatiu-9d2235 input[type="reset"] {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .menuVertical ul li a:hover,
  .colorcorporatiu-9d2235 .menuVertical ul li a.selected {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .well {
    background-color: #9D2235; }
  .colorcorporatiu-9d2235 .well.well-exposicio a, .colorcorporatiu-9d2235 .well.well-exposicio a:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .journal-content-article .addeventatc {
    color: #9D2235 !important; }
  .colorcorporatiu-9d2235 ul.pagination li a,
  .colorcorporatiu-9d2235 ul.pagination li a:hover {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .pagination > .active > a, .colorcorporatiu-9d2235 .pagination > .active > span,
  .colorcorporatiu-9d2235 .pagination > .active > a:hover,
  .colorcorporatiu-9d2235 .pagination > .active > span:hover,
  .colorcorporatiu-9d2235 .pagination > .active > a:focus,
  .colorcorporatiu-9d2235 .pagination > .active > span:focus {
    background-color: #9D2235;
    border-color: #9D2235; }
  .colorcorporatiu-9d2235 #column-2.colDcha25 h1, .colorcorporatiu-9d2235 #column-2.colDcha25 h2, .colorcorporatiu-9d2235 #column-2.colDcha25 h3, .colorcorporatiu-9d2235 #column-2.colDcha25 h4, .colorcorporatiu-9d2235 #column-2.colDcha25 h5, .colorcorporatiu-9d2235 #column-2.colDcha25 .h1, .colorcorporatiu-9d2235 #column-2.colDcha25 .h2, .colorcorporatiu-9d2235 #column-2.colDcha25 .h3, .colorcorporatiu-9d2235 #column-2.colDcha25 .h4, .colorcorporatiu-9d2235 #column-2.colDcha25 .h5, .colorcorporatiu-9d2235 #column-2.colDcha25 a, .colorcorporatiu-9d2235 #column-2 .colDcha25 h1, .colorcorporatiu-9d2235 #column-2 .colDcha25 h2, .colorcorporatiu-9d2235 #column-2 .colDcha25 h3, .colorcorporatiu-9d2235 #column-2 .colDcha25 h4, .colorcorporatiu-9d2235 #column-2 .colDcha25 h5, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h1, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h2, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h3, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h4, .colorcorporatiu-9d2235 #column-2 .colDcha25 .h5, .colorcorporatiu-9d2235 #column-2 .colDcha25 a, .colorcorporatiu-9d2235 #column-2 .derechaDreta h1, .colorcorporatiu-9d2235 #column-2 .derechaDreta h2, .colorcorporatiu-9d2235 #column-2 .derechaDreta h3, .colorcorporatiu-9d2235 #column-2 .derechaDreta h4, .colorcorporatiu-9d2235 #column-2 .derechaDreta h5, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h1, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h2, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h3, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h4, .colorcorporatiu-9d2235 #column-2 .derechaDreta .h5, .colorcorporatiu-9d2235 #column-2 .derechaDreta a, .colorcorporatiu-9d2235 .Contacts-portlet h1, .colorcorporatiu-9d2235 .Contacts-portlet h2, .colorcorporatiu-9d2235 .Contacts-portlet h3, .colorcorporatiu-9d2235 .Contacts-portlet h4, .colorcorporatiu-9d2235 .Contacts-portlet h5, .colorcorporatiu-9d2235 .Contacts-portlet .h1, .colorcorporatiu-9d2235 .Contacts-portlet .h2, .colorcorporatiu-9d2235 .Contacts-portlet .h3, .colorcorporatiu-9d2235 .Contacts-portlet .h4, .colorcorporatiu-9d2235 .Contacts-portlet .h5, .colorcorporatiu-9d2235 .Contacts-portlet a, .colorcorporatiu-9d2235 .panel-heading h1, .colorcorporatiu-9d2235 .panel-heading h2, .colorcorporatiu-9d2235 .panel-heading h3, .colorcorporatiu-9d2235 .panel-heading h4, .colorcorporatiu-9d2235 .panel-heading h5, .colorcorporatiu-9d2235 .panel-heading .h1, .colorcorporatiu-9d2235 .panel-heading .h2, .colorcorporatiu-9d2235 .panel-heading .h3, .colorcorporatiu-9d2235 .panel-heading .h4, .colorcorporatiu-9d2235 .panel-heading .h5, .colorcorporatiu-9d2235 .panel-heading a {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .notasPrensa .entradeta {
    border-left: 4px solid;
    padding-left: 10px;
    color: #9D2235;
    font-weight: 600; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible {
    color: #fff;
    background-color: #9D2235;
    border-color: #9D2235;
    border-radius: 0;
    padding: 2rem 4rem; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible p {
    margin: 0; }
  .colorcorporatiu-9d2235 .alert-warning.alert-dismissible .close {
    font-size: 1rem;
    color: #fff;
    opacity: 1; }
  .colorcorporatiu-9d2235 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #9D2235;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .colorcorporatiu-9d2235 .recursos-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff;
    text-decoration: none !important; }
  .colorcorporatiu-9d2235 .header-banner {
    background: #9D2235; }
  .colorcorporatiu-9d2235 .asset-links .list-group-title [href] {
    color: #9D2235; }
  .colorcorporatiu-9d2235 .directa-items .item-content {
    border-top: 4px solid #9D2235; }
  .colorcorporatiu-9d2235 .tramits .tramits-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff; }
  .colorcorporatiu-9d2235 .diba-carrusel .carousel-indicators li.active {
    background-color: #9D2235; }

/* Transversal  */
.administraciolocal-E2284A {
  /* Recursos
	-------------------------------------------------------*/ }
  .administraciolocal-E2284A h1, .administraciolocal-E2284A h2, .administraciolocal-E2284A h3, .administraciolocal-E2284A h4, .administraciolocal-E2284A h5,
  .administraciolocal-E2284A .h1, .administraciolocal-E2284A .h2, .administraciolocal-E2284A .h3, .administraciolocal-E2284A .h4, .administraciolocal-E2284A .h5,
  .administraciolocal-E2284A a, .administraciolocal-E2284A #mesyanio:hover {
    color: #E2284A; }
  .administraciolocal-E2284A input[type="submit"],
  .administraciolocal-E2284A input[type="button"],
  .administraciolocal-E2284A input[type="reset"] {
    color: #E2284A; }
  .administraciolocal-E2284A .menuVertical ul li a:hover,
  .administraciolocal-E2284A .menuVertical ul li a.selected {
    color: #c71947;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .administraciolocal-E2284A .well {
    background-color: #E2284A; }
  .administraciolocal-E2284A .well.well-exposicio a, .administraciolocal-E2284A .well.well-exposicio a:hover {
    color: #E2284A; }
  .administraciolocal-E2284A .journal-content-article .addeventatc {
    color: #E2284A !important; }
  .administraciolocal-E2284A ul.pagination li a,
  .administraciolocal-E2284A ul.pagination li a:hover {
    color: #E2284A; }
  .administraciolocal-E2284A .pagination > .active > a, .administraciolocal-E2284A .pagination > .active > span,
  .administraciolocal-E2284A .pagination > .active > a:hover,
  .administraciolocal-E2284A .pagination > .active > span:hover,
  .administraciolocal-E2284A .pagination > .active > a:focus,
  .administraciolocal-E2284A .pagination > .active > span:focus {
    background-color: #E2284A;
    border-color: #E2284A; }
  .administraciolocal-E2284A #column-2.colDcha25 h1, .administraciolocal-E2284A #column-2.colDcha25 h2, .administraciolocal-E2284A #column-2.colDcha25 h3, .administraciolocal-E2284A #column-2.colDcha25 h4, .administraciolocal-E2284A #column-2.colDcha25 h5, .administraciolocal-E2284A #column-2.colDcha25 .h1, .administraciolocal-E2284A #column-2.colDcha25 .h2, .administraciolocal-E2284A #column-2.colDcha25 .h3, .administraciolocal-E2284A #column-2.colDcha25 .h4, .administraciolocal-E2284A #column-2.colDcha25 .h5, .administraciolocal-E2284A #column-2.colDcha25 a, .administraciolocal-E2284A #column-2 .colDcha25 h1, .administraciolocal-E2284A #column-2 .colDcha25 h2, .administraciolocal-E2284A #column-2 .colDcha25 h3, .administraciolocal-E2284A #column-2 .colDcha25 h4, .administraciolocal-E2284A #column-2 .colDcha25 h5, .administraciolocal-E2284A #column-2 .colDcha25 .h1, .administraciolocal-E2284A #column-2 .colDcha25 .h2, .administraciolocal-E2284A #column-2 .colDcha25 .h3, .administraciolocal-E2284A #column-2 .colDcha25 .h4, .administraciolocal-E2284A #column-2 .colDcha25 .h5, .administraciolocal-E2284A #column-2 .colDcha25 a, .administraciolocal-E2284A #column-2 .derechaDreta h1, .administraciolocal-E2284A #column-2 .derechaDreta h2, .administraciolocal-E2284A #column-2 .derechaDreta h3, .administraciolocal-E2284A #column-2 .derechaDreta h4, .administraciolocal-E2284A #column-2 .derechaDreta h5, .administraciolocal-E2284A #column-2 .derechaDreta .h1, .administraciolocal-E2284A #column-2 .derechaDreta .h2, .administraciolocal-E2284A #column-2 .derechaDreta .h3, .administraciolocal-E2284A #column-2 .derechaDreta .h4, .administraciolocal-E2284A #column-2 .derechaDreta .h5, .administraciolocal-E2284A #column-2 .derechaDreta a, .administraciolocal-E2284A .Contacts-portlet h1, .administraciolocal-E2284A .Contacts-portlet h2, .administraciolocal-E2284A .Contacts-portlet h3, .administraciolocal-E2284A .Contacts-portlet h4, .administraciolocal-E2284A .Contacts-portlet h5, .administraciolocal-E2284A .Contacts-portlet .h1, .administraciolocal-E2284A .Contacts-portlet .h2, .administraciolocal-E2284A .Contacts-portlet .h3, .administraciolocal-E2284A .Contacts-portlet .h4, .administraciolocal-E2284A .Contacts-portlet .h5, .administraciolocal-E2284A .Contacts-portlet a, .administraciolocal-E2284A .panel-heading h1, .administraciolocal-E2284A .panel-heading h2, .administraciolocal-E2284A .panel-heading h3, .administraciolocal-E2284A .panel-heading h4, .administraciolocal-E2284A .panel-heading h5, .administraciolocal-E2284A .panel-heading .h1, .administraciolocal-E2284A .panel-heading .h2, .administraciolocal-E2284A .panel-heading .h3, .administraciolocal-E2284A .panel-heading .h4, .administraciolocal-E2284A .panel-heading .h5, .administraciolocal-E2284A .panel-heading a {
    color: #c71947;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .administraciolocal-E2284A .asset-links .list-group-title [href] {
    color: #E2284A; }
  .administraciolocal-E2284A .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #E2284A;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .administraciolocal-E2284A .recursos-items a:hover {
    background-color: #E2284A;
    border-color: #E2284A;
    color: #fff;
    text-decoration: none !important; }
  .administraciolocal-E2284A .header-banner {
    background: #f18c9f; }
  .administraciolocal-E2284A .header-banner .header-title h2 {
    color: #000; }
  .administraciolocal-E2284A .header-banner, .administraciolocal-E2284A .header-banner a {
    color: #000 !important; }
  .administraciolocal-E2284A .header-footer {
    background-color: #f18c9f; }
  .administraciolocal-E2284A .header-footer, .administraciolocal-E2284A .header-footer a {
    color: #000 !important; }
  .administraciolocal-E2284A .tramits .tramits-items a:hover {
    background-color: #E2284A;
    border-color: #E2284A;
    color: #fff; }
  .administraciolocal-E2284A .diba-carrusel .carousel-indicators li.active {
    background-color: #E2284A; }

.benestar-767B09 {
  /* Recursos
	-------------------------------------------------------*/ }
  .benestar-767B09 h1, .benestar-767B09 h2, .benestar-767B09 h3, .benestar-767B09 h4, .benestar-767B09 h5,
  .benestar-767B09 .h1, .benestar-767B09 .h2, .benestar-767B09 .h3, .benestar-767B09 .h4, .benestar-767B09 .h5,
  .benestar-767B09 a, .benestar-767B09 #mesyanio:hover {
    color: #767B09; }
  .benestar-767B09 input[type="submit"],
  .benestar-767B09 input[type="button"],
  .benestar-767B09 input[type="reset"] {
    color: #767B09; }
  .benestar-767B09 .menuVertical ul li a:hover,
  .benestar-767B09 .menuVertical ul li a.selected {
    color: #5b5900;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .benestar-767B09 .well {
    background-color: #767B09; }
  .benestar-767B09 .well.well-exposicio a, .benestar-767B09 .well.well-exposicio a:hover {
    color: #767B09; }
  .benestar-767B09 .journal-content-article .addeventatc {
    color: #767B09 !important; }
  .benestar-767B09 ul.pagination li a,
  .benestar-767B09 ul.pagination li a:hover {
    color: #767B09; }
  .benestar-767B09 .pagination > .active > a, .benestar-767B09 .pagination > .active > span,
  .benestar-767B09 .pagination > .active > a:hover,
  .benestar-767B09 .pagination > .active > span:hover,
  .benestar-767B09 .pagination > .active > a:focus,
  .benestar-767B09 .pagination > .active > span:focus {
    background-color: #767B09;
    border-color: #767B09; }
  .benestar-767B09 #column-2.colDcha25 h1, .benestar-767B09 #column-2.colDcha25 h2, .benestar-767B09 #column-2.colDcha25 h3, .benestar-767B09 #column-2.colDcha25 h4, .benestar-767B09 #column-2.colDcha25 h5, .benestar-767B09 #column-2.colDcha25 .h1, .benestar-767B09 #column-2.colDcha25 .h2, .benestar-767B09 #column-2.colDcha25 .h3, .benestar-767B09 #column-2.colDcha25 .h4, .benestar-767B09 #column-2.colDcha25 .h5, .benestar-767B09 #column-2.colDcha25 a, .benestar-767B09 #column-2 .colDcha25 h1, .benestar-767B09 #column-2 .colDcha25 h2, .benestar-767B09 #column-2 .colDcha25 h3, .benestar-767B09 #column-2 .colDcha25 h4, .benestar-767B09 #column-2 .colDcha25 h5, .benestar-767B09 #column-2 .colDcha25 .h1, .benestar-767B09 #column-2 .colDcha25 .h2, .benestar-767B09 #column-2 .colDcha25 .h3, .benestar-767B09 #column-2 .colDcha25 .h4, .benestar-767B09 #column-2 .colDcha25 .h5, .benestar-767B09 #column-2 .colDcha25 a, .benestar-767B09 #column-2 .derechaDreta h1, .benestar-767B09 #column-2 .derechaDreta h2, .benestar-767B09 #column-2 .derechaDreta h3, .benestar-767B09 #column-2 .derechaDreta h4, .benestar-767B09 #column-2 .derechaDreta h5, .benestar-767B09 #column-2 .derechaDreta .h1, .benestar-767B09 #column-2 .derechaDreta .h2, .benestar-767B09 #column-2 .derechaDreta .h3, .benestar-767B09 #column-2 .derechaDreta .h4, .benestar-767B09 #column-2 .derechaDreta .h5, .benestar-767B09 #column-2 .derechaDreta a, .benestar-767B09 .Contacts-portlet h1, .benestar-767B09 .Contacts-portlet h2, .benestar-767B09 .Contacts-portlet h3, .benestar-767B09 .Contacts-portlet h4, .benestar-767B09 .Contacts-portlet h5, .benestar-767B09 .Contacts-portlet .h1, .benestar-767B09 .Contacts-portlet .h2, .benestar-767B09 .Contacts-portlet .h3, .benestar-767B09 .Contacts-portlet .h4, .benestar-767B09 .Contacts-portlet .h5, .benestar-767B09 .Contacts-portlet a, .benestar-767B09 .panel-heading h1, .benestar-767B09 .panel-heading h2, .benestar-767B09 .panel-heading h3, .benestar-767B09 .panel-heading h4, .benestar-767B09 .panel-heading h5, .benestar-767B09 .panel-heading .h1, .benestar-767B09 .panel-heading .h2, .benestar-767B09 .panel-heading .h3, .benestar-767B09 .panel-heading .h4, .benestar-767B09 .panel-heading .h5, .benestar-767B09 .panel-heading a {
    color: #5b5900;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .benestar-767B09 .asset-links .list-group-title [href] {
    color: #767B09; }
  .benestar-767B09 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #767B09;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .benestar-767B09 .recursos-items a:hover {
    background-color: #767B09;
    border-color: #767B09;
    color: #fff;
    text-decoration: none !important; }
  .benestar-767B09 .header-banner {
    background: #b5bd0F; }
  .benestar-767B09 .header-banner .header-title h2 {
    color: #000; }
  .benestar-767B09 .header-banner, .benestar-767B09 .header-banner a {
    color: #000 !important; }
  .benestar-767B09 .header-footer {
    background-color: #b5bd0F; }
  .benestar-767B09 .header-footer, .benestar-767B09 .header-footer a {
    color: #000 !important; }
  .benestar-767B09 .tramits .tramits-items a:hover {
    background-color: #767B09;
    border-color: #767B09;
    color: #fff; }
  .benestar-767B09 .diba-carrusel .carousel-indicators li.active {
    background-color: #767B09; }

.comercconsum-d72525 {
  /* Recursos
	-------------------------------------------------------*/ }
  .comercconsum-d72525 h1, .comercconsum-d72525 h2, .comercconsum-d72525 h3, .comercconsum-d72525 h4, .comercconsum-d72525 h5,
  .comercconsum-d72525 .h1, .comercconsum-d72525 .h2, .comercconsum-d72525 .h3, .comercconsum-d72525 .h4, .comercconsum-d72525 .h5,
  .comercconsum-d72525 a, .comercconsum-d72525 #mesyanio:hover {
    color: #d72525; }
  .comercconsum-d72525 input[type="submit"],
  .comercconsum-d72525 input[type="button"],
  .comercconsum-d72525 input[type="reset"] {
    color: #d72525; }
  .comercconsum-d72525 .menuVertical ul li a:hover,
  .comercconsum-d72525 .menuVertical ul li a.selected {
    color: #ba2020;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .comercconsum-d72525 .well {
    background-color: #d72525; }
  .comercconsum-d72525 .well.well-exposicio a, .comercconsum-d72525 .well.well-exposicio a:hover {
    color: #d72525; }
  .comercconsum-d72525 .journal-content-article .addeventatc {
    color: #d72525 !important; }
  .comercconsum-d72525 ul.pagination li a,
  .comercconsum-d72525 ul.pagination li a:hover {
    color: #d72525; }
  .comercconsum-d72525 .pagination > .active > a, .comercconsum-d72525 .pagination > .active > span,
  .comercconsum-d72525 .pagination > .active > a:hover,
  .comercconsum-d72525 .pagination > .active > span:hover,
  .comercconsum-d72525 .pagination > .active > a:focus,
  .comercconsum-d72525 .pagination > .active > span:focus {
    background-color: #d72525;
    border-color: #d72525; }
  .comercconsum-d72525 #column-2.colDcha25 h1, .comercconsum-d72525 #column-2.colDcha25 h2, .comercconsum-d72525 #column-2.colDcha25 h3, .comercconsum-d72525 #column-2.colDcha25 h4, .comercconsum-d72525 #column-2.colDcha25 h5, .comercconsum-d72525 #column-2.colDcha25 .h1, .comercconsum-d72525 #column-2.colDcha25 .h2, .comercconsum-d72525 #column-2.colDcha25 .h3, .comercconsum-d72525 #column-2.colDcha25 .h4, .comercconsum-d72525 #column-2.colDcha25 .h5, .comercconsum-d72525 #column-2.colDcha25 a, .comercconsum-d72525 #column-2 .colDcha25 h1, .comercconsum-d72525 #column-2 .colDcha25 h2, .comercconsum-d72525 #column-2 .colDcha25 h3, .comercconsum-d72525 #column-2 .colDcha25 h4, .comercconsum-d72525 #column-2 .colDcha25 h5, .comercconsum-d72525 #column-2 .colDcha25 .h1, .comercconsum-d72525 #column-2 .colDcha25 .h2, .comercconsum-d72525 #column-2 .colDcha25 .h3, .comercconsum-d72525 #column-2 .colDcha25 .h4, .comercconsum-d72525 #column-2 .colDcha25 .h5, .comercconsum-d72525 #column-2 .colDcha25 a, .comercconsum-d72525 #column-2 .derechaDreta h1, .comercconsum-d72525 #column-2 .derechaDreta h2, .comercconsum-d72525 #column-2 .derechaDreta h3, .comercconsum-d72525 #column-2 .derechaDreta h4, .comercconsum-d72525 #column-2 .derechaDreta h5, .comercconsum-d72525 #column-2 .derechaDreta .h1, .comercconsum-d72525 #column-2 .derechaDreta .h2, .comercconsum-d72525 #column-2 .derechaDreta .h3, .comercconsum-d72525 #column-2 .derechaDreta .h4, .comercconsum-d72525 #column-2 .derechaDreta .h5, .comercconsum-d72525 #column-2 .derechaDreta a, .comercconsum-d72525 .Contacts-portlet h1, .comercconsum-d72525 .Contacts-portlet h2, .comercconsum-d72525 .Contacts-portlet h3, .comercconsum-d72525 .Contacts-portlet h4, .comercconsum-d72525 .Contacts-portlet h5, .comercconsum-d72525 .Contacts-portlet .h1, .comercconsum-d72525 .Contacts-portlet .h2, .comercconsum-d72525 .Contacts-portlet .h3, .comercconsum-d72525 .Contacts-portlet .h4, .comercconsum-d72525 .Contacts-portlet .h5, .comercconsum-d72525 .Contacts-portlet a, .comercconsum-d72525 .panel-heading h1, .comercconsum-d72525 .panel-heading h2, .comercconsum-d72525 .panel-heading h3, .comercconsum-d72525 .panel-heading h4, .comercconsum-d72525 .panel-heading h5, .comercconsum-d72525 .panel-heading .h1, .comercconsum-d72525 .panel-heading .h2, .comercconsum-d72525 .panel-heading .h3, .comercconsum-d72525 .panel-heading .h4, .comercconsum-d72525 .panel-heading .h5, .comercconsum-d72525 .panel-heading a {
    color: #ba2020;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .comercconsum-d72525 .asset-links .list-group-title [href] {
    color: #d72525; }
  .comercconsum-d72525 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #d72525;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .comercconsum-d72525 .recursos-items a:hover {
    background-color: #d72525;
    border-color: #d72525;
    color: #fff;
    text-decoration: none !important; }
  .comercconsum-d72525 .header-banner {
    background: #d72525; }
  .comercconsum-d72525 .header-footer {
    background-color: #d72525; }
  .comercconsum-d72525 .tramits .tramits-items a:hover {
    background-color: #d72525;
    border-color: #d72525;
    color: #fff; }
  .comercconsum-d72525 .diba-carrusel .carousel-indicators li.active {
    background-color: #d72525; }

.cultura-AA6408 {
  /* Recursos
	-------------------------------------------------------*/ }
  .cultura-AA6408 h1, .cultura-AA6408 h2, .cultura-AA6408 h3, .cultura-AA6408 h4, .cultura-AA6408 h5,
  .cultura-AA6408 .h1, .cultura-AA6408 .h2, .cultura-AA6408 .h3, .cultura-AA6408 .h4, .cultura-AA6408 .h5,
  .cultura-AA6408 a, .cultura-AA6408 #mesyanio:hover {
    color: #AA6408; }
  .cultura-AA6408 input[type="submit"],
  .cultura-AA6408 input[type="button"],
  .cultura-AA6408 input[type="reset"] {
    color: #AA6408; }
  .cultura-AA6408 .menuVertical ul li a:hover,
  .cultura-AA6408 .menuVertical ul li a.selected {
    color: #a0470c;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .cultura-AA6408 .well {
    background-color: #AA6408; }
  .cultura-AA6408 .well.well-exposicio a, .cultura-AA6408 .well.well-exposicio a:hover {
    color: #AA6408; }
  .cultura-AA6408 .journal-content-article .addeventatc {
    color: #AA6408 !important; }
  .cultura-AA6408 ul.pagination li a,
  .cultura-AA6408 ul.pagination li a:hover {
    color: #AA6408; }
  .cultura-AA6408 .pagination > .active > a, .cultura-AA6408 .pagination > .active > span,
  .cultura-AA6408 .pagination > .active > a:hover,
  .cultura-AA6408 .pagination > .active > span:hover,
  .cultura-AA6408 .pagination > .active > a:focus,
  .cultura-AA6408 .pagination > .active > span:focus {
    background-color: #AA6408;
    border-color: #AA6408; }
  .cultura-AA6408 #column-2.colDcha25 h1, .cultura-AA6408 #column-2.colDcha25 h2, .cultura-AA6408 #column-2.colDcha25 h3, .cultura-AA6408 #column-2.colDcha25 h4, .cultura-AA6408 #column-2.colDcha25 h5, .cultura-AA6408 #column-2.colDcha25 .h1, .cultura-AA6408 #column-2.colDcha25 .h2, .cultura-AA6408 #column-2.colDcha25 .h3, .cultura-AA6408 #column-2.colDcha25 .h4, .cultura-AA6408 #column-2.colDcha25 .h5, .cultura-AA6408 #column-2.colDcha25 a, .cultura-AA6408 #column-2 .colDcha25 h1, .cultura-AA6408 #column-2 .colDcha25 h2, .cultura-AA6408 #column-2 .colDcha25 h3, .cultura-AA6408 #column-2 .colDcha25 h4, .cultura-AA6408 #column-2 .colDcha25 h5, .cultura-AA6408 #column-2 .colDcha25 .h1, .cultura-AA6408 #column-2 .colDcha25 .h2, .cultura-AA6408 #column-2 .colDcha25 .h3, .cultura-AA6408 #column-2 .colDcha25 .h4, .cultura-AA6408 #column-2 .colDcha25 .h5, .cultura-AA6408 #column-2 .colDcha25 a, .cultura-AA6408 #column-2 .derechaDreta h1, .cultura-AA6408 #column-2 .derechaDreta h2, .cultura-AA6408 #column-2 .derechaDreta h3, .cultura-AA6408 #column-2 .derechaDreta h4, .cultura-AA6408 #column-2 .derechaDreta h5, .cultura-AA6408 #column-2 .derechaDreta .h1, .cultura-AA6408 #column-2 .derechaDreta .h2, .cultura-AA6408 #column-2 .derechaDreta .h3, .cultura-AA6408 #column-2 .derechaDreta .h4, .cultura-AA6408 #column-2 .derechaDreta .h5, .cultura-AA6408 #column-2 .derechaDreta a, .cultura-AA6408 .Contacts-portlet h1, .cultura-AA6408 .Contacts-portlet h2, .cultura-AA6408 .Contacts-portlet h3, .cultura-AA6408 .Contacts-portlet h4, .cultura-AA6408 .Contacts-portlet h5, .cultura-AA6408 .Contacts-portlet .h1, .cultura-AA6408 .Contacts-portlet .h2, .cultura-AA6408 .Contacts-portlet .h3, .cultura-AA6408 .Contacts-portlet .h4, .cultura-AA6408 .Contacts-portlet .h5, .cultura-AA6408 .Contacts-portlet a, .cultura-AA6408 .panel-heading h1, .cultura-AA6408 .panel-heading h2, .cultura-AA6408 .panel-heading h3, .cultura-AA6408 .panel-heading h4, .cultura-AA6408 .panel-heading h5, .cultura-AA6408 .panel-heading .h1, .cultura-AA6408 .panel-heading .h2, .cultura-AA6408 .panel-heading .h3, .cultura-AA6408 .panel-heading .h4, .cultura-AA6408 .panel-heading .h5, .cultura-AA6408 .panel-heading a {
    color: #a0470c;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .cultura-AA6408 .asset-links .list-group-title [href] {
    color: #AA6408; }
  .cultura-AA6408 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #AA6408;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .cultura-AA6408 .recursos-items a:hover {
    background-color: #AA6408;
    border-color: #AA6408;
    color: #fff;
    text-decoration: none !important; }
  .cultura-AA6408 .header-banner {
    background: #f59c25; }
  .cultura-AA6408 .header-banner .header-title h2 {
    color: #000; }
  .cultura-AA6408 .header-banner, .cultura-AA6408 .header-banner a {
    color: #000 !important; }
  .cultura-AA6408 .header-footer {
    background-color: #f59c25; }
  .cultura-AA6408 .header-footer, .cultura-AA6408 .header-footer a {
    color: #000 !important; }
  .cultura-AA6408 .tramits .tramits-items a:hover {
    background-color: #AA6408;
    border-color: #AA6408;
    color: #fff; }
  .cultura-AA6408 .diba-carrusel .carousel-indicators li.active {
    background-color: #AA6408; }

.economiatreball-027399 {
  /* Recursos
	-------------------------------------------------------*/ }
  .economiatreball-027399 h1, .economiatreball-027399 h2, .economiatreball-027399 h3, .economiatreball-027399 h4, .economiatreball-027399 h5,
  .economiatreball-027399 .h1, .economiatreball-027399 .h2, .economiatreball-027399 .h3, .economiatreball-027399 .h4, .economiatreball-027399 .h5,
  .economiatreball-027399 a, .economiatreball-027399 #mesyanio:hover {
    color: #027399; }
  .economiatreball-027399 input[type="submit"],
  .economiatreball-027399 input[type="button"],
  .economiatreball-027399 input[type="reset"] {
    color: #027399; }
  .economiatreball-027399 .menuVertical ul li a:hover,
  .economiatreball-027399 .menuVertical ul li a.selected {
    color: #027399; }
  .economiatreball-027399 .well {
    background-color: #027399; }
  .economiatreball-027399 .well.well-exposicio a, .economiatreball-027399 .well.well-exposicio a:hover {
    color: #027399; }
  .economiatreball-027399 .journal-content-article .addeventatc {
    color: #027399 !important; }
  .economiatreball-027399 ul.pagination li a,
  .economiatreball-027399 ul.pagination li a:hover {
    color: #027399; }
  .economiatreball-027399 .pagination > .active > a, .economiatreball-027399 .pagination > .active > span,
  .economiatreball-027399 .pagination > .active > a:hover,
  .economiatreball-027399 .pagination > .active > span:hover,
  .economiatreball-027399 .pagination > .active > a:focus,
  .economiatreball-027399 .pagination > .active > span:focus {
    background-color: #027399;
    border-color: #027399; }
  .economiatreball-027399 .asset-links .list-group-title [href] {
    color: #027399; }
  .economiatreball-027399 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #027399;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .economiatreball-027399 .recursos-items a:hover {
    background-color: #027399;
    border-color: #027399;
    color: #fff;
    text-decoration: none !important; }
  .economiatreball-027399 .header-banner {
    background: #027399; }
  .economiatreball-027399 .header-footer {
    background-color: #027399; }
  .economiatreball-027399 .tramits .tramits-items a:hover {
    background-color: #027399;
    border-color: #027399;
    color: #fff; }
  .economiatreball-027399 .diba-carrusel .carousel-indicators li.active {
    background-color: #027399; }

.educacio-95710F {
  /* Recursos
	-------------------------------------------------------*/ }
  .educacio-95710F h1, .educacio-95710F h2, .educacio-95710F h3, .educacio-95710F h4, .educacio-95710F h5,
  .educacio-95710F .h1, .educacio-95710F .h2, .educacio-95710F .h3, .educacio-95710F .h4, .educacio-95710F .h5,
  .educacio-95710F a, .educacio-95710F #mesyanio:hover {
    color: #95710F; }
  .educacio-95710F input[type="submit"],
  .educacio-95710F input[type="button"],
  .educacio-95710F input[type="reset"] {
    color: #95710F; }
  .educacio-95710F .menuVertical ul li a:hover,
  .educacio-95710F .menuVertical ul li a.selected {
    color: #655600;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .educacio-95710F .well {
    background-color: #95710F; }
  .educacio-95710F .well.well-exposicio a, .educacio-95710F .well.well-exposicio a:hover {
    color: #95710F; }
  .educacio-95710F .economiatreball-00539c .journal-content-article .addeventatc {
    color: #95710F !important; }
  .educacio-95710F ul.pagination li a,
  .educacio-95710F ul.pagination li a:hover {
    color: #95710F; }
  .educacio-95710F .pagination > .active > a, .educacio-95710F .pagination > .active > span,
  .educacio-95710F .pagination > .active > a:hover,
  .educacio-95710F .pagination > .active > span:hover,
  .educacio-95710F .pagination > .active > a:focus,
  .educacio-95710F .pagination > .active > span:focus {
    background-color: #95710F;
    border-color: #95710F; }
  .educacio-95710F #column-2.colDcha25 h1, .educacio-95710F #column-2.colDcha25 h2, .educacio-95710F #column-2.colDcha25 h3, .educacio-95710F #column-2.colDcha25 h4, .educacio-95710F #column-2.colDcha25 h5, .educacio-95710F #column-2.colDcha25 .h1, .educacio-95710F #column-2.colDcha25 .h2, .educacio-95710F #column-2.colDcha25 .h3, .educacio-95710F #column-2.colDcha25 .h4, .educacio-95710F #column-2.colDcha25 .h5, .educacio-95710F #column-2.colDcha25 a, .educacio-95710F #column-2 .colDcha25 h1, .educacio-95710F #column-2 .colDcha25 h2, .educacio-95710F #column-2 .colDcha25 h3, .educacio-95710F #column-2 .colDcha25 h4, .educacio-95710F #column-2 .colDcha25 h5, .educacio-95710F #column-2 .colDcha25 .h1, .educacio-95710F #column-2 .colDcha25 .h2, .educacio-95710F #column-2 .colDcha25 .h3, .educacio-95710F #column-2 .colDcha25 .h4, .educacio-95710F #column-2 .colDcha25 .h5, .educacio-95710F #column-2 .colDcha25 a, .educacio-95710F #column-2 .derechaDreta h1, .educacio-95710F #column-2 .derechaDreta h2, .educacio-95710F #column-2 .derechaDreta h3, .educacio-95710F #column-2 .derechaDreta h4, .educacio-95710F #column-2 .derechaDreta h5, .educacio-95710F #column-2 .derechaDreta .h1, .educacio-95710F #column-2 .derechaDreta .h2, .educacio-95710F #column-2 .derechaDreta .h3, .educacio-95710F #column-2 .derechaDreta .h4, .educacio-95710F #column-2 .derechaDreta .h5, .educacio-95710F #column-2 .derechaDreta a, .educacio-95710F .Contacts-portlet h1, .educacio-95710F .Contacts-portlet h2, .educacio-95710F .Contacts-portlet h3, .educacio-95710F .Contacts-portlet h4, .educacio-95710F .Contacts-portlet h5, .educacio-95710F .Contacts-portlet .h1, .educacio-95710F .Contacts-portlet .h2, .educacio-95710F .Contacts-portlet .h3, .educacio-95710F .Contacts-portlet .h4, .educacio-95710F .Contacts-portlet .h5, .educacio-95710F .Contacts-portlet a, .educacio-95710F .panel-heading h1, .educacio-95710F .panel-heading h2, .educacio-95710F .panel-heading h3, .educacio-95710F .panel-heading h4, .educacio-95710F .panel-heading h5, .educacio-95710F .panel-heading .h1, .educacio-95710F .panel-heading .h2, .educacio-95710F .panel-heading .h3, .educacio-95710F .panel-heading .h4, .educacio-95710F .panel-heading .h5, .educacio-95710F .panel-heading a {
    color: #655600;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .educacio-95710F .asset-links .list-group-title [href] {
    color: #95710F; }
  .educacio-95710F .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #95710F;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .educacio-95710F .recursos-items a:hover {
    background-color: #95710F;
    border-color: #95710F;
    color: #fff;
    text-decoration: none !important; }
  .educacio-95710F .header-banner {
    background: #e8b426; }
  .educacio-95710F .header-banner .header-title h2 {
    color: #000; }
  .educacio-95710F .header-banner, .educacio-95710F .header-banner a {
    color: #000 !important; }
  .educacio-95710F .header-footer {
    background-color: #e8b426; }
  .educacio-95710F .header-footer, .educacio-95710F .header-footer a {
    color: #000 !important; }
  .educacio-95710F .tramits .tramits-items a:hover {
    background-color: #95710F;
    border-color: #95710F;
    color: #fff; }
  .educacio-95710F .diba-carrusel .carousel-indicators li.active {
    background-color: #95710F; }

.esports-008080 {
  /* Recursos
	-------------------------------------------------------*/ }
  .esports-008080 h1, .esports-008080 h2, .esports-008080 h3, .esports-008080 h4, .esports-008080 h5,
  .esports-008080 .h1, .esports-008080 .h2, .esports-008080 .h3, .esports-008080 .h4, .esports-008080 .h5,
  .esports-008080 a, .esports-008080 #mesyanio:hover {
    color: #008080; }
  .esports-008080 input[type="submit"],
  .esports-008080 input[type="button"],
  .esports-008080 input[type="reset"] {
    color: #008080; }
  .esports-008080 .menuVertical ul li a:hover,
  .esports-008080 .menuVertical ul li a.selected {
    color: #006559;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .esports-008080 .well {
    background-color: #008080; }
  .esports-008080 .well.well-exposicio a, .esports-008080 .well.well-exposicio a:hover {
    color: #008080; }
  .esports-008080 .journal-content-article .addeventatc {
    color: #008080 !important; }
  .esports-008080 ul.pagination li a,
  .esports-008080 ul.pagination li a:hover {
    color: #008080; }
  .esports-008080 .pagination > .active > a, .esports-008080 .pagination > .active > span,
  .esports-008080 .pagination > .active > a:hover,
  .esports-008080 .pagination > .active > span:hover,
  .esports-008080 .pagination > .active > a:focus,
  .esports-008080 .pagination > .active > span:focus {
    background-color: #008080;
    border-color: #008080; }
  .esports-008080 #column-2.colDcha25 h1, .esports-008080 #column-2.colDcha25 h2, .esports-008080 #column-2.colDcha25 h3, .esports-008080 #column-2.colDcha25 h4, .esports-008080 #column-2.colDcha25 h5, .esports-008080 #column-2.colDcha25 .h1, .esports-008080 #column-2.colDcha25 .h2, .esports-008080 #column-2.colDcha25 .h3, .esports-008080 #column-2.colDcha25 .h4, .esports-008080 #column-2.colDcha25 .h5, .esports-008080 #column-2.colDcha25 a, .esports-008080 #column-2 .colDcha25 h1, .esports-008080 #column-2 .colDcha25 h2, .esports-008080 #column-2 .colDcha25 h3, .esports-008080 #column-2 .colDcha25 h4, .esports-008080 #column-2 .colDcha25 h5, .esports-008080 #column-2 .colDcha25 .h1, .esports-008080 #column-2 .colDcha25 .h2, .esports-008080 #column-2 .colDcha25 .h3, .esports-008080 #column-2 .colDcha25 .h4, .esports-008080 #column-2 .colDcha25 .h5, .esports-008080 #column-2 .colDcha25 a, .esports-008080 #column-2 .derechaDreta h1, .esports-008080 #column-2 .derechaDreta h2, .esports-008080 #column-2 .derechaDreta h3, .esports-008080 #column-2 .derechaDreta h4, .esports-008080 #column-2 .derechaDreta h5, .esports-008080 #column-2 .derechaDreta .h1, .esports-008080 #column-2 .derechaDreta .h2, .esports-008080 #column-2 .derechaDreta .h3, .esports-008080 #column-2 .derechaDreta .h4, .esports-008080 #column-2 .derechaDreta .h5, .esports-008080 #column-2 .derechaDreta a, .esports-008080 .Contacts-portlet h1, .esports-008080 .Contacts-portlet h2, .esports-008080 .Contacts-portlet h3, .esports-008080 .Contacts-portlet h4, .esports-008080 .Contacts-portlet h5, .esports-008080 .Contacts-portlet .h1, .esports-008080 .Contacts-portlet .h2, .esports-008080 .Contacts-portlet .h3, .esports-008080 .Contacts-portlet .h4, .esports-008080 .Contacts-portlet .h5, .esports-008080 .Contacts-portlet a, .esports-008080 .panel-heading h1, .esports-008080 .panel-heading h2, .esports-008080 .panel-heading h3, .esports-008080 .panel-heading h4, .esports-008080 .panel-heading h5, .esports-008080 .panel-heading .h1, .esports-008080 .panel-heading .h2, .esports-008080 .panel-heading .h3, .esports-008080 .panel-heading .h4, .esports-008080 .panel-heading .h5, .esports-008080 .panel-heading a {
    color: #006559;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .esports-008080 .asset-links .list-group-title [href] {
    color: #008080; }
  .esports-008080 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #008080;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .esports-008080 .recursos-items a:hover {
    background-color: #008080;
    border-color: #008080;
    color: #fff;
    text-decoration: none !important; }
  .esports-008080 .header-banner {
    background: #008080; }
  .esports-008080 .header-footer {
    background-color: #008080; }
  .esports-008080 .tramits .tramits-items a:hover {
    background-color: #008080;
    border-color: #008080;
    color: #fff; }
  .esports-008080 .diba-carrusel .carousel-indicators li.active {
    background-color: #008080; }

.mediambient-1B7EA1 {
  /* Recursos
	-------------------------------------------------------*/ }
  .mediambient-1B7EA1 h1, .mediambient-1B7EA1 h2, .mediambient-1B7EA1 h3, .mediambient-1B7EA1 h4, .mediambient-1B7EA1 h5,
  .mediambient-1B7EA1 .h1, .mediambient-1B7EA1 .h2, .mediambient-1B7EA1 .h3, .mediambient-1B7EA1 .h4, .mediambient-1B7EA1 .h5,
  .mediambient-1B7EA1 a, .mediambient-1B7EA1 #mesyanio:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 input[type="submit"],
  .mediambient-1B7EA1 input[type="button"],
  .mediambient-1B7EA1 input[type="reset"] {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .menuVertical ul li a:hover,
  .mediambient-1B7EA1 .menuVertical ul li a.selected {
    color: #006793;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .mediambient-1B7EA1 .well {
    background-color: #1B7EA1; }
  .mediambient-1B7EA1 .well.well-exposicio a, .mediambient-1B7EA1 .well.well-exposicio a:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .journal-content-article .addeventatc {
    color: #1B7EA1 !important; }
  .mediambient-1B7EA1 ul.pagination li a,
  .mediambient-1B7EA1 ul.pagination li a:hover {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .pagination > .active > a, .mediambient-1B7EA1 .pagination > .active > span,
  .mediambient-1B7EA1 .pagination > .active > a:hover,
  .mediambient-1B7EA1 .pagination > .active > span:hover,
  .mediambient-1B7EA1 .pagination > .active > a:focus,
  .mediambient-1B7EA1 .pagination > .active > span:focus {
    background-color: #1B7EA1;
    border-color: #1B7EA1; }
  .mediambient-1B7EA1 #column-2.colDcha25 h1, .mediambient-1B7EA1 #column-2.colDcha25 h2, .mediambient-1B7EA1 #column-2.colDcha25 h3, .mediambient-1B7EA1 #column-2.colDcha25 h4, .mediambient-1B7EA1 #column-2.colDcha25 h5, .mediambient-1B7EA1 #column-2.colDcha25 .h1, .mediambient-1B7EA1 #column-2.colDcha25 .h2, .mediambient-1B7EA1 #column-2.colDcha25 .h3, .mediambient-1B7EA1 #column-2.colDcha25 .h4, .mediambient-1B7EA1 #column-2.colDcha25 .h5, .mediambient-1B7EA1 #column-2.colDcha25 a, .mediambient-1B7EA1 #column-2 .colDcha25 h1, .mediambient-1B7EA1 #column-2 .colDcha25 h2, .mediambient-1B7EA1 #column-2 .colDcha25 h3, .mediambient-1B7EA1 #column-2 .colDcha25 h4, .mediambient-1B7EA1 #column-2 .colDcha25 h5, .mediambient-1B7EA1 #column-2 .colDcha25 .h1, .mediambient-1B7EA1 #column-2 .colDcha25 .h2, .mediambient-1B7EA1 #column-2 .colDcha25 .h3, .mediambient-1B7EA1 #column-2 .colDcha25 .h4, .mediambient-1B7EA1 #column-2 .colDcha25 .h5, .mediambient-1B7EA1 #column-2 .colDcha25 a, .mediambient-1B7EA1 #column-2 .derechaDreta h1, .mediambient-1B7EA1 #column-2 .derechaDreta h2, .mediambient-1B7EA1 #column-2 .derechaDreta h3, .mediambient-1B7EA1 #column-2 .derechaDreta h4, .mediambient-1B7EA1 #column-2 .derechaDreta h5, .mediambient-1B7EA1 #column-2 .derechaDreta .h1, .mediambient-1B7EA1 #column-2 .derechaDreta .h2, .mediambient-1B7EA1 #column-2 .derechaDreta .h3, .mediambient-1B7EA1 #column-2 .derechaDreta .h4, .mediambient-1B7EA1 #column-2 .derechaDreta .h5, .mediambient-1B7EA1 #column-2 .derechaDreta a, .mediambient-1B7EA1 .Contacts-portlet h1, .mediambient-1B7EA1 .Contacts-portlet h2, .mediambient-1B7EA1 .Contacts-portlet h3, .mediambient-1B7EA1 .Contacts-portlet h4, .mediambient-1B7EA1 .Contacts-portlet h5, .mediambient-1B7EA1 .Contacts-portlet .h1, .mediambient-1B7EA1 .Contacts-portlet .h2, .mediambient-1B7EA1 .Contacts-portlet .h3, .mediambient-1B7EA1 .Contacts-portlet .h4, .mediambient-1B7EA1 .Contacts-portlet .h5, .mediambient-1B7EA1 .Contacts-portlet a, .mediambient-1B7EA1 .panel-heading h1, .mediambient-1B7EA1 .panel-heading h2, .mediambient-1B7EA1 .panel-heading h3, .mediambient-1B7EA1 .panel-heading h4, .mediambient-1B7EA1 .panel-heading h5, .mediambient-1B7EA1 .panel-heading .h1, .mediambient-1B7EA1 .panel-heading .h2, .mediambient-1B7EA1 .panel-heading .h3, .mediambient-1B7EA1 .panel-heading .h4, .mediambient-1B7EA1 .panel-heading .h5, .mediambient-1B7EA1 .panel-heading a {
    color: #006793;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .mediambient-1B7EA1 .asset-links .list-group-title [href] {
    color: #1B7EA1; }
  .mediambient-1B7EA1 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #1B7EA1;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .mediambient-1B7EA1 .recursos-items a:hover {
    background-color: #1B7EA1;
    border-color: #1B7EA1;
    color: #fff;
    text-decoration: none !important; }
  .mediambient-1B7EA1 .header-banner {
    background: #6dc6e6; }
  .mediambient-1B7EA1 .header-banner .header-title h2 {
    color: #000; }
  .mediambient-1B7EA1 .header-banner, .mediambient-1B7EA1 .header-banner a {
    color: #000 !important; }
  .mediambient-1B7EA1 .header-footer {
    background-color: #6dc6e6; }
  .mediambient-1B7EA1 .header-footer, .mediambient-1B7EA1 .header-footer a {
    color: #000 !important; }
  .mediambient-1B7EA1 .tramits .tramits-items a:hover {
    background-color: #1B7EA1;
    border-color: #1B7EA1;
    color: #fff; }
  .mediambient-1B7EA1 .diba-carrusel .carousel-indicators li.active {
    background-color: #1B7EA1; }

.salutpublica-922a6c {
  /* Recursos
	-------------------------------------------------------*/ }
  .salutpublica-922a6c h1, .salutpublica-922a6c h2, .salutpublica-922a6c h3, .salutpublica-922a6c h4, .salutpublica-922a6c h5,
  .salutpublica-922a6c .h1, .salutpublica-922a6c .h2, .salutpublica-922a6c .h3, .salutpublica-922a6c .h4, .salutpublica-922a6c .h5,
  .salutpublica-922a6c a, .salutpublica-922a6c #mesyanio:hover {
    color: #922a6c; }
  .salutpublica-922a6c input[type="submit"],
  .salutpublica-922a6c input[type="button"],
  .salutpublica-922a6c input[type="reset"] {
    color: #922a6c; }
  .salutpublica-922a6c .menuVertical ul li a:hover,
  .salutpublica-922a6c .menuVertical ul li a.selected {
    color: #922a6c; }
  .salutpublica-922a6c .well {
    background-color: #922a6c; }
  .salutpublica-922a6c .well.well-exposicio a, .salutpublica-922a6c .well.well-exposicio a:hover {
    color: #922a6c; }
  .salutpublica-922a6c .journal-content-article .addeventatc {
    color: #922a6c !important; }
  .salutpublica-922a6c ul.pagination li a,
  .salutpublica-922a6c ul.pagination li a:hover {
    color: #922a6c; }
  .salutpublica-922a6c .pagination > .active > a, .salutpublica-922a6c .pagination > .active > span,
  .salutpublica-922a6c .pagination > .active > a:hover,
  .salutpublica-922a6c .pagination > .active > span:hover,
  .salutpublica-922a6c .pagination > .active > a:focus,
  .salutpublica-922a6c .pagination > .active > span:focus {
    background-color: #922a6c;
    border-color: #922a6c; }
  .salutpublica-922a6c .asset-links .list-group-title [href] {
    color: #922a6c; }
  .salutpublica-922a6c .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #922a6c;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .salutpublica-922a6c .recursos-items a:hover {
    background-color: #922a6c;
    border-color: #922a6c;
    color: #fff;
    text-decoration: none !important; }
  .salutpublica-922a6c .header-banner {
    background: #922a6c; }
  .salutpublica-922a6c .header-footer {
    background-color: #922a6c; }
  .salutpublica-922a6c .tramits .tramits-items a:hover {
    background-color: #922a6c;
    border-color: #922a6c;
    color: #fff; }
  .salutpublica-922a6c .diba-carrusel .carousel-indicators li.active {
    background-color: #922a6c; }

.territoriparcs-508334 {
  /* Recursos
	-------------------------------------------------------*/ }
  .territoriparcs-508334 h1, .territoriparcs-508334 h2, .territoriparcs-508334 h3, .territoriparcs-508334 h4, .territoriparcs-508334 h5,
  .territoriparcs-508334 .h1, .territoriparcs-508334 .h2, .territoriparcs-508334 .h3, .territoriparcs-508334 .h4, .territoriparcs-508334 .h5,
  .territoriparcs-508334 a, .territoriparcs-508334 #mesyanio:hover {
    color: #508334; }
  .territoriparcs-508334 input[type="submit"],
  .territoriparcs-508334 input[type="button"],
  .territoriparcs-508334 input[type="reset"] {
    color: #508334; }
  .territoriparcs-508334 .menuVertical ul li a:hover,
  .territoriparcs-508334 .menuVertical ul li a.selected {
    color: #336000;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .territoriparcs-508334 .well {
    background-color: #508334; }
  .territoriparcs-508334 .well.well-exposicio a, .territoriparcs-508334 .well.well-exposicio a:hover {
    color: #508334; }
  .territoriparcs-508334 .journal-content-article .addeventatc {
    color: #508334 !important; }
  .territoriparcs-508334 ul.pagination li a,
  .territoriparcs-508334 ul.pagination li a:hover {
    color: #508334; }
  .territoriparcs-508334 .pagination > .active > a, .territoriparcs-508334 .pagination > .active > span,
  .territoriparcs-508334 .pagination > .active > a:hover,
  .territoriparcs-508334 .pagination > .active > span:hover,
  .territoriparcs-508334 .pagination > .active > a:focus,
  .territoriparcs-508334 .pagination > .active > span:focus {
    background-color: #508334;
    border-color: #508334; }
  .territoriparcs-508334 #column-2.colDcha25 h1, .territoriparcs-508334 #column-2.colDcha25 h2, .territoriparcs-508334 #column-2.colDcha25 h3, .territoriparcs-508334 #column-2.colDcha25 h4, .territoriparcs-508334 #column-2.colDcha25 h5, .territoriparcs-508334 #column-2.colDcha25 .h1, .territoriparcs-508334 #column-2.colDcha25 .h2, .territoriparcs-508334 #column-2.colDcha25 .h3, .territoriparcs-508334 #column-2.colDcha25 .h4, .territoriparcs-508334 #column-2.colDcha25 .h5, .territoriparcs-508334 #column-2.colDcha25 a, .territoriparcs-508334 #column-2 .colDcha25 h1, .territoriparcs-508334 #column-2 .colDcha25 h2, .territoriparcs-508334 #column-2 .colDcha25 h3, .territoriparcs-508334 #column-2 .colDcha25 h4, .territoriparcs-508334 #column-2 .colDcha25 h5, .territoriparcs-508334 #column-2 .colDcha25 .h1, .territoriparcs-508334 #column-2 .colDcha25 .h2, .territoriparcs-508334 #column-2 .colDcha25 .h3, .territoriparcs-508334 #column-2 .colDcha25 .h4, .territoriparcs-508334 #column-2 .colDcha25 .h5, .territoriparcs-508334 #column-2 .colDcha25 a, .territoriparcs-508334 #column-2 .derechaDreta h1, .territoriparcs-508334 #column-2 .derechaDreta h2, .territoriparcs-508334 #column-2 .derechaDreta h3, .territoriparcs-508334 #column-2 .derechaDreta h4, .territoriparcs-508334 #column-2 .derechaDreta h5, .territoriparcs-508334 #column-2 .derechaDreta .h1, .territoriparcs-508334 #column-2 .derechaDreta .h2, .territoriparcs-508334 #column-2 .derechaDreta .h3, .territoriparcs-508334 #column-2 .derechaDreta .h4, .territoriparcs-508334 #column-2 .derechaDreta .h5, .territoriparcs-508334 #column-2 .derechaDreta a, .territoriparcs-508334 .Contacts-portlet h1, .territoriparcs-508334 .Contacts-portlet h2, .territoriparcs-508334 .Contacts-portlet h3, .territoriparcs-508334 .Contacts-portlet h4, .territoriparcs-508334 .Contacts-portlet h5, .territoriparcs-508334 .Contacts-portlet .h1, .territoriparcs-508334 .Contacts-portlet .h2, .territoriparcs-508334 .Contacts-portlet .h3, .territoriparcs-508334 .Contacts-portlet .h4, .territoriparcs-508334 .Contacts-portlet .h5, .territoriparcs-508334 .Contacts-portlet a, .territoriparcs-508334 .panel-heading h1, .territoriparcs-508334 .panel-heading h2, .territoriparcs-508334 .panel-heading h3, .territoriparcs-508334 .panel-heading h4, .territoriparcs-508334 .panel-heading h5, .territoriparcs-508334 .panel-heading .h1, .territoriparcs-508334 .panel-heading .h2, .territoriparcs-508334 .panel-heading .h3, .territoriparcs-508334 .panel-heading .h4, .territoriparcs-508334 .panel-heading .h5, .territoriparcs-508334 .panel-heading a {
    color: #336000;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .territoriparcs-508334 .asset-links .list-group-title [href] {
    color: #508334; }
  .territoriparcs-508334 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #508334;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .territoriparcs-508334 .recursos-items a:hover {
    background-color: #508334;
    border-color: #508334;
    color: #fff;
    text-decoration: none !important; }
  .territoriparcs-508334 .header-banner {
    background: #508334; }
  .territoriparcs-508334 .header-footer {
    background-color: #508334; }
  .territoriparcs-508334 .tramits .tramits-items a:hover {
    background-color: #508334;
    border-color: #508334;
    color: #fff; }
  .territoriparcs-508334 .diba-carrusel .carousel-indicators li.active {
    background-color: #508334; }

.turisme-ab6424 {
  /* Recursos
	-------------------------------------------------------*/ }
  .turisme-ab6424 h1, .turisme-ab6424 h2, .turisme-ab6424 h3, .turisme-ab6424 h4, .turisme-ab6424 h5,
  .turisme-ab6424 .h1, .turisme-ab6424 .h2, .turisme-ab6424 .h3, .turisme-ab6424 .h4, .turisme-ab6424 .h5,
  .turisme-ab6424 a, .turisme-ab6424 #mesyanio:hover {
    color: #ab6424; }
  .turisme-ab6424 input[type="submit"],
  .turisme-ab6424 input[type="button"],
  .turisme-ab6424 input[type="reset"] {
    color: #ab6424; }
  .turisme-ab6424 .menuVertical ul li a:hover,
  .turisme-ab6424 .menuVertical ul li a.selected {
    color: #7f5214;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .turisme-ab6424 .well {
    background-color: #ab6424; }
  .turisme-ab6424 .well.well-exposicio a, .turisme-ab6424 .well.well-exposicio a:hover {
    color: #ab6424; }
  .turisme-ab6424 .journal-content-article .addeventatc {
    color: #ab6424 !important; }
  .turisme-ab6424 ul.pagination li a,
  .turisme-ab6424 ul.pagination li a:hover {
    color: #ab6424; }
  .turisme-ab6424 .pagination > .active > a, .turisme-ab6424 .pagination > .active > span,
  .turisme-ab6424 .pagination > .active > a:hover,
  .turisme-ab6424 .pagination > .active > span:hover,
  .turisme-ab6424 .pagination > .active > a:focus,
  .turisme-ab6424 .pagination > .active > span:focus {
    background-color: #ab6424;
    border-color: #ab6424; }
  .turisme-ab6424 #column-2.colDcha25 h1, .turisme-ab6424 #column-2.colDcha25 h2, .turisme-ab6424 #column-2.colDcha25 h3, .turisme-ab6424 #column-2.colDcha25 h4, .turisme-ab6424 #column-2.colDcha25 h5, .turisme-ab6424 #column-2.colDcha25 .h1, .turisme-ab6424 #column-2.colDcha25 .h2, .turisme-ab6424 #column-2.colDcha25 .h3, .turisme-ab6424 #column-2.colDcha25 .h4, .turisme-ab6424 #column-2.colDcha25 .h5, .turisme-ab6424 #column-2.colDcha25 a, .turisme-ab6424 #column-2 .colDcha25 h1, .turisme-ab6424 #column-2 .colDcha25 h2, .turisme-ab6424 #column-2 .colDcha25 h3, .turisme-ab6424 #column-2 .colDcha25 h4, .turisme-ab6424 #column-2 .colDcha25 h5, .turisme-ab6424 #column-2 .colDcha25 .h1, .turisme-ab6424 #column-2 .colDcha25 .h2, .turisme-ab6424 #column-2 .colDcha25 .h3, .turisme-ab6424 #column-2 .colDcha25 .h4, .turisme-ab6424 #column-2 .colDcha25 .h5, .turisme-ab6424 #column-2 .colDcha25 a, .turisme-ab6424 #column-2 .derechaDreta h1, .turisme-ab6424 #column-2 .derechaDreta h2, .turisme-ab6424 #column-2 .derechaDreta h3, .turisme-ab6424 #column-2 .derechaDreta h4, .turisme-ab6424 #column-2 .derechaDreta h5, .turisme-ab6424 #column-2 .derechaDreta .h1, .turisme-ab6424 #column-2 .derechaDreta .h2, .turisme-ab6424 #column-2 .derechaDreta .h3, .turisme-ab6424 #column-2 .derechaDreta .h4, .turisme-ab6424 #column-2 .derechaDreta .h5, .turisme-ab6424 #column-2 .derechaDreta a, .turisme-ab6424 .Contacts-portlet h1, .turisme-ab6424 .Contacts-portlet h2, .turisme-ab6424 .Contacts-portlet h3, .turisme-ab6424 .Contacts-portlet h4, .turisme-ab6424 .Contacts-portlet h5, .turisme-ab6424 .Contacts-portlet .h1, .turisme-ab6424 .Contacts-portlet .h2, .turisme-ab6424 .Contacts-portlet .h3, .turisme-ab6424 .Contacts-portlet .h4, .turisme-ab6424 .Contacts-portlet .h5, .turisme-ab6424 .Contacts-portlet a, .turisme-ab6424 .panel-heading h1, .turisme-ab6424 .panel-heading h2, .turisme-ab6424 .panel-heading h3, .turisme-ab6424 .panel-heading h4, .turisme-ab6424 .panel-heading h5, .turisme-ab6424 .panel-heading .h1, .turisme-ab6424 .panel-heading .h2, .turisme-ab6424 .panel-heading .h3, .turisme-ab6424 .panel-heading .h4, .turisme-ab6424 .panel-heading .h5, .turisme-ab6424 .panel-heading a {
    color: #7f5214;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .turisme-ab6424 .asset-links .list-group-title [href] {
    color: #ab6424; }
  .turisme-ab6424 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #ab6424;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .turisme-ab6424 .recursos-items a:hover {
    background-color: #ab6424;
    border-color: #ab6424;
    color: #fff;
    text-decoration: none !important; }
  .turisme-ab6424 .header-banner {
    background: #ab6424; }
  .turisme-ab6424 .header-footer {
    background-color: #ab6424; }
  .turisme-ab6424 .tramits .tramits-items a:hover {
    background-color: #ab6424;
    border-color: #ab6424;
    color: #fff; }
  .turisme-ab6424 .diba-carrusel .carousel-indicators li.active {
    background-color: #ab6424; }

.urbanismehabitatge-6b4796 {
  /* Recursos
	-------------------------------------------------------*/ }
  .urbanismehabitatge-6b4796 h1, .urbanismehabitatge-6b4796 h2, .urbanismehabitatge-6b4796 h3, .urbanismehabitatge-6b4796 h4, .urbanismehabitatge-6b4796 h5,
  .urbanismehabitatge-6b4796 .h1, .urbanismehabitatge-6b4796 .h2, .urbanismehabitatge-6b4796 .h3, .urbanismehabitatge-6b4796 .h4, .urbanismehabitatge-6b4796 .h5,
  .urbanismehabitatge-6b4796 a, .urbanismehabitatge-6b4796 #mesyanio:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 input[type="submit"],
  .urbanismehabitatge-6b4796 input[type="button"],
  .urbanismehabitatge-6b4796 input[type="reset"] {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .menuV ertical ul li a:hover,
  .urbanismehabitatge-6b4796 .menuVertical ul li a.selected {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .well {
    background-color: #6b4796; }
  .urbanismehabitatge-6b4796 .well.well-exposicio a, .urbanismehabitatge-6b4796 .well.well-exposicio a:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .journal-content-article .addeventatc {
    color: #6b4796 !important; }
  .urbanismehabitatge-6b4796 ul.pagination li a,
  .urbanismehabitatge-6b4796 ul.pagination li a:hover {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .pagination > .active > a, .urbanismehabitatge-6b4796 .pagination > .active > span,
  .urbanismehabitatge-6b4796 .pagination > .active > a:hover,
  .urbanismehabitatge-6b4796 .pagination > .active > span:hover,
  .urbanismehabitatge-6b4796 .pagination > .active > a:focus,
  .urbanismehabitatge-6b4796 .pagination > .active > span:focus {
    background-color: #6b4796;
    border-color: #6b4796; }
  .urbanismehabitatge-6b4796 .asset-links .list-group-title [href] {
    color: #6b4796; }
  .urbanismehabitatge-6b4796 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #6b4796;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .urbanismehabitatge-6b4796 .recursos-items a:hover {
    background-color: #6b4796;
    border-color: #6b4796;
    color: #fff;
    text-decoration: none !important; }
  .urbanismehabitatge-6b4796 .header-banner {
    background: #6b4796; }
  .urbanismehabitatge-6b4796 .header-footer {
    background-color: #6b4796; }
  .urbanismehabitatge-6b4796 .tramits .tramits-items a:hover {
    background-color: #6b4796;
    border-color: #6b4796;
    color: #fff; }
  .urbanismehabitatge-6b4796 .diba-carrusel .carousel-indicators li.active {
    background-color: #6b4796; }

.relacionsinternacionals-a03122 {
  /* Recursos
	-------------------------------------------------------*/ }
  .relacionsinternacionals-a03122 h1, .relacionsinternacionals-a03122 h2, .relacionsinternacionals-a03122 h3, .relacionsinternacionals-a03122 h4, .relacionsinternacionals-a03122 h5,
  .relacionsinternacionals-a03122 .h1, .relacionsinternacionals-a03122 .h2, .relacionsinternacionals-a03122 .h3, .relacionsinternacionals-a03122 .h4, .relacionsinternacionals-a03122 .h5,
  .relacionsinternacionals-a03122 a, .relacionsinternacionals-a03122 #mesyanio:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 input[type="submit"],
  .relacionsinternacionals-a03122 input[type="button"],
  .relacionsinternacionals-a03122 input[type="reset"] {
    color: #a03122; }
  .relacionsinternacionals-a03122 .menuVertical ul li a:hover,
  .relacionsinternacionals-a03122 .menuVertical ul li a.selected {
    color: #a03122;
    /*Més fosc per passar la validació de contrast a les dreceres*/ }
  .relacionsinternacionals-a03122 .well {
    background-color: #a03122; }
  .relacionsinternacionals-a03122 .well.well-exposicio a, .relacionsinternacionals-a03122 .well.well-exposicio a:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 .journal-content-article .addeventatc {
    color: #a03122 !important; }
  .relacionsinternacionals-a03122 ul.pagination li a,
  .relacionsinternacionals-a03122 ul.pagination li a:hover {
    color: #a03122; }
  .relacionsinternacionals-a03122 .pagination > .active > a, .relacionsinternacionals-a03122 .pagination > .active > span,
  .relacionsinternacionals-a03122 .pagination > .active > a:hover,
  .relacionsinternacionals-a03122 .pagination > .active > span:hover,
  .relacionsinternacionals-a03122 .pagination > .active > a:focus,
  .relacionsinternacionals-a03122 .pagination > .active > span:focus {
    background-color: #a03122;
    border-color: #a03122; }
  .relacionsinternacionals-a03122 #column-2.colDcha25 h1, .relacionsinternacionals-a03122 #column-2.colDcha25 h2, .relacionsinternacionals-a03122 #column-2.colDcha25 h3, .relacionsinternacionals-a03122 #column-2.colDcha25 h4, .relacionsinternacionals-a03122 #column-2.colDcha25 h5, .relacionsinternacionals-a03122 #column-2.colDcha25 .h1, .relacionsinternacionals-a03122 #column-2.colDcha25 .h2, .relacionsinternacionals-a03122 #column-2.colDcha25 .h3, .relacionsinternacionals-a03122 #column-2.colDcha25 .h4, .relacionsinternacionals-a03122 #column-2.colDcha25 .h5, .relacionsinternacionals-a03122 #column-2.colDcha25 a, .relacionsinternacionals-a03122 #column-2 .colDcha25 h1, .relacionsinternacionals-a03122 #column-2 .colDcha25 h2, .relacionsinternacionals-a03122 #column-2 .colDcha25 h3, .relacionsinternacionals-a03122 #column-2 .colDcha25 h4, .relacionsinternacionals-a03122 #column-2 .colDcha25 h5, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h1, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h2, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h3, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h4, .relacionsinternacionals-a03122 #column-2 .colDcha25 .h5, .relacionsinternacionals-a03122 #column-2 .colDcha25 a, .relacionsinternacionals-a03122 #column-2 .derechaDreta h1, .relacionsinternacionals-a03122 #column-2 .derechaDreta h2, .relacionsinternacionals-a03122 #column-2 .derechaDreta h3, .relacionsinternacionals-a03122 #column-2 .derechaDreta h4, .relacionsinternacionals-a03122 #column-2 .derechaDreta h5, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h1, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h2, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h3, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h4, .relacionsinternacionals-a03122 #column-2 .derechaDreta .h5, .relacionsinternacionals-a03122 #column-2 .derechaDreta a, .relacionsinternacionals-a03122 .Contacts-portlet h1, .relacionsinternacionals-a03122 .Contacts-portlet h2, .relacionsinternacionals-a03122 .Contacts-portlet h3, .relacionsinternacionals-a03122 .Contacts-portlet h4, .relacionsinternacionals-a03122 .Contacts-portlet h5, .relacionsinternacionals-a03122 .Contacts-portlet .h1, .relacionsinternacionals-a03122 .Contacts-portlet .h2, .relacionsinternacionals-a03122 .Contacts-portlet .h3, .relacionsinternacionals-a03122 .Contacts-portlet .h4, .relacionsinternacionals-a03122 .Contacts-portlet .h5, .relacionsinternacionals-a03122 .Contacts-portlet a, .relacionsinternacionals-a03122 .panel-heading h1, .relacionsinternacionals-a03122 .panel-heading h2, .relacionsinternacionals-a03122 .panel-heading h3, .relacionsinternacionals-a03122 .panel-heading h4, .relacionsinternacionals-a03122 .panel-heading h5, .relacionsinternacionals-a03122 .panel-heading .h1, .relacionsinternacionals-a03122 .panel-heading .h2, .relacionsinternacionals-a03122 .panel-heading .h3, .relacionsinternacionals-a03122 .panel-heading .h4, .relacionsinternacionals-a03122 .panel-heading .h5, .relacionsinternacionals-a03122 .panel-heading a {
    color: #a03122; }
  .relacionsinternacionals-a03122 .asset-links .list-group-title [href] {
    color: #a03122; }
  .relacionsinternacionals-a03122 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #a03122;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .relacionsinternacionals-a03122 .recursos-items a:hover {
    background-color: #a03122;
    border-color: #a03122;
    color: #fff;
    text-decoration: none !important; }
  .relacionsinternacionals-a03122 .header-banner {
    background: #a03122; }
  .relacionsinternacionals-a03122 .header-footer {
    background-color: #a03122; }
  .relacionsinternacionals-a03122 .tramits .tramits-items a:hover {
    background-color: #a03122;
    border-color: #a03122;
    color: #fff; }
  .relacionsinternacionals-a03122 .diba-carrusel .carousel-indicators li.active {
    background-color: #a03122; }

/* Font ---------------------- */
@font-face {
  font-family: "uicons-solid-rounded";
  src: url("../fonts/uicons-solid-rounded.eot#iefix") format("embedded-opentype"), url("../fonts/uicons-solid-rounded.woff2") format("woff2"), url("../fonts/uicons-solid-rounded.woff") format("woff"); }

i[class^="fi-sr"]:before, i[class*=" fi-sr"]:before, span[class^="fi-sr-"]:before, span[class*="fi-sr-"]:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fi-sr-add:before {
  content: "\f101"; }

.fi-sr-alarm-clock:before {
  content: "\f102"; }

.fi-sr-align-center:before {
  content: "\f103"; }

.fi-sr-align-justify:before {
  content: "\f104"; }

.fi-sr-align-left:before {
  content: "\f105"; }

.fi-sr-align-right:before {
  content: "\f106"; }

.fi-sr-ambulance:before {
  content: "\f107"; }

.fi-sr-angle-double-left:before {
  content: "\f108"; }

.fi-sr-angle-double-right:before {
  content: "\f109"; }

.fi-sr-angle-double-small-left:before {
  content: "\f10a"; }

.fi-sr-angle-double-small-right:before {
  content: "\f10b"; }

.fi-sr-angle-down:before {
  content: "\f10c"; }

.fi-sr-angle-left:before {
  content: "\f10d"; }

.fi-sr-angle-right:before {
  content: "\f10e"; }

.fi-sr-angle-small-down:before {
  content: "\f10f"; }

.fi-sr-angle-small-left:before {
  content: "\f110"; }

.fi-sr-angle-small-right:before {
  content: "\f111"; }

.fi-sr-angle-small-up:before {
  content: "\f112"; }

.fi-sr-angle-up:before {
  content: "\f113"; }

.fi-sr-apps-add:before {
  content: "\f114"; }

.fi-sr-apps-delete:before {
  content: "\f115"; }

.fi-sr-apps-sort:before {
  content: "\f116"; }

.fi-sr-apps:before {
  content: "\f117"; }

.fi-sr-archive:before {
  content: "\f118"; }

.fi-sr-arrow-down:before {
  content: "\f119"; }

.fi-sr-arrow-left:before {
  content: "\f11a"; }

.fi-sr-arrow-right:before {
  content: "\f11b"; }

.fi-sr-arrow-small-down:before {
  content: "\f11c"; }

.fi-sr-arrow-small-left:before {
  content: "\f11d"; }

.fi-sr-arrow-small-right:before {
  content: "\f11e"; }

.fi-sr-arrow-small-up:before {
  content: "\f11f"; }

.fi-sr-arrow-up:before {
  content: "\f120"; }

.fi-sr-asterisk:before {
  content: "\f121"; }

.fi-sr-backpack:before {
  content: "\f122"; }

.fi-sr-badge:before {
  content: "\f123"; }

.fi-sr-ban:before {
  content: "\f124"; }

.fi-sr-band-aid:before {
  content: "\f125"; }

.fi-sr-bank:before {
  content: "\f126"; }

.fi-sr-barber-shop:before {
  content: "\f127"; }

.fi-sr-baseball:before {
  content: "\f128"; }

.fi-sr-basketball:before {
  content: "\f129"; }

.fi-sr-bell-ring:before {
  content: "\f12a"; }

.fi-sr-bell-school:before {
  content: "\f12b"; }

.fi-sr-bell:before {
  content: "\f12c"; }

.fi-sr-billiard:before {
  content: "\f12d"; }

.fi-sr-bold:before {
  content: "\f12e"; }

.fi-sr-book-alt:before {
  content: "\f12f"; }

.fi-sr-book:before {
  content: "\f130"; }

.fi-sr-bookmark:before {
  content: "\f131"; }

.fi-sr-bowling:before {
  content: "\f132"; }

.fi-sr-box-alt:before {
  content: "\f133"; }

.fi-sr-box:before {
  content: "\f134"; }

.fi-sr-briefcase:before {
  content: "\f135"; }

.fi-sr-broom:before {
  content: "\f136"; }

.fi-sr-browser:before {
  content: "\f137"; }

.fi-sr-brush:before {
  content: "\f138"; }

.fi-sr-bug:before {
  content: "\f139"; }

.fi-sr-building:before {
  content: "\f13a"; }

.fi-sr-bulb:before {
  content: "\f13b"; }

.fi-sr-calculator:before {
  content: "\f13c"; }

.fi-sr-calendar:before {
  content: "\f13d"; }

.fi-sr-camera:before {
  content: "\f13e"; }

.fi-sr-caret-down:before {
  content: "\f13f"; }

.fi-sr-caret-left:before {
  content: "\f140"; }

.fi-sr-caret-right:before {
  content: "\f141"; }

.fi-sr-caret-up:before {
  content: "\f142"; }

.fi-sr-check:before {
  content: "\f143"; }

.fi-sr-checkbox:before {
  content: "\f144"; }

.fi-sr-chess:before {
  content: "\f145"; }

.fi-sr-circle-small:before {
  content: "\f146"; }

.fi-sr-circle:before {
  content: "\f147"; }

.fi-sr-clip:before {
  content: "\f148"; }

.fi-sr-clock:before {
  content: "\f149"; }

.fi-sr-cloud-check:before {
  content: "\f14a"; }

.fi-sr-cloud-disabled:before {
  content: "\f14b"; }

.fi-sr-cloud-download:before {
  content: "\f14c"; }

.fi-sr-cloud-share:before {
  content: "\f14d"; }

.fi-sr-cloud-upload:before {
  content: "\f14e"; }

.fi-sr-cloud:before {
  content: "\f14f"; }

.fi-sr-comment-alt:before {
  content: "\f150"; }

.fi-sr-comment:before {
  content: "\f151"; }

.fi-sr-compress-alt:before {
  content: "\f152"; }

.fi-sr-compress:before {
  content: "\f153"; }

.fi-sr-computer:before {
  content: "\f154"; }

.fi-sr-cookie:before {
  content: "\f155"; }

.fi-sr-copy-alt:before {
  content: "\f156"; }

.fi-sr-copy:before {
  content: "\f157"; }

.fi-sr-copyright:before {
  content: "\f158"; }

.fi-sr-cream:before {
  content: "\f159"; }

.fi-sr-credit-card:before {
  content: "\f15a"; }

.fi-sr-cross-circle:before {
  content: "\f15b"; }

.fi-sr-cross-small:before {
  content: "\f15c"; }

.fi-sr-cross:before {
  content: "\f15d"; }

.fi-sr-crown:before {
  content: "\f15e"; }

.fi-sr-cursor-finger:before {
  content: "\f15f"; }

.fi-sr-cursor-plus:before {
  content: "\f160"; }

.fi-sr-cursor-text-alt:before {
  content: "\f161"; }

.fi-sr-cursor-text:before {
  content: "\f162"; }

.fi-sr-cursor:before {
  content: "\f163"; }

.fi-sr-dart:before {
  content: "\f164"; }

.fi-sr-dashboard:before {
  content: "\f165"; }

.fi-sr-data-transfer:before {
  content: "\f166"; }

.fi-sr-database:before {
  content: "\f167"; }

.fi-sr-delete:before {
  content: "\f168"; }

.fi-sr-diamond:before {
  content: "\f169"; }

.fi-sr-dice:before {
  content: "\f16a"; }

.fi-sr-diploma:before {
  content: "\f16b"; }

.fi-sr-disk:before {
  content: "\f16c"; }

.fi-sr-doctor:before {
  content: "\f16d"; }

.fi-sr-document-signed:before {
  content: "\f16e"; }

.fi-sr-document:before {
  content: "\f16f"; }

.fi-sr-dollar:before {
  content: "\f170"; }

.fi-sr-download:before {
  content: "\f171"; }

.fi-sr-duplicate:before {
  content: "\f172"; }

.fi-sr-e-learning:before {
  content: "\f173"; }

.fi-sr-earnings:before {
  content: "\f174"; }

.fi-sr-edit-alt:before {
  content: "\f175"; }

.fi-sr-edit:before {
  content: "\f176"; }

.fi-sr-envelope:before {
  content: "\f177"; }

.fi-sr-euro:before {
  content: "\f178"; }

.fi-sr-exclamation:before {
  content: "\f179"; }

.fi-sr-expand:before {
  content: "\f17a"; }

.fi-sr-eye-crossed:before {
  content: "\f17b"; }

.fi-sr-eye-dropper:before {
  content: "\f17c"; }

.fi-sr-eye:before {
  content: "\f17d"; }

.fi-sr-feather:before {
  content: "\f17e"; }

.fi-sr-file-add:before {
  content: "\f17f"; }

.fi-sr-file-ai:before {
  content: "\f180"; }

.fi-sr-file-check:before {
  content: "\f181"; }

.fi-sr-file-delete:before {
  content: "\f182"; }

.fi-sr-file-eps:before {
  content: "\f183"; }

.fi-sr-file-gif:before {
  content: "\f184"; }

.fi-sr-file-music:before {
  content: "\f185"; }

.fi-sr-file-psd:before {
  content: "\f186"; }

.fi-sr-file:before {
  content: "\f187"; }

.fi-sr-fill:before {
  content: "\f188"; }

.fi-sr-film:before {
  content: "\f189"; }

.fi-sr-filter:before {
  content: "\f18a"; }

.fi-sr-fingerprint:before {
  content: "\f18b"; }

.fi-sr-flag:before {
  content: "\f18c"; }

.fi-sr-flame:before {
  content: "\f18d"; }

.fi-sr-flip-horizontal:before {
  content: "\f18e"; }

.fi-sr-folder-add:before {
  content: "\f18f"; }

.fi-sr-folder:before {
  content: "\f190"; }

.fi-sr-following:before {
  content: "\f191"; }

.fi-sr-football:before {
  content: "\f192"; }

.fi-sr-form:before {
  content: "\f193"; }

.fi-sr-forward:before {
  content: "\f194"; }

.fi-sr-ftp:before {
  content: "\f195"; }

.fi-sr-gallery:before {
  content: "\f196"; }

.fi-sr-glasses:before {
  content: "\f197"; }

.fi-sr-globe-alt:before {
  content: "\f198"; }

.fi-sr-globe:before {
  content: "\f199"; }

.fi-sr-golf:before {
  content: "\f19a"; }

.fi-sr-graduation-cap:before {
  content: "\f19b"; }

.fi-sr-graphic-tablet:before {
  content: "\f19c"; }

.fi-sr-grid-alt:before {
  content: "\f19d"; }

.fi-sr-grid:before {
  content: "\f19e"; }

.fi-sr-gym:before {
  content: "\f19f"; }

.fi-sr-headphones:before {
  content: "\f1a0"; }

.fi-sr-headset:before {
  content: "\f1a1"; }

.fi-sr-heart:before {
  content: "\f1a2"; }

.fi-sr-home:before {
  content: "\f1a3"; }

.fi-sr-hourglass-end:before {
  content: "\f1a4"; }

.fi-sr-hourglass:before {
  content: "\f1a5"; }

.fi-sr-ice-skate:before {
  content: "\f1a6"; }

.fi-sr-id-badge:before {
  content: "\f1a7"; }

.fi-sr-inbox:before {
  content: "\f1a8"; }

.fi-sr-incognito:before {
  content: "\f1a9"; }

.fi-sr-indent:before {
  content: "\f1aa"; }

.fi-sr-infinity:before {
  content: "\f1ab"; }

.fi-sr-info:before {
  content: "\f1ac"; }

.fi-sr-interactive:before {
  content: "\f1ad"; }

.fi-sr-interlining:before {
  content: "\f1ae"; }

.fi-sr-interrogation:before {
  content: "\f1af"; }

.fi-sr-italic:before {
  content: "\f1b0"; }

.fi-sr-jpg:before {
  content: "\f1b1"; }

.fi-sr-key:before {
  content: "\f1b2"; }

.fi-sr-keyboard:before {
  content: "\f1b3"; }

.fi-sr-label:before {
  content: "\f1b4"; }

.fi-sr-laptop:before {
  content: "\f1b5"; }

.fi-sr-lasso:before {
  content: "\f1b6"; }

.fi-sr-layers:before {
  content: "\f1b7"; }

.fi-sr-layout-fluid:before {
  content: "\f1b8"; }

.fi-sr-letter-case:before {
  content: "\f1b9"; }

.fi-sr-life-ring:before {
  content: "\f1ba"; }

.fi-sr-line-width:before {
  content: "\f1bb"; }

.fi-sr-link:before {
  content: "\f1bc"; }

.fi-sr-lipstick:before {
  content: "\f1bd"; }

.fi-sr-list-check:before {
  content: "\f1be"; }

.fi-sr-list:before {
  content: "\f1bf"; }

.fi-sr-location-alt:before {
  content: "\f1c0"; }

.fi-sr-lock-alt:before {
  content: "\f1c1"; }

.fi-sr-lock:before {
  content: "\f1c2"; }

.fi-sr-magic-wand:before {
  content: "\f1c3"; }

.fi-sr-makeup-brush:before {
  content: "\f1c4"; }

.fi-sr-marker-time:before {
  content: "\f1c5"; }

.fi-sr-marker:before {
  content: "\f1c6"; }

.fi-sr-medicine:before {
  content: "\f1c7"; }

.fi-sr-megaphone:before {
  content: "\f1c8"; }

.fi-sr-menu-burger:before {
  content: "\f1c9"; }

.fi-sr-menu-dots-vertical:before {
  content: "\f1ca"; }

.fi-sr-menu-dots:before {
  content: "\f1cb"; }

.fi-sr-microphone:before {
  content: "\f1cc"; }

.fi-sr-minus-small:before {
  content: "\f1cd"; }

.fi-sr-minus:before {
  content: "\f1ce"; }

.fi-sr-mobile:before {
  content: "\f1cf"; }

.fi-sr-mode-landscape:before {
  content: "\f1d0"; }

.fi-sr-mode-portrait:before {
  content: "\f1d1"; }

.fi-sr-money:before {
  content: "\f1d2"; }

.fi-sr-mouse:before {
  content: "\f1d3"; }

.fi-sr-music-alt:before {
  content: "\f1d4"; }

.fi-sr-music:before {
  content: "\f1d5"; }

.fi-sr-network-cloud:before {
  content: "\f1d6"; }

.fi-sr-network:before {
  content: "\f1d7"; }

.fi-sr-notebook:before {
  content: "\f1d8"; }

.fi-sr-opacity:before {
  content: "\f1d9"; }

.fi-sr-package:before {
  content: "\f1da"; }

.fi-sr-paint-brush:before {
  content: "\f1db"; }

.fi-sr-palette:before {
  content: "\f1dc"; }

.fi-sr-paper-plane:before {
  content: "\f1dd"; }

.fi-sr-password:before {
  content: "\f1de"; }

.fi-sr-pause:before {
  content: "\f1df"; }

.fi-sr-pencil:before {
  content: "\f1e0"; }

.fi-sr-pharmacy:before {
  content: "\f1e1"; }

.fi-sr-physics:before {
  content: "\f1e2"; }

.fi-sr-picture:before {
  content: "\f1e3"; }

.fi-sr-ping-pong:before {
  content: "\f1e4"; }

.fi-sr-play-alt:before {
  content: "\f1e5"; }

.fi-sr-play:before {
  content: "\f1e6"; }

.fi-sr-playing-cards:before {
  content: "\f1e7"; }

.fi-sr-plus-small:before {
  content: "\f1e8"; }

.fi-sr-plus:before {
  content: "\f1e9"; }

.fi-sr-poker-chip:before {
  content: "\f1ea"; }

.fi-sr-portrait:before {
  content: "\f1eb"; }

.fi-sr-pound:before {
  content: "\f1ec"; }

.fi-sr-power:before {
  content: "\f1ed"; }

.fi-sr-presentation:before {
  content: "\f1ee"; }

.fi-sr-print:before {
  content: "\f1ef"; }

.fi-sr-protractor:before {
  content: "\f1f0"; }

.fi-sr-pulse:before {
  content: "\f1f1"; }

.fi-sr-quote-right:before {
  content: "\f1f2"; }

.fi-sr-rec:before {
  content: "\f1f3"; }

.fi-sr-receipt:before {
  content: "\f1f4"; }

.fi-sr-rectangle-horizontal:before {
  content: "\f1f5"; }

.fi-sr-rectangle-panoramic:before {
  content: "\f1f6"; }

.fi-sr-rectangle-vertical:before {
  content: "\f1f7"; }

.fi-sr-redo:before {
  content: "\f1f8"; }

.fi-sr-reflect:before {
  content: "\f1f9"; }

.fi-sr-refresh:before {
  content: "\f1fa"; }

.fi-sr-resize:before {
  content: "\f1fb"; }

.fi-sr-resources:before {
  content: "\f1fc"; }

.fi-sr-rewind:before {
  content: "\f1fd"; }

.fi-sr-rocket:before {
  content: "\f1fe"; }

.fi-sr-rotate-right:before {
  content: "\f1ff"; }

.fi-sr-rugby:before {
  content: "\f200"; }

.fi-sr-scale:before {
  content: "\f201"; }

.fi-sr-school-bus:before {
  content: "\f202"; }

.fi-sr-school:before {
  content: "\f203"; }

.fi-sr-scissors:before {
  content: "\f204"; }

.fi-sr-screen:before {
  content: "\f205"; }

.fi-sr-search-alt:before {
  content: "\f206"; }

.fi-sr-search:before {
  content: "\f207"; }

.fi-sr-settings-sliders:before {
  content: "\f208"; }

.fi-sr-settings:before {
  content: "\f209"; }

.fi-sr-share:before {
  content: "\f20a"; }

.fi-sr-shield-check:before {
  content: "\f20b"; }

.fi-sr-shield-exclamation:before {
  content: "\f20c"; }

.fi-sr-shield-interrogation:before {
  content: "\f20d"; }

.fi-sr-shield-plus:before {
  content: "\f20e"; }

.fi-sr-shield:before {
  content: "\f20f"; }

.fi-sr-shop:before {
  content: "\f210"; }

.fi-sr-shopping-bag-add:before {
  content: "\f211"; }

.fi-sr-shopping-bag:before {
  content: "\f212"; }

.fi-sr-shopping-cart-add:before {
  content: "\f213"; }

.fi-sr-shopping-cart-check:before {
  content: "\f214"; }

.fi-sr-shopping-cart:before {
  content: "\f215"; }

.fi-sr-shuffle:before {
  content: "\f216"; }

.fi-sr-sign-in:before {
  content: "\f217"; }

.fi-sr-sign-out:before {
  content: "\f218"; }

.fi-sr-signal-alt-1:before {
  content: "\f219"; }

.fi-sr-signal-alt-2:before {
  content: "\f21a"; }

.fi-sr-signal-alt:before {
  content: "\f21b"; }

.fi-sr-skateboard:before {
  content: "\f21c"; }

.fi-sr-smartphone:before {
  content: "\f21d"; }

.fi-sr-soap:before {
  content: "\f21e"; }

.fi-sr-spa:before {
  content: "\f21f"; }

.fi-sr-speaker:before {
  content: "\f220"; }

.fi-sr-spinner-alt:before {
  content: "\f221"; }

.fi-sr-spinner:before {
  content: "\f222"; }

.fi-sr-square-root:before {
  content: "\f223"; }

.fi-sr-square:before {
  content: "\f224"; }

.fi-sr-star:before {
  content: "\f225"; }

.fi-sr-stats:before {
  content: "\f226"; }

.fi-sr-stethoscope:before {
  content: "\f227"; }

.fi-sr-sticker:before {
  content: "\f228"; }

.fi-sr-stop:before {
  content: "\f229"; }

.fi-sr-stopwatch:before {
  content: "\f22a"; }

.fi-sr-subtitles:before {
  content: "\f22b"; }

.fi-sr-surfing:before {
  content: "\f22c"; }

.fi-sr-sword:before {
  content: "\f22d"; }

.fi-sr-syringe:before {
  content: "\f22e"; }

.fi-sr-tablet:before {
  content: "\f22f"; }

.fi-sr-target:before {
  content: "\f230"; }

.fi-sr-tennis:before {
  content: "\f231"; }

.fi-sr-test-tube:before {
  content: "\f232"; }

.fi-sr-test:before {
  content: "\f233"; }

.fi-sr-text-check:before {
  content: "\f234"; }

.fi-sr-text:before {
  content: "\f235"; }

.fi-sr-thumbs-down:before {
  content: "\f236"; }

.fi-sr-thumbs-up:before {
  content: "\f237"; }

.fi-sr-ticket:before {
  content: "\f238"; }

.fi-sr-time-add:before {
  content: "\f239"; }

.fi-sr-time-check:before {
  content: "\f23a"; }

.fi-sr-time-delete:before {
  content: "\f23b"; }

.fi-sr-time-fast:before {
  content: "\f23c"; }

.fi-sr-time-forward-sixty:before {
  content: "\f23d"; }

.fi-sr-time-forward-ten:before {
  content: "\f23e"; }

.fi-sr-time-forward:before {
  content: "\f23f"; }

.fi-sr-time-half-past:before {
  content: "\f240"; }

.fi-sr-time-oclock:before {
  content: "\f241"; }

.fi-sr-time-past:before {
  content: "\f242"; }

.fi-sr-time-quarter-past:before {
  content: "\f243"; }

.fi-sr-time-quarter-to:before {
  content: "\f244"; }

.fi-sr-time-twenty-four:before {
  content: "\f245"; }

.fi-sr-tool-crop:before {
  content: "\f246"; }

.fi-sr-tool-marquee:before {
  content: "\f247"; }

.fi-sr-tooth:before {
  content: "\f248"; }

.fi-sr-transform:before {
  content: "\f249"; }

.fi-sr-trash:before {
  content: "\f24a"; }

.fi-sr-treatment:before {
  content: "\f24b"; }

.fi-sr-trophy:before {
  content: "\f24c"; }

.fi-sr-umbrella:before {
  content: "\f24d"; }

.fi-sr-underline:before {
  content: "\f24e"; }

.fi-sr-undo:before {
  content: "\f24f"; }

.fi-sr-unlock:before {
  content: "\f250"; }

.fi-sr-upload:before {
  content: "\f251"; }

.fi-sr-usb-drive:before {
  content: "\f252"; }

.fi-sr-user-add:before {
  content: "\f253"; }

.fi-sr-user-delete:before {
  content: "\f254"; }

.fi-sr-user-remove:before {
  content: "\f255"; }

.fi-sr-user-time:before {
  content: "\f256"; }

.fi-sr-user:before {
  content: "\f257"; }

.fi-sr-users:before {
  content: "\f258"; }

.fi-sr-vector-alt:before {
  content: "\f259"; }

.fi-sr-vector:before {
  content: "\f25a"; }

.fi-sr-video-camera:before {
  content: "\f25b"; }

.fi-sr-volleyball:before {
  content: "\f25c"; }

.fi-sr-volume:before {
  content: "\f25d"; }

.fi-sr-wifi-alt:before {
  content: "\f25e"; }

.fi-sr-world:before {
  content: "\f25f"; }

.fi-sr-yen:before {
  content: "\f260"; }

.fi-sr-zoom-in:before {
  content: "\f261"; }

.fi-sr-zoom-out:before {
  content: "\f262"; }

/* ------------------------------- */
/* Variables ---------------------- */
/* ------------------------------- */
.exposicions-9c1f2d.signed-out .portlet-column-content.empty {
  padding: 0; }

.exposicions-9c1f2d {
  background-color: #ffffff; }

.exposicions-9c1f2d .theme-showcase {
  /* MENU HORIZONTAL ------------------------------------------------- */
  /* BREADCRUMB ------------------------------------------------- */
  /* CONTAINER ------------------------------------------------- */
  /* EXPOSICIONS ------------------------------------------------- */
  /* AGENDA/EXPOSICIONS VIRTUALS - BUSCADOR  */
  /* EXPOSICIONS VIRTUALS - DETALL */ }
  .exposicions-9c1f2d .theme-showcase .modal-xl {
    max-width: 1140px; }
  .exposicions-9c1f2d .theme-showcase .contenido a {
    color: #9C1F2D; }
    .exposicions-9c1f2d .theme-showcase .contenido a:hover {
      color: #9C1F2D;
      text-decoration: none; }
  .exposicions-9c1f2d .theme-showcase h2 {
    line-height: 1.2; }
  .exposicions-9c1f2d .theme-showcase .portlet-exposicions-transparent .portlet-content,
  .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content {
    justify-items: center;
    padding: 0; }
    .exposicions-9c1f2d .theme-showcase .portlet-exposicions-transparent .portlet-content h2,
    .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content h2 {
      color: #000000;
      display: flex;
      margin: 0 auto;
      font-size: 3.6rem;
      font-weight: 300;
      padding-top: 5.7rem;
      margin-bottom: 1.3rem;
      text-align: center;
      width: 100%; }
      @media (max-width: 1199.98px) {
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-transparent .portlet-content h2,
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content h2 {
          font-size: 2.6rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-transparent .portlet-content h2,
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content h2 {
          font-size: 2rem;
          margin-bottom: 1rem;
          padding-top: 3.7rem; } }
      @media (max-width: 767.98px) {
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-transparent .portlet-content h2,
        .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content h2 {
          font-size: 2rem;
          margin-bottom: 1rem;
          padding-top: 3rem; } }
  .exposicions-9c1f2d .theme-showcase .portlet-exposicions-bg .portlet-content {
    background-color: #f6f6f6; }
  .exposicions-9c1f2d .theme-showcase .btn-exp {
    align-items: center;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase; }
    .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary {
      border: solid 5px #9C1F2D;
      border-radius: 50px;
      background-color: #ffffff;
      color: #9C1F2D;
      font-size: 21px;
      height: 72px;
      width: 345px; }
      @media (max-width: 1199.98px) {
        .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary {
          font-size: 18px;
          height: 50px;
          width: 280px; } }
      .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary:hover, .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary:focus {
        background-color: #9C1F2D;
        color: #ffffff;
        text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary.btn-exp-bggray {
        background-color: #f6f6f6; }
        .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary.btn-exp-bggray:hover, .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-primary.btn-exp-bggray:focus {
          background-color: #9C1F2D;
          color: #ffffff;
          text-decoration: none; }
    .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary {
      border-radius: 50px;
      background-color: #9C1F2D;
      border: none;
      color: #ffffff;
      font-size: 15px;
      height: 45px;
      width: 190px; }
      .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary:hover, .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary:focus {
        border: solid 5px #9C1F2D;
        border-radius: 50px;
        background-color: #ffffff;
        color: #9C1F2D; }
    .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary {
      border-radius: 50px;
      background-color: #9C1F2D;
      border: none;
      color: #ffffff;
      font-size: 15px;
      height: 45px;
      width: 190px; }
      .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary:hover, .exposicions-9c1f2d .theme-showcase .btn-exp.btn-exp-secondary:focus {
        border: solid 5px #9C1F2D;
        border-radius: 50px;
        background-color: #ffffff;
        color: #9C1F2D; }
  .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon:after {
      margin-left: 10px;
      content: "\f10e";
      width: 45px;
      height: 45px;
      background: #9C1F2D;
      border-radius: 50%;
      font-family: "uicons-solid-rounded";
      text-decoration: none;
      color: #ffffff;
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
      align-items: center;
      display: flex;
      justify-content: center; }
    .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon:hover, .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon:focus {
      text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon:hover span, .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon:focus span {
        text-decoration: underline; }
    .exposicions-9c1f2d .theme-showcase .btn-exp-link-icon img {
      margin-left: 5px;
      width: 45px; }
  .exposicions-9c1f2d .theme-showcase .btn-exp-cercar:before {
    content: "\f002";
    color: #ffffff;
    font-family: 'fontawesome-alloy';
    font-size: 23px;
    margin-right: 10px; }
  .exposicions-9c1f2d .theme-showcase .btn-exp-cercar:hover:before, .exposicions-9c1f2d .theme-showcase .btn-exp-cercar:focus:before {
    color: #9C1F2D; }
  .exposicions-9c1f2d .theme-showcase .btn-exp-filtrar:before {
    content: "\f208";
    font-family: "uicons-solid-rounded";
    margin-right: 10px;
    font-size: 20px; }
  .exposicions-9c1f2d .theme-showcase #back-to-top {
    border-radius: 50%;
    bottom: 4.42%;
    display: inline-block;
    height: 70px;
    opacity: 0;
    position: fixed;
    right: 4.42%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    width: 70px;
    z-index: 1000; }
    .exposicions-9c1f2d .theme-showcase #back-to-top:hover {
      cursor: pointer; }
    .exposicions-9c1f2d .theme-showcase #back-to-top.show {
      opacity: 1;
      visibility: visible; }
  .exposicions-9c1f2d .theme-showcase section.portlet {
    margin-bottom: 0; }
  .exposicions-9c1f2d .theme-showcase .hidden-exposicions {
    display: none; }
  .exposicions-9c1f2d .theme-showcase #top_logo .float-left {
    margin: 0  4.42% 0 auto; }
  .exposicions-9c1f2d .theme-showcase #top_logo > .row > .col-sm-12 {
    align-items: center;
    display: flex;
    align-content: flex-end;
    padding: 0; }
  .exposicions-9c1f2d .theme-showcase #top_logo h1 {
    display: inline-flex;
    font-size: 30px;
    line-height: 39px;
    margin-left: 4.42%;
    margin-bottom: 0; }
  .exposicions-9c1f2d .theme-showcase div#contingutcentral.row {
    padding: 0; }
    .exposicions-9c1f2d .theme-showcase div#contingutcentral.row > .contenido.col-xs-12 {
      padding: 0; }
  .exposicions-9c1f2d .theme-showcase header .row {
    margin-left: 0;
    margin-right: 0; }
  .exposicions-9c1f2d .theme-showcase header > .row > .col-xs-12 {
    padding-left: 0;
    padding-right: 0; }
  .exposicions-9c1f2d .theme-showcase .row.exposicions-row {
    margin-left: 0;
    margin-right: 0; }
    .exposicions-9c1f2d .theme-showcase .row.exposicions-row > .col-sm-12,
    .exposicions-9c1f2d .theme-showcase .row.exposicions-row > .col-md-6 {
      padding-left: 0;
      padding-right: 0; }
  .exposicions-9c1f2d .theme-showcase #menu-principal ul.principal {
    border-bottom: none; }
  .exposicions-9c1f2d .theme-showcase .menuHorizontal {
    /*background: $color-black;*/
    padding-right: 4.42%;
    padding-left: 4.42%; }
    @media (max-width: 575.98px) {
      .exposicions-9c1f2d .theme-showcase .menuHorizontal {
        padding: inherit; } }
    .exposicions-9c1f2d .theme-showcase .menuHorizontal ul {
      background: transparent;
      font-size: 1rem;
      text-transform: uppercase;
      padding-top: 0; }
      @media (max-width: 575.98px) {
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul {
          /*background: $color-black;*/
          padding-right: 4.42%;
          padding-left: 4.42%; } }
      .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li {
        border-right: none;
        padding: 4px 0; }
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li:after {
          content: "·";
          font-weight: 600; }
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li:last-child:after {
          content: none; }
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li:first-child a,
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li:first-child a:hover {
          padding-left: 0; }
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li a,
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li a:visited,
        .exposicions-9c1f2d .theme-showcase .menuHorizontal ul li a:hover {
          padding: 7px 10px; }
  .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions {
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    padding: 0.9rem 4.42%; }
    .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions li {
      color: #000000;
      margin: 0;
      padding: 0; }
      .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions li:nth-child(2)::before {
        content: " "; }
      .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions li.active {
        color: #000000; }
      .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions li a {
        color: #000000;
        text-decoration: underline; }
        .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions li a:hover {
          text-decoration: none; }
    .exposicions-9c1f2d .theme-showcase .breadcrumb.breadcrumb-exposicions > li + li::before {
      content: "·";
      color: #000000;
      padding-left: 0.4rem;
      padding-right: 0.4rem; }
  .exposicions-9c1f2d .theme-showcase.container {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 576px) {
      .exposicions-9c1f2d .theme-showcase.container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .exposicions-9c1f2d .theme-showcase.container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .exposicions-9c1f2d .theme-showcase.container {
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .exposicions-9c1f2d .theme-showcase.container {
        max-width: 100%; } }
  .exposicions-9c1f2d .theme-showcase footer {
    padding: 20px 4.42%; }
  .exposicions-9c1f2d .theme-showcase .exposicions {
    /* TITOL PAGINA  */
    /* COS PAGINA  */ }
    .exposicions-9c1f2d .theme-showcase .exposicions__titol-pagina {
      padding-right: 4.42%;
      padding-left: 4.42%;
      font-size: 2.15rem;
      margin-top: 25px;
      margin-bottom: 25px;
      color: #000000; }
    .exposicions-9c1f2d .theme-showcase .exposicions__cos-pagina {
      color: #000000;
      font-size: 1.15rem;
      line-height: 1.9rem;
      padding: 75px 12.2%; }
      .exposicions-9c1f2d .theme-showcase .exposicions__cos-pagina h3 {
        color: #000000;
        font-size: 1.8rem;
        line-height: 1.9rem;
        margin-bottom: 25px;
        margin-top: 33px; }
        .exposicions-9c1f2d .theme-showcase .exposicions__cos-pagina h3:first-child {
          margin-top: 0; }
    .exposicions-9c1f2d .theme-showcase .exposicions__home {
      /* IMAGE TEXTS BUTTON  */
      /* CALL TO ACTION */
      /* VIDEO */
      /* ICON NAVIGATION  */
      /* CARAOUSEL  */
      /* TEXT BUTTON  */
      /* CARAOUSEL VERTICAL */ }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button {
        display: flex;
        min-height: 670px; }
        @media (max-width: 1199.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button {
            min-height: 550px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button {
            min-height: 440px; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button {
            display: block; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button h2 {
          color: #000000;
          font-size: 3.6rem;
          font-weight: 300;
          margin-bottom: 1.7rem; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button h2 {
              font-size: 2.6rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button h2 {
              font-size: 2rem;
              margin-bottom: 1rem; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
              margin-top: 20px;
              text-align: center; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button p {
          color: #525252;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 40px; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button p {
              font-size: 19px;
              line-height: 27px;
              margin-bottom: 25px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px;
              text-align: center; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
          align-items: center;
          display: flex;
          padding-left: 7.8%;
          padding-right: 15.57%; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
              padding-top: 9%; } }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
              padding-left: 6.8%;
              padding-right: 8.57%; } }
  @media screen and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
      padding-top: 9%; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
              padding-left: 5%;
              padding-right: 7%; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
      padding-top: 14%; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
              padding-left: 6.8%;
              padding-right: 6.8%; } }
  @media screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right {
      padding-top: 0; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-right .btn-exp {
              margin: 0 auto 35px auto; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left {
          align-items: flex-end;
          display: flex;
          justify-content: flex-end; }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left > div {
            display: block;
            width: 73%;
            z-index: 2; }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left > div img {
              box-shadow: -5px -5px 5px 0px rgba(0, 0, 0, 0.5); }
            @media (max-width: 1199.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left > div {
                width: 90%; } }
            @media (max-width: 767.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left > div {
                margin-top: 35px;
                width: 73%; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
            background-color: #4D868E;
            content: " ";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 69.6%;
            z-index: 1; }
            @media screen and (-ms-high-contrast: none) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
                min-height: 670px; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 1199.98px) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
      min-height: 550px; } }
  @media screen and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 991.98px) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
      min-height: 440px; } }
  @media screen and (-ms-high-contrast: none) and (max-width: 767.98px) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
      min-height: 300px; } }
            @media (max-width: 1199.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__image-texts-button .col-left:before {
                width: 83%; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action {
        background-color: #f6f6f6;
        padding-bottom: 5.7rem;
        padding-top: 5.7rem; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action {
            padding-bottom: 3.7rem;
            padding-top: 3.7rem; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action {
            padding-bottom: 2.7rem;
            padding-top: 1.7rem; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action h2 {
          color: #000000;
          font-size: 3.6rem;
          font-weight: 300;
          margin-bottom: 1.7rem; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action h2 {
              font-size: 2.6rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action h2 {
              font-size: 2rem;
              margin-bottom: 1rem; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
              margin-top: 20px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action p {
          color: #525252;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 40px; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action p {
              font-size: 19px;
              line-height: 27px;
              margin-bottom: 25px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__call-to-action .btn-exp {
          margin: auto; }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__video {
        padding-bottom: 5.7rem;
        padding-top: 5.4rem; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__video {
            padding-bottom: 3.7rem;
            padding-top: 3.7rem; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__video {
            padding-bottom: 2.7rem;
            padding-top: 1.7rem; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__video h2 {
          color: #000000;
          font-size: 3.6rem;
          font-weight: 300;
          margin-bottom: 1.7rem; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video h2 {
              font-size: 2.6rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video h2 {
              font-size: 2rem;
              margin-bottom: 1rem; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
              margin-top: 20px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__video p {
          color: #525252;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 70px; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video p {
              font-size: 19px;
              line-height: 27px;
              margin-bottom: 35px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 30px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__video p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 30px; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation {
        background-color: #f6f6f6;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 3rem 17.4% 0 17.4%;
        flex-wrap: wrap; }
        @media (max-width: 1199.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation {
            padding: 1rem 12.4% 0 12.4%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation {
            padding: 1rem 10.4% 0 10.4%; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation {
            padding: 1rem 13.4% 0 13.4%; } }
        @media (max-width: 575.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation {
            padding: 1rem 8.4%; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li {
          margin-bottom: 50px; }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li {
              margin-bottom: 25px; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li {
              margin-bottom: 15px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li a {
            align-items: center;
            color: #000000;
            display: flex;
            font-size: 20px;
            line-height: 28px;
            text-decoration: none; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li a {
                font-size: 16px;
                line-height: 24px; } }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li a:hover span {
              text-decoration: underline; }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li img {
            margin-right: 30px;
            height: 111px; }
            @media (max-width: 1199.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li img {
                height: 90px; } }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li img {
                margin-right: 10px;
                height: 80px; } }
            @media (max-width: 575.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__icon-navigation li img {
                margin-right: 15px;
                height: 80px; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel {
        /*margin-top: -1.5rem;*/ }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
          background-color: rgba(0, 0, 0, 0.5);
          bottom: 15%;
          height: 365px;
          left: 13.9%;
          padding: 40px 45px 37px 45px;
          max-width: 70%;
          right: 0;
          text-align: left; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
              height: 300px;
              max-width: 70%;
              bottom: 25%; } }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
              bottom: 15%;
              max-width: 85%;
              left: 10%; } }
  @media screen and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
      max-width: 85%;
      left: 8%; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
              bottom: 15%;
              height: 270px;
              left: 1%;
              max-width: 98%;
              padding: 30px 24px; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
      max-width: 98%; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
              bottom: 15%;
              height: 181px;
              left: 10%;
              max-width: 80%;
              padding: 30px 40px; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption {
              bottom: 95px;
              height: 130px;
              left: 7%;
              padding: 13px 22px;
              max-width: 85%; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a {
            color: #ffffff;
            text-decoration: none; }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a:hover {
              text-decoration: underline; }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              margin: 0 auto 8px auto;
              font-size: 3.6rem;
              line-height: 4.3rem;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              word-wrap: normal !important;
              -ms-text-overflow: ellipsis !important; }
              @media screen and (-ms-high-contrast: none) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
                  height: 67px; } }
              @media (max-width: 1199.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
                  font-size: 2.8rem;
                  line-height: 4rem; } }
  @media screen and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
      height: 56px; } }
              @media (min-width: 768px) and (max-width: 991.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
                  font-size: 1.8rem;
                  line-height: 2.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
      height: 36px; } }
              @media (max-width: 767.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
                  font-size: 1.8rem;
                  line-height: 2.2rem; } }
  @media screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
      height: 36px; } }
              @media (max-width: 575.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
                  font-size: 1.5rem;
                  line-height: 1.8rem; } }
  @media screen and (max-width: 575.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a h3 {
      height: 27px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
            font-size: 1.4rem;
            display: block;
            /* Fallback for non-webkit */
            display: -webkit-box;
            margin: 0 auto;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            word-wrap: normal !important;
            -ms-text-overflow: ellipsis !important; }
            @media screen and (-ms-high-contrast: none) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
                height: 35px; } }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div h3, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div h4, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div ul, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div strong {
              display: none; }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p:first-child, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div h3:first-child, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div h4:first-child, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div ul:first-child, .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div strong:first-child {
                display: block; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
                font-size: 1.2rem; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
      height: 30px; } }
            @media (max-width: 575.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
                font-size: 1.2rem; } }
  @media screen and (max-width: 575.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div {
      height: 30px; } }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p {
              line-height: 2.2rem;
              margin-bottom: 0; }
              @media (min-width: 768px) and (max-width: 991.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p {
                  line-height: 1.8rem;
                  margin-top: 5px; } }
              @media (max-width: 767.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p {
                  line-height: 1.8rem;
                  margin-top: 5px; } }
              @media (max-width: 575.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption a + div p {
                  line-height: 1.5rem;
                  margin-top: 7px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional {
            display: flex;
            margin-top: 10px; }
            @media screen and (-ms-high-contrast: none) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional {
                margin-top: 10px; } }
            @media (max-width: 767.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional {
                display: none; } }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item {
              max-width: 40%; }
              @media (min-width: 768px) and (max-width: 991.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item {
                  margin-top: 10px; } }
              @media (min-width: 768px) and (max-width: 991.98px) {
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item:nth-child(2) {
                  max-width: 55%; } }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item > img {
                float: left;
                height: 46px;
                margin-right: 10px;
                width: 46px; }
                @media (min-width: 768px) and (max-width: 991.98px) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item > img {
                    height: 40px;
                    margin-right: 6px;
                    width: 40px; } }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item p {
                float: left;
                margin-bottom: 0; }
                @media (min-width: 768px) and (max-width: 991.98px) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item p {
                    line-height: 1.3rem; } }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item ul {
                margin: 0;
                list-style: none;
                padding: 0 0 0 56px; }
                .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item ul li {
                  padding: 0 3px 0 0;
                  float: left; }
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item ul li:after {
                    content: " · "; }
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item ul li:last-child:after {
                    content: none; }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item.item-localitzacio span,
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item.item-localitzacio span p {
                display: block;
                /* Fallback for non-webkit */
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                word-wrap: normal !important;
                -ms-text-overflow: ellipsis !important; }
                @media screen and (-ms-high-contrast: none) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item.item-localitzacio span,
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-caption .expo-informacio-addicional .expo-informacio-addicional-item.item-localitzacio span p {
                    height: 58px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-item {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 85vh;
          max-height: 665px; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-item {
              max-height: 540px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-item {
              max-height: 400px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-item {
              max-height: 400px; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-item {
              max-height: 330px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-indicators {
          align-items: center;
          bottom: 28px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-indicators {
              bottom: 12px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-indicators {
              bottom: 15px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-indicators li {
            border-radius: 50%;
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
            background-color: #ffffff;
            height: 13px;
            width: 13px;
            border-top: none;
            border-bottom: none;
            opacity: 1;
            padding-bottom: 0; }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel .carousel-indicators .active {
            border: solid 4px #ffffff;
            background-color: transparent;
            /*width: 18px;
					    height: 18px;*/ }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
        align-items: center;
        display: flex;
        min-height: 670px;
        padding-left: 31.14%;
        padding-right: 15.6%; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
            padding-top: 15%; } }
        @media (max-width: 1199.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
            min-height: 550px;
            padding-left: 17.14%;
            padding-right: 13.6%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
            min-height: 440px;
            padding-right: 10%;
            padding-left: 14%; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
            display: block;
            padding-left: 6.8%;
            padding-right: 6.8%;
            min-height: initial;
            padding-bottom: 2.7rem;
            padding-top: 1.7rem; } }
  @media screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
    .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button {
      min-height: 300px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button h2 {
          color: #000000;
          font-size: 3.6rem;
          font-weight: 300;
          margin-bottom: 1.7rem; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button h2 {
              font-size: 2.6rem; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
              margin-top: 2.5rem; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
              margin-top: 20px;
              text-align: center; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button p {
          color: #525252;
          font-size: 22px;
          line-height: 30px;
          margin-bottom: 40px; }
          @media (max-width: 1199.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button p {
              font-size: 19px;
              line-height: 27px;
              margin-bottom: 25px; } }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button p {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 20px;
              text-align: center; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__texts-button .btn-exp {
            margin: 0 auto; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical {
        align-items: center;
        display: flex;
        margin-top: -1.5rem;
        min-height: 670px; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical {
            padding-top: 9%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical {
            min-height: 440px; } }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical {
            min-height: 434px; } }
        @media (max-width: 575.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical {
            min-height: 305px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .carousel-item-next.carousel-item-left,
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .carousel-item-prev.carousel-item-right {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .carousel-item-next,
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .active.carousel-item-right {
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100% 0); }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .carousel-item-prev,
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .vert .active.carousel-item-left {
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical:before {
          background-color: #9C1F2D;
          content: " ";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 69.6%;
          z-index: 1; }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel {
          align-items: center;
          display: flex;
          margin-left: 0;
          padding-right: 11.4%;
          width: 87.5%;
          z-index: 2; }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel {
              margin-left: auto; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel {
              padding-right: 13.4%; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-inner {
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5); }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 85vh;
          max-height: 480px; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item {
              height: 300px; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item {
              max-height: 306px; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item {
              max-height: 220px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption {
            background-color: rgba(0, 0, 0, 0.5);
            bottom: initial;
            left: 65px;
            padding: 20px;
            text-align: left;
            top: 65px; }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption {
                left: 40px;
                top: 40px; } }
            @media (max-width: 575.98px) {
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption {
                left: 30px;
                right: 30px;
                top: 30px; } }
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a {
              color: #ffffff;
              text-decoration: none; }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a:hover {
                text-decoration: underline; }
              .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a h3 {
                font-size: 30px;
                line-height: 39px; }
                @media (max-width: 1199.98px) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a h3 {
                    font-size: 21px;
                    line-height: 29px; } }
                @media (min-width: 768px) and (max-width: 991.98px) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a h3 {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden; } }
                @media (max-width: 575.98px) {
                  .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-item .carousel-caption a h3 {
                    display: -webkit-box;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-indicators {
          bottom: initial;
          flex-direction: column;
          margin-right: 0;
          margin-left: auto;
          width: 30px; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-indicators {
              top: 0; } }
          @media (max-width: 767.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-indicators {
              margin-right: 25px; } }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-indicators li {
            border-radius: 50%;
            box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
            background-color: #ffffff;
            height: 13px;
            margin: 0 auto 8px;
            width: 13px;
            border-top: none;
            border-bottom: none;
            opacity: 1;
            padding-bottom: 0; }
          .exposicions-9c1f2d .theme-showcase .exposicions__home__carousel-vertical .carousel-indicators .active {
            border: solid 4px #ffffff;
            background-color: transparent;
            /*height: 18px;
					    width: 18px;*/ }
  .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet {
    /* Cercador - Sensible */
    /* Cercador - Sensible nome filtre */
    /* Cercador - Resultats */ }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .form-group.inline-labeled-push-left {
      display: block;
      width: auto; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .portlet-body {
      text-align: center; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box {
      background-color: #F2F2F2;
      padding: 45px 4.42%;
      text-align: left; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet label {
      color: #000;
      font-size: 1.12rem;
      line-height: 1.4rem;
      width: 100% !important;
      height: auto !important;
      position: relative !important;
      font-weight: normal;
      white-space: normal; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet input,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet input[type="text"].form-control {
      border-radius: 0;
      border: none;
      color: rgba(0, 0, 0, 0.8);
      font-size: 16px;
      height: 45px;
      padding: 0 15px;
      width: 100%; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .form-group {
      margin-bottom: 1.5rem; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .btn-exp-link-icon:after {
      content: "\f113"; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .btn-exp-link-icon.collapsed:after {
      content: "\f10c"; }
    @media (max-width: 450px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .btn-exp-link-icon {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 25px; } }
    @media (max-width: 450px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box .collapse + .d-flex {
        flex-direction: column; } }
    @media (max-width: 450px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box .collapse + .d-flex .btn-exp-cercar {
        order: 2;
        clear: both;
        width: 100%; } }
    @media (max-width: 450px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box .collapse.show + .d-flex {
        flex-direction: column; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box .collapse.show + .d-flex .btn-exp-link-icon:after {
      content: "\f113"; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices {
      border: none;
      border-radius: 2px;
      background-image: none;
      box-shadow: none;
      min-height: 45px;
      padding: 0;
      height: auto; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-field {
      width: 100%; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-field input[type=text] {
      color: rgba(0, 0, 0, 0.8);
      height: 45px;
      font-size: 16px;
      padding: 0 15px;
      width: 100% !important; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-choice {
      border-radius: 0;
      background-image: none;
      border: none;
      background-color: #cccccc;
      margin: 7px;
      padding: 5px 20px 5px 7px; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 6px; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container {
      width: 100% !important;
      flex-grow: 1; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-container .chosen-drop {
      border: none;
      border-radius: 0;
      font-size: 1rem;
      line-height: 1.4rem; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-results li {
      padding: 9px; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .chosen-results li.highlighted {
      background-color: #C8C8C9;
      background-image: none;
      color: #000000; }
    @media (max-width: 767.98px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .col {
        width: 100%; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .col:nth-child(2) label {
      min-width: 132px; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .chosen-container {
      flex-grow: 1;
      width: initial !important; }
      @media (max-width: 767.98px) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .chosen-container {
          width: 100% !important; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row label {
      display: flex;
      align-items: center;
      margin: 0 10px 0 0;
      width: initial !important; }
      @media (max-width: 991.98px) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row label {
          margin-bottom: 10px;
          margin-left: 15px;
          width: 100%; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .form-icon-box .form-group {
      align-items: center;
      display: flex;
      margin: 0; }
      @media (max-width: 450px) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .form-icon-box .form-group {
          flex-direction: column; } }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .form-icon-box .form-group label {
        display: flex;
        margin: 0 15px 0 0;
        width: initial !important; }
        @media (max-width: 450px) {
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .form-icon-box .form-group label {
            width: 100%;
            margin: 0 -15px 15px; } }
    @media (max-width: 991.98px) {
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .planifica-box.sensible-nome-filtre .row .btn-exp-filtrar {
        margin-top: 24px;
        margin-left: auto;
        margin-right: 15px; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet #resultats-cercador + p + .row {
      margin-left: 12.2%;
      margin-right: 12.2%;
      margin-top: 35px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet #resultats-cercador + p + .row {
          margin-right: 4.42%;
          margin-left: 4.42%; } }
      @media (max-width: 767.98px) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet #resultats-cercador + p + .row {
          margin-right: 4.42%;
          margin-left: 4.42%; } }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet #resultats-cercador + p {
      color: #000000;
      font-size: 16px;
      line-height: 20px;
      margin-top: 65px;
      padding-right: 4.42%;
      padding-left: 4.42%;
      text-align: left; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet #resultats-cercador + p + .row + p {
      display: none; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet ul.pagination {
      display: inline-flex;
      margin-bottom: 0; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > li.active > a .pagination > li.active > a:hover,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > li.active > a:focus,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > a,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > span,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > a:hover,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > span:hover,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > a:focus,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > span:focus {
      color: #9C1F2D !important; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > a,
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > .active > a:hover {
      background-color: transparent; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > li > a {
      background-color: transparent;
      border: none;
      color: #000000;
      font-size: 18px;
      line-height: 1.25;
      margin-left: -1px;
      text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > li > a:hover, .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .pagination > li > a:focus {
        color: #9C1F2D !important; }
    .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item {
      background-color: #FAFAFA;
      box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.16);
      display: flex;
      flex-direction: column;
      margin-bottom: 55px;
      min-height: 547px;
      padding: 0 23px 34px 23px;
      text-align: left;
      width: 100%; }
      @media screen and (-ms-high-contrast: none) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item {
          display: block !important;
          width: 100%; } }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item h4 {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 18px;
        margin-top: 28px;
        min-height: 56px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item h4 {
            height: 88px;
            margin-top: 0;
            padding-top: 28px; } }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item h4 a {
          color: #000000;
          text-decoration: none; }
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item h4 a:hover {
            text-decoration: underline; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__entradeta p {
        font-size: 1.15rem;
        line-height: 1.7rem;
        margin-bottom: 0;
        min-height: 120px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__entradeta p {
            height: 120px; } }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories {
        color: #000000;
        font-size: 1.15rem;
        margin-bottom: auto;
        margin-top: 15px;
        word-break: break-word; }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories ul {
              margin-top: 45px;
              display: block; } }
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories ul li {
            display: inline-flex;
            padding: 0;
            line-height: 1rem; }
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories ul li:first-child:before {
              content: none; }
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories ul li:before {
              content: "·";
              padding: 0 5px 0 0; }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories span {
          display: block; }
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item_categories span span {
            color: #9C1F2D;
            display: inline-block;
            margin: 0 0 0 5px;
            word-break: break-word; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date,
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca,
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public,
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes {
        align-items: center;
        display: flex;
        margin-bottom: 12px;
        word-break: break-word; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date,
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca,
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public,
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes {
            display: block; } }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date img,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca img,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public img,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes img {
          height: 42px;
          margin-right: 10px;
          width: 42px; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date img,
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca img,
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public img,
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes img {
              float: left; } }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date span,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca span,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public span,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes span {
          color: #000000;
          font-size: 0.9rem;
          line-height: 1.4rem;
          margin-bottom: 0; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca {
        min-height: 60px; }
        @media screen and (-ms-high-contrast: none) {
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca {
            display: block;
            clear: both; } }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca span {
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
          @media screen and (-ms-high-contrast: none) {
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__adreca span {
              display: block;
              float: left;
              height: 58px;
              width: calc(100% - 55px); } }
      @media screen and (-ms-high-contrast: none) {
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__date span {
          display: block;
          height: 58px;
          float: left;
          width: calc(100% - 55px); } }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public ul,
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        width: 100%; }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public ul li,
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes ul li {
          align-items: center;
          display: inline-flex;
          width: 50%; }
          @media (max-width: 1400px) {
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public ul li,
            .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes ul li {
              width: 100%; } }
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public ul li:before,
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes ul li:before {
            content: none; }
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__public ul li img,
          .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes ul li img {
            height: 42px;
            margin-right: 5px;
            width: 42px; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .cercador__result-item__temes {
        margin-bottom: 0; }
      .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .result-link {
        display: block;
        height: 183px;
        margin-left: -23px;
        margin-right: -23px; }
        .exposicions-9c1f2d .theme-showcase .cercadorArticlesVocabularis-portlet .exposicions__cercador__result-item .result-link img {
          object-fit: cover;
          object-position: center;
          height: 100%;
          width: 100%; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__imatge {
    height: 382px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__imatge img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__informacio-principal {
    margin-left: 12.2%;
    margin-right: 12.2%;
    padding-top: 60px;
    padding-bottom: 40px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__informacio-principal h2 {
      color: #000000;
      font-size: 2.85rem; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__informacio-principal p {
      font-size: 1.5rem;
      line-height: 2.1rem;
      margin-bottom: 30px; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos {
    font-size: 1.15rem;
    line-height: 1.6rem; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos p {
      font-size: 1.15rem;
      line-height: 1.6rem; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapse {
      display: block;
      max-height: 188px;
      overflow: hidden; }
      @media (max-width: 450px) {
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapse {
          max-height: 200px; } }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapsing {
      max-height: 188px; }
      @media (max-width: 450px) {
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapsing {
          max-height: 200px; } }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapse.show {
      height: auto; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapse + .btn-exp-link-icon:after {
      content: "\f1e9"; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapse + .btn-exp-link-icon .lleguir-mes {
      display: block; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .show + .btn-exp-link-icon:after,
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapsing + .btn-exp-link-icon:after {
      content: "\f1ce"; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .show + .btn-exp-link-icon .lleguir-mes,
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__cos.partialcollapse .collapsing + .btn-exp-link-icon .lleguir-mes {
      display: none; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues {
    align-content: center;
    display: flex;
    padding: 33px 4.42% 42px 4.42%; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues h4 {
      font-size: 1.5rem;
      line-height: 1.5rem; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues img {
      width: 50px;
      margin-right: 5px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues p {
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: 0; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues .detall__info-descarregues__categoria span {
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin-bottom: 0; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues .detall__info-descarregues__material-addicional a {
      align-items: center;
      color: #000000;
      display: inline-flex;
      margin-right: 20px;
      text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues .detall__info-descarregues__material-addicional a p {
        display: -webkit-box;
        /*overflow: hidden;*/
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues .detall__info-descarregues__material-addicional a:hover {
        text-decoration: underline; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues #socialShare {
      display: flex;
      flex-direction: row;
      margin: 0; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues #socialShare .addthis_sharing_toolbox {
        display: flex;
        margin-left: auto; }
        @media (max-width: 767.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues #socialShare .addthis_sharing_toolbox {
            margin-left: 0; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues #socialShare .at-resp-share-element .at-share-btn .at-icon-wrapper {
        height: 34px !important;
        width: 34px !important; }
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__info-descarregues #socialShare .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
          height: 34px !important;
          width: 34px !important; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress {
    background: #F7F7F7;
    padding: 5px 4.42% 20px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress ul li {
        margin-right: 50px;
        margin-top: 15px;
        padding: 0; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress a {
      color: #000000;
      font-size: 20px;
      line-height: 20px;
      text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress a:hover, .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__ancoress a:focus {
        text-decoration: underline; }
  .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio {
    padding: 77px 0 45px 0; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio:nth-child(odd) {
      background-color: #F7F7F7; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio h3 {
      color: #000000;
      font-size: 40px;
      line-height: 2.85rem;
      margin-bottom: 2.85rem;
      margin-left: 12.2%;
      margin-right: 12.2%; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio h3 + p {
        color: #000000;
        font-size: 1.15rem;
        line-height: 1.6rem;
        margin-bottom: 45px;
        margin-left: 12.2%;
        margin-right: 12.2%; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio p {
      color: #000000;
      font-size: 1.15rem;
      line-height: 1.6rem;
      margin-bottom: 45px;
      margin-left: 12.2%;
      margin-right: 12.2%; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio a.btn-exp-pujar {
      color: #000000;
      display: inline-block;
      font-size: 1rem;
      margin-right: 12.2%;
      margin-top: 2.85rem;
      margin-left: auto;
      text-decoration: none; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio a.btn-exp-pujar img {
        margin-left: 10px;
        width: 45px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .detall__seccio__audio {
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
      border-radius: 36px;
      display: inline-flex;
      height: 54px;
      margin-left: 12.2%;
      margin-right: 12.2%;
      margin-bottom: 45px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item {
      height: 80vh; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item button.btn.btn-primary {
        border: none;
        border-radius: 50%;
        height: 45px;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 45px;
        opacity: .7; }
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item button.btn.btn-primary:focus, .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item button.btn.btn-primary:hover {
          outline: none;
          box-shadow: none;
          background-color: #9C1F2D;
          opacity: 1; }
      @media (max-width: 991.98px) {
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item {
          height: 50vh; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        width: 100%; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 15px;
        padding: 30px; }
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption h4 {
          font-size: 1.7rem;
          line-height: 2.5rem; }
          @media (max-width: 991.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption h4 {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              font-size: 1rem;
              line-height: 1.5rem;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              word-wrap: normal !important;
              -ms-text-overflow: ellipsis !important;
              max-height: 86px; } }
          @media (max-width: 575.98px) {
            .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption h4 {
              display: block;
              /* Fallback for non-webkit */
              display: -webkit-box;
              font-size: 1rem;
              line-height: 1.5rem;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              word-wrap: normal !important;
              -ms-text-overflow: ellipsis !important;
              max-height: 60px; } }
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption p {
          color: #ffffff;
          display: inline-block;
          font-size: 1.15rem;
          line-height: 1.5rem;
          margin-bottom: 0; }
        @media (max-width: 575.98px) {
          .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-item .carousel-caption {
            bottom: 50px;
            padding: 15px; } }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-control-next,
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-control-prev {
      height: 69px;
      margin: auto 0; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-control-next img,
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .carousel-control-prev img {
        width: 69px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio button .icon-fullscreen {
      line-height: 35px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal.show {
      padding-right: 20px !important;
      padding-left: 20px;
      display: flex !important; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-dialog.modal-dialog-centered {
      justify-content: center;
      display: inline-flex; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close {
      align-content: center;
      background-color: #9C1F2D;
      color: #ffffff;
      border-radius: 50%;
      font-size: 35px;
      height: 45px;
      line-height: 11px;
      position: absolute;
      right: 25px;
      top: 25px;
      width: 45px; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close _::-webkit-full-page-media, .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close _:future, .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close :root .safari_only {
        line-height: 13px; }
      @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close {
          line-height: 13px; } }
      @media not all and (min-resolution: 0.001dpcm) {
        .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close {
          line-height: 13px; } }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close:hover {
        opacity: 1; }
      .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body button.close span {
        height: 20px; }
    .exposicions-9c1f2d .theme-showcase .exposicions__exposicions-virtuals__detall__seccio .modal .modal-body img {
      max-height: 85vh; }

/* Exposicions  */
/* Variables ---------------------- */
/* ------------------------------- */
.projectestransformadors-ed6c65 .transformadors-header {
  margin: -20px -15px 0 -15px;
  position: relative;
  overflow: hidden; }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-img-bg {
  width: 100%;
  position: relative;
  z-index: 1; }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  min-width: 40%;
  min-height: 88%;
  max-height: 100%;
  width: auto;
  height: auto; }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.25rem 0 1.25rem 4.6875rem;
  height: 100%;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-header .transformadors-header-content {
    width: 100%;
    padding: 1.25rem 1.875rem; } }

.projectestransformadors-ed6c65 .transformadors-header h2 {
  font-size: 2.125rem;
  line-height: 1.3;
  color: black;
  margin-bottom: 1.875rem; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-header h2 {
    font-size: 1.875rem;
    margin-bottom: 1.25rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-header h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.3125rem; } }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-years {
  font-size: 1.5rem;
  color: #9d2235;
  font-weight: bold;
  margin-bottom: 3rem; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-header .transformadors-header-years {
    font-size: 1.375rem;
    margin-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-header .transformadors-header-years {
    font-size: 1.125rem;
    margin-bottom: 0.625rem; } }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-icons {
  display: flex; }

.projectestransformadors-ed6c65 .transformadors-header .transformadors-header-icon {
  border-radius: 50%;
  overflow: hidden;
  border: 0.625rem solid #9d2235;
  margin-right: 1.5rem; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-header .transformadors-header-icon {
    width: 2.5rem;
    border: 0.375rem solid #9d2235;
    margin-right: 0.9375rem; }
  .projectestransformadors-ed6c65 .transformadors-header .transformadors-header-icon img {
    max-width: 100%; } }

.projectestransformadors-ed6c65 .transformadors-intro {
  /*margin: -10px -15px;*/
  margin: 0px -15px;
  background-color: #ffe3e2;
  padding: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-intro {
    padding: 1.875rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-intro {
    padding: 1.25rem;
    font-size: 0.8125rem; } }

.projectestransformadors-ed6c65 .transformadors-intro a {
  color: #c13c4f;
  text-decoration: underline; }

.projectestransformadors-ed6c65 .transformadors-intro a:hover, .projectestransformadors-ed6c65 .transformadors-intro a:focus {
  text-transform: none; }

.projectestransformadors-ed6c65 .transformadors-left-menu .portlet-column-first {
  background-color: #9d2235;
  color: white;
  min-height: 700px; }

@media (min-width: 768px) {
  .projectestransformadors-ed6c65 .transformadors-left-menu .portlet-column-first {
    margin-bottom: -10px; } }

.projectestransformadors-ed6c65 .transformadors-left-menu .portlet-column-last {
  margin-bottom: -20px; }

.projectestransformadors-ed6c65 .transformadors-projects-menu {
  padding: 3.125rem 3.75rem; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-projects-menu {
    padding: 1.25rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-projects-menu {
    padding: 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-projects-menu li {
  padding: 0; }

.projectestransformadors-ed6c65 .transformadors-projects-menu a {
  display: block;
  padding: 0.625rem 0.9375rem 0.625rem 0;
  color: white;
  font-size: 1.125rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  text-decoration: none;
  position: relative;
  font-weight: bold; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-projects-menu a {
    padding: 1rem; } }

.projectestransformadors-ed6c65 .transformadors-projects-menu a:hover, .projectestransformadors-ed6c65 .transformadors-projects-menu a:focus {
  text-decoration: none;
  opacity: 0.75; }

.projectestransformadors-ed6c65 .transformadors-projects-menu a span {
  font-size: 0.875rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.375rem; }

.projectestransformadors-ed6c65 .transformadors-project-type {
  margin: 0 -15px;
  padding: 3.125rem;
  position: relative;
  overflow: hidden; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-type {
    padding: 1.875rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-type {
    padding: 1.25rem; } }

.projectestransformadors-ed6c65 .transformadors-project-type h3 {
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: #9d2235;
  margin-bottom: 1.25rem; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-type h3 {
    font-size: 1.375rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-type h3 {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-project-type .transformadors-project-type-intro {
  font-size: 0.875rem;
  color: #333; }

.projectestransformadors-ed6c65 .transformadors-project-type h4 {
  padding: 1.25rem 2rem;
  margin: 1.875rem 0 -1px 0;
  background-color: #fef1f1;
  border: 1px solid #ffe3e2;
  color: #333;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-type h4 {
    padding: 0.9375rem 1.25rem;
    font-size: 1rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-type h4 {
    padding: 0.9375rem;
    font-size: 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-project-type h5 {
  margin: 0; }

.projectestransformadors-ed6c65 .transformadors-project-type .card {
  border: 0;
  border-radius: 0;
  margin: 0 0 -1px 0; }

.projectestransformadors-ed6c65 .transformadors-project-type .card .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a {
  display: block;
  padding: 1.25rem 3.125rem 1.25rem 1.5rem;
  color: #9d2235;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fef1f1;
  border: 1px solid #ffe3e2;
  cursor: pointer;
  position: relative;
  text-decoration: none; }

.projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a .icon-chevron-down, .projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a .icon-chevron-right {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.4375rem; }

.projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a[aria-expanded="true"] .icon-chevron-down {
  transform: rotate(180deg); }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a {
    padding: 0.9375rem;
    font-size: 1rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a {
    padding: 0.9375rem 2rem 0.9375rem 0.9375rem;
    font-size: 0.9375rem; }
  .projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a .icon-chevron-down, .projectestransformadors-ed6c65 .transformadors-project-type .card .card-header a .icon-chevron-right {
    right: 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-project-type .card .card-body {
  background-color: white;
  padding: 1.875rem;
  color: #4b4b4b;
  font-size: 0.875rem; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-type .card .card-body {
    font-size: 0.8125rem; } }

.projectestransformadors-ed6c65 .transformadors-project-type .transformadors-project-type-image-bg {
  position: absolute;
  left: -0.9375rem;
  width: calc(100% + 1.875rem); }

.projectestransformadors-ed6c65 .transformadors-project-type .transformadors-project-type-image-bg img {
  width: 100%; }

.projectestransformadors-ed6c65 .transformadors-project-type .transformadors-project-type-image-bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9d2235;
  opacity: 0.75; }

.projectestransformadors-ed6c65 .transformadors-table {
  width: 100%;
  font-size: 0.875rem; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-table {
    font-size: 0.8125rem; } }

.projectestransformadors-ed6c65 .transformadors-table th, .projectestransformadors-ed6c65 .transformadors-table td {
  padding: 0.625rem 0; }

.projectestransformadors-ed6c65 .transformadors-table thead tr th {
  font-weight: bold;
  color: #9d2235;
  border-bottom: 1px solid #ffe3e2; }

.projectestransformadors-ed6c65 .transformadors-table tbody tr td {
  color: #7f7f7f; }

.projectestransformadors-ed6c65 .transformadors-table tbody tr td a {
  float: right;
  color: #9d2235;
  text-decoration: underline; }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-img {
  min-width: 30%; }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-content {
  width: 62%; }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-content {
    width: 75%;
    padding-left: 3.125rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-content {
    width: 100%;
    padding: 1.25rem 1.875rem; } }

@media (max-width: 575px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-content {
    padding: 1.25rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header h2 {
  padding-right: 6.25rem;
  margin-bottom: 3.75rem; }

@media (max-width: 1199px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header h2 {
    padding-right: 0;
    margin-bottom: 3.125rem; } }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header h2 {
    margin-bottom: 1.875rem;
    padding-right: 5rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header h2 {
    margin-bottom: 0.625rem;
    line-height: 1.15;
    font-size: 1.25rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-project-info {
  display: flex;
  align-items: center; }

@media (min-width: 768px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-project-info {
    justify-content: space-between; } }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs {
  display: flex;
  padding: 0.5rem 0;
  align-items: center;
  margin-right: 1.875rem;
  border-top: 1px solid #ffe3e2;
  border-bottom: 1px solid #ffe3e2; }

@media (max-width: 1199px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs {
    margin-right: 1.25rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs {
    margin-right: 0.625rem;
    padding: 0.25rem 0;
    max-width: 60%; } }

@media (max-width: 575px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs {
    margin-right: 0.3125rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a {
  padding: 0.75rem 1rem;
  border-right: 1px solid #ffe3e2;
  color: #9d2235;
  font-size: 1.25rem;
  text-decoration: none; }

@media (max-width: 1199px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a {
    font-size: 1.125rem;
    padding: 0.75rem; } }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a {
    font-size: 1rem;
    padding: 0.625rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a {
    font-size: 0.8125rem; }
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span:last-child, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a:last-child {
    padding-right: 0 !important; } }

@media (max-width: 575px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a {
    font-size: 0.75rem;
    line-height: 1.15;
    padding: 0.375rem 0.3125rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span:first-child, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a:first-child {
  padding-left: 0; }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs span:last-child, .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-breadcrumbs a:last-child {
  border: 0; }

.projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon {
  border-width: 0.9375rem; }

@media (max-width: 1199px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon {
    border-width: 0.625rem; }
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon img {
    max-width: 5rem; } }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon img {
    max-width: 3.75rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon {
    border-width: 0.375rem;
    min-width: 3.25rem; }
  .projectestransformadors-ed6c65 .transformadors-project-detail .transformadors-header .transformadors-header-icon img {
    max-width: 2.5rem;
    min-width: 2.5rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail-content {
  font-size: 0.875rem;
  color: #333; }

@media (min-width: 1200px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-content {
    padding: 3.75rem 2.8125rem; } }

@media (max-width: 1199px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-content {
    padding: 3.75rem 0.9375rem; } }

@media (max-width: 991px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-content {
    padding: 2.5rem 0.9375rem; } }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-content {
    padding: 1.875rem 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail-content a {
  color: #9d2235; }

.projectestransformadors-ed6c65 .transformadors-project-detail-content h3 {
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.2;
  color: #9d2235;
  margin-bottom: 1.875rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-content h4 {
  margin-bottom: 1.875rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-content h4, .projectestransformadors-ed6c65 .transformadors-project-detail-content h3 small {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: normal;
  color: #9d2235; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features {
  margin-top: 2.5rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features li {
  margin-bottom: 0.625rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  color: #9d2235;
  border: 1px solid #ffe3e2;
  text-decoration: none;
  position: relative; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features a:hover, .projectestransformadors-ed6c65 .transformadors-project-detail-features a:focus {
  text-decoration: none;
  background-color: #9d2235;
  color: white; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features a span {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.4375rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features a[aria-expanded="true"] span {
  transform: rotate(180deg); }

.projectestransformadors-ed6c65 .transformadors-project-detail-features.type-2 a {
  padding-right: 4.375rem;
  padding-bottom: 4.375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features.type-2 a .icon-plus {
  border: 2px solid #9d2235;
  border-radius: 50%;
  font-size: 1.5rem;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features.type-2 a:hover .icon-plus, .projectestransformadors-ed6c65 .transformadors-project-detail-features.type-2 a:focus .icon-plus {
  border-color: white; }

.projectestransformadors-ed6c65 .transformadors-project-detail-features .transformadors-project-detail-features-collapse {
  padding: 1.25rem;
  border: 1px solid #ffe3e2;
  border-top: 0; }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator {
  margin: 0 -15px -10px -15px;
  padding: 1.5rem 3.75rem;
  display: flex;
  justify-content: space-between;
  background-color: #9d2235;
  align-items: center; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-paginator {
    flex-direction: column;
    align-content: center; } }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .current-project {
  color: white;
  font-size: 1.125rem;
  font-weight: bold; }

@media (max-width: 767px) {
  .projectestransformadors-ed6c65 .transformadors-project-detail-paginator .current-project {
    margin-bottom: 0.9375rem; } }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator {
  display: flex;
  align-items: center; }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator a, .projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator span {
  padding: 0 0.3125rem;
  color: white; }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator a {
  font-size: 0.75rem;
  text-decoration: none; }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator span {
  font-size: 1.125rem; }

.projectestransformadors-ed6c65 .transformadors-project-detail-paginator .projects-paginator span.current-project-page {
  font-weight: bold; }

.projectestransformadors-ed6c65 .transformadors-project-detail .table th, .projectestransformadors-ed6c65 .table td {
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 1px;
  border-color: #9d2235;
  border-style: dotted;
  color: #9d2235; }

.projectestransformadors-ed6c65 .transformadors-project-detail .table th {
  background-color: #9d2235;
  color: #fff; }

.projectestransformadors-ed6c65 .transformadors-project-detail .progress-bar {
  background-color: #9d2235; }

.projectestransformadors-ed6c65 .info {
  padding: 0; }

.feminisme-BC4E90 {
  /* Recursos
	-------------------------------------------------------*/ }
  .feminisme-BC4E90 h1, .feminisme-BC4E90 h2, .feminisme-BC4E90 h3, .feminisme-BC4E90 h4, .feminisme-BC4E90 h5,
  .feminisme-BC4E90 .h1, .feminisme-BC4E90 .h2, .feminisme-BC4E90 .h3, .feminisme-BC4E90 .h4, .feminisme-BC4E90 .h5,
  .feminisme-BC4E90 a, .feminisme-BC4E90 #mesyanio:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 input[type="submit"],
  .feminisme-BC4E90 input[type="button"],
  .feminisme-BC4E90 input[type="reset"] {
    color: #BC4E90; }
  .feminisme-BC4E90 .menuV ertical ul li a:hover,
  .feminisme-BC4E90 .menuVertical ul li a.selected {
    color: #BC4E90; }
  .feminisme-BC4E90 .well {
    background-color: #BC4E90; }
  .feminisme-BC4E90 .well.well-exposicio a, .feminisme-BC4E90 .well.well-exposicio a:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 .journal-content-article .addeventatc {
    color: #BC4E90 !important; }
  .feminisme-BC4E90 ul.pagination li a,
  .feminisme-BC4E90 ul.pagination li a:hover {
    color: #BC4E90; }
  .feminisme-BC4E90 .pagination > .active > a, .feminisme-BC4E90 .pagination > .active > span,
  .feminisme-BC4E90 .pagination > .active > a:hover,
  .feminisme-BC4E90 .pagination > .active > span:hover,
  .feminisme-BC4E90 .pagination > .active > a:focus,
  .feminisme-BC4E90 .pagination > .active > span:focus {
    background-color: #BC4E90;
    border-color: #BC4E90; }
  .feminisme-BC4E90 .asset-links .list-group-title [href] {
    color: #BC4E90; }
  .feminisme-BC4E90 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #BC4E90;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .feminisme-BC4E90 .recursos-items a:hover {
    background-color: #BC4E90;
    border-color: #BC4E90;
    color: #fff;
    text-decoration: none !important; }
  .feminisme-BC4E90 .header-banner {
    background: #BC4E90; }
  .feminisme-BC4E90 .header-footer {
    background-color: #BC4E90; }
  .feminisme-BC4E90 .tramits .tramits-items a:hover {
    background-color: #BC4E90;
    border-color: #BC4E90;
    color: #fff; }
  .feminisme-BC4E90 .diba-carrusel .carousel-indicators li.active {
    background-color: #BC4E90; }

.joventut-E2186F {
  /* Recursos
	-------------------------------------------------------*/ }
  .joventut-E2186F h1, .joventut-E2186F h2, .joventut-E2186F h3, .joventut-E2186F h4, .joventut-E2186F h5,
  .joventut-E2186F .h1, .joventut-E2186F .h2, .joventut-E2186F .h3, .joventut-E2186F .h4, .joventut-E2186F .h5,
  .joventut-E2186F a, .joventut-E2186F #mesyanio:hover {
    color: #E2186F; }
  .joventut-E2186F input[type="submit"],
  .joventut-E2186F input[type="button"],
  .joventut-E2186F input[type="reset"] {
    color: #E2186F; }
  .joventut-E2186F .menuV ertical ul li a:hover,
  .joventut-E2186F .menuVertical ul li a.selected {
    color: #E2186F; }
  .joventut-E2186F .well {
    background-color: #E2186F; }
  .joventut-E2186F .well.well-exposicio a, .joventut-E2186F .well.well-exposicio a:hover {
    color: #E2186F; }
  .joventut-E2186F .journal-content-article .addeventatc {
    color: #E2186F !important; }
  .joventut-E2186F ul.pagination li a,
  .joventut-E2186F ul.pagination li a:hover {
    color: #E2186F; }
  .joventut-E2186F .pagination > .active > a, .joventut-E2186F .pagination > .active > span,
  .joventut-E2186F .pagination > .active > a:hover,
  .joventut-E2186F .pagination > .active > span:hover,
  .joventut-E2186F .pagination > .active > a:focus,
  .joventut-E2186F .pagination > .active > span:focus {
    background-color: #E2186F;
    border-color: #E2186F; }
  .joventut-E2186F .asset-links .list-group-title [href] {
    color: #E2186F; }
  .joventut-E2186F .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #E2186F;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .joventut-E2186F .recursos-items a:hover {
    background-color: #E2186F;
    border-color: #E2186F;
    color: #fff;
    text-decoration: none !important; }
  .joventut-E2186F .header-banner {
    background: #E2186F; }
  .joventut-E2186F .header-banner .header-title h2 {
    color: #fff; }
  .joventut-E2186F .header-banner, .joventut-E2186F .header-banner a {
    color: #fff; }
  .joventut-E2186F .header-footer {
    background-color: #E2186F; }
  .joventut-E2186F .header-footer, .joventut-E2186F .header-footer a {
    color: #fff; }
  .joventut-E2186F .tramits .tramits-items a:hover {
    background-color: #E2186F;
    border-color: #E2186F;
    color: #fff; }
  .joventut-E2186F .diba-carrusel .carousel-indicators li.active {
    background-color: #E2186F; }

.difusio-digital {
  /* Recursos
	-------------------------------------------------------*/ }
  @media (max-width: 767px) {
    .difusio-digital #top_logo {
      padding-bottom: 5px;
      padding-top: 35px; } }
  .difusio-digital h1, .difusio-digital h2, .difusio-digital h3, .difusio-digital h4, .difusio-digital h5,
  .difusio-digital .h1, .difusio-digital .h2, .difusio-digital .h3, .difusio-digital .h4, .difusio-digital .h5,
  .difusio-digital a, .difusio-digital #mesyanio:hover {
    color: #9D2235; }
  .difusio-digital input[type="submit"],
  .difusio-digital input[type="button"],
  .difusio-digital input[type="reset"] {
    color: #9D2235; }
  .difusio-digital .well {
    background-color: #9D2235; }
  .difusio-digital ul.pagination li a,
  .difusio-digital ul.pagination li a:hover {
    color: #9D2235; }
  .difusio-digital .pagination > .active > a, .difusio-digital .pagination > .active > span,
  .difusio-digital .pagination > .active > a:hover,
  .difusio-digital .pagination > .active > span:hover,
  .difusio-digital .pagination > .active > a:focus,
  .difusio-digital .pagination > .active > span:focus {
    background-color: #9D2235;
    border-color: #9D2235; }
  .difusio-digital #column-2.colDcha25 h1, .difusio-digital #column-2.colDcha25 h2, .difusio-digital #column-2.colDcha25 h3, .difusio-digital #column-2.colDcha25 h4, .difusio-digital #column-2.colDcha25 h5, .difusio-digital #column-2.colDcha25 .h1, .difusio-digital #column-2.colDcha25 .h2, .difusio-digital #column-2.colDcha25 .h3, .difusio-digital #column-2.colDcha25 .h4, .difusio-digital #column-2.colDcha25 .h5, .difusio-digital #column-2.colDcha25 a, .difusio-digital #column-2 .colDcha25 h1, .difusio-digital #column-2 .colDcha25 h2, .difusio-digital #column-2 .colDcha25 h3, .difusio-digital #column-2 .colDcha25 h4, .difusio-digital #column-2 .colDcha25 h5, .difusio-digital #column-2 .colDcha25 .h1, .difusio-digital #column-2 .colDcha25 .h2, .difusio-digital #column-2 .colDcha25 .h3, .difusio-digital #column-2 .colDcha25 .h4, .difusio-digital #column-2 .colDcha25 .h5, .difusio-digital #column-2 .colDcha25 a, .difusio-digital #column-2 .derechaDreta h1, .difusio-digital #column-2 .derechaDreta h2, .difusio-digital #column-2 .derechaDreta h3, .difusio-digital #column-2 .derechaDreta h4, .difusio-digital #column-2 .derechaDreta h5, .difusio-digital #column-2 .derechaDreta .h1, .difusio-digital #column-2 .derechaDreta .h2, .difusio-digital #column-2 .derechaDreta .h3, .difusio-digital #column-2 .derechaDreta .h4, .difusio-digital #column-2 .derechaDreta .h5, .difusio-digital #column-2 .derechaDreta a, .difusio-digital .Contacts-portlet h1, .difusio-digital .Contacts-portlet h2, .difusio-digital .Contacts-portlet h3, .difusio-digital .Contacts-portlet h4, .difusio-digital .Contacts-portlet h5, .difusio-digital .Contacts-portlet .h1, .difusio-digital .Contacts-portlet .h2, .difusio-digital .Contacts-portlet .h3, .difusio-digital .Contacts-portlet .h4, .difusio-digital .Contacts-portlet .h5, .difusio-digital .Contacts-portlet a, .difusio-digital .panel-heading h1, .difusio-digital .panel-heading h2, .difusio-digital .panel-heading h3, .difusio-digital .panel-heading h4, .difusio-digital .panel-heading h5, .difusio-digital .panel-heading .h1, .difusio-digital .panel-heading .h2, .difusio-digital .panel-heading .h3, .difusio-digital .panel-heading .h4, .difusio-digital .panel-heading .h5, .difusio-digital .panel-heading a {
    color: #9D2235; }
  .difusio-digital .notasPrensa .entradeta {
    border-left: 4px solid;
    padding-left: 10px;
    color: #9D2235;
    font-weight: 600; }
  .difusio-digital .alert-warning.alert-dismissible {
    color: #fff;
    background-color: #9D2235;
    border-color: #9D2235;
    border-radius: 0;
    padding: 2rem 4rem; }
  .difusio-digital .alert-warning.alert-dismissible p {
    margin: 0; }
  .difusio-digital .alert-warning.alert-dismissible .close {
    font-size: 1rem;
    color: #fff;
    opacity: 1; }
  .difusio-digital .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #9D2235;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .difusio-digital .recursos-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff;
    text-decoration: none !important; }
  .difusio-digital .header-banner {
    background: #9D2235; }
  .difusio-digital .asset-links .list-group-title [href] {
    color: #9D2235; }
  .difusio-digital .directa-items .item-content {
    border-top: 4px solid #9D2235; }
  .difusio-digital .tramits .tramits-items a:hover {
    background-color: #9D2235;
    border-color: #9D2235;
    color: #fff; }
  .difusio-digital .diba-carrusel .carousel-indicators li.active {
    background-color: #9D2235; }
  .difusio-digital .header-footer {
    width: auto;
    right: 10rem;
    margin-top: -23px;
    max-width: 100%; }
  @media (max-width: 767px) {
    .difusio-digital .header-footer {
      right: 4rem; } }
  @media (max-width: 575px) {
    .difusio-digital .header-footer {
      right: 0;
      margin-left: 0; } }
  .difusio-digital .journal-content-article .card-img-overlay h2 {
    font-size: 3.5rem; }
  .difusio-digital .journal-content-article .card-img-overlay h3 {
    font-size: 2rem; }
  @media (max-width: 767px) {
    .difusio-digital .journal-content-article .card-img-overlay h2 {
      font-size: 2.5rem; }
    .difusio-digital .journal-content-article .card-img-overlay h3 {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .difusio-digital .journal-content-article .card-img-overlay h2 {
      font-size: 2rem; }
    .difusio-digital .journal-content-article .card-img-overlay h3 {
      font-size: 1.2rem; } }
  .difusio-digital .crida-accio {
    background-color: #92182F; }
  .difusio-digital .crida-accio h2 {
    color: #fff;
    font-size: 1.8rem;
    margin: 10px 0; }
  .difusio-digital .crida-accio .btn.btn-primary {
    border-color: #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 5px 35px;
    color: #fff; }

.governsdigitals-003575 {
  /* Recursos
	-------------------------------------------------------*/ }
  .governsdigitals-003575 h1, .governsdigitals-003575 h2, .governsdigitals-003575 h3, .governsdigitals-003575 h4, .governsdigitals-003575 h5,
  .governsdigitals-003575 .h1, .governsdigitals-003575 .h2, .governsdigitals-003575 .h3, .governsdigitals-003575 .h4, .governsdigitals-003575 .h5,
  .governsdigitals-003575 a, .governsdigitals-003575 #mesyanio:hover {
    color: #003575; }
  .governsdigitals-003575 input[type="submit"],
  .governsdigitals-003575 input[type="button"],
  .governsdigitals-003575 input[type="reset"] {
    color: #003575; }
  .governsdigitals-003575 .menuV ertical ul li a:hover,
  .governsdigitals-003575 .menuVertical ul li a.selected {
    color: #003575; }
  .governsdigitals-003575 .well {
    background-color: #003575; }
  .governsdigitals-003575 .well.well-exposicio a, .governsdigitals-003575 .well.well-exposicio a:hover {
    color: #003575; }
  .governsdigitals-003575 .journal-content-article .addeventatc {
    color: #003575 !important; }
  .governsdigitals-003575 ul.pagination li a,
  .governsdigitals-003575 ul.pagination li a:hover {
    color: #003575; }
  .governsdigitals-003575 .pagination > .active > a, .governsdigitals-003575 .pagination > .active > span,
  .governsdigitals-003575 .pagination > .active > a:hover,
  .governsdigitals-003575 .pagination > .active > span:hover,
  .governsdigitals-003575 .pagination > .active > a:focus,
  .governsdigitals-003575 .pagination > .active > span:focus {
    background-color: #003575;
    border-color: #003575; }
  .governsdigitals-003575 .asset-links .list-group-title [href] {
    color: #003575; }
  .governsdigitals-003575 .recursos-items a {
    padding: 8px 22px;
    font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
    letter-spacing: 0.35px;
    color: #003575;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none !important; }
  .governsdigitals-003575 .recursos-items a:hover {
    background-color: #003575;
    border-color: #003575;
    color: #fff;
    text-decoration: none !important; }
  .governsdigitals-003575 .header-banner {
    background: #003575; }
  .governsdigitals-003575 .header-footer {
    background-color: #003575; }
  .governsdigitals-003575 .tramits .tramits-items a:hover {
    background-color: #003575;
    border-color: #003575;
    color: #fff; }
  .governsdigitals-003575 .diba-carrusel .carousel-indicators li.active {
    background-color: #003575; }

/*:root {
		font-size: 14px;
	}*/
/* Pixel ratio
	-------------------------------------------------------*/
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.9; } }

@media (-webkit-device-pixel-ratio: 1.5) {
  :root {
    zoom: 0.9; } }

/* ------------------------------------------------ */
body {
  color: #333;
  background-color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.45px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0; } }

body.portal-popup {
  background-color: #fff; }

a {
  color: #333; }

/* Containers
	-------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

/* ------------------------------------------------ */
a:hover {
  color: #333;
  text-decoration: underline; }

*:focus {
  outline: 5px auto -webkit-focus-ring-color; }

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px; }

.theme-showcase > p > .btn {
  margin: 5px 0; }

.theme-showcase .navbar .container {
  width: auto; }

/* Inici - Canvi versi� 6.2 */
.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 0; }

.navbar-default {
  background: none; }

/* Fi - Canvi versi� 6.2 */
#menu-principal.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

#menu-principal ul.principal .dropdown-menu li {
  text-align: left;
  border-right: none; }

#menu-principal ul.principal {
  width: 100%;
  list-style-type: none;
  /*border-top: #dadada solid 1px;*/
  border-bottom: none;
  margin: 0; }

#menu-principal ul.principal li {
  /*border-right: #676869 solid 1px;*/
  padding-bottom: 0px;
  /*position: static;*/ }

#menu-principal ul.principal li:last-child {
  border-right: none; }

#menu-principal ul.principal li a {
  list-style-type: none;
  text-align: center;
  /*text-transform: uppercase;*/
  display: block;
  color: #000;
  cursor: pointer;
  line-height: 1.42857143;
  padding: 1.4rem 0rem 1.4rem 0rem;
  font-weight: 600; }

#menu-principal ul.principal li .menu.open a {
  background-color: transparent; }

#menu-principal ul.principal li a:hover {
  color: #000;
  text-decoration: none; }

/* Inici - Canvi versi� 6.2 */
.nav .menu .dropdown-toggle .caret {
  margin-left: 2px;
  margin-top: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* Fi - Canvi versi� 6.2 */
#submenu {
  position: relative; }

.submenu {
  width: 100%;
  color: #000;
  background-color: #9c9aa0;
  background-image: linear-gradient(358deg, #fff, #fafafa); }

.dropdown-menu.submenu {
  margin: 0;
  border: none;
  border-radius: 0; }

/*
	.taronja {
		background-color: #f29400;
		background-image: linear-gradient(-45deg,#d27000,#f29400);
	}
	
	.verd {
		background-color: #b1c800;
		background-image: linear-gradient(-45deg,#a1b800,#b1c800);
	}
	
	.blau {
		background-color: #009ee0;
		background-image: linear-gradient(-45deg,#0071a0,#009ee0);
	}
	
	.magenta {
		background-color: #e2007b;
		background-image: linear-gradient(-45deg,#a2007b,#e2007b);
	}*/
#menu-principal ul.principal .submenu ul {
  margin: 0 0px 0 0px !important;
  padding: 0 !important;
  list-style-type: none; }

#menu-principal ul.principal .menu .submenu li a {
  color: #333;
  list-style-type: none;
  border-bottom: #dadada solid 1px;
  text-transform: none;
  cursor: pointer;
  text-align: left;
  padding-left: 15px; }

#menu-principal ul.principal .menu .submenu li a:hover {
  background-color: #f7f7f7;
  color: #000;
  text-decoration: none; }

#menu-principal ul.principal .submenu li.first a {
  border-top: #FFF solid 1px !important; }

#menu-principal ul.principal .submenu li.imatge {
  margin: 0 10px;
  display: block;
  color: #FFF;
  list-style-type: none;
  border-bottom: none;
  background-image: none !important;
  padding: 0px 0px 0px 0px;
  font-size: 11px; }

#menu-principal ul.principal .submenu li.imatge a {
  margin: 0 0px;
  display: block;
  color: #FFF;
  list-style-type: none;
  border-bottom: none;
  background-image: none !important;
  padding: 0px 0px 0px 0px;
  font-size: 11px; }

#menuprin .container {
  width: auto;
  padding: 0 !important; }

.menupr {
  width: 100%; }

li.menu {
  padding-left: 0px !important;
  padding-right: 5px !important; }

#top_logo {
  padding-bottom: 5px;
  padding-top: 35px; }

#top_logo h2 {
  color: #000;
  font-size: 23px;
  margin: 0;
  padding: 0;
  font-weight: bold; }

#top_logo img {
  max-height: 50px;
  width: auto; }

footer h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0; }

footer h3.vermell {
  color: #9e1b32; }

.top1 {
  /*border-left: #dadada solid 1px;*/ }

header #xarxes {
  padding-top: 3px; }

form.buscador .col-md-10, form.buscador .col-sm-10 {
  padding-right: 0; }

form.buscador .col-md-2, form.buscador .col-sm-2 {
  padding-right: 0;
  padding-left: 0; }

form.buscador .btn-default, form.buscador .btn-default:hover,
form.buscador .btn-default:not(.disabled):active, form.buscador .btn-default:focus,
form.buscador .btn-default:not(:disabled):not(.disabled):active:focus {
  background: none;
  background-color: transparent;
  border: none;
  text-shadow: 0 0 0;
  box-shadow: none;
  -webkit-box-shadow: none; }

form.buscador i.icon-search {
  color: #333; }

form.buscador .form-group {
  margin-bottom: 0; }

/* Inici - Canvi versi� 6.2 */
form.buscador .cercador {
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 0.85rem; }

form.buscador .cercador:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* Fi - Canvi versi� 6.2 */
#top_cerca .portlet-language .portlet-borderless-container {
  min-height: 0; }

#top_cerca .portlet-language .form-group {
  margin-bottom: 0; }

#top_cerca .portlet-language section {
  margin-bottom: 0; }

#top_cerca .portlet-language {
  padding-top: 7px;
  text-align: right;
  width: 100%; }

#top_cerca .top1 span.language-entry-short-text {
  /*color: #666;
	    font-weight: bold;*/
  font-size: 0.85rem !important;
  color: #6e777f;
  font-weight: bold; }

#top_cerca .portlet-journal-content .portlet-borderless-container {
  min-height: 0; }

#top_cerca .top1 a {
  font-size: 0.85rem !important;
  color: #6e777f;
  text-decoration: none; }

#top_cerca .top1 a:hover {
  color: #000;
  /*text-decoration: none;*/ }

/* Inici - Canvi versió 6.2 */
.portlet-language select {
  width: 100%;
  background-color: transparent;
  border: none;
  background-image: none;
  padding: 0;
  height: auto; }

/* Fi - Canvi versi� 6.2 */
/* Canvi DXP */
.portlet-language .portlet-title-text {
  display: none; }

/* Fi canvi DXP */
#xarxes .journal-content-article img {
  margin-right: 10px;
  margin-top: 2px;
  width: 25px;
  height: auto; }

form#contacteDiba {
  border: none;
  background: none;
  margin: 0;
  padding: 0; }

form#contacteDiba input[type="text"] {
  background-image: none; }

.slidern {
  position: relative;
  height: 100%; }

.bxslider li {
  background-size: contain;
  background-repeat: no-repeat; }

.descripcio {
  position: absolute;
  z-index: 999999999;
  left: 0;
  top: 0;
  display: table-cell;
  height: 100%;
  background-image: url(imgs/bg-blanc70.png);
  padding: 20px;
  font-weight: bold; }

.descripcio h1 {
  font-size: 24px;
  color: #707173;
  margin-top: 0 !important;
  font-weight: bold; }

.descripcio p {
  font-size: 14px;
  color: #707173;
  font-weight: bold; }

.descripcio a {
  color: #707173; }

.descripcio a:hover {
  text-decoration: none; }

.mes img {
  width: 20px;
  height: auto; }

.info {
  background-color: #FFF;
  margin: 0; }

/* Inici - Canvi versió 6.2 */
div#contingutcentral.row {
  padding-top: 10px;
  font-size: 0.935rem; }

/* Fi - Canvi versi� 6.2 */
.cami {
  font-size: 11px;
  color: #707173; }

.cami a {
  color: #707173; }

.cami .sel {
  font-weight: bold;
  color: #9e1b32; }

footer {
  padding: 37px 34px 34px;
  margin: 0px 0 -15px 0;
  background-color: #FFF;
  border-top: 9px solid #f7f7f7;
  border-bottom: 4px solid #9d2235;
  font-size: 0.85rem;
  color: #333;
  overflow: hidden; }

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

footer li {
  padding-bottom: 0; }

footer a {
  color: #333 !important; }

footer .row li a {
  display: block;
  padding: 5px;
  color: #333;
  border-bottom: #999 solid 1px; }

/* Inici - Canvi versi� 6.2 */
footer .row li a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #000; }

/* Fi - Canvi versi� 6.2 */
footer #llistaenllacos {
  margin-bottom: 40px; }

.footerbloc {
  border-top: #707173 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px; }

.footerbloc address {
  font-size: 0.85em; }

.footerbloc img {
  max-height: 50px; }

.footerbloc2 {
  border-top: #ffffff solid 1px;
  padding-top: 10px;
  padding-bottom: 15px;
  float: left;
  width: 100%; }

.footer_logo img {
  max-height: 50px;
  width: auto; }

.footer_logo2 img {
  max-height: 50px;
  width: auto; }

.bloc1 {
  height: 200px; }

.bloc2 {
  height: 200px;
  padding-top: 0px; }

.bloc3 {
  padding-top: 5px;
  padding-bottom: 5px; }

.bloc4 {
  min-height: 71px; }

.bloc5 {
  border-top: #707173 solid 1px;
  padding-top: 15px;
  float: left;
  width: 100%; }

#xarxes2 img {
  width: 25px;
  height: auto;
  margin-right: 10px; }

.fright {
  float: right;
  display: block; }

.alright {
  text-align: right; }

#cap2 {
  width: 100%;
  float: left;
  height: 135px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

#cap2 h1 {
  font-size: 28px;
  padding: 0px 20px 0 0px;
  margin: 0;
  color: #FFF;
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 999;
  width: auto;
  font-weight: bold; }

h1.shadow {
  text-shadow: 1px 1px 0px #000000; }

ul#menu2 {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase; }

#menu2 li a {
  list-style-type: none;
  border-right: #ffffff solid 1px;
  text-align: center;
  font-size: 11px !important;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  padding: 0 !important; }

#menu2 li.last a {
  border-right: none; }

#menu2 li a:hover {
  color: #ffffff;
  text-decoration: underline; }

li.menu2 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

@media (max-width: 1200px) {
  .submenu li a {
    padding: 7px 0 7px 20px;
    margin: 0 7px; }
  .submenu li.imatge {
    margin: 0 5px 0 7px !important; } }

@media (max-width: 992px) {
  .descripcio p {
    font-size: 11px; }
  .submenu li.imatge.doble {
    padding: 0px 0 0px 0px !important; }
  .submenu li.imatge.doble a {
    padding: 0px 0 0px 0px !important;
    margin: 0 0px !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  #cap2 h1 {
    font-size: 22px; }
  #xarxes .journal-content-article img {
    margin-right: 3px; } }

@media (max-width: 767px) {
  #top_cerca {
    padding: 0px 15px; }
  #top_logo {
    padding: 0; }
  ul#menu2 {
    padding: 0px 0 0px 0 !important; }
  #menu2 li a {
    border-right: none;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: #FFF solid 1px; }
  #menu2 li a:hover {
    text-decoration: none;
    background-color: #dddddd;
    color: #707173; }
  li.menu2 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #cap2 h1 {
    font-size: 20px; }
  .alright {
    text-align: left; }
  #top_logo h2 {
    padding: 6px 0 15px 0; }
  .logo {
    padding-bottom: 20px; }
  .bloc1 {
    height: auto; }
  .bloc2 {
    height: auto;
    padding-bottom: 30px; }
  .bloc3 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .bloc4 {
    height: auto;
    min-height: 0;
    padding-bottom: 10px; }
  .footerbloc {
    padding-bottom: 10px; }
  #xarxes2 img {
    width: 25px;
    height: auto;
    margin-right: 15px; }
  #xarxes .journal-content-article img {
    margin: 0 6px 6px 0; }
  .carousel {
    margin-bottom: 15px; }
  .descripcio {
    height: 25%;
    top: 80%;
    padding: 6px 20px 0px 20px;
    width: 100% !important; }
  .descripcio h1 {
    font-size: 15px;
    text-align: center !important; }
  .descripcio p {
    display: none; }
  .mes {
    display: none; }
  .bxslider li {
    background-size: cover;
    background-position: center top;
    background-size: 49em;
    background-repeat: no-repeat; }
  .top1 {
    border: none; }
  .footerbloc2 {
    display: none; }
  #menu-principal ul.principal li {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-right: none; }
  #menu-principal ul.principal li .menu a {
    padding: 1rem 0rem 1rem 2.6rem;
    border-bottom: #dadada solid 1px;
    color: #000; }
  #menu-principal .navbar-nav {
    margin: 0; }
  #menu-principal .menu .dropdown-menu.submenu {
    padding-top: 0; }
  #menu-principal ul.principal li .menu a.dropdown-toggle:hover, #menu-principal ul.principal li .menu.open a.dropdown-toggle {
    background: #f3f3f4; }
  .menu-intro {
    display: none;
    padding: 0; }
  #menu-principal ul.principal li a {
    text-align: left; }
  #menu-principal ul.principal .menu .submenu li a {
    padding-left: 30px; } }

#menu-principal .menu .dropdown-menu.submenu {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.25);
  font-size: initial; }

.fila #grupo {
  position: absolute;
  right: 20px;
  /*top: 0;
		z-index: 1;*/ }

.Contacts-portlet {
  padding: 15px 0;
  /*border-top: 2px solid #ccc;*/ }

.Contacts-portlet section {
  margin-bottom: 0; }

.Contacts-portlet address {
  margin-bottom: 15px; }

.Contacts-portlet p {
  margin-bottom: .2em; }

/** Contactes addicionals **/
#contactes_addicionals {
  margin-top: 20px;
  margin-bottom: 0;
  background-color: #eee;
  font-size: 0.9em; }

#contactes_addicionals address {
  padding: 15px; }

#contactes_addicionals p {
  margin-bottom: .2em; }

/** Fi contactes addicionals **/
hr {
  margin-top: 10px;
  margin-bottom: 10px; }

div[role="banner"] p {
  margin: 0; }

header .navbar-toggle {
  background-color: #fff;
  border: none; }

header .navbar-toggle[aria-expanded="true"] {
  background-color: #F7F7F7;
  background-image: none; }

header .navbar-toggle .icon-bar {
  background-color: #9e1b32; }

header .navbar-toggle[aria-expanded="true"] .icon-bar {
  background-color: #666; }

a.navbar-brand {
  padding: 5px 10px; }

@media (max-width: 767px) {
  a.navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important; } }

a.navbar-brand img {
  max-height: 40px; }

.results-grid {
  border: none; }

td, th {
  padding: 5px; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul li {
  padding: 0;
  list-style: none; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul a {
  color: #404040;
  text-decoration: none; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul a:hover {
  color: #e31d53; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ccc; }

.portlet-boundary_municipalitiesDirectoryMenu_ ul ul {
  padding: 5px 15px 20px;
  border: none; }

.top1 .taglib-language-option {
  padding-left: 5px;
  background-position: -200px center; }

.portlet-asset-publisher .asset-content {
  margin: 0; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin-right: 0; }

input[type="submit"]:hover, input[type="submit"] {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #ccc; }

/* FITXA DIPUTAT */
.destacatInici {
  background: #efefef;
  padding: 5px 0 5px 25px;
  margin: 0 0 10px 0;
  font-size: 1.1em; }

.destacatApartats {
  border-left: 1px solid silver;
  padding: 0 0 0 15px;
  background: url("../images/recursos/fletxaEsquerra.gif") no-repeat;
  font-size: 1.1em; }

.dadesApartats {
  border: none;
  margin: 0 0 0 10px; }

.dadesApartats dd {
  padding: 5px 0 0 0;
  margin: 0 0 5px 0;
  line-height: 1.2em; }

.dadesApartats dt {
  border: 0;
  background-color: #ffffff;
  float: left;
  padding: 5px 5px 0 0; }

.llistesApartats {
  margin: 0 0 0 10px !important;
  list-style: none; }

/* FI FITXA DIPUTAT */
/* Datepicker del cercador avançat de continguts web*/
.datepicker thead {
  background: none; }

.datepicker table {
  border: none; }

.datepicker.dropdown-menu {
  padding: 5px; }

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
  padding: 5px;
  background: none; }

input.datepicker {
  padding: 6px 12px;
  border-radius: 4px;
  height: 2.375rem;
  border: 0.0625rem solid #ced4da;
  font-size: 1rem; }

/*pestanyes bootstrap*/
ul[role=tablist] li {
  padding: 0; }

/*paginació bootstrap*/
ul.pagination li a, ul.pagination li a:hover {
  color: #891536; }

ul.pagination li.disabled span {
  color: #333; }

.pagination > li.active > a, .pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #891536;
  border-color: #891536;
  padding: 0.5rem 0.75rem;
  float: left;
  line-height: 1.25;
  position: relative;
  /* border: 1px solid;*/
  color: #fff !important;
  font-weight: bold; }

a.dotted {
  border-bottom: 1px dotted; }

a.dotted:hover {
  border: none; }

.well {
  border-radius: 15px;
  color: #ffffff;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px; }

.well.well-exposicio {
  background-color: #eee;
  color: #333; }

.well.image-viewer {
  border-radius: 2px; }

.well a {
  color: #ffffff;
  border-bottom: 1px dotted; }

.well a:hover {
  color: #ffffff;
  border-bottom: none; }

/** Cercador d'articles **/
.cercadorArticlesVocabularis-portlet form {
  margin-bottom: 15px; }

.cercadorArticlesVocabularis-portlet .form-group.inline-labeled-push-left label, .cercadorArticlesVocabularis-portlet .form-icon-box-control label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.cercadorArticlesVocabularis-portlet .form-icon-box-control br {
  display: none; }

.cercadorArticlesVocabularis-portlet .input-group {
  display: block; }

.cercadorArticlesVocabularis-portlet button.btn-primary.btn-default {
  width: 100%; }

.cercadorArticlesVocabularis-portlet .form-group.inline-labeled-push-left {
  display: inline-grid;
  width: 49.5%; }

.cercadorArticlesVocabularis-portlet input[type="text"].form-control {
  padding: 6px 12px;
  font-size: 14px;
  height: 2.375rem; }

.cercadorArticlesVocabularis-portlet .chosen-container {
  min-height: 30px; }

.cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices {
  border: 1px solid #ccc;
  border-radius: 2px;
  min-height: 30px;
  background-image: none;
  font-size: 14px;
  padding: 4px 12px;
  height: 2.375rem; }
  .cercadorArticlesVocabularis-portlet .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 100%;
    color: #73787c; }

/** Visualitzador d'imatges AlloyUI **/
a.image-viewer-base-control.carousel-control {
  top: 45%;
  width: 40px;
  color: #fff;
  font-size: 30px; }

a.image-viewer-base-control.carousel-control.right {
  left: auto;
  right: 15px; }

a.image-viewer-base-control.carousel-control.left {
  left: 15px;
  right: auto; }

.image-viewer-caption, .image-viewer-info {
  color: #fff !important; }

/** Fi visualitzador **/
.carousel-menu-item {
  background: #474a4b; }

.carousel-menu-prev {
  background-image: url(/html/js/aui/aui-carousel/assets/skins/sam/prev.png); }

.carousel-menu-next {
  background-image: url(/html/js/aui/aui-carousel/assets/skins/sam/next.png); }

.carousel-menu-active {
  background: #fff; }

/** Entrades relacionades **/
.taglib-asset-links h2 {
  background: none;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 10px 0; }

.asset-links-list a.taglib-icon img,
.journal-content-article a.taglib-icon img {
  display: none; }

.taglib-asset-links .asset-links-list {
  margin-left: 2em;
  list-style: disc outside; }

.taglib-icon .taglib-text {
  text-decoration: none; }

/** Fi entrades relacionades **/
/*.diba-carrusel .carousel-item h2 {
	    font-size: 1.7em;
	    padding-top: 10px;
	}*/
.diba-carrusel a {
  color: #fff;
  font-weight: bold; }

.diba-carrusel .carousel-indicators li {
  cursor: pointer; }

.btn-primary, .btn-primary.btn-default {
  background-color: #891536;
  border-color: #5d0e25; }

.btn-primary:hover, .btn-primary.btn-default:hover {
  background-color: #5d0e25;
  border-color: #5d0e25; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

dl {
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px; }

dt {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-weight: bold;
  overflow: hidden;
  background-color: #eee; }

dl > dt:first-child {
  border-top: none; }

dd {
  padding: 10px; }

.dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  display: inline; }

.carousel .carousel-control {
  width: 5%;
  z-index: 100;
  background-color: transparent;
  border: none;
  height: 100%;
  margin-top: 0;
  border-radius: 0;
  color: #000 !important; }

.carousel-indicators {
  margin-bottom: 0;
  bottom: 5px;
  top: auto; }

/* addthis */
#socialShare {
  margin-bottom: 8px; }

#socialShare.btn-group, #socialShare.btn-group .btn {
  width: auto; }

#socialShare li {
  padding: 0; }

#socialShare li a {
  margin: 5px; }

#socialShare ul.dropdown-menu.show {
  min-width: 202px;
  transform: none !important;
  right: 0;
  left: auto !important;
  top: 100% !important; }

/** Menu principal **/
@media (min-width: 768px) {
  .navbar > .container-fluid, .navbar > .container {
    padding-left: 0;
    padding-right: 0; }
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header,
  .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; } }

@media (max-width: 767px) {
  .nav-justified .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.nav.nav-justified > li {
  float: none; }

.btn {
  white-space: normal; }

.menu-intro {
  padding: 20px 30px; }

.menu-intro .media-heading {
  color: #000; }

.menu-intro img.img-intro {
  margin: 0 10px 10px 10px; }

#menu-principal ul.principal .menu .submenu a.boto {
  background-color: #fff;
  background-image: none;
  color: #333;
  display: inline-block;
  padding: 5px 10px;
  border-bottom-color: #ccc;
  width: auto; }

#menu-principal ul.principal div.menu {
  position: static; }

header section.portlet {
  margin-bottom: 0; }

#wrapper {
  padding-top: 0; }

.has-control-menu #wrapper {
  padding-top: 2em; }

/* Dockbar */
.control-menu ul.control-menu-nav li {
  padding: 0;
  line-height: 1.5em; }

/* Fi Dockbar */
.portlet-borderless .portlet-content {
  padding: 0; }

.dibaForm-portlet label {
  font-weight: bold; }

.autofit-float > .autofit-col-end {
  z-index: 100; }

header .navbar {
  padding: 0; }

header .dropdown-menu {
  max-height: none;
  max-width: none;
  font-size: 1.1rem; }

.portlet-barebone .portlet-content {
  border: none; }

.img-fluid {
  height: auto !important; }

.panel-heading {
  padding: 10px;
  border-bottom: 1px solid; }

.modal[role="dialog"] {
  display: none; }

.modal[role="dialog"] .modal-dialog {
  margin-left: auto;
  position: relative; }

img {
  max-width: 100%; }

.btn:focus, .btn.focus {
  outline: auto; }

.breadcrumb {
  background: none;
  font-size: 0.85rem;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0; }

.portlet-breadcrumb section.portlet {
  margin: 0; }

.zoom:hover {
  transform: scale(1.1); }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9d2235 !important;
  color: #fff; }

form.buscador i.icon-search {
  color: #6e777f; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*font: 600 1.25rem/1.688rem "neue-haas-grotesk-display", sans-serif;*/
  font-weight: 600;
  line-height: 1.688rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.36px;
  color: #9d2235; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.20rem; }

h4, .h4 {
  font-size: 1.15rem; }

h5, .h5 {
  font-size: 1.10rem; }

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.35rem; }
  h3, .h3 {
    font-size: 1.30rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.20rem; } }

.text-decoration-none {
  text-decoration: none !important; }

/* Actualitat
-------------------------------------------------------*/
.diba-carrusel-paginacio .carrusel-controls {
  margin-top: -40px;
  float: right;
  margin-right: 15px; }

.diba-carrusel-paginacio a.bx-prev, .diba-carrusel-paginacio a.bx-next {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
  color: #9d2235;
  text-decoration: none; }

.diba-carrusel-paginacio a.bx-prev.disabled,
.diba-carrusel-paginacio a.bx-next.disabled,
.diba-carrusel-paginacio a.bx-prev:hover,
.diba-carrusel-paginacio a.bx-next:hover {
  color: #b6b6b5; }

.diba-carrusel-paginacio a.bx-prev i, .diba-carrusel-paginacio a.bx-next i {
  display: block;
  margin-top: 5px; }

.diba-carrusel-paginacio .carousel-control.right {
  float: right; }

.diba-carrusel-paginacio .carousel-control.left {
  float: left;
  margin-right: 10px; }

.actualitat-items.item-content {
  padding: 0 0 24px;
  border-radius: 0;
  border-bottom: 1px solid #b6b6b5; }

.actualitat-items.item-content a {
  text-decoration: none !important; }

.actualitat-items.item-content .tit {
  margin: 16px 0 9.5px;
  font: 600 1.063rem/1.278rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.17px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .actualitat-items.item-content .tit {
    margin: 19px 0 12px;
    font-size: 1.375rem;
    line-height: 1.5rem; } }

.actualitat-items.item-content .subtit {
  font: 500 0.813rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.2px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .actualitat-items.item-content .subtit {
    font-size: 0.938rem;
    line-height: 1.313rem; } }

/* Institució
-------------------------------------------------------*/
.institucio {
  margin: 42px 0 80px 0; }

.institucio .container {
  background-color: #f7f7f7; }

@media only screen and (max-width: 576px) {
  .institucio .container {
    padding: 0; } }

.institucio .content {
  padding-right: 22.5px; }

.institucio .content .video {
  padding: 45px 48px 0 30px; }

.institucio .content .video .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }

.institucio .content .video .video-container iframe,
.institucio .content .video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .institucio .content .video {
    padding: 30px 30px 0; } }

@media only screen and (max-width: 576px) {
  .institucio .content .video {
    padding: 40px 0 0;
    margin-left: 15px;
    margin-right: 15px; } }

.institucio .content .text {
  padding: 0 112px;
  text-align: center; }

.institucio .content .text h2 {
  margin: 38px 0 23px 0;
  font: 700 1.625rem/2rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px; }

.institucio .content .text p {
  margin-bottom: 14px;
  font: 500 0.813rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.2px;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .content .text p {
    font-size: 1rem;
    line-height: 1.3125rem; } }

.institucio .content .text .llegir-mas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 600 0.625rem/0.938rem "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  color: #9d2235;
  text-decoration: none; }

.institucio .content .text .llegir-mas i {
  margin-left: 5px;
  font-size: 0.625rem;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .content .text .llegir-mas {
    font-size: 0.75rem; } }

@media only screen and (max-width: 1200px) {
  .institucio .content .text {
    padding: 0 45px; } }

@media only screen and (max-width: 992px) {
  .institucio .content .text {
    padding: 0; } }

@media only screen and (max-width: 768px) {
  .institucio .content .text {
    padding: 0 75px; } }

.institucio .content .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 38px 0 74px 0;
  padding: 0 50px; }

.institucio .content .numbers > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 25%;
  color: #000; }

.institucio .content .numbers > div span:first-child {
  font: 600 2rem/2.688rem "neue-haas-grotesk-display", sans-serif; }

@media only screen and (max-width: 576px) {
  .institucio .content .numbers > div span:first-child {
    margin-bottom: 5px;
    font-size: 2.25rem; } }

.institucio .content .numbers > div span:last-child {
  font: 500 0.7rem/0.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.09px;
  text-transform: uppercase; }

@media only screen and (max-width: 576px) {
  .institucio .content .numbers > div span:last-child {
    font-size: 0.625rem; } }

@media only screen and (max-width: 992px) {
  .institucio .content .numbers > div {
    max-width: 50%; }
  .institucio .content .numbers > div:nth-child(1), .institucio .content .numbers > div:nth-child(2) {
    margin-bottom: 30px; } }

@media only screen and (min-width: 1200px) {
  .institucio .content .numbers {
    padding: 0 120px; } }

@media only screen and (max-width: 768px) {
  .institucio .content {
    padding: 0; } }

.institucio .sidebar {
  height: auto;
  overflow: inherit;
  padding: 45px 45px 45px 22.5px; }

.institucio .sidebar .sidebar-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.institucio .sidebar .sidebar-items .slick-list {
  margin: 0 -15px 0; }

.institucio .sidebar .sidebar-items .slick-slide {
  height: inherit;
  margin: 0 15px 0; }

.institucio .sidebar .sidebar-items .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.institucio .sidebar .sidebar-items > div:not(:last-child) {
  margin-bottom: 50px; }

.institucio .sidebar .sidebar-items .item-content {
  height: 100%;
  border-bottom: 1px solid #000; }

.institucio .sidebar .sidebar-items .item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  text-decoration: none;
  color: #000; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content a {
    padding-bottom: 19.6px; } }

.institucio .sidebar .sidebar-items .item-content img {
  max-width: 100%;
  margin-bottom: 15px; }

.institucio .sidebar .sidebar-items .item-content .tit-item {
  margin-bottom: 5px;
  font: 600 1rem/1.25rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.16px; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content .tit-item {
    margin: 5px 0;
    font-size: 1.1875rem;
    line-height: 1.4375rem; } }

.institucio .sidebar .sidebar-items .item-content .subtit-item {
  font: 500 0.75rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.12px; }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-items .item-content .subtit-item {
    font-size: 0.9375rem;
    line-height: 1.125rem; } }

@media only screen and (max-width: 768px) {
  .institucio .sidebar .sidebar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; } }

.institucio .sidebar .sidebar-controls {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.institucio .sidebar .sidebar-controls:focus {
  outline: none; }

.institucio .sidebar .sidebar-controls a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #9d2235;
  font-size: 0.625rem;
  text-decoration: none;
  cursor: pointer;
  color: #9d2235;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.institucio .sidebar .sidebar-controls a.next {
  margin-left: 5px; }

.institucio .sidebar .sidebar-controls a:hover {
  color: #b6b6b5;
  border-color: #b6b6b5; }

@media (hover: none) {
  .institucio .sidebar .sidebar-controls a:hover {
    color: #9d2235;
    border-color: #9d2235; } }

.institucio .sidebar .sidebar-controls a.slick-disabled {
  color: #b6b6b5;
  border-color: #b6b6b5;
  cursor: auto; }

@media only screen and (max-width: 768px) {
  .institucio .sidebar .sidebar-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 45px; } }

@media only screen and (max-width: 576px) {
  .institucio .sidebar .sidebar-controls {
    margin-right: 35px; } }

@media only screen and (max-width: 768px) {
  .institucio .sidebar {
    padding: 0 30px 50px; } }

@media only screen and (max-width: 576px) {
  .institucio .sidebar {
    padding: 0 30px 88px 55px; } }

@media only screen and (max-width: 576px) {
  .institucio {
    margin-bottom: 60px; } }

/* Tramits
-------------------------------------------------------*/
.tramits > .container {
  padding: 0 25px 65px;
  border-bottom: 1px solid #dadada; }

@media only screen and (max-width: 768px) {
  .tramits > .container {
    padding: 0 20px 0;
    border: 0; } }

.tramits hr {
  display: none;
  width: calc(100% - 40px);
  margin: 72px auto 0;
  border-color: #dadada; }

@media only screen and (max-width: 768px) {
  .tramits hr {
    display: block; } }

.tramits h2 {
  margin-bottom: 23px;
  margin-left: 20px; }

@media only screen and (max-width: 576px) {
  .tramits h2 {
    margin-bottom: 29px; } }

.tramits .tramits-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 5px;
  list-style: none;
  padding: 0; }

.tramits .tramits-items a {
  padding: 8px 22px;
  font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.35px;
  color: #2D2D2D;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: none; }

.tramits .tramits-items a:hover {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #fff;
  text-decoration: none; }

@media only screen and (max-width: 576px) {
  .tramits .tramits-items a {
    font-size: 1rem; } }

@media only screen and (max-width: 576px) {
  .tramits .tramits-items {
    padding: 0; } }

.tramits .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 23.5px; }

.tramits .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9d2235;
  text-decoration: none;
  cursor: pointer; }

.tramits .links a.mostrar-mas {
  margin-left: 20px;
  font: 600 0.875rem/1.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.25px; }

.tramits .links a.mostrar-mas:hover {
  color: #9d2235; }

@media only screen and (max-width: 576px) {
  .tramits .links a.mostrar-mas {
    margin-top: 15px;
    margin-left: 23px;
    font-size: 1.063rem; } }

.tramits .links a.seu {
  font: 600 0.875rem/1.688rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px; }

@media only screen and (max-width: 576px) {
  .tramits .links a.seu {
    display: none; } }

.tramits .links a i {
  padding-left: 10px; }

@media only screen and (max-width: 576px) {
  .tramits .links {
    margin-top: 26px; } }

/* Dreceres
-------------------------------------------------------*/
.dreceres-items.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.dreceres-items.item-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #dadada;
  font: 500 0.8rem/1rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.1px;
  color: #333;
  text-decoration: none; }

.dreceres-items.item-content a strong {
  margin: 0 0 -3px;
  display: block;
  font: 700 0.77rem/1rem "neue-haas-grotesk-display", sans-serif; }

@media only screen and (max-width: 576px) {
  .dreceres-items.item-content a strong {
    margin: -7px 0 0; } }

.dreceres-items.item-content a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

@media only screen and (max-width: 576px) {
  .dreceres-items.item-content a span {
    padding: 12px 0;
    font-size: 1rem; } }

/* Accessos Directes
-------------------------------------------------------*/
.accessos-directes-items {
  /*padding-right: 10px;*/ }

.accessos-directes-items a {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.accessos-directes-items p {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 14px;
  font: 600 0.69rem/0.875rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.19px;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f; }

.accessos-directes-items p a {
  color: #6f6f6f;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .accessos-directes-items p {
    font-size: 0.6rem; } }

/* Recursos
-------------------------------------------------------*/
.recursos-items a {
  padding: 8px 22px;
  font: 500 0.875rem/1.625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.35px;
  color: #9d2235;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
  text-decoration: none; }

.recursos-items a:hover {
  background-color: #9d2235;
  border-color: #9d2235;
  color: #fff; }

/* Directa
-------------------------------------------------------*/
.directa-items .item-content {
  height: 100%;
  max-height: 95px;
  margin-bottom: 38px;
  padding: 15px 0 38px;
  border-top: 4px solid #dadada;
  line-height: 1;
  background: url(../images/recursos/arrow.png) no-repeat bottom right; }

.directa-items .item-content a {
  text-decoration: none !important;
  font: 700 0.813rem/1.063rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  max-width: 75%; }

@media only screen and (max-width: 576px) {
  .directa-items .item-content a {
    max-width: 95%; } }

/* Banners
-------------------------------------------------------*/
.banner-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
  font: 600 1.063rem/1.188rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.17px;
  line-height: 1;
  text-decoration: none; }

.banner-item a i {
  margin-bottom: 2px;
  margin-left: 10px;
  font-size: 0.688rem;
  color: #86837e; }

.banner-item img {
  width: 100%;
  max-width: 100%; }

/* Promoció
-------------------------------------------------------*/
.promocio-items {
  max-width: 400px;
  margin: 0 auto; }

.promocio-items a {
  display: inline-block;
  text-decoration: none; }

.promocio-items .texto {
  position: absolute;
  max-width: 400px;
  top: 0;
  padding-top: 35%;
  text-align: center; }

.promocio-items a .titulo {
  margin-bottom: 9px;
  padding: 0 15px;
  font: 600 1.875rem/2rem "neue-haas-grotesk-display", sans-serif;
  text-align: center;
  color: #fff; }

.promocio-items a .subtitulo {
  margin: 0;
  padding: 0 15px;
  font: 400 0.9063rem/1.0625rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff; }

.promocio-items .boton {
  display: inline-block;
  padding: 6px 10px;
  font: 600 1rem/1.25rem "neue-haas-grotesk-display", sans-serif;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 15px; }

@media (min-width: 768px) and (max-width: 1100px) {
  .promocio-items .texto {
    padding-top: 10%; }
  .promocio-items a .titulo {
    font-size: 1.3rem;
    line-height: 1.3rem; }
  .promocio-items .boton {
    font-size: 0.9rem; } }

@media (max-width: 767px) {
  .promocio-items .texto {
    padding-top: 25%; } }

.destacatDiba {
  padding: 25px 0;
  margin-top: 15px; }

.destacatDiba::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  right: 0;
  bottom: 0px;
  border: 1px solid #e5e5e5; }

.destacatDiba .destacatDibaText {
  position: relative;
  margin-right: 20px;
  color: #080808; }

.destacatDiba .destacatDibaText::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: #9d2235; }

.destacatDiba a {
  color: #080808;
  text-decoration: none !important;
  line-height: 1.125rem;
  text-transform: uppercase;
  font: 700 0.88rem/1.25rem "neue-haas-grotesk-display", sans-serif; }

.destacatDiba a:hover {
  color: #9D2235; }

a.menuAncores {
  text-decoration: none !important;
  color: #797575;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600; }

a.menuAncores.selected, a.menuAncores:hover {
  color: #070606; }

a.menuAncores.selected::after, a.menuAncores:hover::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 26px;
  height: 3px;
  background-color: #9d2235; }

.header-banner {
  background: #9d2235;
  height: 111px;
  align-items: center;
  width: 100%;
  overflow: hidden; }

.header-title {
  height: 100%;
  margin: auto 0;
  align-items: center;
  display: flex;
  max-width: calc(100% - 205px);
  color: #fff;
  font-size: 1.1rem;
  padding-left: 30px; }

.header-banner .header-title h2 {
  font: 700 1.625rem/1.813rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.36px;
  color: #fff;
  margin: 0; }

.header-banner .header-title h2 span.subtitol {
  font-weight: normal;
  font-size: 1rem; }

.header-banner .header-title h2 br {
  display: none; }

.header-banner img.logoescut {
  position: relative;
  top: calc(-100% - 15px);
  right: -45px;
  height: 190px !important;
  overflow: hidden;
  float: right;
  display: flex; }

.header-footer {
  background-color: #9d2235;
  color: #fff;
  font-weight: bold;
  position: absolute;
  margin-top: -16px;
  max-width: calc(100% - 40px);
  width: 100%;
  margin-left: 40px; }

header .card-img-overlay h2 {
  font: 700 2rem "neue-haas-grotesk-display", sans-serif;
  margin-left: 40px; }

@media (max-width: 767px) {
  .header-title {
    font-size: 1rem;
    padding-left: 15px;
    max-width: calc(100% - 140px); }
  .header-banner .header-title h2 {
    font: 700 1.270rem/1.813rem "neue-haas-grotesk-display", sans-serif; }
  .header-banner .header-title h2 br {
    display: inline; }
  .header-banner img.logoescut {
    height: 140px !important; }
  header .card-img-overlay h2 {
    font-size: 1.5rem; } }

.opacity-50 {
  opacity: 0.5; }

.opacity-20 {
  opacity: 0.2; }

/* Desenvolupament econòmic i turisme
-------------------------------------------------------*/
@media (max-width: 576px) {
  #section-contacte-area .border-left {
    border-left: none !important; } }

.directorioOficinas ul {
  margin: 5px 15px 20px 0;
  padding: 0 0 5px 5px; }

.directorioOficinas img {
  float: left; }

.altresDirectoris ul li, .directorioOficinas ul li {
  list-style: none; }

.contacteDibaCaixa {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #e31d53; }

.contacteDibaCaixa a {
  text-decoration: underline; }

.contenido a, .contenido .colDcha70 a {
  text-decoration: underline; }

.contenido a:hover {
  text-decoration: underline; }

.contenido a.btn {
  text-decoration: none; }

.contenido #galeriaimatges a {
  color: #fff; }

.columnes .doscol:nth-child(odd) {
  clear: both; }

.columnes .trescol:nth-child(3n+1) {
  clear: both; }

.columnes .quatrecol:nth-child(4n+1) {
  clear: both; }

.doscol {
  margin-bottom: 10px; }

.trescol {
  margin-bottom: 10px; }

.quatrecol {
  margin-bottom: 10px; }

input[type="text"].form-control {
  padding: 6px 12px;
  font-size: 14px; }

.DIBA_4cols {
  margin: 0 0 20px 0 !important; }

.DIBA_4cols .portlet-column-content {
  padding: 0 !important; }

.DIBA_4cols section.portlet {
  margin-bottom: 0; }

.portlet-asset-publisher ul.list-unstyled li.h3.content {
  font-size: 1rem; }

.portlet-layout.row {
  display: flex; }

.has-control-menu .lfr-asset-anchor {
  height: auto;
  margin-top: auto; }

table.tree {
  word-wrap: break-word; }

/** Carrusels temes **/
.diba-carrusel {
  margin-bottom: 40px; }

.diba-carrusel .carousel-item {
  background-color: #f3f3f3; }

.diba-carrusel .carousel-item h2 {
  margin-bottom: 10px;
  font: 700 1.625rem/2rem "neue-haas-grotesk-display", sans-serif;
  letter-spacing: 0.08px;
  /*color: #9d2235;*/ }

.diba-carrusel a {
  color: inherit;
  font-weight: bold;
  text-decoration: none; }

.diba-carrusel .carousel-caption {
  left: 0;
  text-align: left;
  color: #333;
  padding: 0 35px;
  height: 75%;
  position: absolute; }

@media (max-width: 991px) {
  .diba-carrusel .carousel-caption {
    position: relative;
    padding: 35px; } }

.diba-carrusel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: left;
  padding: 25px;
  z-index: 100;
  justify-content: left; }

.diba-carrusel .carousel-indicators li, .diba-carrusel .carousel-indicators li.active {
  margin-right: 5px; }

.diba-carrusel .carousel-indicators li {
  background-color: #dadada; }

.diba-carrusel .carousel-indicators li.active {
  background-color: #9d2235; }
